{"_id":"@boardwalk-labs/setup","name":"@boardwalk-labs/setup","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@boardwalk-labs/setup","version":"0.1.0","description":"One command to get set up with Boardwalk: installs the CLI and wires up your coding agent.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/boardwalk-labs/setup.git"},"homepage":"https://boardwalk.sh","type":"module","engines":{"node":">=18"},"bin":{"setup-boardwalk":"bin/setup-boardwalk.js"},"keywords":["boardwalk","setup","wizard","install","cli","agents","workflows"],"scripts":{"test":"node --test"},"gitHead":"f5572e3d673a33f7ed227fc9f28cae24de97769f","_id":"@boardwalk-labs/setup@0.1.0","bugs":{"url":"https://github.com/boardwalk-labs/setup/issues"},"_nodeVersion":"26.3.1","_npmVersion":"11.16.0","dist":{"integrity":"sha512-8p41mPfkQVd38MUz+qN7dBPctM00KuqZfKyYEDpE6zqKcEEuve4fkSDWwUzRGZm8ZcJsm46mD5Aqp+TGBjn10w==","shasum":"aa6fdeba4da86e7ade36ddca83bb27e0cd5a5837","tarball":"https://registry.npmjs.org/@boardwalk-labs/setup/-/setup-0.1.0.tgz","fileCount":5,"unpackedSize":6296,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCcskvYUrfpuF/OVUkcucAxXq6Mdo2gqZ5aZr1iyHUbcQIhALYnEDiCSjWq5AGFpDCjFcL0gASkqS2wvkYcnIHJL1w7"}]},"_npmUser":{"name":"nrcrews","email":"nick@robotnet.works"},"directories":{},"maintainers":[{"name":"nrcrews","email":"nick@robotnet.works"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/setup_0.1.0_1784751477297_0.5115121766484951"},"_hasShrinkwrap":false}},"time":{"created":"2026-07-22T20:17:57.201Z","0.1.0":"2026-07-22T20:17:57.442Z","modified":"2026-07-22T20:17:57.605Z"},"maintainers":[{"name":"nrcrews","email":"nick@robotnet.works"}],"description":"One command to get set up with Boardwalk: installs the CLI and wires up your coding agent.","homepage":"https://boardwalk.sh","keywords":["boardwalk","setup","wizard","install","cli","agents","workflows"],"repository":{"type":"git","url":"git+https://github.com/boardwalk-labs/setup.git"},"bugs":{"url":"https://github.com/boardwalk-labs/setup/issues"},"license":"MIT","readme":"# @boardwalk-labs/setup\n\nOne command to get set up with [Boardwalk](https://boardwalk.sh):\n\n```sh\nnpx @boardwalk-labs/setup\n```\n\nIt installs the [`boardwalk` CLI](https://github.com/boardwalk-labs/cli) if you don't have it, then\nruns `boardwalk setup`, which:\n\n- logs you in (browser OAuth),\n- detects which coding agent you use (Claude Code, Codex, Cursor, OpenCode, OpenClaw), and\n- installs that agent's Boardwalk plugin + skills and points it at the control-plane MCP server.\n\nIt **never touches files in your project** — it wires up the agent and leaves your repo alone.\n\n## Already have the CLI?\n\nSkip the shim and run the wizard directly:\n\n```sh\nboardwalk setup\n```\n\n## What this package is\n\nA tiny, dependency-free launcher. All the real logic lives in the CLI's `boardwalk setup` command, so\nthere's one tested code path whether you arrive via `npx @boardwalk-labs/setup` or `boardwalk setup`. Any\narguments you pass are forwarded, e.g.:\n\n```sh\nnpx @boardwalk-labs/setup --harness claude-code --yes   # non-interactive\nnpx @boardwalk-labs/setup --print-only                  # show the plan, run nothing\n```\n\nResolution order: run `boardwalk` if it's on `PATH`; otherwise `npm install -g @boardwalk-labs/cli`\nand run it; otherwise fall back to `npx @boardwalk-labs/cli setup`.\n\n## The Boardwalk repos\n\n- [`cli`](https://github.com/boardwalk-labs/cli) — `boardwalk`: scaffold, validate, run locally, deploy\n- [`plugins`](https://github.com/boardwalk-labs/plugins) — coding-agent skills + the control-plane MCP server\n- [`sdk`](https://github.com/boardwalk-labs/sdk) — `@boardwalk-labs/workflow`, the API a workflow imports\n\nHosted platform and docs: [boardwalk.sh](https://boardwalk.sh).\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n","readmeFilename":"README.md","_rev":"1-957d9279a635e9e257e35db92d08508b"}