What problem does it solve?
The apply step automates the propagation of approved code changes into the repository, orchestrating the handoff from gate approval to execution and lifecycle cleanup in a transparent, auditable manner.
Core Features & Use Cases
- End-to-end apply orchestration: creates a run, reads the approved handoff, coordinates implementer and documenter tasks, and performs post-apply lifecycle actions.
- Optional git-integration readiness: supports branch creation, committing, and PRs when configured, with robust error handling to avoid blocking the pipeline.
- Transparent, traceable workflow: all steps are logged, and the run is marked complete after post-apply actions.
Quick Start
Run /forge:apply to apply the approved implementation to your repository.