opencode-swarm 7.131.0 → 7.132.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 (47) hide show
  1. package/README.md +2 -2
  2. package/dist/cli/{config-doctor-rjvb0hhn.js → config-doctor-3rssa871.js} +2 -2
  3. package/dist/cli/{curation-policy-f5bybzmh.js → curation-policy-3914h3g9.js} +2 -2
  4. package/dist/cli/{curator-kjzqa5m7.js → curator-1e77dq6x.js} +12 -12
  5. package/dist/cli/{curator-llm-factory-ezq4fakt.js → curator-llm-factory-41c17ybs.js} +12 -12
  6. package/dist/cli/{guardrail-explain-n93qh8k6.js → guardrail-explain-624brj1y.js} +13 -13
  7. package/dist/cli/{guardrail-log-h4tmcjwx.js → guardrail-log-vfka4tcn.js} +3 -3
  8. package/dist/cli/{hive-promoter-mammxe5p.js → hive-promoter-mw5prfy2.js} +12 -12
  9. package/dist/cli/{index-1atz85c8.js → index-2dtwjx39.js} +1 -1
  10. package/dist/cli/{index-hynbzh7s.js → index-5x3g1q91.js} +4 -0
  11. package/dist/cli/{index-cnwh164k.js → index-64z5dvam.js} +1 -1
  12. package/dist/cli/{index-q68sprcy.js → index-6mcx76j9.js} +4 -4
  13. package/dist/cli/{index-d2tgc580.js → index-8w3sp149.js} +1420 -1313
  14. package/dist/cli/{index-6vg0qczz.js → index-99tq1zd5.js} +2 -2
  15. package/dist/cli/{index-01nyrk95.js → index-e630fw43.js} +3 -3
  16. package/dist/cli/{index-tw33v84d.js → index-exs5bt14.js} +1 -1
  17. package/dist/cli/{index-cq22pnd2.js → index-fegng5pv.js} +1 -1
  18. package/dist/cli/{index-fepakwhp.js → index-nsxchdx0.js} +1 -1
  19. package/dist/cli/{index-m6zfm7cm.js → index-ppkp20fp.js} +5 -5
  20. package/dist/cli/{index-kbfhyxtv.js → index-q0ysv66x.js} +1 -1
  21. package/dist/cli/{index-xhd797bz.js → index-qg1cj1ev.js} +14 -14
  22. package/dist/cli/{index-pft1qxqh.js → index-sbq3gbjs.js} +1 -1
  23. package/dist/cli/{index-xv2ydncg.js → index-zah4qws8.js} +2 -2
  24. package/dist/cli/{index-szkswbqf.js → index-zrh07ykv.js} +2 -2
  25. package/dist/cli/index.js +12 -12
  26. package/dist/cli/{knowledge-escalator-cf1kkmfe.js → knowledge-escalator-5hv2dwhz.js} +3 -3
  27. package/dist/cli/{knowledge-events-p8t5ev44.js → knowledge-events-434663dp.js} +1 -1
  28. package/dist/cli/{knowledge-store-vpdmcwem.js → knowledge-store-73ykq5j3.js} +1 -1
  29. package/dist/cli/{knowledge-validator-w1t0sw5f.js → knowledge-validator-tnadtt1h.js} +4 -4
  30. package/dist/cli/{scan-cursor-z4c51902.js → scan-cursor-e33n9pej.js} +2 -2
  31. package/dist/cli/{schema-yqzzfavj.js → schema-1kwmcayk.js} +1 -1
  32. package/dist/cli/{skill-generator-aaabj00n.js → skill-generator-k111qfdw.js} +5 -5
  33. package/dist/index.js +348 -348
  34. package/dist/parallel/index.d.ts +0 -2
  35. package/dist/plan/parallel-verdict.d.ts +94 -0
  36. package/dist/services/status-service.d.ts +14 -0
  37. package/dist/tools/index.d.ts +1 -0
  38. package/dist/tools/lean-turbo-run-phase.d.ts +7 -0
  39. package/dist/tools/manifest.d.ts +1 -0
  40. package/dist/tools/plan-conflict-check.d.ts +61 -0
  41. package/dist/tools/tool-metadata.d.ts +4 -0
  42. package/dist/turbo/lean/recovery.d.ts +90 -0
  43. package/dist/turbo/lean/runner.d.ts +16 -1
  44. package/dist/worktree/merge.d.ts +5 -0
  45. package/package.json +1 -1
  46. package/dist/parallel/dependency-graph.d.ts +0 -34
  47. package/dist/parallel/meta-indexer.d.ts +0 -32
