opencode-swarm 7.114.6 → 7.114.7
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/{curator-llm-factory-jrnqg90s.js → curator-llm-factory-2xgznxyw.js} +1 -1
- package/dist/cli/{curator-vk9ec2kf.js → curator-qshyr2tc.js} +1 -1
- package/dist/cli/{guardrail-explain-vf89cv01.js → guardrail-explain-4t8fnysh.js} +2 -2
- package/dist/cli/{hive-promoter-0b4ny2mp.js → hive-promoter-5ngbmnrw.js} +1 -1
- package/dist/cli/{index-5ac7rv03.js → index-6ctejje2.js} +9 -9
- package/dist/cli/{index-tmcr6svp.js → index-gmjrwz34.js} +1 -1
- package/dist/cli/{index-pzhkry3t.js → index-z01r5483.js} +2 -2
- package/dist/cli/index.js +1 -1
- package/dist/index.js +17 -17
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
4
|
+
} from "./index-gmjrwz34.js";
|
|
5
|
+
import"./index-6ctejje2.js";
|
|
6
6
|
import"./index-yfedche9.js";
|
|
7
7
|
import"./index-c8s9a3zh.js";
|
|
8
8
|
import"./index-9bsmzfk3.js";
|
|
@@ -10434,11 +10434,11 @@ var _internals12 = {
|
|
|
10434
10434
|
return KnowledgeConfigSchema2.parse({});
|
|
10435
10435
|
},
|
|
10436
10436
|
applyCuratorKnowledgeUpdates: async (directory, recommendations, knowledgeConfig) => {
|
|
10437
|
-
const { applyCuratorKnowledgeUpdates: applyCuratorKnowledgeUpdates2 } = await import("./curator-
|
|
10437
|
+
const { applyCuratorKnowledgeUpdates: applyCuratorKnowledgeUpdates2 } = await import("./curator-qshyr2tc.js");
|
|
10438
10438
|
return applyCuratorKnowledgeUpdates2(directory, recommendations, knowledgeConfig);
|
|
10439
10439
|
},
|
|
10440
10440
|
checkHivePromotions: async (entries, knowledgeConfig) => {
|
|
10441
|
-
const { checkHivePromotions } = await import("./hive-promoter-
|
|
10441
|
+
const { checkHivePromotions } = await import("./hive-promoter-5ngbmnrw.js");
|
|
10442
10442
|
return checkHivePromotions(entries, knowledgeConfig);
|
|
10443
10443
|
},
|
|
10444
10444
|
applyProposalTriage: async (directory, triage) => {
|
|
@@ -17599,8 +17599,8 @@ var _internals24 = {
|
|
|
17599
17599
|
loadCuratorDeps: async () => {
|
|
17600
17600
|
const [{ CuratorConfigSchema }, curator, { createCuratorLLMDelegate: createCuratorLLMDelegate2 }] = await Promise.all([
|
|
17601
17601
|
import("./schema-aymfdrsb.js"),
|
|
17602
|
-
import("./curator-
|
|
17603
|
-
import("./curator-llm-factory-
|
|
17602
|
+
import("./curator-qshyr2tc.js"),
|
|
17603
|
+
import("./curator-llm-factory-2xgznxyw.js")
|
|
17604
17604
|
]);
|
|
17605
17605
|
return { CuratorConfigSchema, curator, createCuratorLLMDelegate: createCuratorLLMDelegate2 };
|
|
17606
17606
|
}
|
|
@@ -18096,7 +18096,7 @@ import { fileURLToPath } from "url";
|
|
|
18096
18096
|
// package.json
|
|
18097
18097
|
var package_default = {
|
|
18098
18098
|
name: "opencode-swarm",
|
|
18099
|
-
version: "7.114.
|
|
18099
|
+
version: "7.114.7",
|
|
18100
18100
|
description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
|
|
18101
18101
|
main: "dist/index.js",
|
|
18102
18102
|
types: "dist/index.d.ts",
|
|
@@ -32992,7 +32992,7 @@ function buildDetailedHelp(commandName, entry) {
|
|
|
32992
32992
|
async function handleHelpCommand(ctx) {
|
|
32993
32993
|
const targetCommand = ctx.args.join(" ");
|
|
32994
32994
|
if (!targetCommand) {
|
|
32995
|
-
const { buildHelpText } = await import("./index-
|
|
32995
|
+
const { buildHelpText } = await import("./index-z01r5483.js");
|
|
32996
32996
|
return buildHelpText();
|
|
32997
32997
|
}
|
|
32998
32998
|
const tokens = targetCommand.split(/\s+/);
|
|
@@ -33001,7 +33001,7 @@ async function handleHelpCommand(ctx) {
|
|
|
33001
33001
|
return _internals49.buildDetailedHelp(resolved.key, resolved.entry);
|
|
33002
33002
|
}
|
|
33003
33003
|
const similar = _internals49.findSimilarCommands(targetCommand);
|
|
33004
|
-
const { buildHelpText: fullHelp } = await import("./index-
|
|
33004
|
+
const { buildHelpText: fullHelp } = await import("./index-z01r5483.js");
|
|
33005
33005
|
if (similar.length > 0) {
|
|
33006
33006
|
return `Command '/swarm ${targetCommand}' not found.
|
|
33007
33007
|
|
|
@@ -33134,7 +33134,7 @@ var COMMAND_REGISTRY = {
|
|
|
33134
33134
|
},
|
|
33135
33135
|
"guardrail explain": {
|
|
33136
33136
|
handler: async (ctx) => {
|
|
33137
|
-
const { handleGuardrailExplain } = await import("./guardrail-explain-
|
|
33137
|
+
const { handleGuardrailExplain } = await import("./guardrail-explain-4t8fnysh.js");
|
|
33138
33138
|
return handleGuardrailExplain(ctx.directory, ctx.args);
|
|
33139
33139
|
},
|
|
33140
33140
|
description: "Dry-run: show what the guardrails would do to a command or write target (executes nothing)",
|
|
@@ -33144,7 +33144,7 @@ var COMMAND_REGISTRY = {
|
|
|
33144
33144
|
},
|
|
33145
33145
|
"guardrail-explain": {
|
|
33146
33146
|
handler: async (ctx) => {
|
|
33147
|
-
const { handleGuardrailExplain } = await import("./guardrail-explain-
|
|
33147
|
+
const { handleGuardrailExplain } = await import("./guardrail-explain-4t8fnysh.js");
|
|
33148
33148
|
return handleGuardrailExplain(ctx.directory, ctx.args);
|
|
33149
33149
|
},
|
|
33150
33150
|
description: "Dry-run: show what the guardrails would do to a command or write target (executes nothing)",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-gmjrwz34.js";
|
|
5
5
|
import {
|
|
6
6
|
handleGuardrailLog
|
|
7
7
|
} from "./index-7jmrbp68.js";
|
|
@@ -81,7 +81,7 @@ import {
|
|
|
81
81
|
handleWriteRetroCommand,
|
|
82
82
|
normalizeSwarmCommandInput,
|
|
83
83
|
resolveCommand
|
|
84
|
-
} from "./index-
|
|
84
|
+
} from "./index-6ctejje2.js";
|
|
85
85
|
import"./index-yfedche9.js";
|
|
86
86
|
import"./index-c8s9a3zh.js";
|
|
87
87
|
import"./index-9bsmzfk3.js";
|
package/dist/cli/index.js
CHANGED