fix(conductor): Apply review suggestions for track 'tiered_context_scoping_hitl_approval'

This commit is contained in:
2026-02-27 23:04:01 -05:00
parent 4b450e01b8
commit 82f73e7267
2 changed files with 5 additions and 7 deletions

View File

@@ -27,7 +27,7 @@
## Configuration & Tooling
- **tree-sitter & tree-sitter-python:** For deterministic AST parsing and automated generation of curated "Skeleton Views" (signatures and docstrings) to minimize context bloat for sub-agents.
- **ast (Standard Library):** For deterministic AST parsing and automated generation of curated "Skeleton Views" (signatures and docstrings) to minimize context bloat for sub-agents.
- **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+).