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
556 B
JSON
12 lines
556 B
JSON
{
|
|
"name": "repo-mailbox",
|
|
"version": "0.25.0",
|
|
"description": "Local mailbox for coordination between Claude Code sessions in different repositories. Directed messages and broadcasts as plain Markdown files on your own disk, injected as context at session start. Local, private, no network.",
|
|
"author": {
|
|
"name": "Kjell Tore Guttormsen"
|
|
},
|
|
"auto_discover": true,
|
|
"license": "MIT",
|
|
"repository": "https://git.fromaitochitta.com/open/repo-mailbox",
|
|
"keywords": ["coordination", "mailbox", "inter-repo", "multi-repo", "session-start"]
|
|
}
|