@@ -12,14 +12,14 @@ import {
12
12
  detectPosixWrites,
13
13
  detectWindowsWrites,
14
14
  resolveWriteTargets
15
- } from "./index-d2tgc580.js";
15
+ } from "./index-8w3sp149.js";
16
16
  import {
17
17
  checkFileAuthority,
18
18
  classifyFile,
19
19
  isInDeclaredScope,
20
20
  redactPath,
21
21
  redactShellCommand
22
- } from "./index-cq22pnd2.js";
22
+ } from "./index-fegng5pv.js";
23
23
 
24
24
  // src/services/guardrail-explain-service.ts
25
25
  import path from "path";
@@ -2,18 +2,18 @@
2
2
  import {
3
3
  ALLOWED_SKILL_PATH_PREFIXES,
4
4
  validateSkillPath
5
- } from "./index-xv2ydncg.js";
5
+ } from "./index-zah4qws8.js";
6
6
  import {
7
7
  computeOutcomeSignal,
8
8
  readKnowledge,
9
9
  resolveHiveKnowledgePath,
10
10
  resolveSwarmKnowledgePath,
11
11
  transactKnowledge
12
- } from "./index-q68sprcy.js";
12
+ } from "./index-6mcx76j9.js";
13
13
  import {
14
14
  effectiveRetrievalOutcomes,
15
15
  readKnowledgeCounterRollups
16
- } from "./index-fepakwhp.js";
16
+ } from "./index-nsxchdx0.js";
17
17
  import {
18
18
  init_knowledge_types,
19
19
  isActiveStatus
@@ -8,7 +8,7 @@ import {
8
8
  init_constants,
9
9
  init_schema,
10
10
  resolveExternalSkillsConfig
11
- } from "./index-hynbzh7s.js";
11
+ } from "./index-5x3g1q91.js";
12
12
  import {
13
13
  advisoryWarn,
14
14
  init_warning_buffer
@@ -3,7 +3,7 @@ import {
3
3
  init_constants,
4
4
  init_schema,
5
5
  stripKnownSwarmPrefix
6
- } from "./index-hynbzh7s.js";
6
+ } from "./index-5x3g1q91.js";
7
7
  import {
8
8
  init_logger,
9
9
  warn
@@ -608,7 +608,7 @@ async function applyKnowledgeVerdictFeedback(directory, options) {
608
608
  deltas.push({ id, delta });
609
609
  }
610
610
  if (deltas.length > 0) {
611
- const { bumpKnowledgeConfidenceBatch } = await import("./knowledge-store-vpdmcwem.js");
611
+ const { bumpKnowledgeConfidenceBatch } = await import("./knowledge-store-73ykq5j3.js");
612
612
  await bumpKnowledgeConfidenceBatch(directory, deltas, options?.floorOptions);
613
613
  }
614
614
  return {
@@ -6,13 +6,13 @@ import {
6
6
  resolveSwarmKnowledgePath,
7
7
  transactKnowledge,
8
8
  wordBigrams
9
- } from "./index-q68sprcy.js";
9
+ } from "./index-6mcx76j9.js";
10
10
  import {
11
11
  countEntryContradictionsInWindow,
12
12
  countEntryViolationsInWindow,
13
13
  readKnowledgeEvents,
14
14
  recordKnowledgeEvent
15
- } from "./index-fepakwhp.js";
15
+ } from "./index-nsxchdx0.js";
16
16
  import {
17
17
  init_knowledge_types,
18
18
  isActiveStatus
@@ -190,11 +190,11 @@ async function maybeQuarantineOnContradiction(directory, entryId, threshold, win
190
190
  alreadyInactive: true
191
191
  };
192
192
  }
