rc_forge_all
Execute all approved pending tasks in a single batch, processing in dependency order. Failures are logged individually and the batch continues, then returns a success/failure summary.
Instructions
Phase 6 (Forge) BATCH MODE. Builds ALL pending tasks from the approved task list in one call, respecting dependency order. Equivalent to calling rc_forge_task for each task sequentially. If a task fails, it is recorded as failed and the next task continues. Returns a summary of all tasks with success/failure status. Prerequisites: Phase 5 gate approved, task list must exist in rc-method/tasks/. After completion: proceed to rc_gate to approve Phase 6, then rc_connect for integration check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Absolute path to the project directory (must contain rc-method/tasks/) |