docs(ri-050): forge fail-closed docs + TASKS status catch-up (#1275) (#1299)
ci/woodpecker/push/publish Pipeline failed

Co-authored-by: Jarvis <[email protected]>
This commit was merged in pull request #1299.
This commit is contained in:
2026-08-18 16:00:36 +00:00
committed by fargo
parent 64350892e7
commit ff45f7b5d0
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/