{"_id":"@2nspired/pigeon","name":"@2nspired/pigeon","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@2nspired/pigeon","version":"0.1.0","description":"One-command installer for Pigeon — a local-first kanban board + MCP server for AI-assisted development. Run `npx @2nspired/pigeon init`.","license":"MIT","type":"module","bin":{"pigeon":"bin/pigeon.mjs"},"engines":{"node":">=20"},"repository":{"type":"git","url":"git+https://github.com/2nspired/pigeon.git","directory":"cli"},"homepage":"https://2nspired.github.io/pigeon/","bugs":{"url":"https://github.com/2nspired/pigeon/issues"},"keywords":["pigeon","kanban","mcp","claude-code","ai-agents","local-first"],"_id":"@2nspired/pigeon@0.1.0","gitHead":"154cece326d1def68dfc96a749c22635dc9a977b","_nodeVersion":"22.22.2","_npmVersion":"10.9.7","dist":{"integrity":"sha512-PxqJ4ZNRh0kcLPfK5WuJaNaDDdnFEsPbqX01NNp15X9EzhvDc6hnju8XG4X8k3PEKyY3lwWtKmhZY+3NYWL8Hw==","shasum":"175665ee1a26f5c6f093dced4345a3cc0cb68c12","tarball":"https://registry.npmjs.org/@2nspired/pigeon/-/pigeon-0.1.0.tgz","fileCount":13,"unpackedSize":42341,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFwA9TOidvqpLRM0D4C6OTKN9rYmQKLWJp8Z7PH+EF1IAiEAs4bBeRUnrv5rTXwKiafAmbVwFYNH1aPbBMHiRpfq5Is="}]},"_npmUser":{"name":"2nspired","email":"thomastrudzinski@gmail.com"},"directories":{},"maintainers":[{"name":"2nspired","email":"thomastrudzinski@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/pigeon_0.1.0_1784049337358_0.13104877875802057"},"_hasShrinkwrap":false}},"time":{"created":"2026-07-14T17:15:37.273Z","0.1.0":"2026-07-14T17:15:37.488Z","modified":"2026-07-14T17:15:37.638Z"},"maintainers":[{"name":"2nspired","email":"thomastrudzinski@gmail.com"}],"description":"One-command installer for Pigeon — a local-first kanban board + MCP server for AI-assisted development. Run `npx @2nspired/pigeon init`.","homepage":"https://2nspired.github.io/pigeon/","keywords":["pigeon","kanban","mcp","claude-code","ai-agents","local-first"],"repository":{"type":"git","url":"git+https://github.com/2nspired/pigeon.git","directory":"cli"},"bugs":{"url":"https://github.com/2nspired/pigeon/issues"},"license":"MIT","readme":"# @2nspired/pigeon\n\nThe bootstrap CLI for [Pigeon](https://github.com/2nspired/pigeon) — a local-first kanban board + MCP server that gives AI coding agents durable context across sessions.\n\n```bash\nnpx @2nspired/pigeon init\n```\n\nOne command, run from inside your project repo. It:\n\n1. Clones the latest Pigeon release into `~/.pigeon` (override with `PIGEON_HOME` or `--home`) and installs its dependencies.\n2. Creates/migrates the SQLite database.\n3. Registers the Pigeon MCP server with Claude Code (user scope via `claude mcp add`; falls back to a project-scoped `.mcp.json`).\n4. Registers your repo with Pigeon so `briefMe()` auto-detects it, writes a starter `tracker.md`, and installs the `/brief-me`, `/handoff`, and `/plan-card` slash commands plus the token-tracking Stop hook.\n5. On macOS, installs the always-on background service at `http://localhost:3100`.\n\nRe-running is safe — every step is idempotent.\n\n## Flags\n\n| Flag | Meaning |\n| --- | --- |\n| `--ref <branch\\|tag>` | Check out a specific ref instead of the latest release tag |\n| `--home <dir>` | Pigeon home checkout location (same as `PIGEON_HOME`) |\n| `--agent-name <name>` | Agent display name on the board (default `Claude`) |\n| `--no-claude` | Skip `claude mcp add`; write a project-scoped `.mcp.json` instead |\n| `--no-service` | Skip the macOS launchd service install |\n| `--no-register` | Skip registering the current repo with Pigeon |\n\nThis package is only the installer — the app itself runs from the git checkout it creates. Full docs: <https://2nspired.github.io/pigeon/>.\n","readmeFilename":"README.md","_rev":"1-f6c3675a6cb0f178f3b198cf77e6d1db"}