- Add MigrationOrchestrator with filesystem scanning and auto-registration - Add FirstRunExperience with setup wizard state management - CLI integration with automatic migration hook on first run - Backward-compatible single-project mode support - \"--project\" flag support for CLI multi-project targeting - KB_SKIP_MIGRATION environment variable for recovery - Graceful fallback when central database unavailable - New fn init command to initialize kb projects - Interactive first-run setup wizard API in dashboard
765 B
765 B
@fusion/core, @fusion/engine, @gsxdsm/fusion
| @fusion/core | @fusion/engine | @gsxdsm/fusion |
|---|---|---|
| minor | 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