- Add fn init command for initializing new kb projects - Add auto-migration check at CLI startup - Add /api/setup-state and /api/complete-setup dashboard endpoints - Add SetupState and CompleteSetupInput types to dashboard API - Add migration and rollback documentation to AGENTS.md - Create changeset for multi-project migration feature
518 B
518 B
@fusion/core, @gsxdsm/fusion
| @fusion/core | @gsxdsm/fusion |
|---|---|
| minor | minor |
Add migration and first-run experience for multi-project support
- Auto-detect and register existing projects on first run after upgrade
- Maintain backward compatibility for single-project workflows
- Interactive first-run setup wizard in dashboard
- Add
fn initcommand for initializing new projects - Add
/api/setup-stateand/api/complete-setupdashboard endpoints - Idempotent migration — safe to re-run
- Rollback procedure documented in AGENTS.md