The done-guard (d16a3f5) landed after 0.25.0 was already tagged and published on95ac710, with the catalog ref pinned to it (catalog 01161f0). Moving a published tag would swap content under a name consumers may already have fetched, so the guard gets its own release instead. Version bumped in all seven places: plugin.json, package.json, the README badge, and the coord-send / board / route / dispatch skill frontmatters. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P4LMWBQGmufmBU6UdvJZ2E
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"name": "repo-mailbox",
|
|
"version": "0.26.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test tests/*.test.mjs"
|
|
}
|
|
}
|