Use case 01
Software developer
It's Monday. The refactor you started three weeks ago is still half-finished, and the branch name means nothing to you anymore.
Today
You come back to a project after time away and spend the first hour reconstructing context — what you were building, why the last change was made, which decisions are load-bearing.
With Nova
Nova already holds that context: the project, the recent changes and their reasons, and the constraints you agreed to. You resume mid-thought instead of re-reading your own work.
A full pass, beginning to end
- 01
Reopen
You open the repository; Nova recognizes the project and the branch. - 02
Recall
It surfaces the last change, why you left it, and the constraint a teammate asked you to keep. - 03
Resume
You ask about the failing case; it recalls the test and the fix you'd started to sketch. - 04
Act
It drafts the change in small, reversible steps for your review — nothing sweeping in one move. - 05
Learn
Your correction and the working approach are remembered, so next time starts from the fix.
The cost of switching between projects drops to almost nothing when the context is remembered for you.
In preview: project context across sessions. In development: working in your editor and terminal with it.