docs(ri-050): forge fail-closed docs + TASKS status catch-up (#1275) (#1299)

Co-authored-by: Jarvis <[email protected]>
This commit is contained in:
2026-08-18 16:05:25 -05:00
committed by fargo
parent 05230da48d
commit 2e6af695c4
3 changed files with 20 additions and 17 deletions
+6 -3
View File
@@ -133,10 +133,13 @@ When the full `@mosaicstack/forge` package is available, Forge uses MACP task ex
```bash
# Run from CLI
mosaic forge run path/to/brief.md
# Fails closed with a typed FORGE_NO_EXECUTOR capability error when no real
# executor is wired — pass --simulate to opt into explicit typed simulation
# (every result carries status `simulated`, which satisfies nothing).
mosaic forge run path/to/brief.md [--simulate]
# Resume interrupted run
mosaic forge resume .forge/runs/20260401-143022/
# Resume interrupted run (same fail-closed rule as forge run)
mosaic forge resume .forge/runs/20260401-143022/ [--simulate]
# Check status
mosaic forge status .forge/runs/20260401-143022/