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.
@@ -1,8 +1,8 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailExplain
4
- } from "./index-y4stbk2f.js";
5
- import"./index-62tmq1kc.js";
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.2",
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-ryns3fqt.js");
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-ryns3fqt.js");
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-t3prwa5b.js");
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)",
@@ -12,7 +12,7 @@ import {
12
12
  detectPosixWrites,
13
13
  detectWindowsWrites,
14
14
  resolveWriteTargets
15
- } from "./index-62tmq1kc.js";
15
+ } from "./index-fhve3nj7.js";
16
16
  import {
17
17
  checkFileAuthority,
18
18
  classifyFile,
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailExplain
4
- } from "./index-y4stbk2f.js";
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-62tmq1kc.js";
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
@@ -7,7 +7,7 @@ import {
7
7
  getPluginLockFilePaths,
8
8
  package_default,
9
9
  resolveCommand
10
- } from "./index-62tmq1kc.js";
10
+ } from "./index-fhve3nj7.js";
11
11
  import"./index-xsswhy6k.js";
12
12
  import"./index-ydgy7vg5.js";
13
13
  import"./index-vwyjkzgs.js";
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.2",
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.2",
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",