193
- const { quarantineEntry } = await import("./knowledge-validator-w1t0sw5f.js");
193
+ const { quarantineEntry } = await import("./knowledge-validator-tnadtt1h.js");
194
194
  let policyConfig;
195
195
  try {
196
- const { KnowledgeConfigSchema } = await import("./schema-yqzzfavj.js");
197
- const { loadPluginConfigWithMeta } = await import("./index-szkswbqf.js");
196
+ const { KnowledgeConfigSchema } = await import("./schema-1kwmcayk.js");
197
+ const { loadPluginConfigWithMeta } = await import("./index-zrh07ykv.js");
198
198
  const { config: loadedConfig } = loadPluginConfigWithMeta(directory);
199
199
  policyConfig = KnowledgeConfigSchema.parse(loadedConfig.knowledge ?? {});
200
200
  } catch {
@@ -8,7 +8,7 @@ import {
8
8
  init_constants,
9
9
  init_schema,
10
10
  stripKnownSwarmPrefix
11
- } from "./index-hynbzh7s.js";
11
+ } from "./index-5x3g1q91.js";
12
12
  import {
13
13
  log
14
14
  } from "./index-zgwm4ryv.js";
@@ -1,10 +1,10 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailExplain
4
- } from "./index-6vg0qczz.js";
4
+ } from "./index-99tq1zd5.js";
5
5
  import {
6
6
  handleGuardrailLog
7
- } from "./index-cnwh164k.js";
7
+ } from "./index-64z5dvam.js";
8
8
  import {
9
9
  COMMAND_REGISTRY,
10
10
  SWARM_COMMAND_TOOL_ALLOWLIST,
@@ -83,28 +83,28 @@ import {
83
83
  handleWriteRetroCommand,
84
84
  normalizeSwarmCommandInput,
85
85
  resolveCommand
86
- } from "./index-d2tgc580.js";
87
- import"./index-cq22pnd2.js";
88
- import"./index-kbfhyxtv.js";
86
+ } from "./index-8w3sp149.js";
87
+ import"./index-fegng5pv.js";
88
+ import"./index-q0ysv66x.js";
89
89
  import"./index-03zyn94g.js";
90
90
  import"./index-4905hd2m.js";
91
91
  import"./index-134d35c1.js";
92
92
  import"./index-9f71ye47.js";
93
- import"./index-01nyrk95.js";
94
- import"./index-m6zfm7cm.js";
95
- import"./index-pft1qxqh.js";
93
+ import"./index-e630fw43.js";
94
+ import"./index-ppkp20fp.js";
95
+ import"./index-sbq3gbjs.js";
96
96
  import"./index-vxv732ex.js";
97
97
  import"./index-c8s9a3zh.js";
98
98
  import"./index-9ss2m4rs.js";
99
99
  import"./index-g4mnf3p5.js";
100
- import"./index-xv2ydncg.js";
101
- import"./index-1atz85c8.js";
100
+ import"./index-zah4qws8.js";
101
+ import"./index-2dtwjx39.js";
102
102
  import"./index-rtry5xyf.js";
103
- import"./index-q68sprcy.js";
104
- import"./index-fepakwhp.js";
103
+ import"./index-6mcx76j9.js";
104
+ import"./index-nsxchdx0.js";
105
105
  import"./index-ae75rja9.js";
106
106
  import"./index-q27bajqb.js";
107
- import"./index-tw33v84d.js";
107
+ import"./index-exs5bt14.js";
108
108
  import"./index-k5jrywpr.js";
109
109
  import"./index-n832052r.js";
110
110
  import {
@@ -113,7 +113,7 @@ import {
113
113
  init_constants,
114
114
  init_schema,
115
115
  stripKnownSwarmPrefix
116
- } from "./index-hynbzh7s.js";
116
+ } from "./index-5x3g1q91.js";
117
117
  import"./index-bk5tah7q.js";
118
118
  import"./index-8fwhhayc.js";
