Five fixes were committed and pushed after v0.27.0 and none is reachable: every entry point on this machine runs the version-pinned plugin cache, not this tree. This bump is step one of making them reachable - the tag and the catalog ref follow together via release-plugin.mjs, never one without the other. Carries: dot-prefixed repo discovery (3e5add0), the bare-name defect in the three order-verb emitters (393499c), --to refused on a control character in both write sides (29a94dd), the FILENAME== focus-filter join (2928c28), and route_cmd_for reading the rationale instead of the field (b70786d). Version bumped in all seven places CLAUDE.md's Release section names: plugin.json, package.json, the README badge, and the frontmatter of skills/coord-send, skills/board, skills/route, skills/dispatch. CHANGELOG entry added alongside. Pre-release gate, all five suites plus npm: coord 230, board 259 (was 252 - section 23 added 7 checks), route 69, orders 110, guard 40, node 11/11. Catalog pre-flight run by hand first per the order: 12 plugins, 0 ERROR. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AZa4oEsa93ac6pZQFEXqBF
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"name": "repo-mailbox",
|
|
"version": "0.28.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test tests/*.test.mjs"
|
|
}
|
|
}
|