Skip to content
v0.4.0MIT

A wall of mail slots for parallel coding agents. Each worktree gets a pigeonhole; agents leave each other notes and post what they are working on. No server, no daemon, no MCP.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "pigeonhole",
  "version": "0.4.0",
  "description": "A wall of mail slots for parallel coding agents. Each worktree gets a pigeonhole; agents leave each other notes and post what they are working on. No server, no daemon, no MCP.",
  "author": {
    "name": "Bauke Brenninkmeijer",
    "url": "https://github.com/Baukebrenninkmeijer"
  },
  "homepage": "https://github.com/Baukebrenninkmeijer/pigeonhole",
  "repository": "https://github.com/Baukebrenninkmeijer/pigeonhole",
  "license": "MIT",
  "keywords": ["agents", "coordination", "worktree", "messaging", "parallel"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub