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>
29 lines
2.1 KiB
Plaintext
29 lines
2.1 KiB
Plaintext
Sub-scope 213-inbound-graphql-release-probes.txt (inbound-graphql) release
|
|
revision=a24ece9cf797f7ea647e33bf846b115208ed1ba5
|
|
generatedAt=2026-08-30T08:42:18+00:00
|
|
|
|
=== OWNED FILES ===
|
|
c6ed0c3180649286313896f24bbb1d12c192f0e4 src/main/java/dev/caskeleton/release/GraphQlCompatibilityMatrix.java 75
|
|
01ed8793c29e4114f8086f053d360f37258db3be src/main/java/dev/caskeleton/release/GraphQlFaultScenario.java 36
|
|
2fd82f51deac082587fa6ffe27aa5a4c23548203 src/main/java/dev/caskeleton/release/GraphQlPerformanceScenario.java 52
|
|
6f4abf15f1c1756a9265db1831c685924b825fa7 src/main/java/dev/caskeleton/release/GraphQlReleaseEvidence.java 83
|
|
902a6d10be4a403c9de72ac7760380fa65b5618d src/main/java/dev/caskeleton/release/GraphQlReleaseException.java 20
|
|
9fda065032e0c14aa80c18120a1e3c7b9c2a2b1a src/main/java/dev/caskeleton/release/GraphQlReleaseGate.java 78
|
|
aec1c281226cc488c6f514bde70b17b87d805559 src/main/java/dev/caskeleton/release/GraphQlReleaseOverride.java 48
|
|
cbdadd374542798fe43f2e193d89f93c24749f5c src/main/java/dev/caskeleton/release/GraphQlReleaseReportWriter.java 57
|
|
a88f6b76d3a918695636f3688018985a8c26931d src/main/java/dev/caskeleton/release/GraphQlStableCapabilityManifest.java 91
|
|
b01b35f9022fed98c1381704a1d634e68b16c86d src/test/java/dev/caskeleton/release/GraphQlReleaseGateTest.java 165
|
|
file_count=10
|
|
|
|
=== 배선 전수 (autoconf 패키지 참조 / 자기·autoconfigure 제외 main 참조 / test 참조 / LOC) ===
|
|
TYPE autoconf main_other test LOC
|
|
GraphQlCompatibilityMatrix 0 2 2 75
|
|
GraphQlFaultScenario 0 1 1 36
|
|
GraphQlPerformanceScenario 0 1 1 52
|
|
GraphQlReleaseEvidence 0 2 1 83
|
|
GraphQlReleaseException 0 2 1 20
|
|
GraphQlReleaseGate 0 1 1 78
|
|
GraphQlReleaseOverride 0 1 1 48
|
|
GraphQlReleaseReportWriter 0 0 1 57
|
|
GraphQlStableCapabilityManifest 0 1 2 91
|