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
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  computePlanStructureHash,
4
4
  derivePlanId
5
- } from "./index-1aztaa2s.js";
5
+ } from "./index-zyv56em5.js";
6
6
  import {
7
7
  appendCoreEventSync
8
8
  } from "./index-exn0ztsv.js";
@@ -11,7 +11,7 @@ import {
11
11
  } from "./index-556ja8an.js";
12
12
  import {
13
13
  PlanSchema
14
- } from "./index-cqhf7fkw.js";
14
+ } from "./index-t54jt9cs.js";
15
15
  import {
16
16
  atomicWriteSwarmFile,
17
17
  atomicWriteSwarmFileSync
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  readKnowledge,
4
4
  transactKnowledge
5
- } from "./index-mdwtj4xm.js";
5
+ } from "./index-ma1p1w05.js";
6
6
  import {
7
7
  init_git_executable,
8
8
  resolveGitExecutableAsync
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  _internals,
4
4
  resolveWorktreeIsolationConfig
5
- } from "./index-38ema5k2.js";
5
+ } from "./index-w9pb72vg.js";
6
6
  import {
7
7
  ApprovalEvidenceSchema,
8
8
  BaseEvidenceSchema,
@@ -42,7 +42,7 @@ import {
42
42
  loadPluginConfig,
43
43
  loadPluginConfigWithMeta,
44
44
  loadPluginConfigWithMetaAsync
45
- } from "./index-cqhf7fkw.js";
45
+ } from "./index-t54jt9cs.js";
46
46
  import {
47
47
  AUTO_REVIEW_V8_BURN_IN_DECISION,
48
48
  AgentOverrideConfigSchema,
@@ -64,7 +64,7 @@ import {
64
64
  TurboConfigSchema,
65
65
  WorktreeIsolationConfigSchema,
66
66
  resolveAutoReviewConfig
67
- } from "./index-pf22x0dr.js";
67
+ } from "./index-mef0trex.js";
68
68
  import {
69
69
  ALL_AGENT_NAMES,
70
70
  ALL_SUBAGENT_NAMES,
@@ -6,7 +6,7 @@ import {
6
6
  PluginConfigSchema,
7
7
  init_schema,
8
8
  resolveExternalSkillsConfig
9
- } from "./index-pf22x0dr.js";
9
+ } from "./index-mef0trex.js";
10
10
  import {
11
11
  GIT_BINARY_ENV_VAR,
12
12
  init_git_executable
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  init_loader,
4
4
  loadPluginConfigWithMeta
5
- } from "./index-cqhf7fkw.js";
5
+ } from "./index-t54jt9cs.js";
6
6
  import {
7
7
  init_schema
8
- } from "./index-pf22x0dr.js";
8
+ } from "./index-mef0trex.js";
9
9
  import {
10
10
  DEFAULT_WORKTREE_ISOLATION_CONFIG,
11
11
  init_constants
@@ -12,14 +12,14 @@ import {
12
12
  detectPosixWrites,
13
13
  detectWindowsWrites,
14
14
  resolveWriteTargets
15
- } from "./index-7m8rk72d.js";
15
+ } from "./index-qqs44wcp.js";
16
16
  import {
17
17
  checkFileAuthority,
18
18
  classifyFile,
19
19
  isInDeclaredScope,
20
20
  redactPath,
21
21
  redactShellCommand
22
- } from "./index-cna8m7my.js";
22
+ } from "./index-bhg6brtw.js";
23
23
 
24
24
  // src/services/guardrail-explain-service.ts
25
25
  import path from "path";
@@ -4,7 +4,7 @@ import {
4
4
  PlanSchema,
5
5
  TaskStatusSchema,
6
6
  init_loader
7
- } from "./index-cqhf7fkw.js";
7
+ } from "./index-t54jt9cs.js";
8
8
  import {
9
9
  assertProjectRoot,
10
10
  withEvidenceLock
package/dist/cli/index.js CHANGED
@@ -11,52 +11,52 @@ import {
11
11
  readCachePackageVersion,
12
12
  resolveCommand,
13
13
  safeRealpathSync
14
- } from "./index-7m8rk72d.js";
14
+ } from "./index-qqs44wcp.js";
15
15
  import"./index-n99s022c.js";
