opencode-swarm 6.86.14 → 7.0.0
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/agents/architect.d.ts +1 -1
- package/dist/cli/index.js +726 -145
- package/dist/commands/close.d.ts +1 -0
- package/dist/commands/issue.d.ts +13 -0
- package/dist/commands/pr-review.d.ts +11 -0
- package/dist/commands/registry.d.ts +13 -1
- package/dist/config/plan-schema.d.ts +8 -0
- package/dist/config/schema.d.ts +6 -0
- package/dist/council/council-service.d.ts +10 -1
- package/dist/council/types.d.ts +36 -0
- package/dist/db/qa-gate-profile.d.ts +4 -1
- package/dist/git/branch.d.ts +20 -0
- package/dist/index.js +1113 -211
- package/dist/tools/set-qa-gates.d.ts +1 -0
- package/package.json +1 -1
|
@@ -49,7 +49,7 @@ export declare function buildCouncilWorkflow(council?: CouncilWorkflowConfig): s
|
|
|
49
49
|
* inline path). The dialogue is dialogue-only — persistence happens during
|
|
50
50
|
* MODE: PLAN after `save_plan` creates `plan.json`.
|
|
51
51
|
*
|
|
52
|
-
* The lead-in sentence varies per mode, but the body (
|
|
52
|
+
* The lead-in sentence varies per mode, but the body (ten gates with
|
|
53
53
|
* defaults, one-shot accept-or-customize prompt) is shared so SPECIFY,
|
|
54
54
|
* BRAINSTORM, and PLAN inline paths stay in lockstep.
|
|
55
55
|
*/
|