- Add first-run migration detection and registration helpers for central project setup - Wire CLI and dashboard setup routes to auto-migrate existing projects and complete setup - Harden path resolution, overlap checks, and backward-compat project selection behavior - Add regression tests for migration, nested project detection, and single-project compatibility
14 lines
447 B
Markdown
14 lines
447 B
Markdown
---
|
|
"@fusion/core": minor
|
|
"@gsxdsm/fusion": minor
|
|
---
|
|
|
|
Add migration and first-run experience for multi-project support
|
|
|
|
- Auto-detect and register existing projects on first run after upgrade
|
|
- New `fn init` command to initialize kb projects
|
|
- Maintain backward compatibility for single-project workflows
|
|
- Interactive first-run setup wizard API in dashboard
|
|
- Idempotent migration — safe to re-run
|
|
- Rollback procedure documented in AGENTS.md
|