(_path: Path)
| 217 | stage_dir = run_dir / "stage-01" |
| 218 | stage_dir.mkdir() |
| 219 | result = rc_executor.StageResult( |
| 220 | stage=Stage.TOPIC_INIT, |
| 221 | status=StageStatus.DONE, |
| 222 | artifacts=("goal.md",), |
| 223 | decision="proceed", |
nothing calls this directly
no outgoing calls
no test coverage detected