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.2 KiB
JSON
15 lines
2.2 KiB
JSON
{
|
|
"assetKey": "a11-f002-pool-route-exceeds-total",
|
|
"kind": "terminal",
|
|
"command": "set -e\nP=src/adapter/outbound/httpclient/src/main/java/dev/caskeleton/adapter/outbound/httpclient/profile\nB=src/app-bootstrap/src/main/java/dev/caskeleton/bootstrap/autoconfigure/httpclient\necho \"# 레코드 정규 생성자가 막는 조건\"\nsed -n \"32,37p\" $P/PoolSettings.java\necho\necho \"# 검증기가 같은 조건을 다시 본다\"\nsed -n \"192,196p\" $P/ClientProfileValidator.java\necho\necho \"# 검증기가 약속하는 보고 형태\"\nsed -n \"8,13p\" $P/ClientProfileValidator.java\necho\necho \"# 검증기가 내는 코드 수\"\npython3 -c \"\nimport re, pathlib\nsrc = pathlib.Path('$P/ClientProfileValidator.java').read_text()\nmulti = sorted(set(re.findall(r'violation\\(\\s*\\\"([A-Z][A-Z0-9_]+)\\\"', src, re.S)))\none = sorted(set(re.findall(r'violation\\(\\\"([A-Z][A-Z0-9_]+)\\\"', src)))\nprint(' violation( 호출 %d개, 서로 다른 코드 %d개' % (len(re.findall(r'violation\\(', src)), len(multi)))\nprint(' 한 줄 grep 이 보는 코드 %d개, 놓치는 것 %s' % (len(one), [c for c in multi if c not in one]))\n\"\nsed -n \"110,115p\" $P/ClientProfileValidator.java\necho\necho \"# PoolSettings 를 만드는 곳 (src/main 전체)\"\ngrep -rn \"new PoolSettings(\" --include=*.java src | grep \"/src/main/\" | sed \"s|.*/java/dev/caskeleton/| |\"\necho\necho \"# 같은 목록의 다른 코드 하나\"\nsed -n \"66,71p\" $B/HttpClientStartupValidator.java\nsed -n \"80,83p\" $B/HttpClientPlatformSettings.java\necho\necho \"# 두 코드를 이름으로 참조하는 곳 (저장소 전체, 확장자 제한 없음)\"\ngrep -rn \"POOL_ROUTE_EXCEEDS_TOTAL\\|DUPLICATE_CLIENT_NAME\" src docs --binary-files=without-match 2>/dev/null | sed \"s|.*/java/dev/caskeleton/| |\"",
|
|
"cwd": "/shared/codebase/clean-architecture-backend-template",
|
|
"exitCode": 0,
|
|
"executedAt": "2026-09-02T13:26:24+00:00",
|
|
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
|
|
"raw": "evidence/raw/a11-f002-pool-route-exceeds-total.txt",
|
|
"svg": "evidence/rendered/a11-f002-pool-route-exceeds-total.svg",
|
|
"rawSha256": "dccfeb63ab868e57bb9385fe7bb4bfb71ae8b7a7ba81c3107c1d4105ab817283",
|
|
"lines": 54,
|
|
"redaction": "none — 코드베이스 정적 검색"
|
|
}
|