feat(FN-3161): extract roadmap UI into plugin and remove built-in roadmaps
Merges a major roadmap plugin migration (FN-3161) that extracts the built-in roadmaps UI into `fusion-plugin-roadmap` with bundled plugin view registration, alongside three smaller features: agent default state hardening (FN-3773), polling task notifications for the even realities plugin (FN-3743), Fusion-Task-Id: FN-3161
This commit is contained in:
@@ -113,7 +113,7 @@ Separation of concerns:
|
||||
These fields are managed by the engine and cannot be directly edited:
|
||||
|
||||
- `id` — Auto-generated unique identifier
|
||||
- `state` — Agent lifecycle state (managed by engine)
|
||||
- `state` — Agent lifecycle state (managed by engine). Non-ephemeral agents default to `active` on creation; ephemeral/task-worker agents default to `idle`.
|
||||
- `taskId` — Current working task (managed by scheduler)
|
||||
- `totalInputTokens` / `totalOutputTokens` — Token usage totals (managed by engine)
|
||||
- `createdAt` / `updatedAt` / `lastHeartbeatAt` — Timestamps (managed by system)
|
||||
|
||||
Reference in New Issue
Block a user