Commit 0837968
fix(maintenance): corrective + adaptive sweep — CodeIntel domain sync, SPDX header, bench bound
Corrective:
- catalogue.zig: add code_intel=18 to CapabilityDomain enum (was missing, Domain.idr
has had CodeIntel since it was added — ABI drift across the C boundary)
- catalogue.zig: update stale comment from "(1-13)" to "(1-18)"
- Check.idr: add missing PMPL-1.0-or-later SPDX + copyright header
Adaptive:
- mcp_bench.zig: raise deserialisation upper bound 5_000→10_000 ms (debug-build
timing on slower machines consistently exceeded 5s; logic is sound)
- mcp_bench.zig: drop hardcoded "17 entries" label from bench name (list is static
test data, count is irrelevant to the performance invariant)
All tests pass: 173 Elixir, full Zig suite including bench.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 33acf6a commit 0837968
3 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
362 | 363 | | |
363 | 364 | | |
364 | 365 | | |
365 | | - | |
| 366 | + | |
366 | 367 | | |
367 | 368 | | |
368 | 369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments