feat(mod_standard): Add interactive main menu and help to standard CLI module; route commands via dynamic imports

This commit is contained in:
2025-12-14 11:03:00 +00:00
parent 6b0941eea9
commit 00cd9dc8e7
3 changed files with 87 additions and 32 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-12-14 - 2.5.0 - feat(mod_standard)
Add interactive main menu and help to standard CLI module; route commands via dynamic imports
- Introduce interactive CLI menu using @push.rocks/smartinteract to prompt user for actions.
- Add routing to commands (commit, format, config, template, services, open, help) using dynamic imports.
- Add showHelp() helper to display usage and available commands.
- Remove previous static template listing and logger.warn placeholder.
## 2025-12-14 - 2.4.0 - feat(cli)
Add optional build step to release flow and auto-format npmextra config when registries change