Files
document-haness/docs/clean-architecture-backend-template/final/evidence/meta/a12-f002-jackson-databind.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
2.0 KiB
JSON

{
"assetKey": "a12-f002-jackson-databind",
"kind": "terminal",
"command": "set -e\nset -o pipefail\nM=src/adapter/outbound/messaging\necho \"# 같은 주장을 하는 두 자리\"\nsed -n \"34,38p\" $M/README.md\nsed -n \"5,7p\" $M/src/main/java/dev/caskeleton/adapter/outbound/messaging/outbox/OutboxEnvelopeJson.java\necho\necho \"# 그 라이브러리를 끌어오는 선언\"\ngrep -n \"starter-json\\|json-schema-validator\" $M/build.gradle | head -3 | sed \"s/^/ /\"\necho\necho \"# 같은 build 파일의 검증 태스크가 요구하는 것\"\nsed -n \"51,53p\" $M/build.gradle\necho\necho \"# 리프 main 에서 그 라이브러리를 쓰는 곳\"\ngrep -rn \"tools\\.jackson\\.databind\" --include=*.java $M/src/main | sed \"s|.*/messaging/| |\"\necho\necho \"# 그중 봉투를 만드는 쪽\"\ngrep -n \"\" $M/src/main/java/dev/caskeleton/adapter/outbound/messaging/realtime/RealtimeFanoutEnvelopeJson.java | sed -n \"24,25p;30,32p\"\necho\necho \"# 그 봉투와 그것을 부르는 어댑터를 조립하는 곳\"\nprintf \" RealtimeFanoutEnvelopeJson 을 자기 파일 밖에서 부르는 곳 : %s\\n\" \\\n \"$(grep -rn 'RealtimeFanoutEnvelopeJson' --include=*.java src | grep -vc 'RealtimeFanoutEnvelopeJson.java')\"\nprintf \" MessagingDurableFanoutAdapter 를 자기 파일 밖에서 부르는 곳 : %s\\n\" \\\n \"$(grep -rn 'MessagingDurableFanoutAdapter' --include=*.java src | grep -vc 'MessagingDurableFanoutAdapter.java')\"\necho\necho \"# 잠금 파일의 관련 좌표\"\ngrep -nE \"jackson-databind|com\\.fasterxml\\.jackson\\.core\" $M/gradle.lockfile | sed \"s/^/ /\"",
"cwd": "/shared/codebase/clean-architecture-backend-template",
"exitCode": 0,
"executedAt": "2026-09-02T14:34:11+00:00",
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
"raw": "evidence/raw/a12-f002-jackson-databind.txt",
"svg": "evidence/rendered/a12-f002-jackson-databind.svg",
"rawSha256": "5a4f19b64f0139c2dcead6f6a04dbec8c35ac7bc0010a812aac262bafae294e4",
"lines": 44,
"redaction": "none — 코드베이스 정적 검색"
}