From 7d73316a1bc0013eeeae790fe0d8b89ad42e3a67 Mon Sep 17 00:00:00 2001 From: Geordano Polanco Date: Sat, 27 Jun 2026 11:05:30 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20add=20changeset=20for=20ux-ov?= =?UTF-8?q?erhaul=20(minor=20=E2=86=92=200.7.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/ux-overhaul.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .changeset/ux-overhaul.md diff --git a/.changeset/ux-overhaul.md b/.changeset/ux-overhaul.md new file mode 100644 index 0000000..ac1bcfa --- /dev/null +++ b/.changeset/ux-overhaul.md @@ -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.