Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/ux-overhaul.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"dev-workflows": minor
---

UX overhaul of the interactive experience:

- Smart interactive menu that adapts to project state (shows Init + Exit when no `.dwf/` is found, full menu with a mode badge when configured).
- All commands reachable from the menu: added Watch, List (with sub-select), and Explain.
- Consistent preview cards and a confirmation step before writing in `init` and `add`.
- Clean back navigation: Esc returns to the previous step instead of exiting the process.
- `watch` Ctrl+C now returns to the menu instead of killing the program.
- Fixed `init` overwrite handling in non-TTY environments and added registry end-to-end tests.
Loading