119
119
  import"./index-q1exe2b3.js";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  readKnowledge,
4
4
  transactKnowledge
5
- } from "./index-q68sprcy.js";
5
+ } from "./index-6mcx76j9.js";
6
6
  import {
7
7
  resolveKnowledgeStoreDir
8
8
  } from "./index-q27bajqb.js";
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  authorizeCuration
4
- } from "./index-1atz85c8.js";
4
+ } from "./index-2dtwjx39.js";
5
5
  import {
6
6
  findNearDuplicate,
7
7
  inferTags,
@@ -9,7 +9,7 @@ import {
9
9
  resolveSwarmKnowledgePath,
10
10
  resolveSwarmRejectedPath,
11
11
  transactKnowledge
12
- } from "./index-q68sprcy.js";
12
+ } from "./index-6mcx76j9.js";
13
13
  import {
14
14
  resolveKnowledgeStoreDir
15
15
  } from "./index-q27bajqb.js";
@@ -7,7 +7,7 @@ import {
7
7
  loadPluginConfigWithMeta,
8
8
  loadPluginConfigWithMetaAsync,
9
9
  resolveWorktreeIsolationConfig
10
- } from "./index-tw33v84d.js";
10
+ } from "./index-exs5bt14.js";
11
11
  import {
12
12
  ApprovalEvidenceSchema,
13
13
  BaseEvidenceSchema,
@@ -59,7 +59,7 @@ import {
59
59
  WorktreeIsolationConfigSchema,
60
60
  isQAAgent,
61
61
  isSubagent
62
- } from "./index-hynbzh7s.js";
62
+ } from "./index-5x3g1q91.js";
63
63
  import"./index-bk5tah7q.js";
64
64
  import {
65
65
  MigrationStatusSchema,
package/dist/cli/index.js CHANGED
@@ -7,34 +7,34 @@ import {
7
7
  getPluginLockFilePaths,
8
8
  package_default,
9
9
  resolveCommand
10
- } from "./index-d2tgc580.js";
11
- import"./index-cq22pnd2.js";
12
- import"./index-kbfhyxtv.js";
10
+ } from "./index-8w3sp149.js";
11
+ import"./index-fegng5pv.js";
12
+ import"./index-q0ysv66x.js";
13
13
  import"./index-03zyn94g.js";
14
14
  import"./index-4905hd2m.js";
15
15
  import"./index-134d35c1.js";
16
16
  import"./index-9f71ye47.js";
17
- import"./index-01nyrk95.js";
18
- import"./index-m6zfm7cm.js";
19
- import"./index-pft1qxqh.js";
17
+ import"./index-e630fw43.js";
18
+ import"./index-ppkp20fp.js";
19
+ import"./index-sbq3gbjs.js";
20
20
  import"./index-vxv732ex.js";
21
21
  import"./index-c8s9a3zh.js";
22
22
  import"./index-9ss2m4rs.js";
23
23
  import"./index-g4mnf3p5.js";
24
- import"./index-xv2ydncg.js";
25
- import"./index-1atz85c8.js";
24
+ import"./index-zah4qws8.js";
25
+ import"./index-2dtwjx39.js";
26
26
  import"./index-rtry5xyf.js";
27
- import"./index-q68sprcy.js";
28
- import"./index-fepakwhp.js";
27
+ import"./index-6mcx76j9.js";
28
+ import"./index-nsxchdx0.js";
29
29
  import"./index-ae75rja9.js";
30
30
  import"./index-q27bajqb.js";
31
- import"./index-tw33v84d.js";
31
+ import"./index-exs5bt14.js";
32
32
  import"./index-k5jrywpr.js";
33
33
  import"./index-n832052r.js";
34
34
  import {
35
35
  DEFAULT_AGENT_CONFIGS,
36
36
  init_constants
37
- } from "./index-hynbzh7s.js";
37
+ } from "./index-5x3g1q91.js";
38
38
  import"./index-bk5tah7q.js";
39
39
  import"./index-8fwhhayc.js";
40
40
  import"./index-q1exe2b3.js";
