pi-solo
v0.1.1
Published
Pi package for the Solo task tracker — tool, commands, auto-init, and TUI widget.
Downloads
22
Maintainers
Readme
pi-solo
Pi package for the Solo task tracker.
Features
solotool for task, session, handoff, health, and recovery actions/solo,/solo-pick,/solo-done, and/solo-errorscommands- auto-init when running inside a git repo without an existing Solo database
- collapsible checkbox-style widget showing active, ready, and completed tasks, with stale completed rows auto-hidden after ~10 minutes (Ctrl+Shift+S toggles details)
- automatic task context injection before agent work starts
Install
From npm
pi install npm:pi-soloFrom git
pi install git:github.com/your-org/your-repoFrom a local checkout
pi install ./pi-extension -lPackage manifest
Pi loads this package through the pi manifest in package.json:
{
"keywords": ["pi-package"],
"pi": {
"extensions": ["./src/index.ts"]
}
}That makes the package compatible with pi install, git installs, and the pi package gallery.
Development
npm install
npm run typecheck
npm run pack:checkPublishing
At the time of setup, npm view pi-solo returned 404, so pi-solo appears available.
Release checklist:
cd pi-extension
npm install
npm run publish:check
npm publishAfter publish, users can install with:
pi install npm:pi-soloSee PUBLISHING.md for the full checklist.
