Commit fb15cd2
fix(abi-drift): remove chapeliser-mcp from allowlist (dir does not exist) (#136)
## Summary
PR #133 added `chapeliser-mcp` to the ABI Drift Gate allowlist (56 → 66
expansion) but the corresponding `cartridges/chapeliser-mcp/` directory
does not exist in the tree.
The per-cartridge loop's `ls cartridges/<n>/abi/*/Safe*.idr` returns
exit 2 under `set -euo pipefail`, which fails the whole job — every PR's
ABI Drift Gate goes red on `chapeliser-mcp` before reaching its actual
changes. This is what's currently failing on #134 (browser-mcp rename,
unrelated).
## Change
- Drop `echo 'chapeliser-mcp'` from the allowlist heredoc (line 101).
- Comment updated to match: 66 → 65, "ADDS 11" → "ADDS 10", `chapeliser`
removed from the list of "newly-unblocked" additions.
- Added a paragraph explaining why the entry was removed, so the next
allowlist expansion doesn't re-add it without first landing the
cartridge tree.
Allowlist returns to 65 entries. Net diff: +7 / -5.
## Verification
- [x] Confirmed `cartridges/chapeliser-mcp/` does not exist on
`origin/main`
- [x] Confirmed the other six newly-allowlisted dirs from #133 (cloud,
comms, container, git, gitlab-api, ml, plus mongodb, queues, research,
vordr — total 10) do exist and parse fine in the same CI log
- [x] The pre-fix run on #134 shows `abi-drift: chapeliser-mcp`
immediately followed by `ls: cannot access ...` and `##[error]Process
completed with exit code 2`
## Follow-up
If chapeliser-mcp is meant to exist as a cartridge, the cartridge tree
can be scaffolded with `iseriser cartridge` (see iseriser#24, the
standards#89 Phase 2b PR). That's a separate PR with a different scope;
this one just unblocks CI.
Refs #133, #134
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 82322b4 commit fb15cd2
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
101 | | - | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments