docs(conductor): Synchronize docs for track '4-Tier Architecture Implementation & Conductor Self-Improvement'

This commit is contained in:
2026-02-24 22:39:20 -05:00
parent 25f9edbed1
commit 982fbfa1cf
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,8 @@
## Configuration & Tooling
- **tree-sitter & tree-sitter-python:** For deterministic AST parsing and generation of curated "Skeleton Views" and interface-level memory structures.
- **pydantic / dataclasses:** For defining strict state schemas (Tracks, Tickets) used in linear orchestration.
- **tomli-w:** For writing TOML configuration files.
- **psutil:** For system and process monitoring (CPU/Memory telemetry).
- **uv:** An extremely fast Python package and project manager.