See AGENTS.md for the authoritative repository policy.
- Read targeted sections of
src/store/app.store.tsinstead of loading the whole file at once. - When changing provider runtimes, review both
electron/providers/claude-sdk-runtime.tsandelectron/providers/codex-sdk-runtime.tsfor symmetry unless the change is intentionally provider-specific. - Use Bun commands and
bunx --bun. - After code changes, run
bun run typecheckplus the smallest relevant focused tests before finishing. - For UI work, follow the theme guardrails in AGENTS.md.
- For provider, IPC, terminal, or hot Zustand surface changes, follow the corresponding guardrails in AGENTS.md.
- For explicit PR requests, use
skills/stave-worktree-pr-flow/SKILL.mdwhen available. - For explicit release requests, use
skills/stave-release/SKILL.mdwhen available.