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.
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  createCuratorLLMDelegate
4
- } from "./index-5ac7rv03.js";
4
+ } from "./index-6ctejje2.js";
5
5
  import"./index-yfedche9.js";
6
6
  import"./index-c8s9a3zh.js";
7
7
  import"./index-9bsmzfk3.js";
@@ -14,7 +14,7 @@ import {
14
14
  runCuratorInit,
15
15
  runCuratorPhase,
16
16
  writeCuratorSummary
17
- } from "./index-5ac7rv03.js";
17
+ } from "./index-6ctejje2.js";
18
18
  import"./index-yfedche9.js";
19
19
  import"./index-c8s9a3zh.js";
20
20
  import"./index-9bsmzfk3.js";
@@ -1,8 +1,8 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailExplain
4
- } from "./index-tmcr6svp.js";
5
- import"./index-5ac7rv03.js";
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";
@@ -6,7 +6,7 @@ import {
6
6
  isHiveEligible,
7
7
  promoteFromSwarm,
8
8
  promoteToHive
9
- } from "./index-5ac7rv03.js";
9
+ } from "./index-6ctejje2.js";
10
10
  import"./index-yfedche9.js";
11
11
  import"./index-c8s9a3zh.js";
12
12
  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-vk9ec2kf.js");
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-0b4ny2mp.js");
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-vk9ec2kf.js"),
17603
- import("./curator-llm-factory-jrnqg90s.js")
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.6",
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-pzhkry3t.js");
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-pzhkry3t.js");
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-vf89cv01.js");
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-vf89cv01.js");
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)",
@@ -12,7 +12,7 @@ import {
12
12
  detectPosixWrites,
13
13
  detectWindowsWrites,
14
14
  resolveWriteTargets
15
- } from "./index-5ac7rv03.js";
15
+ } from "./index-6ctejje2.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-tmcr6svp.js";
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-5ac7rv03.js";
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
@@ -7,7 +7,7 @@ import {
7
7
  getPluginLockFilePaths,
8
8
  package_default,
9
9
  resolveCommand
10
- } from "./index-5ac7rv03.js";
10
+ } from "./index-6ctejje2.js";
11
11
  import"./index-yfedche9.js";
12
12
  import"./index-c8s9a3zh.js";
13
13
  import"./index-9bsmzfk3.js";