feat(mod_commit): Add execution plan output to commit command

This commit is contained in:
2025-12-14 11:46:42 +00:00
parent 6deba06443
commit e1076a60ad
5 changed files with 78 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-12-14 - 2.6.0 - feat(mod_commit)
Add execution plan output to commit command
- Print an execution plan at the start of the commit flow (shows active options and planned steps)
- New printExecutionPlan(options) added to ts/mod_commit/mod.ui.ts
- Commit command now calls ui.printExecutionPlan(...) before running format or other steps
- Execution plan reflects flags: auto-accept (-y), push (-p), build (-b), release (-r), --format, and target registries
## 2025-12-14 - 2.5.0 - feat(mod_standard)
Add interactive main menu and help to standard CLI module; route commands via dynamic imports