chore(release): 0.36.0

Version 0.36.0 in all seven files (plugin.json, package.json, README badge,
four SKILL.md frontmatters) and CHANGELOG [0.36.0] - 2026-09-23. No tag:
release-plugin.mjs is the operator's push round.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-09-23 11:21:12 +02:00
commit 4fd195513f
Signed by: ktg
SSH key fingerprint: SHA256:JakMjO6FTBBzN0Bhfj9saOoEjaFxlSdYuZQQpM/lF9Q
8 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "repo-mailbox", "name": "repo-mailbox",
"version": "0.35.0", "version": "0.36.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.", "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": { "author": {
"name": "Kjell Tore Guttormsen" "name": "Kjell Tore Guttormsen"

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.36.0] - 2026-09-23
### Added ### Added
- **The `dispatch` skill describes a third form: the background session.** - **The `dispatch` skill describes a third form: the background session.**

View file

@ -10,7 +10,7 @@ Session A in repo X leaves a message for repo Y; the next session in repo Y gets
*AI-generated: all code produced by Claude Code through dialog-driven development.* *AI-generated: all code produced by Claude Code through dialog-driven development.*
![Version](https://img.shields.io/badge/version-0.35.0-blue) ![Version](https://img.shields.io/badge/version-0.36.0-blue)
![Hooks](https://img.shields.io/badge/hooks-1-green) ![Hooks](https://img.shields.io/badge/hooks-1-green)
![Skills](https://img.shields.io/badge/skills-4-orange) ![Skills](https://img.shields.io/badge/skills-4-orange)
![CLI scripts](https://img.shields.io/badge/CLI_scripts-8-blue) ![CLI scripts](https://img.shields.io/badge/CLI_scripts-8-blue)

View file

@ -1,6 +1,6 @@
{ {
"name": "repo-mailbox", "name": "repo-mailbox",
"version": "0.35.0", "version": "0.36.0",
"private": true, "private": true,
"type": "module", "type": "module",
"engines": { "engines": {

View file

@ -23,7 +23,7 @@ description: >-
user names no repo and no tool — choosing *between* repos is this skill. Not for user names no repo and no tool — choosing *between* repos is this skill. Not for
"where were we" inside the current repo: that is this repo's own STATE.md, "where were we" inside the current repo: that is this repo's own STATE.md,
already injected at session start. already injected at session start.
version: "0.35.0" version: "0.36.0"
--- ---
# board — which repo deserves the next session # board — which repo deserves the next session

View file

@ -15,7 +15,7 @@ description: >-
covers retiring a broadcast that has become wrong or obsolete: "retract that covers retiring a broadcast that has become wrong or obsolete: "retract that
broadcast", "that announcement is outdated, pull it", "trekk tilbake kringkastingen", broadcast", "that announcement is outdated, pull it", "trekk tilbake kringkastingen",
"den broadcasten er utdatert". "den broadcasten er utdatert".
version: "0.35.0" version: "0.36.0"
--- ---
# coord-send — natural-language front door for inter-repo messages # coord-send — natural-language front door for inter-repo messages

View file

@ -21,7 +21,7 @@ description: >-
skill. Not for choosing WHICH repo deserves the next session (that is `board`), skill. Not for choosing WHICH repo deserves the next session (that is `board`),
not for scoring model and effort alone (that is `route`), and not for sending a not for scoring model and effort alone (that is `route`), and not for sending a
message to another repo (that is `coord-send`). message to another repo (that is `coord-send`).
version: "0.35.0" version: "0.36.0"
--- ---
# dispatch — hand a session a task it can actually start on # dispatch — hand a session a task it can actually start on

View file

@ -14,7 +14,7 @@ description: >-
the operator names no model and no tool — choosing the model for the next the operator names no model and no tool — choosing the model for the next
session IS this skill. Not for choosing which REPO gets the next session: session IS this skill. Not for choosing which REPO gets the next session:
that is the `board` skill. that is the `board` skill.
version: "0.35.0" version: "0.36.0"
--- ---
# route — what the next session should run with # route — what the next session should run with