Structs§
- Plan
Candidate - A candidate unit that needs planning (decomposition).
Functions§
- build_
decomposition_ prompt - Build a rich decomposition prompt for a unit.
- build_
research_ prompt - Build a research prompt for project-level analysis.
- detect_
project_ stack - Detect the project’s language/stack by looking for marker files.
- find_
plan_ candidates - Find all open, unclaimed units that are oversized.
- is_
oversized - Whether a unit is considered oversized and needs planning.
- run_
static_ checks - Run static analysis commands for the detected stack.
- shell_
escape - Escape a string for safe use as a single shell argument.