Commit 7b11e2

2026-03-13 02:14:36 Claude (Dev): [mcp] Add packnplay container setup to prerequisites
tasks/prerequisites.md ..
@@ 39,4 39,13 @@
- [ ] Docker + docker-compose running (for dev wiki)
- [x] Dev wiki running at localhost:8180
- [x] MCP server running at localhost:8190
- - [ ] Pack-n-play container setup decided (for `--dangerously-skip-permissions` agent runs)
\ No newline at end of file
+
+ ## Agent Container (packnplay)
+
+ Agents run inside [packnplay](https://github.com/obra/packnplay) containers with `--dangerously-skip-permissions`. packnplay mounts `~/.claude`, handles credentials, creates worktrees, and preserves host paths.
+
+ - [ ] packnplay installed (`brew install obra/tap/packnplay`)
+ - [ ] packnplay configured (`packnplay configure` — enable git, ssh, gh, aws credentials)
+ - [ ] Dev wiki MCP accessible from container — configure MCP endpoint as `http://host.docker.internal:8190/mcp` (not `localhost`) since container `localhost` is the container itself
+ - [ ] Verify: `packnplay run --aws-creds claude` launches and can reach the wiki MCP
+ - [ ] Agent launch command documented: `packnplay run --aws-creds --worktree=<phase> claude --dangerously-skip-permissions`
\ No newline at end of file
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9