Files
document-haness/docs/clean-architecture-backend-template/final/evidence/meta/a-soak-threshold-written-for-a-grade-that-does-not-exist.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.4 KiB
JSON

{
"assetKey": "a-soak-threshold-written-for-a-grade-that-does-not-exist",
"kind": "terminal",
"command": "B=grpc-advanced/grpc-advanced-bootstrap/src; G=$B/main/java/dev/caskeleton/grpc/advanced\necho '# 게이트 javadoc 의 등급 모형 — 둘'\nsed -n '12,17p' $G/release/GrpcAdvancedPromotionGate.java\necho '# 그리고 상수 둘'\nsed -n '20,24p' $G/release/GrpcAdvancedPromotionGate.java\necho\necho '# 그런데 등급 열거형의 값은 넷이다'\ngrep -n '^ [A-Z_]*(' $G/bootstrap/GrpcCapabilityGrade.java\necho -n \"# 그중 'Stable default' 에 해당하는 값: \"\ngrep -c 'STABLE_DEFAULT\\|StableDefault' $G/bootstrap/GrpcCapabilityGrade.java\necho\necho '# 증거 검사와 담금 선택 — 증거 쪽에는 목표 등급 조건이 없다'\nsed -n '44,49p' $G/release/GrpcAdvancedPromotionGate.java\necho -n '# 증거 항목 수: '\ngrep -c 'missing.add(' $G/release/GrpcAdvancedPromotionEvidence.java\ngrep -n 'missing.add(' $G/release/GrpcAdvancedPromotionEvidence.java | sed 's/.*missing.add(//;s/);//' | tr '\\n' ' '\necho\necho\necho '# 추적 등급은 중간 등급을 먼저 밟아야 한다'\nsed -n '60,65p' $G/release/GrpcAdvancedPromotionGate.java\necho\necho '# 긴 갈래를 실행하는 테스트가 고른 전이'\nsed -n '47,50p;58,63p' $B/test/java/dev/caskeleton/grpc/advanced/release/GrpcAdvancedPromotionGateTest.java\necho\necho '# 중간 등급으로 올라가는 테스트가 준 담금'\nsed -n '67,68p;78,85p' $B/test/java/dev/caskeleton/grpc/advanced/release/GrpcAdvancedPromotionGateTest.java\necho\necho '# 그 테스트들을 실제로 돌린 결과'\n./gradlew :grpc-advanced:grpc-advanced-bootstrap:test --tests '*PromotionGate*' --offline --console=plain 2>&1 | grep -E 'tests completed|BUILD'\nX=$(find grpc-advanced/grpc-advanced-bootstrap/build/test-results -name '*PromotionGateTest.xml' | head -1)\ngrep -o 'tests=\"[0-9]*\" skipped=\"[0-9]*\" failures=\"[0-9]*\" errors=\"[0-9]*\"' \"$X\" | head -1\n",
"cwd": "/shared/codebase/clean-architecture-backend-template/src",
"exitCode": 0,
"executedAt": "2026-09-02T02:31:19+00:00",
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
"raw": "evidence/raw/a-soak-threshold-written-for-a-grade-that-does-not-exist.txt",
"svg": "evidence/rendered/a-soak-threshold-written-for-a-grade-that-does-not-exist.svg",
"rawSha256": "9936aebbfa815936257a5ee595dbb42cd739c2aad6440f0bb43183e300109dc4",
"lines": 66,
"redaction": "none — 출력에 자격증명이 없다"
}