opencode-swarm 7.149.1 → 7.150.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.
Files changed (46) hide show
  1. package/dist/cli/{config-doctor-d3nsq1nz.js → config-doctor-96qyv31a.js} +2 -2
  2. package/dist/cli/{core-y9d858n6.js → core-xx0x5tfv.js} +1 -1
  3. package/dist/cli/{curator-f5m0hh2p.js → curator-frrehxxe.js} +17 -17
  4. package/dist/cli/{curator-llm-factory-mzh9ns5s.js → curator-llm-factory-b83jsg02.js} +17 -17
  5. package/dist/cli/{evidence-summary-service-601x7ne7.js → evidence-summary-service-dv4bt2bx.js} +6 -6
  6. package/dist/cli/{gate-evidence-kjs9vsx9.js → gate-evidence-dkvs7aez.js} +2 -2
  7. package/dist/cli/{guardrail-explain-j291sss5.js → guardrail-explain-1zbk21fq.js} +18 -18
  8. package/dist/cli/{guardrail-log-1jykfrqc.js → guardrail-log-d20jewtr.js} +3 -3
  9. package/dist/cli/{guardrail-reset-tr07m077.js → guardrail-reset-wb3ba243.js} +17 -17
  10. package/dist/cli/{hive-promoter-162ws6xp.js → hive-promoter-10zv1b45.js} +17 -17
  11. package/dist/cli/{index-xe83cwvn.js → index-0tn1kxej.js} +3 -3
  12. package/dist/cli/{index-t994f8fp.js → index-1rpjd5na.js} +1 -1
  13. package/dist/cli/{index-dkrz1vv5.js → index-1rww5k9e.js} +3 -3
  14. package/dist/cli/{index-jg2gwzvq.js → index-1wmd5wn1.js} +1 -1
  15. package/dist/cli/{index-f53yyerg.js → index-8cn6545x.js} +19 -19
  16. package/dist/cli/{index-ekvs3ade.js → index-an922xj4.js} +3 -3
  17. package/dist/cli/{index-cna8m7my.js → index-bhg6brtw.js} +1 -1
  18. package/dist/cli/{index-5gntxwxt.js → index-g75rbw3e.js} +5 -5
  19. package/dist/cli/{index-eaq9b0qm.js → index-ggs716fj.js} +1 -1
  20. package/dist/cli/{index-kgk65rde.js → index-htqs4p52.js} +1 -1
  21. package/dist/cli/{index-mdwtj4xm.js → index-ma1p1w05.js} +4 -4
  22. package/dist/cli/{index-pf22x0dr.js → index-mef0trex.js} +1 -1
  23. package/dist/cli/{index-srwp8fs7.js → index-mnhagjvn.js} +1 -1
  24. package/dist/cli/{index-7m8rk72d.js → index-qqs44wcp.js} +1285 -428
  25. package/dist/cli/{index-fc4x86sy.js → index-r5djc1cc.js} +2 -2
  26. package/dist/cli/{index-hxbrsb40.js → index-reknv4f9.js} +1 -1
  27. package/dist/cli/{index-yjj3s8af.js → index-s0xz2520.js} +3 -3
  28. package/dist/cli/{index-cqhf7fkw.js → index-t54jt9cs.js} +1 -1
  29. package/dist/cli/{index-38ema5k2.js → index-w9pb72vg.js} +2 -2
  30. package/dist/cli/{index-64d17yd0.js → index-x3pt7d0b.js} +2 -2
  31. package/dist/cli/{index-1aztaa2s.js → index-zyv56em5.js} +1 -1
  32. package/dist/cli/index.js +17 -17
  33. package/dist/cli/{knowledge-escalator-whkxxgxj.js → knowledge-escalator-pc7smwrd.js} +6 -6
  34. package/dist/cli/{knowledge-events-rnqzt87h.js → knowledge-events-jmb3jm84.js} +4 -4
  35. package/dist/cli/{knowledge-store-7de59rnz.js → knowledge-store-wd6zh05h.js} +1 -1
  36. package/dist/cli/{knowledge-validator-bpk17jf4.js → knowledge-validator-2v6ar1wk.js} +2 -2
  37. package/dist/cli/{scan-cursor-0p51fh61.js → scan-cursor-hr8e3jqj.js} +2 -2
  38. package/dist/cli/{schema-8g2nxhjf.js → schema-g44y7s0w.js} +1 -1
  39. package/dist/cli/{scope-persistence-hhkr0c46.js → scope-persistence-0n2cv4kn.js} +4 -4
  40. package/dist/cli/{skill-generator-pk9gcz7r.js → skill-generator-0gmpxwgk.js} +7 -7
  41. package/dist/cli/{worktree-isolation-1hwwfbdw.js → worktree-isolation-pcr5zv0c.js} +17 -17
  42. package/dist/index.js +176 -152
  43. package/dist/lang/symbol-graph.d.ts +15 -0
  44. package/dist/tools/repo-graph/builder.d.ts +27 -1
  45. package/dist/tools/symbols.d.ts +35 -0
  46. package/package.json +1 -1
