Overview
This ticket encompasses Phase 3 of the Swarm Orchestrator "Dream Mode" epic (#9638). Now that we possess autonomous sub-agent delegation (Browser, Librarian), native MCP tool reflection, and 50-turn memory horizons, we need to implement the overarching cognitive strategies that drive true autonomy.
Objectives
- GraphRAG Topology Mapping: Introduce mechanisms for agents to build relationship graphs of the codebase structure (components, mixins, styles). We must move away from flat vector retrieval to traversable dependency maps.
- REM Mode (Offline Dreaming): Configure the background loop where an agent can operate completely autonomously when the developer is idle.
- Identify deferred/TODO items in the memory core.
- Autonomously spawn structural tests, format refactoring, or documentation generation.
- Curate new Knowledge Items (KIs) without human prompting.
Acceptance Criteria
Overview
This ticket encompasses Phase 3 of the Swarm Orchestrator "Dream Mode" epic (#9638). Now that we possess autonomous sub-agent delegation (
Browser,Librarian), native MCP tool reflection, and 50-turn memory horizons, we need to implement the overarching cognitive strategies that drive true autonomy.Objectives
Acceptance Criteria
GraphRAGtopological indexing logic for codebase components.REM Mode.