- Add MigrationOrchestrator with automatic project detection and registration - Add FirstRunExperience with setup wizard for new users - Add backward compatibility layer for single-project workflows - Integrate migration hook into CLI entry point - Add comprehensive tests for migration and first-run functionality - Update AGENTS.md with multi-project migration and dashboard documentation
15 lines
550 B
Markdown
15 lines
550 B
Markdown
---
|
|
"@gsxdsm/fusion": minor
|
|
"@fusion/core": 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)
|
|
- `--project` flag support for CLI multi-project targeting
|
|
- `KB_SKIP_MIGRATION` environment variable for recovery
|
|
- Graceful fallback when central database unavailable
|