16
- import"./index-cna8m7my.js";
17
- import"./index-kgk65rde.js";
18
- import"./index-ekvs3ade.js";
16
+ import"./index-bhg6brtw.js";
17
+ import"./index-htqs4p52.js";
18
+ import"./index-an922xj4.js";
19
19
  import"./index-prxrmc3b.js";
20
20
  import"./index-134d35c1.js";
21
21
  import"./index-nj6rmyeh.js";
22
22
  import"./index-y8552snf.js";
23
- import"./index-5gntxwxt.js";
24
- import"./index-hxbrsb40.js";
23
+ import"./index-g75rbw3e.js";
24
+ import"./index-reknv4f9.js";
25
25
  import"./index-70ha9e09.js";
26
26
  import"./index-c8s9a3zh.js";
27
27
  import"./index-9ss2m4rs.js";
28
28
  import"./index-vnn7qq8c.js";
29
29
  import"./index-k2sm9677.js";
30
- import"./index-dkrz1vv5.js";
31
- import"./index-srwp8fs7.js";
30
+ import"./index-1rww5k9e.js";
31
+ import"./index-mnhagjvn.js";
32
32
  import"./index-4sdhbxgq.js";
33
33
  import"./index-rtry5xyf.js";
34
34
  import"./index-zsrtt42s.js";
35
35
  import"./index-vy6q9d8j.js";
36
36
  import"./index-fxvgaeq4.js";
37
- import"./index-jg2gwzvq.js";
38
- import"./index-t994f8fp.js";
39
- import"./index-fc4x86sy.js";
40
- import"./index-1aztaa2s.js";
37
+ import"./index-1wmd5wn1.js";
38
+ import"./index-1rpjd5na.js";
39
+ import"./index-r5djc1cc.js";
40
+ import"./index-zyv56em5.js";
41
41
  import"./index-exn0ztsv.js";
42
42
  import"./index-556ja8an.js";
43
43
  import"./index-b43rt5ph.js";
44
44
  import"./index-q7sjgr1y.js";
45
45
  import"./index-3g0xk6tk.js";
46
46
  import"./index-85gkedsf.js";
47
- import"./index-mdwtj4xm.js";
48
- import"./index-xe83cwvn.js";
49
- import"./index-38ema5k2.js";
47
+ import"./index-ma1p1w05.js";
48
+ import"./index-0tn1kxej.js";
49
+ import"./index-w9pb72vg.js";
50
50
  import"./index-gprxjmm7.js";
51
51
  import"./index-n832052r.js";
52
52
  import"./index-4cgee5vh.js";
53
53
  import"./index-z6xqpmqg.js";
54
54
  import"./index-r3mvsbtq.js";
55
- import"./index-cqhf7fkw.js";
55
+ import"./index-t54jt9cs.js";
56
56
  import {
57
57
  init_package,
58
58
  package_default
59
- } from "./index-pf22x0dr.js";
59
+ } from "./index-mef0trex.js";
60
60
  import {
61
61
  DEFAULT_AGENT_CONFIGS,
62
62
  init_constants
@@ -9,17 +9,17 @@ import {
9
9
  maybeEscalateOnViolation,
10
10
  maybeQuarantineOnContradiction,
11
11
  readRecentEscalations
12
- } from "./index-5gntxwxt.js";
13
- import"./index-mdwtj4xm.js";
14
- import"./index-xe83cwvn.js";
15
- import"./index-38ema5k2.js";
12
+ } from "./index-g75rbw3e.js";
13
+ import"./index-ma1p1w05.js";
14
+ import"./index-0tn1kxej.js";
15
+ import"./index-w9pb72vg.js";
16
16
  import"./index-gprxjmm7.js";
17
17
  import"./index-n832052r.js";
18
18
  import"./index-4cgee5vh.js";
19
19
  import"./index-z6xqpmqg.js";
20
20
  import"./index-r3mvsbtq.js";
21
- import"./index-cqhf7fkw.js";
22
- import"./index-pf22x0dr.js";
21
+ import"./index-t54jt9cs.js";
22
+ import"./index-mef0trex.js";
23
23
  import"./index-cpg98bh1.js";
24
24
  import"./index-9e6fdz2h.js";
25
25
  import"./index-4rhhvd1a.js";
