feat(FN-3461): add org chart full-view mode with agent memory refresh

Merges two features: the org chart full-view mode (layout, controls, and documentation for FN-3461) and a QMD refresh fix that synchronizes the query memory database after agent dream writes, normalizing agent memory behavior. The AgentsView UI and agent-tools were updated alongside the new memory-b

Fusion-Task-Id: FN-3461
This commit is contained in:
Fusion
2026-05-05 02:50:35 -07:00
committed by gsxdsm
parent 2f40843094
commit a3b66670f1
4 changed files with 184 additions and 95 deletions

View File

@@ -101,7 +101,8 @@ Execution-ownership sync intentionally avoids assignment-trigger side effects (`
The agents surface provides:
- Agent-first list/board/tree/org collection in the left pane (primary content appears first)
- Agent-first list and board collections use the desktop split-pane layout (primary collection + detail pane)
- Org Chart is a full-view mode that takes over the full Agents content area; selecting a node opens detail in that same full-width region with back navigation to the chart
- Org chart nodes intentionally stay compact (role/state/health hierarchy signal only) and do not enumerate per-agent skill badges; detailed skills remain in list/board/detail surfaces
- A cross-pane **Overview** strip above the split layout with summary metrics and a disclosure to expand active/running live cards
- A compact **Controls** popup for secondary actions (state filter, Show system agents toggle, Import, and global Heartbeat Speed)