@@ -548,8 +548,8 @@ Supports both single-item and multi-item (batch/wide) runs.
548548 ` ` ` json
549549 {
550550 "success": true,
551- "runId": "run-001",
552- "runPath": "/project/.specs-fire/runs/run-001",
551+ "runId": "run-fabriqa-2026- 001",
552+ "runPath": "/project/.specs-fire/runs/run-fabriqa-2026- 001",
553553 "scope": "batch",
554554 "workItems": [...],
555555 "currentItem": "wi-1"
@@ -561,10 +561,10 @@ Supports both single-item and multi-item (batch/wide) runs.
561561 <script name =" complete-run.cjs " >
562562 ` ` ` bash
563563 # Complete current item (batch runs - moves to next item)
564- node scripts/complete-run.cjs /project run-001 --complete-item
564+ node scripts/complete-run.cjs /project run-fabriqa-2026- 001 --complete-item
565565
566566 # Complete entire run (single runs or final item in batch)
567- node scripts/complete-run.cjs /project run-001 --complete-run \
567+ node scripts/complete-run.cjs /project run-fabriqa-2026- 001 --complete-run \
568568 --files-created='[{"path":"src/new.ts","purpose":"New feature"}]' \
569569 --files-modified='[{"path":"src/old.ts","changes":"Added import"}]' \
570570 --tests=5 --coverage=85
@@ -574,7 +574,7 @@ Supports both single-item and multi-item (batch/wide) runs.
574574 ` ` ` json
575575 {
576576 "success": true,
577- "runId": "run-001",
577+ "runId": "run-fabriqa-2026- 001",
578578 "completedItem": "wi-1",
579579 "nextItem": "wi-2",
580580 "remainingItems": 1,
@@ -587,7 +587,7 @@ Supports both single-item and multi-item (batch/wide) runs.
587587 ` ` ` json
588588 {
589589 "success": true,
590- "runId": "run-001",
590+ "runId": "run-fabriqa-2026- 001",
591591 "scope": "batch",
592592 "workItemsCompleted": 2,
593593 "completedAt": "2026-01-20T..."
@@ -619,7 +619,7 @@ Supports both single-item and multi-item (batch/wide) runs.
619619 After init-run.cjs creates a run:
620620
621621 ` ` `
622- .specs-fire/runs/run-001/
622+ .specs-fire/runs/run-fabriqa-2026- 001/
623623 ├── run.md # Created by init-run.cjs, updated by complete-run.cjs
624624 ├── plan.md # Created BEFORE implementation (ALL modes - required)
625625 ├── test-report.md # Created AFTER tests pass (required)
0 commit comments