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."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ End-to-end facilitator for prompting Claude Design (`claude.ai/design`). Walks y
|
|||
|
||||
---
|
||||
|
||||
### [repo-mailbox](https://git.fromaitochitta.com/open/repo-mailbox) `v0.24.0`
|
||||
### [repo-mailbox](https://git.fromaitochitta.com/open/repo-mailbox) `v0.25.0`
|
||||
|
||||
A local mailbox for coordination between Claude Code sessions in different repositories. Session A in repo X leaves a message for repo Y; the next session in repo Y gets it injected as context at startup. Local, private, no network, no SaaS.
|
||||
|
||||
|
|
@ -194,8 +194,9 @@ A local mailbox for coordination between Claude Code sessions in different repos
|
|||
- **`coord-send`** — natural-language sending: maps "tell repo-x the bug is fixed" to the right delivery — broadcasts, bounded multi-target loops, replies, retractions, and deferred sends
|
||||
- **`board`** — read-only cross-repo attention board: which repos have a live next step, which are blocked and on whom, which owe a reply, and what each costs to move
|
||||
- **`route`** — turns four scored traits of the next task into a model/effort row from a closed six-row rubric, with a pasteable startup command and a one-row-cheaper fallback
|
||||
- **`dispatch`** — hands work to a session in another repo as a complete, verified startup command: the prompt written to a file, model and effort derived from the rubric, output form chosen by whether the target repo already has a terminal pane
|
||||
|
||||
1 hook · 3 skills · 8 CLI scripts · 433 selftest checks · [Full documentation →](https://git.fromaitochitta.com/open/repo-mailbox)
|
||||
1 hook · 4 skills · 8 CLI scripts · 529 selftest checks · [Full documentation →](https://git.fromaitochitta.com/open/repo-mailbox)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue