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
1.6 KiB
JSON
15 lines
1.6 KiB
JSON
{
|
|
"assetKey": "a12-f001-check-verifyjsonschemaruntimegraph",
|
|
"kind": "terminal",
|
|
"command": "set -e\nset -o pipefail\nM=src/adapter/outbound/messaging\necho \"# 태스크 전체\"\ngrep -n \"\" $M/build.gradle | sed -n \"22,26p;28,67p\"\necho\necho \"# 이 태스크 이름이 나오는 곳 전부 (확장자 제한 없음)\"\ngrep -rn \"verifyJsonSchemaRuntimeGraph\" src docs .github --binary-files=without-match 2>/dev/null \\\n | grep -v \"^docs/superpowers/plans/evidence\" | sed \"s/^/ /\"\necho\necho \"# CI 가 check 를 부르는 곳\"\ngrep -n \"gradlew check\" .github/workflows/ci-quality-gates.yml | sed \"s/^/ /\"\nsed -n \"175,182p\" .github/workflows/ci-quality-gates.yml\necho\necho \"# 상위 자격 태스크를 부르는 workflow\"\nprintf \" verifyMessagingJsonSchemaV1 / verifyMessagingContracts 가 .github 아래 나오는 줄 : %s\\n\" \\\n \"$(grep -rn 'verifyMessagingJsonSchemaV1\\|verifyMessagingContracts' .github 2>/dev/null | wc -l)\"\necho\necho \"# 금지 목록에서 빠져 있는 Jackson 2 아티팩트\"\ngrep -n \"com.fasterxml.jackson.core\" $M/gradle.lockfile | sed \"s/^/ /\"",
|
|
"cwd": "/shared/codebase/clean-architecture-backend-template",
|
|
"exitCode": 0,
|
|
"executedAt": "2026-09-02T14:31:30+00:00",
|
|
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
|
|
"raw": "evidence/raw/a12-f001-check-verifyjsonschemaruntimegraph.txt",
|
|
"svg": "evidence/rendered/a12-f001-check-verifyjsonschemaruntimegraph.svg",
|
|
"rawSha256": "6bbf019f4ff347a91628a33de2bd825ecf0633728083326069b70d1c75b594d6",
|
|
"lines": 71,
|
|
"redaction": "none — 코드베이스 정적 검색"
|
|
}
|