Files
document-haness/docs/clean-architecture-backend-template/final/evidence/meta/a06-f013-recordapplied-around.json
T
DongHyeonkaandClaude Opus 5 b2963105a8 docs(keycloak-session-store): import the session-storage lab as a new project
The keycloak project ended with four open questions that design could not
settle. A two-VM lab was built to answer them by measurement, and this is
that material: 26 experiments, 125 raw command outputs, 22 browser captures.

Follows the import procedure in README.md.

  source/     the originating repository verbatim — 78 documents, 28 SVGs,
              8 manifests, plus .source-revision recording the commit
  final/      the SSOT
    document.md   729 lines written from the 29 experiment documents, not
                  concatenated: what was predicted, what was measured, and
                  where the measurement itself was wrong
    evidence/raw    125 outputs, flattened to <experiment>__<file> because
                    the originals collided (01-baseline.txt appeared three
                    times) and the audit only globs the top level
    evidence/meta   one per raw file; command and exitCode are null and the
                    README says why rather than inventing them
    evidence/browser  22 captures
    assets/       three diagrams through techviz
    .techviz/     their VizSpecs

A separate project rather than an addition to keycloak: the B-layer answers
that project's four questions, but the A, C and D layers are about cluster
failure, SSO and operations, and one document.md should hold one subject.
The four question records there can point here through 관계.

Recorded rather than papered over: only three of the 28 diagrams were
remade. The repository forbids hand-drawn SVG and forbids titles inside the
canvas; all 28 originals carry both, so converting them is redrawing, not
reformatting. They stay in source/ and the gap is written into the document.

verify-pipeline.py passes. audit-records.py reports no issues.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-04 22:51:59 +09:00

15 lines
1.9 KiB
JSON

{
"assetKey": "a06-f013-recordapplied-around",
"kind": "terminal",
"command": "M=src/adapter/outbound/persistence-mongo/src/main/java/dev/caskeleton/adapter/outbound/mongo/migration\nT=src/adapter/outbound/persistence-mongo/src/test/java/dev/caskeleton/adapter/outbound/mongo/migration\n\necho '# 조립된 경로에서 갱신과 원장 기록 사이에 있는 것'\nsed -n '139,142p' $M/MongoMigrationRunner.java\nsed -n '144,148p' $M/MongoMigrationRunner.java\necho ' ...'\nsed -n '154,158p' $M/MongoMigrationRunner.java\n\necho\necho '# 완료를 만드는 팩토리는 체크포인트를 남기지 않는다'\nsed -n '24,34p' $M/MongoMigrationResult.java\n\necho\necho '# 그 갱신이 던지는 것'\nsed -n '160,165p' $M/MongoCollectionMigrationLock.java\necho '# 같은 인터페이스의 다른 잠금 구현이 같은 상황에 던지는 것'\nsed -n '57,63p' $M/flamingock/FlamingockLockAdapter.java\n\necho\necho '# 다른 원장 구현은 펜스 인자를 쓰지 않는다'\nsed -n '61,65p' $M/flamingock/FlamingockLedgerAdapter.java\n\necho\necho '# recordApplied 를 부르는 시험 전수'\ngrep -rn 'ledger.recordApplied(' --include=*.java $T | sed \"s#$T/##\"\necho '# 그중 실서버에서 두 번 부르는 시험이 단언하는 것'\nsed -n '230,234p' $T/MongoMigrationLaneTest.java\n\necho\necho '# 고유 색인을 만드는 메서드를 부르는 곳 전수'\ngrep -rln 'ensureIndexes()' --include=*.java src | sed 's#src/adapter/outbound/persistence-mongo/src/##' ",
"cwd": "/shared/codebase/clean-architecture-backend-template",
"exitCode": 0,
"executedAt": "2026-09-02T07:40:13+00:00",
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
"raw": "evidence/raw/a06-f013-recordapplied-around.txt",
"svg": "evidence/rendered/a06-f013-recordapplied-around.svg",
"rawSha256": "784b9bf99d0358d05c7bf29a0487f4de049119cdb887d688b4185b7f6eef73c1",
"lines": 69,
"redaction": "none — 코드베이스 정적 검색"
}