opencode-swarm 7.87.3 → 7.88.0

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,9 +1,9 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailLog
4
- } from "./index-5vpe6vq9.js";
5
- import"./index-5hvbw5xh.js";
6
- import"./index-q9h0wb04.js";
4
+ } from "./index-vjsr9bqt.js";
5
+ import"./index-g00qm2gf.js";
6
+ import"./index-0asbrmdx.js";
7
7
  import"./index-5e4e2hvv.js";
8
8
  import"./index-p0arc26j.js";
9
9
  import"./index-zgwm4ryv.js";
@@ -187,6 +187,10 @@ var TOOL_METADATA = {
187
187
  "test_engineer"
188
188
  ]
189
189
  },
190
+ parse_lane_candidates: {
191
+ description: "Parse [CANDIDATE] rows from a dispatch_lanes or collect_lane_results artifact (by output_ref), produce structured records with provenance, optionally persist to a per-batch sidecar JSONL. Pure-parser variant exists as internal module.",
192
+ agents: ["architect"]
193
+ },
190
194
  test_runner: {
191
195
  description: "auto-detect and run tests",
192
196
  agents: ["architect", "reviewer", "test_engineer"]
@@ -3,7 +3,7 @@ import {
3
3
  ALL_AGENT_NAMES,
4
4
  PluginConfigSchema,
5
5
  stripKnownSwarmPrefix
6
- } from "./index-q9h0wb04.js";
6
+ } from "./index-0asbrmdx.js";
7
7
  import {
8
8
  log
9
9
  } from "./index-zgwm4ryv.js";
@@ -1,10 +1,10 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailExplain
4
- } from "./index-amwa268r.js";
4
+ } from "./index-fwb5f2gr.js";
5
5
  import {
6
6
  handleGuardrailLog
7
- } from "./index-5vpe6vq9.js";
7
+ } from "./index-vjsr9bqt.js";
8
8
  import {
9
9
  COMMAND_REGISTRY,
10
10
  SWARM_COMMAND_TOOL_ALLOWLIST,
@@ -76,17 +76,17 @@ import {
76
76
  handleWriteRetroCommand,
77
77
  normalizeSwarmCommandInput,
78
78
  resolveCommand
79
- } from "./index-kz1bmebr.js";
80
- import"./index-5hvbw5xh.js";
79
+ } from "./index-jch711dq.js";
80
+ import"./index-g00qm2gf.js";
81
81
  import"./index-yhsmmv2z.js";
82
82
  import"./index-32axfg6h.js";
83
83
  import"./index-e8pk68cc.js";
84
- import"./index-1cb4wxnm.js";
84
+ import"./index-819xp49y.js";
85
85
  import {
86
86
  AGENT_TOOL_MAP,
87
87
  ORCHESTRATOR_NAME,
88
88
  stripKnownSwarmPrefix
89
- } from "./index-q9h0wb04.js";
89
+ } from "./index-0asbrmdx.js";
90
90
  import"./index-8y7qetpg.js";
91
91
  import"./index-adz3nk9b.js";
92
92
  import"./index-v4fcn4tr.js";
@@ -12,14 +12,14 @@ import {
12
12
  detectPosixWrites,
13
13
  detectWindowsWrites,
14
14
  resolveWriteTargets
15
- } from "./index-kz1bmebr.js";
15
+ } from "./index-jch711dq.js";
16
16
  import {
17
17
  checkFileAuthority,
18
18
  classifyFile,
19
19
  isInDeclaredScope,
20
20
  redactPath,
21
21
  redactShellCommand
22
- } from "./index-5hvbw5xh.js";
22
+ } from "./index-g00qm2gf.js";
23
23
 
24
24
  // src/services/guardrail-explain-service.ts
