Common workflows
Use Nova for outcomes rather than individual keystrokes. State what must be true when the work is finished, then ask Nova to inspect, act, and verify within that boundary.Investigate a regression
Implement a scoped change
Review a diff
Plan a larger change
Work in an isolated Git worktree
Finish and commit
nova commit --dry-run. Commit and push remain deliberate actions; review the staged diff first.
A reliable request includes
- the intended result;
- important constraints or files to preserve;
- whether Nova may edit files;
- the check, test, or evidence that proves completion.
