opencode-swarm 7.99.2 → 7.99.3
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/{guardrail-explain-t3prwa5b.js → guardrail-explain-5fpwhqk5.js} +2 -2
- package/dist/cli/{index-62tmq1kc.js → index-fhve3nj7.js} +4 -4
- package/dist/cli/{index-y4stbk2f.js → index-nytjghhx.js} +1 -1
- package/dist/cli/{index-ryns3fqt.js → index-y1fgp4xa.js} +2 -2
- package/dist/cli/index.js +1 -1
- package/dist/index.js +1 -1
- 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-nytjghhx.js";
|
|
5
|
+
import"./index-fhve3nj7.js";
|
|
6
6
|
import"./index-xsswhy6k.js";
|
|
7
7
|
import"./index-ydgy7vg5.js";
|
|
8
8
|
import"./index-vwyjkzgs.js";
|
|
@@ -909,7 +909,7 @@ var init_executor = __esm(() => {
|
|
|
909
909
|
// package.json
|
|
910
910
|
var package_default = {
|
|
911
911
|
name: "opencode-swarm",
|
|
912
|
-
version: "7.99.
|
|
912
|
+
version: "7.99.3",
|
|
913
913
|
description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
|
|
914
914
|
main: "dist/index.js",
|
|
915
915
|
types: "dist/index.d.ts",
|
|
@@ -32278,7 +32278,7 @@ function buildDetailedHelp(commandName, entry) {
|
|
|
32278
32278
|
async function handleHelpCommand(ctx) {
|
|
32279
32279
|
const targetCommand = ctx.args.join(" ");
|
|
32280
32280
|
if (!targetCommand) {
|
|
32281
|
-
const { buildHelpText } = await import("./index-
|
|
32281
|
+
const { buildHelpText } = await import("./index-y1fgp4xa.js");
|
|
32282
32282
|
return buildHelpText();
|
|
32283
32283
|
}
|
|
32284
32284
|
const tokens = targetCommand.split(/\s+/);
|
|
@@ -32287,7 +32287,7 @@ async function handleHelpCommand(ctx) {
|
|
|
32287
32287
|
return _internals46.buildDetailedHelp(resolved.key, resolved.entry);
|
|
32288
32288
|
}
|
|
32289
32289
|
const similar = _internals46.findSimilarCommands(targetCommand);
|
|
32290
|
-
const { buildHelpText: fullHelp } = await import("./index-
|
|
32290
|
+
const { buildHelpText: fullHelp } = await import("./index-y1fgp4xa.js");
|
|
32291
32291
|
if (similar.length > 0) {
|
|
32292
32292
|
return `Command '/swarm ${targetCommand}' not found.
|
|
32293
32293
|
|
|
@@ -32420,7 +32420,7 @@ var COMMAND_REGISTRY = {
|
|
|
32420
32420
|
},
|
|
32421
32421
|
"guardrail explain": {
|
|
32422
32422
|
handler: async (ctx) => {
|
|
32423
|
-
const { handleGuardrailExplain } = await import("./guardrail-explain-
|
|
32423
|
+
const { handleGuardrailExplain } = await import("./guardrail-explain-5fpwhqk5.js");
|
|
32424
32424
|
return handleGuardrailExplain(ctx.directory, ctx.args);
|
|
32425
32425
|
},
|
|
32426
32426
|
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-nytjghhx.js";
|
|
5
5
|
import {
|
|
6
6
|
handleGuardrailLog
|
|
7
7
|
} from "./index-h9ptj4b1.js";
|
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
handleWriteRetroCommand,
|
|
80
80
|
normalizeSwarmCommandInput,
|
|
81
81
|
resolveCommand
|
|
82
|
-
} from "./index-
|
|
82
|
+
} from "./index-fhve3nj7.js";
|
|
83
83
|
import"./index-xsswhy6k.js";
|
|
84
84
|
import"./index-ydgy7vg5.js";
|
|
85
85
|
import"./index-vwyjkzgs.js";
|
package/dist/cli/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -69,7 +69,7 @@ var package_default;
|
|
|
69
69
|
var init_package = __esm(() => {
|
|
70
70
|
package_default = {
|
|
71
71
|
name: "opencode-swarm",
|
|
72
|
-
version: "7.99.
|
|
72
|
+
version: "7.99.3",
|
|
73
73
|
description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
|
|
74
74
|
main: "dist/index.js",
|
|
75
75
|
types: "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-swarm",
|
|
3
|
-
"version": "7.99.
|
|
3
|
+
"version": "7.99.3",
|
|
4
4
|
"description": "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|