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>
15 lines
2.4 KiB
JSON
15 lines
2.4 KiB
JSON
{
|
|
"assetKey": "a05-f006-stable",
|
|
"kind": "terminal",
|
|
"command": "M=adapter/outbound/persistence-jpa/src/main/java/dev/caskeleton/adapter/outbound/persistence/transaction/EvidenceAwareJpaTransactionManager.java\n\necho '# 능력 리포트가 이 능력에 매긴 등급'\ngrep -rn 'COMPLETION_EVIDENCE' --include=*.java --exclude-dir=build . | grep '/main/' | sed 's|.*/||'\n\necho\necho '# 매니저의 javadoc 이 주장하는 것'\ngrep -n '' \"$M\" | sed -n '11,23p'\necho '# 같은 파일의 코드가 하는 것'\ngrep -n '' \"$M\" | sed -n '49,73p'\n\necho\necho '# 그 매니저를 만드는 코드'\ngrep -rn 'new EvidenceAwareJpaTransactionManager\\|EvidenceAwareJpaTransactionManager\\.standard' --include=*.java --exclude-dir=build . | sed 's|^\\./||'\necho -n '# 자기 파일과 javadoc 을 뺀 생성 지점: '\ngrep -rn 'new EvidenceAwareJpaTransactionManager\\|EvidenceAwareJpaTransactionManager\\.standard' --include=*.java --exclude-dir=build . \\\n | grep -v 'transaction/EvidenceAwareJpaTransactionManager.java' | grep -vc ' \\* '\necho -n '# FQCN 이 설정 리소스에 등장하는 곳: '\ngrep -rln 'EvidenceAwareJpaTransactionManager' --exclude-dir=build --include=*.yml --include=*.properties --include=*.imports --include=spring.factories --include=*.xml --include=*.json . | wc -l\necho -n '# 그 클래스를 상속하는 코드: '\ngrep -rn 'extends EvidenceAwareJpaTransactionManager' --include=*.java --exclude-dir=build . | wc -l\n\necho\necho '# 트랜잭션 매니저 빈을 등록하는 코드 (애너테이션 다음 여섯 줄까지 본다)'\necho -n '# main: '\ngrep -rn -A6 '@Bean' --include=*.java --exclude-dir=build . | grep '/main/' | grep -cE 'TransactionManager +[A-Za-z]+\\('\necho -n '# test: '\ngrep -rn -A6 '@Bean' --include=*.java --exclude-dir=build . | grep '/test/' | grep -cE 'TransactionManager +[A-Za-z]+\\('\ngrep -rn -A6 '@Bean' --include=*.java --exclude-dir=build . | grep '/test/' | grep -E 'TransactionManager +[A-Za-z]+\\(' | sed 's|.*/||' ",
|
|
"cwd": "/shared/codebase/clean-architecture-backend-template/src",
|
|
"exitCode": 0,
|
|
"executedAt": "2026-09-02T03:48:36+00:00",
|
|
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
|
|
"raw": "evidence/raw/a05-f006-stable.txt",
|
|
"svg": "evidence/rendered/a05-f006-stable.svg",
|
|
"rawSha256": "53f721c9d2e413612bde42943f0d6813748b9919bd2894725afa247f6a75fc72",
|
|
"lines": 56,
|
|
"redaction": "none — 분석 문서 발췌"
|
|
}
|