feat(FN-3034): add legacy routines agentId compatibility and migration back
Merges FN-3009 (remote settings migrated to global scope with updated schema and docs), FN-3034 (legacy routines compatibility layer: agentId backfill on load and schema validation for old format), and FN-3039 (Nerd Font glyph asset bundled into the terminal with CSS prioritization). Core settings s Fusion-Task-Id: FN-3034
This commit is contained in:
@@ -186,7 +186,7 @@ Additional backend notes:
|
||||
| `mission_features` | Features under slices with optional task linkage and execution-loop counters/state. |
|
||||
| `mission_events` | Mission event log with ordered sequence numbers and metadata payloads. |
|
||||
| `plugins` | Plugin registry, lifecycle state, dependency metadata, and settings blobs. |
|
||||
| `routines` | Routine definitions (trigger config, steps/command, catch-up policy, run history). |
|
||||
| `routines` | Routine definitions (trigger config, steps/command, catch-up policy, run history, and persisted `agentId` ownership metadata). Legacy databases missing routine fields (including `agentId`) are backfilled during init-time compatibility migration. |
|
||||
| `roadmaps` | Standalone roadmap metadata. |
|
||||
| `roadmap_milestones` | Milestones within roadmaps (`roadmapId` FK). |
|
||||
| `roadmap_features` | Features within roadmap milestones (`milestoneId` FK). |
|
||||
|
||||
Reference in New Issue
Block a user