@schilderlabs/pitown
v0.2.7
Published
Globally installable CLI for Pi Town
Maintainers
Readme
@schilderlabs/pitown
The installable Pi Town CLI.
Pi Town is an experimental orchestration tool for Pi.
Credits
Pi Town is built on top of Pi. Credit to Mario Zechner and the Pi project for the underlying coding agent runtime Pi Town orchestrates.
Pi Town was also inspired by Gastown. Credit to Steve Yegge for pushing on multi-agent orchestration ideas that made this project worth exploring.
For the full project overview, roadmap, and architecture context, see the main repo:
- https://github.com/schilderlabs/pitown
Install
npm install -g @schilderlabs/pitown
npm install -g @mariozechner/pi-coding-agentpitown run requires Pi to be installed and authenticated.
Verify Pi first:
pitown doctor
pi -p "hello"Usage
pitown --help
pitown
pitown mayor
pitown mayor "plan the next milestones"
pitown run --repo /path/to/repo --plan /path/to/private/plans --goal "continue from current scaffold state"
pitown statusIf you are already inside a repo, pitown and pitown mayor use the current working repo by default.
The main workflow is:
cdinto a repo- run
pitownorpitown mayor - use
/planinside the mayor session when you want a read-only plan first - use
pitown board,pitown peek mayor, orpitown msg mayor "..."as needed
Inside the mayor session:
/plantoggles read-only planning mode/todosshows the captured numbered plan- leaving
/planreturns the mayor to normal execution and delegation mode
Runtime storage
By default, Pi Town stores local runtime state under ~/.pi-town and keeps private plans outside the target repo.
