Extensions for the Pi coding agent. Inspired by mitsuhiko's agent-stuff.
pi install git:git@github.com:Julian/agent-stuffCustom extensions are in pi-extensions:
todos.ts— Git-backed todo manager. Stores todos as independent git refs underrefs/todos/<id>, keeping them out of the working tree and commit history. Includes a TUI (/todos) and atodotool for the agent. Todos can be synced across clones viagit push/fetch.