SAMA v2 — syntaxai/tdd.md dogfood

✓ conforms · profile tdd-md · 119 files examined · 7/7 checks pass

The verifier in src/b32_sama_v2_verify.ts ingests sama.profile.toml and runs the seven §4 conformance checks against the current source tree on this server. No clone, no token; the server reads its own src/ and the committed profile, runs the same logic the sibling unit tests cover, and renders the verdict below. The §5 core metrics emitter (src/b32_sama_v2_metrics.ts) runs on the same input and shares the parse-boundary detector with the Modeled-boundary check.

check verdict examined
#1 Sorted ✓ pass 74
#2 Architecture ✓ pass 119
#3 Modeled (tests) ✓ pass 36
#4 Modeled (boundary) ✓ pass 74
#5 Atomic ✓ pass 119
#6 Law (§1.2) ✓ pass 119
#7 Consistency (§3) ✓ pass 74

#§5 Core metrics

Snapshot of this run. Operational definitions at /sama/v2 §5. The baseline these numbers anchor is what later claims (skeleton scaffolds, agent A/B experiments, external-repo audits) will be measured against as a delta.

metric value
graphDepth 7
boundaryRatio 100.0%
workingSetFit 77.0%

#fan distribution per layer

layer fan-in (mean / p50 / p95 / max) fan-out (mean / p50 / p95 / max)
0 — Pure 3.56 / 4 / 7 / 7 0.28 / 0 / 3 / 3
1 — Core 2.65 / 1 / 8 / 24 1.35 / 1 / 4 / 4
2 — Adapter 2.46 / 1 / 7 / 7 1.46 / 1 / 3 / 3
3 — Entry 1.05 / 1 / 2 / 2 6.15 / 5 / 11 / 28

#violation counts (trailing signal — emitted even when checks pass)

check count
#1 Sorted 0
#2 Architecture 0
#3 Modeled (tests) 0
#4 Modeled (boundary) 0
#5 Atomic 0
#6 Law (§1.2) 0
#7 Consistency (§3) 0

← /sama/v2 · ← /sama · the v1 dogfood