Local-first work item tracking for repository workflows.
Run the existing CLI with subcommands like:
issuectl init
issuectl item create --title "Task"
issuectl nextLaunch the native GPUI app with:
cargo run -- uiThe UI shares the same SQLite database and current project resolution as the CLI. It provides:
- project switching
- item overview and hierarchy
- next queue
- item detail and recent history
- common mutations such as create, edit, move, ready/unready, status changes, blockers, and undo
- On macOS, GPUI depends on the normal Xcode / Metal toolchain prerequisites.
- The default database path remains
~/.issuectl/db.sqlite3unlessISSUECTL_DB_PATHis set.