Version bumped across plugin.json, package.json, the README version badge and all four skill frontmatters (coord-send, board, route, dispatch), plus the README skills (3 -> 4) and selftest-checks (433 -> 529) badges. CHANGELOG entry for --dispatch/the dispatch skill and the coord-send reply-mode fix. NOT released: no tag, no catalog ref bump. Both require pushing to Forgejo, and the operator has held the push window closed. The catalog gate is clear (check-versions.mjs: 12 plugins, 0 ERROR; the single WARN is this bump itself), so the release runs the moment the window opens. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ett8uHMDLir6trFaMzrYRu
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"name": "repo-mailbox",
|
|
"version": "0.25.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test tests/*.test.mjs"
|
|
}
|
|
}
|