25
25
  import path from "path";
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  stripKnownSwarmPrefix
4
- } from "./index-q9h0wb04.js";
4
+ } from "./index-0asbrmdx.js";
5
5
  import {
6
6
  init_logger,
7
7
  warn
@@ -47,7 +47,7 @@ import {
47
47
  readDoctorArtifact,
48
48
  removeStraySwarmDir,
49
49
  runConfigDoctor
50
- } from "./index-1cb4wxnm.js";
50
+ } from "./index-819xp49y.js";
51
51
  import {
52
52
  AGENT_TOOL_MAP,
53
53
  ALL_SUBAGENT_NAMES,
@@ -60,7 +60,7 @@ import {
60
60
  TOOL_NAME_SET,
61
61
  resolveExternalSkillsConfig,
62
62
  stripKnownSwarmPrefix
63
- } from "./index-q9h0wb04.js";
63
+ } from "./index-0asbrmdx.js";
64
64
  import {
65
65
  MAX_TRANSIENT_RETRIES,
66
66
  PlanSchema,
@@ -899,7 +899,7 @@ var init_executor = __esm(() => {
899
899
  // package.json
900
900
  var package_default = {
901
901
  name: "opencode-swarm",
902
- version: "7.87.3",
902
+ version: "7.88.0",
903
903
  description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
904
904
  main: "dist/index.js",
905
905
  types: "dist/index.d.ts",
@@ -11539,7 +11539,7 @@ async function runFinalizeStage(ctx) {
11539
11539
  }
11540
11540
  }
11541
11541
  try {
11542
- const { CuratorConfigSchema: CCS } = await import("./schema-84146tvk.js");
11542
+ const { CuratorConfigSchema: CCS } = await import("./schema-vb6jkxgg.js");
11543
11543
  const { config: pmLoadedConfig } = _internals20.loadPluginConfigWithMeta(ctx.directory);
11544
11544
  const curatorCfg = CCS.parse(pmLoadedConfig.curator ?? {});
11545
11545
  if (curatorCfg.enabled && curatorCfg.postmortem_enabled) {
@@ -15220,7 +15220,7 @@ async function handleDoctorCommand(directory, args) {
15220
15220
  const result = runConfigDoctor(config, directory);
15221
15221
  let output;
15222
15222
  if (enableAutoFix && result.hasAutoFixableIssues) {
15223
- const { runConfigDoctorWithFixes } = await import("./config-doctor-6h64pn8n.js");
15223
+ const { runConfigDoctorWithFixes } = await import("./config-doctor-jzbgpbdh.js");
15224
15224
  const fixResult = await runConfigDoctorWithFixes(directory, config, true);
15225
15225
  output = formatDoctorMarkdown(fixResult.result);
15226
15226
  } else {
@@ -29627,7 +29627,7 @@ function buildDetailedHelp(commandName, entry) {
29627
29627
  async function handleHelpCommand(ctx) {
29628
29628
  const targetCommand = ctx.args.join(" ");
29629
29629
  if (!targetCommand) {
29630
- const { buildHelpText } = await import("./index-r3f47swm.js");
29630
+ const { buildHelpText } = await import("./index-dkytd370.js");
29631
29631
  return buildHelpText();
29632
29632
  }
29633
29633
  const tokens = targetCommand.split(/\s+/);
@@ -29636,7 +29636,7 @@ async function handleHelpCommand(ctx) {
29636
29636
  return _internals45.buildDetailedHelp(resolved.key, resolved.entry);
29637
29637
  }
29638
29638
  const similar = _internals45.findSimilarCommands(targetCommand);
29639
- const { buildHelpText: fullHelp } = await import("./index-r3f47swm.js");
29639
+ const { buildHelpText: fullHelp } = await import("./index-dkytd370.js");
29640
29640
  if (similar.length > 0) {
29641
29641
  return `Command '/swarm ${targetCommand}' not found.
29642
29642
 
@@ -29769,7 +29769,7 @@ var COMMAND_REGISTRY = {
29769
29769
  },
29770
29770
  "guardrail explain": {
29771
29771
  handler: async (ctx) => {
29772
- const { handleGuardrailExplain } = await import("./guardrail-explain-2q9myk7c.js");
29772
+ const { handleGuardrailExplain } = await import("./guardrail-explain-sw5bjxtk.js");
29773
29773
  return handleGuardrailExplain(ctx.directory, ctx.args);
29774
29774
  },
29775
29775
  description: "Dry-run: show what the guardrails would do to a command or write target (executes nothing)",
@@ -29779,7 +29779,7 @@ var COMMAND_REGISTRY = {
29779
29779
  },
29780
29780
  "guardrail-log": {
29781
29781
  handler: async (ctx) => {
29782
- const { handleGuardrailLog } = await import("./guardrail-log-eegabqcp.js");
29782
+ const { handleGuardrailLog } = await import("./guardrail-log-c7egm5km.js");
29783
29783
  return handleGuardrailLog(ctx.directory, ctx.args);
29784
29784
  },
29785
29785
  description: "Read the guardrail decision log (use --blocks-only for blocks)",
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  redactPath,
4
4
  redactShellCommand
5
- } from "./index-5hvbw5xh.js";
5
+ } from "./index-g00qm2gf.js";
6
6
 
7
7
  // src/services/guardrail-log-service.ts
8
8
  import * as fs from "fs/promises";
package/dist/cli/index.js CHANGED
@@ -7,15 +7,15 @@ import {
7
7
  getPluginLockFilePaths,
8
8
  package_default,
9
9
  resolveCommand
10
- } from "./index-kz1bmebr.js";
11
- import"./index-5hvbw5xh.js";
10
+ } from "./index-jch711dq.js";
11
+ import"./index-g00qm2gf.js";
12
12
  import"./index-yhsmmv2z.js";
13
13
  import"./index-32axfg6h.js";
14
14
  import"./index-e8pk68cc.js";
15
- import"./index-1cb4wxnm.js";
15
+ import"./index-819xp49y.js";
16
16
  import {
17
17
  DEFAULT_AGENT_CONFIGS
18
- } from "./index-q9h0wb04.js";
18
+ } from "./index-0asbrmdx.js";
19
19
  import"./index-8y7qetpg.js";
20
20
  import"./index-adz3nk9b.js";
21
21
  import"./index-v4fcn4tr.js";
@@ -81,7 +81,7 @@ import {
81
81
  resolveGeneratedAgentRole,
82
82
  resolveGuardrailsConfig,
83
83
  stripKnownSwarmPrefix
84
- } from "./index-q9h0wb04.js";
84
+ } from "./index-0asbrmdx.js";
85
85
  import"./index-p0arc26j.js";
86
86
  import"./index-293f68mj.js";
87
87
  import"./index-a76rekgs.js";