@@ -6,7 +6,7 @@ import {
6
6
  PluginConfigSchema,
7
7
  init_schema,
8
8
  stripKnownSwarmPrefix
9
- } from "./index-pf22x0dr.js";
9
+ } from "./index-mef0trex.js";
10
10
  import {
11
11
  ALL_AGENT_NAMES,
12
12
  init_constants
@@ -713,7 +713,7 @@ async function applyConfidenceFloorAction(directory, touched, options) {
713
713
  const {
714
714
  readAuthoritativeKnowledgeCounterRollups,
715
715
  effectiveRetrievalOutcomes
716
- } = await import("./knowledge-events-rnqzt87h.js");
716
+ } = await import("./knowledge-events-jmb3jm84.js");
717
717
  const rollups = await readAuthoritativeKnowledgeCounterRollups(directory);
718
718
  const flagIds = new Set;
719
719
  for (const e of atFloor) {
@@ -780,11 +780,11 @@ async function applyConfidenceFloorAction(directory, touched, options) {
780
780
  });
781
781
  }
782
782
  if (action === "quarantine" && toQuarantine.length > 0) {
783
- const { quarantineEntry } = await import("./knowledge-validator-bpk17jf4.js");
784
- const { KnowledgeConfigSchema } = await import("./schema-8g2nxhjf.js");
783
+ const { quarantineEntry } = await import("./knowledge-validator-2v6ar1wk.js");
784
+ const { KnowledgeConfigSchema } = await import("./schema-g44y7s0w.js");
785
785
  let config;
786
786
  try {
787
- const { loadPluginConfigWithMeta } = await import("./index-yjj3s8af.js");
787
+ const { loadPluginConfigWithMeta } = await import("./index-s0xz2520.js");
788
788
  const { config: loadedConfig } = loadPluginConfigWithMeta(directory);
789
789
  config = KnowledgeConfigSchema.parse(loadedConfig.knowledge ?? {});
790
790
  } catch {
@@ -21,7 +21,7 @@ var package_default;
21
21
  var init_package = __esm(() => {
22
22
  package_default = {
23
23
  name: "opencode-swarm",
24
- version: "7.149.1",
24
+ version: "7.150.0",
25
25
  description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
26
26
  main: "dist/index.js",
27
27
  types: "dist/index.d.ts",
@@ -9,7 +9,7 @@ import {
9
9
  resolveSwarmKnowledgePath,
10
10
  resolveSwarmRejectedPath,
11
11
  transactKnowledge
12
- } from "./index-mdwtj4xm.js";
12
+ } from "./index-ma1p1w05.js";
13
13
  import {
14
14
  resolveKnowledgeStoreDir
15
15
  } from "./index-jb9tb1sd.js";