Skip to content

Commit cecce9d

Browse files
hyperpolymathclaude
andcommitted
chore(state): reconcile stale cartridge counters
Replaces the stale cartridges-total / cartridge-shared-libs / cartridges- with-so block with counters that match the tree on disk as of 2026-04-18: - cartridges-total = 99 (was 92) — standard cartridges, counted by presence of cartridge.json. - cartridges-non-standard = 1 — model-router-mcp, tool list inline in src/router.js, no cartridge.json. - cartridges-with-readme = 100 — README.adoc coverage reached 100/100 in 0314a29 (the 46-README sweep this session). - cartridge-shared-libs-build-target = 99 — what the Containerfile produces. Renamed from cartridge-shared-libs to avoid implying the libs are checked into the tree. - cartridge-shared-libs-on-disk = 0 — the Containerfile is authoritative; no prebuilt .so/.dylib is committed. Also bumps last-updated to 2026-04-18 to match the assessment date landed in docs/READINESS.md (15993a6). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e6a3448 commit cecce9d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.machine_readable/6a2/STATE.a2ml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[metadata]
77
project = "boj-server"
88
version = "0.4.0"
9-
last-updated = "2026-04-17"
9+
last-updated = "2026-04-18"
1010
status = "active"
1111
grade = "D-alpha"
1212

@@ -62,10 +62,11 @@ mcp-e2e-tests = 10 # Lifecycle, tool invocation, error handling, sandboxing
6262
mcp-p2p-tests = 14 # Property-based: uniqueness, vocabulary, matrix completeness
6363
mcp-aspect-tests = 17 # Security: injection, sandboxing, credential handling, SSRF
6464
mcp-benchmark-tests = 10 # Performance baselines: serialization, latency, throughput
65-
cartridge-shared-libs = 96
66-
# All 96 cartridges now built dynamically by Containerfile.
67-
cartridges-total = 92
68-
cartridges-with-so = 96
65+
cartridges-total = 99 # standard cartridges with cartridge.json; corrected 2026-04-18 (was stale at 92)
66+
cartridges-non-standard = 1 # model-router-mcp — tool list inline in src/router.js, no cartridge.json
67+
cartridges-with-readme = 100 # README.adoc coverage complete 2026-04-18 (46 generated this session)
68+
cartridge-shared-libs-build-target = 99 # shared libs produced by Containerfile at runtime; not checked into the tree
69+
cartridge-shared-libs-on-disk = 0 # nothing pre-built is committed — the Containerfile is authoritative
6970
safety-modules = 7 # Safety, Guardian, SafeHTTP, SafePromptInjection, SafeCORS, SafeAPIKey, SafeWebSocket
7071
sse-transport = true # Port 7703 — fixed 2026-03-29
7172
glama-grade = "AAA" # Security A, License A, Quality A

0 commit comments

Comments
 (0)