fix(smartconfig): migrate project metadata and config handling to .smartconfig.json

This commit is contained in:
2026-03-24 18:56:18 +00:00
parent a2b596e5db
commit abdc2f2534
14 changed files with 357 additions and 272 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-24 - 2.0.2 - fix(smartconfig)
migrate project metadata and config handling to .smartconfig.json
- replace npmextra.json with .smartconfig.json across packaging, project context, README generation, and description prompts
- fix description updates to write metadata under gitzone.module and use smartconfig KeyValueStore for persisted settings
- refresh documentation and dependency versions to reflect the new config location and storage path
## 2026-03-24 - 2.0.1 - fix(aidocs, config)
migrate aidocs configuration handling from npmextra to smartconfig