compound-agent 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +6 -9
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3211,10 +3211,8 @@ Chain all phases: brainstorm, plan, work, review, compound. End-to-end delivery.
|
|
|
3211
3211
|
|
|
3212
3212
|
## PHASE GATE 3->4 -- MANDATORY
|
|
3213
3213
|
Before starting Review, verify ALL work tasks are closed:
|
|
3214
|
-
|
|
3215
|
-
bd list --status=
|
|
3216
|
-
bd list --status=open | grep -v 'Review:\\|Compound:' # Must return empty (only review+compound should be open)
|
|
3217
|
-
\`\`\`
|
|
3214
|
+
- Run \`bd list --status=in_progress\` \u2014 must return empty
|
|
3215
|
+
- Run \`bd list --status=open\` \u2014 only Review and Compound tasks should remain
|
|
3218
3216
|
If any work tasks remain open, DO NOT proceed. Complete them first.
|
|
3219
3217
|
Update epic phase: \`bd update <epic-id> --notes="Phase: work COMPLETE | Next: review"\`
|
|
3220
3218
|
|
|
@@ -3243,11 +3241,10 @@ Update epic phase: \`bd update <epic-id> --notes="Phase: review COMPLETE | Next:
|
|
|
3243
3241
|
- Update epic phase state: \`bd update <epic-id> --notes="Phase: compound COMPLETE | Next: close"\`
|
|
3244
3242
|
|
|
3245
3243
|
## FINAL GATE -- EPIC CLOSURE
|
|
3246
|
-
Before closing the epic
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
\`\`\`
|
|
3244
|
+
Before closing the epic:
|
|
3245
|
+
- Run \`ca verify-gates <epic-id>\` \u2014 must return PASS for both gates
|
|
3246
|
+
- Run \`pnpm test\` \u2014 must pass
|
|
3247
|
+
- Run \`pnpm lint\` \u2014 must pass
|
|
3251
3248
|
If verify-gates fails, the missing phase was SKIPPED. Go back and complete it.
|
|
3252
3249
|
CRITICAL: 3/5 phases is NOT success. All 5 phases are required.
|
|
3253
3250
|
|