@@ -8,9 +8,9 @@ import {
8
8
  maybeEscalateOnViolation,
9
9
  maybeQuarantineOnContradiction,
10
10
  readRecentEscalations
11
- } from "./index-m6zfm7cm.js";
12
- import"./index-q68sprcy.js";
13
- import"./index-fepakwhp.js";
11
+ } from "./index-ppkp20fp.js";
12
+ import"./index-6mcx76j9.js";
13
+ import"./index-nsxchdx0.js";
14
14
  import"./index-ae75rja9.js";
15
15
  import"./index-q27bajqb.js";
16
16
  import"./index-bk5tah7q.js";
@@ -26,7 +26,7 @@ import {
26
26
  resolveKnowledgeCounterBaselinePath,
27
27
  resolveKnowledgeEventsPath,
28
28
  resolveLegacyApplicationLogPath
29
- } from "./index-fepakwhp.js";
29
+ } from "./index-nsxchdx0.js";
30
30
  import"./index-ae75rja9.js";
31
31
  import"./index-q27bajqb.js";
32
32
  import"./index-zgwm4ryv.js";
@@ -41,7 +41,7 @@ import {
41
41
  transactKnowledge,
42
42
  transactKnowledgeWithCas,
43
43
  wordBigrams
44
- } from "./index-q68sprcy.js";
44
+ } from "./index-6mcx76j9.js";
45
45
  import {
46
46
  resolveHiveDataDir
47
47
  } from "./index-ae75rja9.js";
@@ -23,11 +23,11 @@ import {
23
23
  validateLesson,
24
24
  validateSkillCandidatePath,
25
25
  validateSkillPath
26
- } from "./index-xv2ydncg.js";
27
- import"./index-1atz85c8.js";
26
+ } from "./index-zah4qws8.js";
27
+ import"./index-2dtwjx39.js";
28
28
  import"./index-rtry5xyf.js";
29
- import"./index-q68sprcy.js";
30
- import"./index-fepakwhp.js";
29
+ import"./index-6mcx76j9.js";
30
+ import"./index-nsxchdx0.js";
31
31
  import"./index-ae75rja9.js";
32
32
  import"./index-q27bajqb.js";
33
33
  import"./index-bk5tah7q.js";
@@ -4,8 +4,8 @@ import {
4
4
  alreadyCuratedThisGeneration,
5
5
  claimNextScanBatch,
6
6
  getScanStatus
7
- } from "./index-pft1qxqh.js";
8
- import"./index-q68sprcy.js";
7
+ } from "./index-sbq3gbjs.js";
8
+ import"./index-6mcx76j9.js";
9
9
  import"./index-ae75rja9.js";
10
10
  import"./index-q27bajqb.js";
11
11
  import"./index-bk5tah7q.js";
@@ -91,7 +91,7 @@ import {
91
91
  resolveGeneratedAgentRole,
92
92
  resolveGuardrailsConfig,
93
93
  stripKnownSwarmPrefix
94
- } from "./index-hynbzh7s.js";
94
+ } from "./index-5x3g1q91.js";
95
95
  import"./index-bk5tah7q.js";
96
96
  import"./index-zjygnfay.js";
97
97
  import"./index-bpmtbmy9.js";
@@ -33,12 +33,12 @@ import {
33
33
  sanitizeSlug,
34
34
  selectCandidateEntries,
35
35
  writeEvalStub
36
- } from "./index-01nyrk95.js";
37
- import"./index-xv2ydncg.js";
38
- import"./index-1atz85c8.js";
36
+ } from "./index-e630fw43.js";
37
+ import"./index-zah4qws8.js";
38
+ import"./index-2dtwjx39.js";
39
39
  import"./index-rtry5xyf.js";
40
- import"./index-q68sprcy.js";
41
- import"./index-fepakwhp.js";
40
+ import"./index-6mcx76j9.js";
41
+ import"./index-nsxchdx0.js";
42
42
  import"./index-ae75rja9.js";
43
43
  import"./index-q27bajqb.js";
44
44
  import"./index-bk5tah7q.js";