chore(catalog): bump repo-mailbox v0.21.0 -> v0.22.0

Tag v0.22.0 created and pushed to repo-mailbox. Also corrects the
catalog's stale selftest-check count for repo-mailbox (402 -> 412)
to match the plugin's own badge, caught by the post-write gate.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QugnZfg8Jpi7tHNmoT7Uqp
This commit is contained in:
Kjell Tore Guttormsen 2026-08-13 21:18:18 +02:00
commit c741adaaa8
2 changed files with 3 additions and 3 deletions

View file

@ -105,7 +105,7 @@
"source": { "source": {
"source": "url", "source": "url",
"url": "https://git.fromaitochitta.com/open/repo-mailbox.git", "url": "https://git.fromaitochitta.com/open/repo-mailbox.git",
"ref": "v0.21.0" "ref": "v0.22.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." "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."
}, },

View file

@ -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.21.0` ### [repo-mailbox](https://git.fromaitochitta.com/open/repo-mailbox) `v0.22.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. 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.
@ -195,7 +195,7 @@ A local mailbox for coordination between Claude Code sessions in different repos
- **`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 - **`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 - **`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
1 hook · 3 skills · 8 CLI scripts · 402 selftest checks · [Full documentation →](https://git.fromaitochitta.com/open/repo-mailbox) 1 hook · 3 skills · 8 CLI scripts · 412 selftest checks · [Full documentation →](https://git.fromaitochitta.com/open/repo-mailbox)
--- ---