Files
fusion/.changeset/multi-project-migration.md
gsxdsm 98a0e41db3 feat(KB-620): add multi-project first-run migration flow
- 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
2026-04-01 14:18:57 -07:00

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