Files
document-haness/docs/clean-architecture-backend-template/final/evidence/meta/a07-f004-claude.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.3 KiB
JSON

{
"assetKey": "a07-f004-claude",
"kind": "terminal",
"command": "L=src/adapter/outbound/identifier\n\necho '# 지침 문서가 적은 의존성'\nsed -n '29,34p' $L/CLAUDE.md\n\necho\necho '# 빌드 파일의 선언 블록'\nsed -n '/^dependencies {/,/^}/p' $L/build.gradle\n\necho\necho '# 뒤 문장이 든 두 이름을 각각 빌드 파일과 잠금 파일에서 찾는다'\necho -n '# 빌드 파일의 domain-core 언급(모든 표기) : '\ngrep -c 'domain-core\\|domainCore' $L/build.gradle\necho -n '# 잠금 파일 줄 수 / uuid-creator·f4b6a3 : '\necho \"$(wc -l < $L/gradle.lockfile) / $(grep -c 'uuid-creator\\|f4b6a3' $L/gradle.lockfile)\"\necho -n '# 그 잠금 파일이 덮는 configuration : '\ngrep -v '^#' $L/gradle.lockfile | sed 's/.*=//' | tr ',' '\\n' | sort -u | tr '\\n' ' '; echo\necho -n '# 프로덕션 클래스패스의 잠금 상태 : '\ngrep '^empty=' $L/gradle.lockfile\ngrep -n 'lockAllConfigurations()\\|lockMode = LockMode.STRICT' src/build.gradle | sed 's/^/ /'\n\necho\necho '# 그 라이브러리를 선언하는 곳'\ngrep -rn 'uuid-creator' --include=build.gradle src | sed 's#^src/# #'\n\necho\necho '# 앞 문장의 셋과 강제되는 허용 목록'\npython3 - <<'PY'\nimport json\nregistry = json.load(open('src/config/architecture/modules.json'))\nentry = next(m for m in registry['modules'] if m['id'] == 'adapter-outbound-identifier')\nallowed = entry['allowed_dependencies']\nprint('# 레지스트리 allowed_dependencies :', allowed)\nprint('# 문서가 든 셋 중 목록에 없는 것 :',\n sorted({'application-core', 'domain-core', 'shared-contract'} - set(allowed)))\nPY\n\necho '# 그 목록이 강제되는 사슬'\ngrep -n 'allowedProjectDependencies = registry.modules' src/build.gradle | sed 's/^/ /'\nsed -n '1466,1472p' src/build.gradle\ngrep -n \"dependsOn rootProject.tasks.named('verifyCleanArchitectureDependencies')\" src/build.gradle | sed 's/^/ /' ",
"cwd": "/shared/codebase/clean-architecture-backend-template",
"exitCode": 0,
"executedAt": "2026-09-02T09:37:40+00:00",
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
"raw": "evidence/raw/a07-f004-claude.txt",
"svg": "evidence/rendered/a07-f004-claude.svg",
"rawSha256": "a9a6e636ce6cde2d5887c4cbea301325fdedb21535c910ef5aff30e79cb2c01a",
"lines": 39,
"redaction": "none — 코드베이스 정적 검색"
}