Expand description
Generation manager orchestrating the code generation pipeline
Coordinates all components in the correct pipeline order:
- Spec processing → plan generation
- Prompt building (with steering rules)
- Code generation (templates or AI)
- Code quality enforcement
- Validation (syntax, linting, type checking)
- Conflict detection
- Review (optional)
- Output writing (unless dry-run or validation failed)
Implements Requirement 3.1: Generation pipeline with strict ordering
Structs§
- Generation
Manager - Orchestrates the code generation pipeline
- Generation
Manager Config - Configuration for the generation manager