{"id":"paseo-bm","repo":"hieunt286/paseo-bm","url":"https://github.com/hieunt286/paseo-bm/tree/main/plugin","package":"paseo-bm-plugin","npm":{"package":"paseo-bm-plugin","version":"0.3.0","integrity":"sha512-mPX+eqYr/vLKha/+eshVTEVHTXNGjwxirWiVhpdJYOiHSOe2ZPFxdaF/IR6gpJaB2ESXnjisOEI05NvNo+9oVw==","publishedAt":"2026-09-25T04:49:10.904Z","downloadsLast30Days":0},"name":"paseo-bm","description":"Beads Management for Paseo — the plugin payload: the Metric, Beads and Setup screens plus the agent role instructions. Install with npx paseo-bm, which also registers the three agent roles.","categories":["orchestration","productivity"],"platforms":["macos","linux"],"caveats":["Install with `npx paseo-bm`: it also registers the three bm-* agent roles the plugin needs. There is no other supported install.","Installed straight from this page the screens load, but the three bm-* agent roles are missing, so the Manager cannot create a Worker.","Stable 0.3.0 on npm: commands, flags, exit codes and the --json shape are a public contract and change only with a new version.","Requires Paseo 0.8.0+, Node 22+, the paseo CLI on PATH, macOS or Linux (no Windows), plus the br and bv Beads CLIs.","Enabling Paseo's agent tools grants them to every agent on the machine, not only paseo-bm's roles.","The Worker runs without permission prompts; its limits are role instructions only, so review git diff before you commit."],"images":["https://raw.githubusercontent.com/hieunt286/paseo-bm/4ebdca65c19eb0a4a6a3ad331600cb2f371dae1c/plugin/images/01-beads-screen.jpg","https://raw.githubusercontent.com/hieunt286/paseo-bm/4ebdca65c19eb0a4a6a3ad331600cb2f371dae1c/plugin/images/02-metric-request.jpg","https://raw.githubusercontent.com/hieunt286/paseo-bm/4ebdca65c19eb0a4a6a3ad331600cb2f371dae1c/plugin/images/03-installer-roles.png"],"themes":[],"health":{"manifestValid":true,"hasReadme":true,"hasLicense":true,"hasTests":false,"hasTypecheckScript":true,"updatedRecently":true},"scannedAt":"2026-09-25T05:38:21.826Z","addedAt":"2026-09-25T05:00:53Z","npmSecurity":{"status":"passed","blockingFindings":0,"advisoryFindings":0,"scannedAt":"2026-09-25T05:23:25.331Z","version":"0.3.0","integrity":"sha512-mPX+eqYr/vLKha/+eshVTEVHTXNGjwxirWiVhpdJYOiHSOe2ZPFxdaF/IR6gpJaB2ESXnjisOEI05NvNo+9oVw=="},"path":"plugin","version":"0.3.0","security":{"status":"passed","blockingFindings":0,"advisoryFindings":0,"scannedAt":"2026-09-25T05:23:25.331Z","commit":"4ebdca65c19eb0a4a6a3ad331600cb2f371dae1c"},"npmPreview":{"package":"paseo-bm-plugin","version":"0.3.0-alpha.7","integrity":"sha512-tnugAIFWDUrr/eBza886Ai8KK7n76MNV4a5pz8PnmfkwZu2NC9wxAwZcWi89mNkx9CTjx1sE9xxzYSH6rwqaVg==","publishedAt":"2026-09-24T17:32:46.719Z","distTag":"next"},"npmPreviewSecurity":{"status":"passed","blockingFindings":0,"advisoryFindings":0,"scannedAt":"2026-09-25T05:23:25.331Z","version":"0.3.0-alpha.7","integrity":"sha512-tnugAIFWDUrr/eBza886Ai8KK7n76MNV4a5pz8PnmfkwZu2NC9wxAwZcWi89mNkx9CTjx1sE9xxzYSH6rwqaVg=="},"license":"MIT","paseoVersionRequirement":">=0.8.0","descriptionNodes":[{"type":"text","text":"Beads Management for Paseo — the plugin payload: the Metric, Beads and Setup screens plus the agent role instructions. Install with npx paseo-bm, which also registers the three agent roles."}],"caveatNodes":[[{"type":"text","text":"Install with "},{"type":"text","text":"npx paseo-bm","code":true},{"type":"text","text":": it also registers the three bm-* agent roles the plugin needs. There is no other supported install."}],[{"type":"text","text":"Installed straight from this page the screens load, but the three bm-* agent roles are missing, so the Manager cannot create a Worker."}],[{"type":"text","text":"Stable 0.3.0 on npm: commands, flags, exit codes and the --json shape are a public contract and change only with a new version."}],[{"type":"text","text":"Requires Paseo 0.8.0+, Node 22+, the paseo CLI on PATH, macOS or Linux (no Windows), plus the br and bv Beads CLIs."}],[{"type":"text","text":"Enabling Paseo's agent tools grants them to every agent on the machine, not only paseo-bm's roles."}],[{"type":"text","text":"The Worker runs without permission prompts; its limits are role instructions only, so review git diff before you commit."}]],"manifest":{"id":"paseo-bm","requirements":{"paseo":">=0.8.0"}},"repoMeta":{"stars":1,"defaultBranch":"main","pushedAt":"2026-09-25T05:35:22Z"},"owner":{"login":"hieunt286","avatarUrl":"https://avatars.githubusercontent.com/u/53159837?v=4"},"readmeText":"# paseo-bm-plugin — the paseo-bm payload\n\nThis package is the **plugin payload** of [paseo-bm](https://github.com/hieunt286/paseo-bm): the\nscreens it contributes to [Paseo](https://paseo.sh) and the instructions its three agent roles run\non. Loading it gives you **Metric** (what each request did and cost), **Beads** (the workspace's\nbeads) and **Setup** (tools, skills and role instructions).\n\n![The Beads screen: totals, progress, filters and the bead list](images/01-beads-screen.jpg)\n\n## Install paseo-bm with `npx paseo-bm`\n\n```bash\nnpx paseo-bm\n```\n\nThat is the supported install, and it is what you want. The installer copies this payload to a\nstable path, registers it with the Paseo daemon, **registers the three agent roles** `bm-manager`,\n`bm-worker` and `bm-reviewer`, and asks for the consent those roles need.\n\n## Limitations of installing this package directly\n\nYou can point Paseo at this payload on its own:\n\n```bash\n# Paseo 0.9 and newer — npm source\npaseo plugin add npm:paseo-bm-plugin@<version>\n\n# Paseo 0.8 — Git source; 0.8 has no npm source type\npaseo plugin add hieunt286/paseo-bm --ref <commit> --path plugin\n```\n\nEither way the plugin **loads and the screens appear, but the three agent roles are missing**,\nbecause the installer registers them, not the payload. Without those roles the Beads Manager cannot\ncreate a Worker, so the product does not work end to end. Use `npx paseo-bm` instead.\n\nEverything else worth knowing before you install — what paseo-bm writes on your machine, that Paseo\nplugins run without a sandbox, and that the Worker runs without permission prompts — is in\n[GUIDE.md](https://github.com/hieunt286/paseo-bm/blob/main/GUIDE.md#before-you-install-read-these-warnings).\n\n## Versions\n\nThis package always carries the same version as the `paseo-bm` CLI, published from the same commit\nin the same release.\n\n## Documentation\n\n- [Repository and README](https://github.com/hieunt286/paseo-bm#readme)\n- [GUIDE.md](https://github.com/hieunt286/paseo-bm/blob/main/GUIDE.md) — requirements, install options, the screens, commands, exit codes, troubleshooting\n- [Guided tour](https://paseo-bm.erai.pro)\n\n## License\n\nMIT, see [LICENSE](LICENSE).\n"}