Commit 3207771
authored
## Summary
browser-mcp was removed from the abi-drift allowlist in #133/#136
because it had genuine Class D drift (`BrowserAction.Type` ↔ Zig
`type_text`). That drift was fixed cartridge-side in #134 (Idris2 ADT
`Type` → `TypeText`), which is now on main.
This restores browser-mcp to the audited-green allowlist:
- count `65 → 66`
- alphabetic position between `arango-mcp` and `buildkite-mcp`
- comment block notes the restoration cause (post-#134) rather than the
prior `REMOVES` rationale
- residual-drift count trimmed `15 → 14`
## Verification
The fix is on `main` already:
```
$ grep -n 'TypeText\|browserActionToInt\|intToBrowserAction' cartridges/browser-mcp/abi/BrowserMcp/SafeBrowser.idr
59: | TypeText -- ^ Type text into an element matching a CSS selector.
126:browserActionToInt TypeText = 2
140:intToBrowserAction 2 = Just TypeText
```
CI will re-verify under the abi-drift workflow with browser-mcp
included; the verifier runs `iseriser` against the paired `Safe*.idr` +
`*_ffi.zig`.
## Refs
- hyperpolymath/standards#92 (cartridge ABI drift taxonomy)
- hyperpolymath/standards#156 (Class D sub-issue)
- #133, #134, #136 (predecessor PRs)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 5699de0 commit 3207771
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
0 commit comments