Instructions for AI coding agents working on this project.
go build ./... # Build — run after every change
go test ./... -count=1 # Test — all packages must pass
go vet ./... # Lint
mage preflight # Full CI check (vet + test + build)- Language: Go
- TUI framework: Bubble Tea
- Key packages:
cmd/dispatch/— entry pointinternal/tui/— TUI model, components, stylesinternal/data/— SQLite session storeinternal/copilot/— Copilot SDK clientinternal/config/— user configurationinternal/platform/— OS-specific helpers