Expand description
Prompt construction for worker run phases.
Structs§
Enums§
Constants§
Functions§
- build_
merge_ conflict_ prompt - Build the prompt for merge conflict resolution.
- build_
phase1_ prompt - Build the prompt for Phase 1 (Planning).
- build_
phase2_ handoff_ prompt - Build the prompt for Phase 2 handoff (3-phase workflow).
- build_
phase2_ prompt - Build the prompt for Phase 2 (Implementation).
- build_
phase3_ prompt - Build the prompt for Phase 3 (Code Review).
- build_
single_ phase_ prompt - Build the prompt for Single Phase (Plan + Implement).
- phase2_
final_ response_ cache_ path - Path to the cached Phase 2 final response for a given task ID.
- plan_
cache_ path - Path to the cached plan for a given task ID.
- read_
phase2_ final_ response_ cache - Read the Phase 2 final response from the cache. Fails if missing or empty.
- read_
plan_ cache - Read a plan from the cache. Fails if missing or empty.
- write_
phase2_ final_ response_ cache - Write the Phase 2 final response to the cache.
- write_
plan_ cache - Write a plan to the cache.