- Add FirstRunDetector for fresh-install and migration state detection - Implement MigrationOrchestrator for auto-registering existing projects - Create BackwardCompat layer to maintain single-project CLI workflows - Add fn init command for manual project registration - Add dashboard first-run wizard API endpoints (/api/setup-state, /api/complete-setup) - Add runtimeLog, ipcLog, projectManagerLog, hybridExecutorLog to engine logger - Include changeset documenting migration features and rollback procedure
741 B
741 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 kb projects on first run
- MigrationOrchestrator with filesystem scanning and safety checks
- FirstRunExperience with setup wizard state management
- Backward-compatible single-project mode (TaskStore.getOrCreateForProject)
--projectflag support for CLI multi-project targetingKB_SKIP_MIGRATIONenvironment variable for recovery- Graceful fallback when central database unavailable
- New
fn initcommand to initialize kb projects - Interactive first-run setup wizard API in dashboard
- Idempotent migration — safe to re-run
- Rollback procedure documented in AGENTS.md