fix(cli): improve project metadata loading and normalize CLI error handling

This commit is contained in:
2026-05-09 12:34:58 +00:00
parent c7c1bbb460
commit adb13b027d
13 changed files with 3328 additions and 5222 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-09 - 5.10.5 - fix(cli)
improve project metadata loading and normalize CLI error handling
- load package metadata asynchronously via ProjectInfo.create in the CLI and daemon to avoid initialization issues
- use handleError when reporting daemon and service command failures for safer error messages
- tighten interactive edit validation for required text fields and refresh documentation to match current CLI behavior
## 2026-03-24 - 5.10.4 - fix(crash-logging)
migrate filesystem persistence to smartfs and stabilize crash log tests