@@ -29,15 +29,15 @@ import {
29
29
  resolveKnowledgeCounterBaselinePath,
30
30
  resolveKnowledgeEventsPath,
31
31
  resolveLegacyApplicationLogPath
32
- } from "./index-xe83cwvn.js";
33
- import"./index-38ema5k2.js";
32
+ } from "./index-0tn1kxej.js";
33
+ import"./index-w9pb72vg.js";
34
34
  import"./index-gprxjmm7.js";
35
35
  import"./index-n832052r.js";
36
36
  import"./index-4cgee5vh.js";
37
37
  import"./index-z6xqpmqg.js";
38
38
  import"./index-r3mvsbtq.js";
39
- import"./index-cqhf7fkw.js";
40
- import"./index-pf22x0dr.js";
39
+ import"./index-t54jt9cs.js";
40
+ import"./index-mef0trex.js";
41
41
  import"./index-cpg98bh1.js";
42
42
  import"./index-9e6fdz2h.js";
43
43
  import"./index-4rhhvd1a.js";
@@ -42,7 +42,7 @@ import {
42
42
  transactKnowledge,
43
43
  transactKnowledgeWithCas,
44
44
  wordBigrams
45
- } from "./index-mdwtj4xm.js";
45
+ } from "./index-ma1p1w05.js";
46
46
  import {
47
47
  resolveHiveDataDir
48
48
  } from "./index-ae75rja9.js";
@@ -23,10 +23,10 @@ import {
23
23
  validateLesson,
24
24
  validateSkillCandidatePath,
25
25
  validateSkillPath
26
- } from "./index-srwp8fs7.js";
26
+ } from "./index-mnhagjvn.js";
27
27
  import"./index-4sdhbxgq.js";
28
28
  import"./index-rtry5xyf.js";
29
- import"./index-mdwtj4xm.js";
29
+ import"./index-ma1p1w05.js";
30
30
  import"./index-ae75rja9.js";
31
31
  import"./index-jb9tb1sd.js";
32
32
  import"./index-apwcvfjt.js";
@@ -4,8 +4,8 @@ import {
4
4
  alreadyCuratedThisGeneration,
5
5
  claimNextScanBatch,
6
6
  getScanStatus
7
- } from "./index-hxbrsb40.js";
8
- import"./index-mdwtj4xm.js";
7
+ } from "./index-reknv4f9.js";
8
+ import"./index-ma1p1w05.js";
9
9
  import"./index-9e6fdz2h.js";
10
10
  import"./index-4rhhvd1a.js";
11
11
  import"./index-ae75rja9.js";
@@ -99,7 +99,7 @@ import {
99
99
  resolveGeneratedAgentRole,
100
100
  resolveGuardrailsConfig,
101
101
  stripKnownSwarmPrefix
102
- } from "./index-pf22x0dr.js";
102
+ } from "./index-mef0trex.js";
103
103
  import"./index-cpg98bh1.js";
104
104
  import"./index-zjygnfay.js";
105
105
  import"./index-bk5tah7q.js";
@@ -23,12 +23,12 @@ import {
23
23
  tombstoneScopeBinding,
24
24
  writeScopeBindingToDisk,
25
25
  writeScopeToDisk
26
- } from "./index-fc4x86sy.js";
27
- import"./index-1aztaa2s.js";
26
+ } from "./index-r5djc1cc.js";
27
+ import"./index-zyv56em5.js";
28
28
  import"./index-exn0ztsv.js";
29
29
  import"./index-556ja8an.js";
30
- import"./index-cqhf7fkw.js";
31
- import"./index-pf22x0dr.js";
30
+ import"./index-t54jt9cs.js";
31
+ import"./index-mef0trex.js";
32
32
  import"./index-cpg98bh1.js";
33
33
  import"./index-9e6fdz2h.js";
34
34
  import"./index-4rhhvd1a.js";
@@ -33,21 +33,21 @@ import {
33
33
  sanitizeSlug,
34
34
  selectCandidateEntries,
35
35
  writeEvalStub
36
- } from "./index-dkrz1vv5.js";
37
- import"./index-srwp8fs7.js";
36
+ } from "./index-1rww5k9e.js";
37
+ import"./index-mnhagjvn.js";
38
38
  import"./index-4sdhbxgq.js";
39
39
  import"./index-rtry5xyf.js";
40
40
  import"./index-q7sjgr1y.js";
