docs(conductor): Synchronize docs for track 'Beads Mode Integration'

This commit is contained in:
2026-05-06 13:50:10 -04:00
parent 2b66f3569b
commit b500fc5901
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -48,6 +48,10 @@
- **src/rag_engine.py:** Core RAG implementation managing the vector store lifecycle, chunking strategies (character-based and AST-aware), and multi-provider search. Integrates with **ChromaDB** for local persistence and provides a bridge for external MCP retrieval tools.
- **src/beads_client.py:** Python client for interacting with the [Beads](https://github.com/steveyegge/beads) / Dolt backend. Handles repository initialization, bead creation, status updates, and graph queries.
- **bd / dolt:** External CLI dependencies for versioned, graph-based issue tracking.
- **src/history.py:** Implements the core `HistoryManager` and `UISnapshot` logic for the non-provider undo/redo system. Manages state stacks with a fixed capacity and provides jumping capabilities.
- **src/workspace_manager.py:** Implements the `WorkspaceManager` and `WorkspaceProfile` data models for saving, loading, and merging ImGui docking layouts and window states across global and project-specific configurations.