chore(catalog): release repo-mailbox v0.25.0
Completes the two-repo release: v0.25.0 was tagged + pushed in the plugin repo, and the catalog ref moves v0.24.0 -> v0.25.0. Before this, plugin.json said 0.25.0 while the catalog still pinned v0.24.0 — a public unreleased bump (check-versions WARN), leaving `board.sh --dispatch` written but uninstallable. Stat line mirrored to the plugin's own badges at v0.25.0 (release-plugin.mjs bumps ref + label but not stats, so the post-write gate ERRORed on both axes): skills 3 -> 4 and selftest checks 433 -> 529. Both measured with check-versions' own extractStatBadges/extractCatalogStats against `git show v0.25.0:README.md`, with config-audit as a known-positive control; skills=4 cross-checked against skills/*/SKILL.md at the tag. The new `dispatch` bullet keeps the block's one-bullet-per-skill pattern intact. check-versions: 12 OK, 0 WARN, 0 ERROR (was 11 OK, 1 WARN). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01A4uewAg3byV6Z3TuaQfR7G
This commit is contained in:
parent
c475182761
commit
01161f092f
2 changed files with 4 additions and 3 deletions
|
|
@ -105,7 +105,7 @@
|
|||
"source": {
|
||||
"source": "url",
|
||||
"url": "https://git.fromaitochitta.com/open/repo-mailbox.git",
|
||||
"ref": "v0.24.0"
|
||||
"ref": "v0.25.0"
|
||||
},
|
||||
"description": "Local mailbox for coordination between Claude Code sessions in different repositories — directed messages and broadcasts injected as context at session start. Local, private, no network."
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue