docs(conductor): Synchronize docs for track 'Deep AST-Driven Context Pruning'

This commit is contained in:
2026-03-06 17:06:34 -05:00
parent af4a227d67
commit 2e44d0ea2e
2 changed files with 2 additions and 3 deletions

View File

@@ -31,8 +31,7 @@
- **src/paths.py:** Centralized module for path resolution, allowing directory paths (logs, conductor, scripts) to be configured via `config.toml` or environment variables, eliminating hardcoded filesystem dependencies.
- **ast (Standard Library):** For deterministic AST parsing and automated generation of curated "Skeleton Views"
(signatures and docstrings) to minimize context bloat for sub-agents.
- **tree-sitter / AST Parsing:** For deterministic AST parsing and automated generation of curated "Skeleton Views" and "Targeted Views" (extracting specific functions and their dependencies). Features an integrated AST cache with mtime-based invalidation to minimize re-parsing overhead.
- **pydantic / dataclasses:** For defining strict state schemas (Tracks, Tickets) used in linear orchestration.
- **tomli-w:** For writing TOML configuration files.
- **tomllib:** For native TOML parsing (Python 3.11+).