41
- import"./index-mdwtj4xm.js";
42
- import"./index-xe83cwvn.js";
43
- import"./index-38ema5k2.js";
41
+ import"./index-ma1p1w05.js";
42
+ import"./index-0tn1kxej.js";
43
+ import"./index-w9pb72vg.js";
44
44
  import"./index-gprxjmm7.js";
45
45
  import"./index-n832052r.js";
46
46
  import"./index-4cgee5vh.js";
47
47
  import"./index-z6xqpmqg.js";
48
48
  import"./index-r3mvsbtq.js";
49
- import"./index-cqhf7fkw.js";
50
- import"./index-pf22x0dr.js";
49
+ import"./index-t54jt9cs.js";
50
+ import"./index-mef0trex.js";
51
51
  import"./index-cpg98bh1.js";
52
52
  import"./index-9e6fdz2h.js";
53
53
  import"./index-4rhhvd1a.js";
@@ -21,51 +21,51 @@ import {
21
21
  sanitizeWorktreeTaskId,
22
22
  standardWorktreeByCallID,
23
23
  standardWorktreeSerializationSessions
24
- } from "./index-7m8rk72d.js";
24
+ } from "./index-qqs44wcp.js";
25
25
  import"./index-n99s022c.js";
26
- import"./index-cna8m7my.js";
27
- import"./index-kgk65rde.js";
28
- import"./index-ekvs3ade.js";
26
+ import"./index-bhg6brtw.js";
27
+ import"./index-htqs4p52.js";
28
+ import"./index-an922xj4.js";
29
29
  import"./index-prxrmc3b.js";
30
30
  import"./index-134d35c1.js";
31
31
  import"./index-nj6rmyeh.js";
32
32
  import"./index-y8552snf.js";
33
- import"./index-5gntxwxt.js";
34
- import"./index-hxbrsb40.js";
33
+ import"./index-g75rbw3e.js";
34
+ import"./index-reknv4f9.js";
35
35
  import"./index-70ha9e09.js";
36
36
  import"./index-c8s9a3zh.js";
37
37
  import"./index-9ss2m4rs.js";
38
38
  import"./index-vnn7qq8c.js";
39
39
  import"./index-k2sm9677.js";
40
- import"./index-dkrz1vv5.js";
41
- import"./index-srwp8fs7.js";
40
+ import"./index-1rww5k9e.js";
41
+ import"./index-mnhagjvn.js";
42
42
  import"./index-4sdhbxgq.js";
43
43
  import"./index-rtry5xyf.js";
44
44
  import"./index-zsrtt42s.js";
45
45
  import"./index-vy6q9d8j.js";
46
46
  import"./index-fxvgaeq4.js";
47
- import"./index-jg2gwzvq.js";
48
- import"./index-t994f8fp.js";
49
- import"./index-fc4x86sy.js";
50
- import"./index-1aztaa2s.js";
47
+ import"./index-1wmd5wn1.js";
48
+ import"./index-1rpjd5na.js";
49
+ import"./index-r5djc1cc.js";
50
+ import"./index-zyv56em5.js";
51
51
  import"./index-exn0ztsv.js";
52
52
  import"./index-556ja8an.js";
53
53
  import"./index-b43rt5ph.js";
54
54
  import"./index-q7sjgr1y.js";
55
55
  import"./index-3g0xk6tk.js";
56
56
  import"./index-85gkedsf.js";
57
- import"./index-mdwtj4xm.js";
58
- import"./index-xe83cwvn.js";
57
+ import"./index-ma1p1w05.js";
58
+ import"./index-0tn1kxej.js";
59
59
  import {
60
60
  resolveWorktreeIsolationConfig
61
- } from "./index-38ema5k2.js";
61
+ } from "./index-w9pb72vg.js";
62
62
  import"./index-gprxjmm7.js";
63
63
  import"./index-n832052r.js";
64
64
  import"./index-4cgee5vh.js";
65
65
  import"./index-z6xqpmqg.js";
66
66
  import"./index-r3mvsbtq.js";
67
- import"./index-cqhf7fkw.js";
68
- import"./index-pf22x0dr.js";
67
+ import"./index-t54jt9cs.js";
68
+ import"./index-mef0trex.js";
69
69
  import"./index-cpg98bh1.js";
70
70
  import"./index-9e6fdz2h.js";
71
71
  import"./index-4rhhvd1a.js";