opencode-swarm 7.3.1 → 7.3.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/index.js +3 -1
- package/dist/index.js +891 -705
- package/dist/tools/index.d.ts +1 -0
- package/dist/tools/submit-phase-council-verdicts.d.ts +39 -0
- package/dist/tools/tool-names.d.ts +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -34,7 +34,7 @@ var package_default;
|
|
|
34
34
|
var init_package = __esm(() => {
|
|
35
35
|
package_default = {
|
|
36
36
|
name: "opencode-swarm",
|
|
37
|
-
version: "7.3.
|
|
37
|
+
version: "7.3.2",
|
|
38
38
|
description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
|
|
39
39
|
main: "dist/index.js",
|
|
40
40
|
types: "dist/index.d.ts",
|
|
@@ -15948,6 +15948,7 @@ var init_tool_names = __esm(() => {
|
|
|
15948
15948
|
"check_gate_status",
|
|
15949
15949
|
"completion_verify",
|
|
15950
15950
|
"submit_council_verdicts",
|
|
15951
|
+
"submit_phase_council_verdicts",
|
|
15951
15952
|
"declare_council_criteria",
|
|
15952
15953
|
"sbom_generate",
|
|
15953
15954
|
"checkpoint",
|
|
@@ -16032,6 +16033,7 @@ var init_constants = __esm(() => {
|
|
|
16032
16033
|
"completion_verify",
|
|
16033
16034
|
"complexity_hotspots",
|
|
16034
16035
|
"submit_council_verdicts",
|
|
16036
|
+
"submit_phase_council_verdicts",
|
|
16035
16037
|
"declare_council_criteria",
|
|
16036
16038
|
"detect_domains",
|
|
16037
16039
|
"evidence_check",
|