opencode-swarm 7.143.6 → 7.144.1

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 (52) hide show
  1. package/dist/agents/architect.d.ts +64 -0
  2. package/dist/background/delegation-health.d.ts +213 -0
  3. package/dist/background/pending-delegations.d.ts +122 -15
  4. package/dist/cli/{config-doctor-72zp0k4x.js → config-doctor-5hj26phk.js} +2 -2
  5. package/dist/cli/{core-aj0wmbg8.js → core-aqtegsag.js} +1 -1
  6. package/dist/cli/{curator-llm-factory-x1vjhrnc.js → curator-llm-factory-1rg62kzr.js} +18 -18
  7. package/dist/cli/{curator-2gt2835v.js → curator-vcrcht4h.js} +18 -18
  8. package/dist/cli/{evidence-summary-service-yjr0662r.js → evidence-summary-service-fsh6jfhm.js} +6 -6
  9. package/dist/cli/{gate-evidence-r3c7eqpz.js → gate-evidence-9w2eehnj.js} +2 -2
  10. package/dist/cli/{guardrail-explain-f3zysesy.js → guardrail-explain-6mxn4bj8.js} +19 -19
  11. package/dist/cli/{guardrail-log-eat71fnh.js → guardrail-log-81c5b018.js} +3 -3
  12. package/dist/cli/{hive-promoter-fyb40am9.js → hive-promoter-rxkykddk.js} +18 -18
  13. package/dist/cli/{index-w1q9yy1e.js → index-1faydhv8.js} +3 -3
  14. package/dist/cli/{index-s7nb33pc.js → index-2ht8c7ew.js} +1 -1
  15. package/dist/cli/{index-92bm9ys3.js → index-2pmaxbvj.js} +1 -1
  16. package/dist/cli/{index-gzxz0s50.js → index-315tnsve.js} +1 -1
  17. package/dist/cli/{index-6vmazy9f.js → index-4fda8kkw.js} +1050 -88
  18. package/dist/cli/{index-fn0k0vsa.js → index-4s5htbgq.js} +1 -1
  19. package/dist/cli/{index-kc2x117y.js → index-8gs34d2q.js} +3 -3
  20. package/dist/cli/{index-peqmw3wr.js → index-8jrn4rwp.js} +2 -2
  21. package/dist/cli/{index-hjy4txgr.js → index-bgdr1ww3.js} +1 -1
  22. package/dist/cli/{index-wjk00vwk.js → index-c3zag2cw.js} +4 -4
  23. package/dist/cli/{index-02nm8qhk.js → index-dq26vbfp.js} +3 -3
  24. package/dist/cli/{index-5d8ydxae.js → index-e9w1tfmm.js} +129 -50
  25. package/dist/cli/{index-z4cv77tq.js → index-f79hf8dr.js} +2 -2
  26. package/dist/cli/{index-scj2asek.js → index-g0vr2a4m.js} +5 -5
  27. package/dist/cli/{index-dtf2va28.js → index-hc25qawy.js} +20 -20
  28. package/dist/cli/{index-nd1j9wkw.js → index-j2eb0x44.js} +1 -1
  29. package/dist/cli/{index-7bs015gm.js → index-j3byg0a9.js} +1 -1
  30. package/dist/cli/{index-whyrhjsk.js → index-mz1zwz96.js} +1 -1
  31. package/dist/cli/{index-72zhsqgy.js → index-n11zkp9g.js} +2 -2
  32. package/dist/cli/{index-36vry26a.js → index-rdb3nr6d.js} +1 -1
  33. package/dist/cli/{index-0adcjpyx.js → index-rr2fjfsd.js} +3 -3
  34. package/dist/cli/{index-bbv64s17.js → index-sqp6349j.js} +1 -1
  35. package/dist/cli/index.js +18 -18
  36. package/dist/cli/{knowledge-escalator-ejpyrby0.js → knowledge-escalator-hg4jzbrx.js} +6 -6
  37. package/dist/cli/{knowledge-events-yw2kydyy.js → knowledge-events-wgy7gbct.js} +4 -4
  38. package/dist/cli/{knowledge-store-j6gkk62e.js → knowledge-store-nd0f0e86.js} +1 -1
  39. package/dist/cli/{knowledge-validator-xervpe5k.js → knowledge-validator-0ar015bf.js} +2 -2
  40. package/dist/cli/{pending-delegations-19wg9j08.js → pending-delegations-thy8g30k.js} +23 -1
  41. package/dist/cli/{scan-cursor-x7a99wmq.js → scan-cursor-pqp3bsqv.js} +2 -2
  42. package/dist/cli/{schema-z141arx9.js → schema-4ew49zrv.js} +1 -1
  43. package/dist/cli/{scope-persistence-js90c1f4.js → scope-persistence-geth2hb1.js} +4 -4
  44. package/dist/cli/{skill-generator-t202jza0.js → skill-generator-8azm6p2y.js} +7 -7
  45. package/dist/cli/{worktree-collision-ownership-42bb3gcb.js → worktree-collision-ownership-j6d33p49.js} +1 -1
  46. package/dist/cli/{worktree-isolation-fbfvxw9a.js → worktree-isolation-cqxgdk2p.js} +18 -18
  47. package/dist/evaluation/contracts.d.ts +4 -4
  48. package/dist/evaluation/gate-ground-truth.d.ts +1 -1
  49. package/dist/hooks/init-orphan-recovery.d.ts +2 -0
  50. package/dist/index.js +439 -436
  51. package/dist/services/status-service.d.ts +9 -0
  52. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailExplain
4
- } from "./index-72zhsqgy.js";
4
+ } from "./index-n11zkp9g.js";
5
5
  import {
6
6
  handleGuardrailLog
7
- } from "./index-fn0k0vsa.js";
7
+ } from "./index-4s5htbgq.js";
8
8
  import {
9
9
  COMMAND_REGISTRY,
10
10
  SWARM_COMMAND_TOOL_ALLOWLIST,
@@ -84,44 +84,44 @@ import {
84
84
  handleWriteRetroCommand,
85
85
  normalizeSwarmCommandInput,
86
86
  resolveCommand
87
- } from "./index-5d8ydxae.js";
88
- import"./index-nd1j9wkw.js";
89
- import"./index-whyrhjsk.js";
90
- import"./index-w1q9yy1e.js";
87
+ } from "./index-e9w1tfmm.js";
88
+ import"./index-j2eb0x44.js";
89
+ import"./index-mz1zwz96.js";
90
+ import"./index-1faydhv8.js";
91
91
  import"./index-134d35c1.js";
92
92
  import"./index-b6e016tv.js";
93
93
  import"./index-4q9vfav6.js";
94
94
  import"./index-k92cagmt.js";
95
95
  import"./index-y8552snf.js";
96
- import"./index-92bm9ys3.js";
96
+ import"./index-2pmaxbvj.js";
97
97
  import"./index-xmzmeknp.js";
98
98
  import"./index-c8s9a3zh.js";
99
99
  import"./index-9ss2m4rs.js";
100
- import"./index-bbv64s17.js";
100
+ import"./index-sqp6349j.js";
101
101
  import"./index-74hpm6sh.js";
102
- import"./index-02nm8qhk.js";
103
- import"./index-scj2asek.js";
104
- import"./index-z4cv77tq.js";
105
- import"./index-hjy4txgr.js";
102
+ import"./index-dq26vbfp.js";
103
+ import"./index-g0vr2a4m.js";
104
+ import"./index-f79hf8dr.js";
105
+ import"./index-bgdr1ww3.js";
106
106
  import"./index-556ja8an.js";
107
107
  import"./index-gdd4jt6b.js";
108
108
  import"./index-zsrtt42s.js";
109
109
  import"./index-k3cxyk66.js";
110
- import"./index-6vmazy9f.js";
111
- import"./index-s7nb33pc.js";
110
+ import"./index-4fda8kkw.js";
111
+ import"./index-2ht8c7ew.js";
112
112
  import"./index-8fwhhayc.js";
113
113
  import"./index-q1exe2b3.js";
114
114
  import"./index-7sy3aa9m.js";
115
115
  import"./index-4905hd2m.js";
116
- import"./index-0adcjpyx.js";
117
- import"./index-peqmw3wr.js";
116
+ import"./index-rr2fjfsd.js";
117
+ import"./index-8jrn4rwp.js";
118
118
  import"./index-gprxjmm7.js";
119
119
  import"./index-n832052r.js";
120
- import"./index-36vry26a.js";
120
+ import"./index-rdb3nr6d.js";
121
121
  import {
122
122
  init_schema,
123
123
  stripKnownSwarmPrefix
124
- } from "./index-7bs015gm.js";
124
+ } from "./index-j3byg0a9.js";
125
125
  import"./index-rn0eq85g.js";
126
126
  import"./index-4rhhvd1a.js";
127
127
  import {
@@ -131,10 +131,10 @@ import {
131
131
  } from "./index-jqsfsqbx.js";
132
132
  import"./index-z6xqpmqg.js";
133
133
  import"./index-zjygnfay.js";
134
- import"./index-gzxz0s50.js";
134
+ import"./index-315tnsve.js";
135
135
  import"./index-tq5s07ta.js";
136
136
  import"./index-rtry5xyf.js";
137
- import"./index-wjk00vwk.js";
137
+ import"./index-c3zag2cw.js";
138
138
  import"./index-ae75rja9.js";
139
139
  import"./index-w7x7qxz2.js";
140
140
  import"./index-erfnw81g.js";
@@ -11,7 +11,7 @@ import {
11
11
  import {
12
12
  init_schema,
13
13
  stripKnownSwarmPrefix
14
- } from "./index-7bs015gm.js";
14
+ } from "./index-j3byg0a9.js";
15
15
  import {
16
16
  init_constants
17
17
  } from "./index-jqsfsqbx.js";
@@ -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.143.6",
24
+ version: "7.144.1",
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",
@@ -6,7 +6,7 @@ import {
6
6
  PluginConfigSchema,
7
7
  init_schema,
8
8
  stripKnownSwarmPrefix
9
- } from "./index-7bs015gm.js";
9
+ } from "./index-j3byg0a9.js";
10
10
  import {
11
11
  ALL_AGENT_NAMES,
12
12
  init_constants
@@ -12,14 +12,14 @@ import {
12
12
  detectPosixWrites,
13
13
  detectWindowsWrites,
14
14
  resolveWriteTargets
15
- } from "./index-5d8ydxae.js";
15
+ } from "./index-e9w1tfmm.js";
16
16
  import {
17
17
  checkFileAuthority,
18
18
  classifyFile,
19
19
  isInDeclaredScope,
20
20
  redactPath,
21
21
  redactShellCommand
22
- } from "./index-nd1j9wkw.js";
22
+ } from "./index-j2eb0x44.js";
23
23
 
24
24
  // src/services/guardrail-explain-service.ts
25
25
  import path from "path";
@@ -6,7 +6,7 @@ import {
6
6
  PluginConfigSchema,
7
7
  init_schema,
8
8
  resolveExternalSkillsConfig
9
- } from "./index-7bs015gm.js";
9
+ } from "./index-j3byg0a9.js";
10
10
  import {
11
11
  advisoryWarn,
12
12
  init_warning_buffer
@@ -1,11 +1,11 @@
1
1
  // @bun
2
2
  import {
3
3
  loadPluginConfigWithMeta
4
- } from "./index-36vry26a.js";
4
+ } from "./index-rdb3nr6d.js";
5
5
  import {
6
6
  KnowledgeConfigSchema,
7
7
  init_schema
8
- } from "./index-7bs015gm.js";
8
+ } from "./index-j3byg0a9.js";
9
9
  import {
10
10
  validateSwarmPath
11
11
  } from "./index-rn0eq85g.js";
@@ -2545,7 +2545,7 @@ async function applyKnowledgeVerdictFeedback(directory, options) {
2545
2545
  }
2546
2546
  let bumps = 0;
2547
2547
  if (deltas.length > 0) {
2548
- const { bumpKnowledgeConfidenceBatch } = await import("./knowledge-store-j6gkk62e.js");
2548
+ const { bumpKnowledgeConfidenceBatch } = await import("./knowledge-store-nd0f0e86.js");
2549
2549
  bumps = await bumpKnowledgeConfidenceBatch(directory, deltas, options?.floorOptions);
2550
2550
  }
2551
2551
  return {
@@ -6,7 +6,7 @@ import {
6
6
  import {
7
7
  autoCommitDirty,
8
8
  cleanUntrackedFiles
9
- } from "./index-s7nb33pc.js";
9
+ } from "./index-2ht8c7ew.js";
10
10
  import {
11
11
  validateSwarmPath
12
12
  } from "./index-rn0eq85g.js";
package/dist/cli/index.js CHANGED
@@ -7,44 +7,44 @@ import {
7
7
  getPluginConfigDir,
8
8
  getPluginLockFilePaths,
9
9
  resolveCommand
10
- } from "./index-5d8ydxae.js";
11
- import"./index-nd1j9wkw.js";
12
- import"./index-whyrhjsk.js";
13
- import"./index-w1q9yy1e.js";
10
+ } from "./index-e9w1tfmm.js";
11
+ import"./index-j2eb0x44.js";
12
+ import"./index-mz1zwz96.js";
13
+ import"./index-1faydhv8.js";
14
14
  import"./index-134d35c1.js";
15
15
  import"./index-b6e016tv.js";
16
16
  import"./index-4q9vfav6.js";
17
17
  import"./index-k92cagmt.js";
18
18
  import"./index-y8552snf.js";
19
- import"./index-92bm9ys3.js";
19
+ import"./index-2pmaxbvj.js";
20
20
  import"./index-xmzmeknp.js";
21
21
  import"./index-c8s9a3zh.js";
22
22
  import"./index-9ss2m4rs.js";
23
- import"./index-bbv64s17.js";
23
+ import"./index-sqp6349j.js";
24
24
  import"./index-74hpm6sh.js";
25
- import"./index-02nm8qhk.js";
26
- import"./index-scj2asek.js";
27
- import"./index-z4cv77tq.js";
28
- import"./index-hjy4txgr.js";
25
+ import"./index-dq26vbfp.js";
26
+ import"./index-g0vr2a4m.js";
27
+ import"./index-f79hf8dr.js";
28
+ import"./index-bgdr1ww3.js";
29
29
  import"./index-556ja8an.js";
30
30
  import"./index-gdd4jt6b.js";
31
31
  import"./index-zsrtt42s.js";
32
32
  import"./index-k3cxyk66.js";
33
- import"./index-6vmazy9f.js";
34
- import"./index-s7nb33pc.js";
33
+ import"./index-4fda8kkw.js";
34
+ import"./index-2ht8c7ew.js";
35
35
  import"./index-8fwhhayc.js";
36
36
  import"./index-q1exe2b3.js";
37
37
  import"./index-7sy3aa9m.js";
38
38
  import"./index-4905hd2m.js";
39
- import"./index-0adcjpyx.js";
40
- import"./index-peqmw3wr.js";
39
+ import"./index-rr2fjfsd.js";
40
+ import"./index-8jrn4rwp.js";
41
41
  import"./index-gprxjmm7.js";
42
42
  import"./index-n832052r.js";
43
- import"./index-36vry26a.js";
43
+ import"./index-rdb3nr6d.js";
44
44
  import {
45
45
  init_package,
46
46
  package_default
47
- } from "./index-7bs015gm.js";
47
+ } from "./index-j3byg0a9.js";
48
48
  import"./index-rn0eq85g.js";
49
49
  import"./index-4rhhvd1a.js";
50
50
  import {
@@ -53,10 +53,10 @@ import {
53
53
  } from "./index-jqsfsqbx.js";
54
54
  import"./index-z6xqpmqg.js";
55
55
  import"./index-zjygnfay.js";
56
- import"./index-gzxz0s50.js";
56
+ import"./index-315tnsve.js";
57
57
  import"./index-tq5s07ta.js";
58
58
  import"./index-rtry5xyf.js";
59
- import"./index-wjk00vwk.js";
59
+ import"./index-c3zag2cw.js";
60
60
  import"./index-ae75rja9.js";
61
61
  import"./index-w7x7qxz2.js";
62
62
  import"./index-erfnw81g.js";
@@ -9,19 +9,19 @@ import {
9
9
  maybeEscalateOnViolation,
10
10
  maybeQuarantineOnContradiction,
11
11
  readRecentEscalations
12
- } from "./index-scj2asek.js";
13
- import"./index-0adcjpyx.js";
14
- import"./index-peqmw3wr.js";
12
+ } from "./index-g0vr2a4m.js";
13
+ import"./index-rr2fjfsd.js";
14
+ import"./index-8jrn4rwp.js";
15
15
  import"./index-gprxjmm7.js";
16
16
  import"./index-n832052r.js";
17
- import"./index-36vry26a.js";
18
- import"./index-7bs015gm.js";
17
+ import"./index-rdb3nr6d.js";
18
+ import"./index-j3byg0a9.js";
19
19
  import"./index-rn0eq85g.js";
20
20
  import"./index-4rhhvd1a.js";
21
21
  import"./index-jqsfsqbx.js";
22
22
  import"./index-z6xqpmqg.js";
23
23
  import"./index-zjygnfay.js";
24
- import"./index-wjk00vwk.js";
24
+ import"./index-c3zag2cw.js";
25
25
  import"./index-ae75rja9.js";
26
26
  import"./index-w7x7qxz2.js";
27
27
  import"./index-erfnw81g.js";
@@ -29,12 +29,12 @@ import {
29
29
  resolveKnowledgeCounterBaselinePath,
30
30
  resolveKnowledgeEventsPath,
31
31
  resolveLegacyApplicationLogPath
32
- } from "./index-0adcjpyx.js";
33
- import"./index-peqmw3wr.js";
32
+ } from "./index-rr2fjfsd.js";
33
+ import"./index-8jrn4rwp.js";
34
34
  import"./index-gprxjmm7.js";
35
35
  import"./index-n832052r.js";
36
- import"./index-36vry26a.js";
37
- import"./index-7bs015gm.js";
36
+ import"./index-rdb3nr6d.js";
37
+ import"./index-j3byg0a9.js";
38
38
  import"./index-rn0eq85g.js";
39
39
  import"./index-4rhhvd1a.js";
40
40
  import"./index-jqsfsqbx.js";
@@ -41,7 +41,7 @@ import {
41
41
  transactKnowledge,
42
42
  transactKnowledgeWithCas,
43
43
  wordBigrams
44
- } from "./index-wjk00vwk.js";
44
+ } from "./index-c3zag2cw.js";
45
45
  import {
46
46
  resolveHiveDataDir
47
47
  } from "./index-ae75rja9.js";
@@ -23,10 +23,10 @@ import {
23
23
  validateLesson,
24
24
  validateSkillCandidatePath,
25
25
  validateSkillPath
26
- } from "./index-gzxz0s50.js";
26
+ } from "./index-315tnsve.js";
27
27
  import"./index-tq5s07ta.js";
28
28
  import"./index-rtry5xyf.js";
29
- import"./index-wjk00vwk.js";
29
+ import"./index-c3zag2cw.js";
30
30
  import"./index-ae75rja9.js";
31
31
  import"./index-w7x7qxz2.js";
32
32
  import"./index-erfnw81g.js";
@@ -1,15 +1,24 @@
1
1
  // @bun
2
2
  import {
3
3
  BACKGROUND_CODER_RESERVATIONS_FILE,
4
+ BACKGROUND_DELEGATIONS_CHECKPOINT_FILE,
4
5
  BACKGROUND_DELEGATIONS_FILE,
6
+ BACKGROUND_DELEGATIONS_MANIFEST_FILE,
5
7
  BACKGROUND_DELEGATION_FALLBACK_DIR,
6
8
  BACKGROUND_INGESTION_LEASE_MS,
7
9
  DEFAULT_STALE_DELEGATION_TIMEOUT_MS,
8
10
  DEFAULT_SWEEPABLE_DELEGATION_STATUSES,
11
+ DELEGATION_COMPACTION_HIGH_WATER_BYTES,
12
+ DELEGATION_COMPACTION_LOW_WATER_BYTES,
9
13
  MAX_BACKGROUND_ADVISORY_CHARS,
10
14
  MAX_BACKGROUND_OBSERVED_FILES,
15
+ MAX_CHECKPOINT_BYTES,
16
+ MAX_CHECKPOINT_RECORDS,
11
17
  MAX_LIVE_BACKGROUND_CODER_RESERVATIONS,
12
18
  MAX_LIVE_BACKGROUND_FALLBACKS,
19
+ MAX_RECOVERY_LEDGER_BYTES,
20
+ TOMBSTONE_MIN_AGE_MS,
21
+ _checkpointInternals,
13
22
  acknowledgeObservedBackgroundAdvisories,
14
23
  appendDelegationTransition,
15
24
  bindBackgroundCoderReservation,
@@ -19,10 +28,12 @@ import {
19
28
  claimCoderSettlement,
20
29
  claimDelegationIngestion,
21
30
  claimTerminalResult,
31
+ compactBackgroundDelegations,
22
32
  findByBatchId,
23
33
  findByCorrelationId,
24
34
  findDelegationForCompletion,
25
35
  findOpenAsyncLaneBatches,
36
+ isUnsettledWorktreeOwner,
26
37
  listDelegationFallbacks,
27
38
  normalizeBackgroundObservedFiles,
28
39
  preparePendingBackgroundAdvisories,
@@ -43,7 +54,7 @@ import {
43
54
  sweepStaleDelegations,
44
55
  updateCoderSettlement,
45
56
  writeDelegationFallback
46
- } from "./index-6vmazy9f.js";
57
+ } from "./index-4fda8kkw.js";
47
58
  import"./index-rn0eq85g.js";
48
59
  import"./index-z6xqpmqg.js";
49
60
  import"./index-zjygnfay.js";
@@ -76,10 +87,12 @@ export {
76
87
  preparePendingBackgroundAdvisories,
77
88
  normalizeBackgroundObservedFiles,
78
89
  listDelegationFallbacks,
90
+ isUnsettledWorktreeOwner,
79
91
  findOpenAsyncLaneBatches,
80
92
  findDelegationForCompletion,
81
93
  findByCorrelationId,
82
94
  findByBatchId,
95
+ compactBackgroundDelegations,
83
96
  claimTerminalResult,
84
97
  claimDelegationIngestion,
85
98
  claimCoderSettlement,
@@ -89,14 +102,23 @@ export {
89
102
  bindBackgroundCoderReservation,
90
103
  appendDelegationTransition,
91
104
  acknowledgeObservedBackgroundAdvisories,
105
+ _checkpointInternals,
106
+ TOMBSTONE_MIN_AGE_MS,
107
+ MAX_RECOVERY_LEDGER_BYTES,
92
108
  MAX_LIVE_BACKGROUND_FALLBACKS,
93
109
  MAX_LIVE_BACKGROUND_CODER_RESERVATIONS,
110
+ MAX_CHECKPOINT_RECORDS,
111
+ MAX_CHECKPOINT_BYTES,
94
112
  MAX_BACKGROUND_OBSERVED_FILES,
95
113
  MAX_BACKGROUND_ADVISORY_CHARS,
114
+ DELEGATION_COMPACTION_LOW_WATER_BYTES,
115
+ DELEGATION_COMPACTION_HIGH_WATER_BYTES,
96
116
  DEFAULT_SWEEPABLE_DELEGATION_STATUSES,
97
117
  DEFAULT_STALE_DELEGATION_TIMEOUT_MS,
98
118
  BACKGROUND_INGESTION_LEASE_MS,
99
119
  BACKGROUND_DELEGATION_FALLBACK_DIR,
120
+ BACKGROUND_DELEGATIONS_MANIFEST_FILE,
100
121
  BACKGROUND_DELEGATIONS_FILE,
122
+ BACKGROUND_DELEGATIONS_CHECKPOINT_FILE,
101
123
  BACKGROUND_CODER_RESERVATIONS_FILE
102
124
  };
@@ -4,8 +4,8 @@ import {
4
4
  alreadyCuratedThisGeneration,
5
5
  claimNextScanBatch,
6
6
  getScanStatus
7
- } from "./index-92bm9ys3.js";
8
- import"./index-wjk00vwk.js";
7
+ } from "./index-2pmaxbvj.js";
8
+ import"./index-c3zag2cw.js";
9
9
  import"./index-ae75rja9.js";
10
10
  import"./index-w7x7qxz2.js";
11
11
  import"./index-erfnw81g.js";
@@ -96,7 +96,7 @@ import {
96
96
  resolveGeneratedAgentRole,
97
97
  resolveGuardrailsConfig,
98
98
  stripKnownSwarmPrefix
99
- } from "./index-7bs015gm.js";
99
+ } from "./index-j3byg0a9.js";
100
100
  import"./index-jqsfsqbx.js";
101
101
  import"./index-zjygnfay.js";
102
102
  import"./index-bk5tah7q.js";
@@ -23,11 +23,11 @@ import {
23
23
  tombstoneScopeBinding,
24
24
  writeScopeBindingToDisk,
25
25
  writeScopeToDisk
26
- } from "./index-z4cv77tq.js";
27
- import"./index-hjy4txgr.js";
26
+ } from "./index-f79hf8dr.js";
27
+ import"./index-bgdr1ww3.js";
28
28
  import"./index-556ja8an.js";
29
- import"./index-36vry26a.js";
30
- import"./index-7bs015gm.js";
29
+ import"./index-rdb3nr6d.js";
30
+ import"./index-j3byg0a9.js";
31
31
  import"./index-4rhhvd1a.js";
32
32
  import"./index-jqsfsqbx.js";
33
33
  import"./index-zjygnfay.js";
@@ -33,22 +33,22 @@ import {
33
33
  sanitizeSlug,
34
34
  selectCandidateEntries,
35
35
  writeEvalStub
36
- } from "./index-02nm8qhk.js";
37
- import"./index-0adcjpyx.js";
38
- import"./index-peqmw3wr.js";
36
+ } from "./index-dq26vbfp.js";
37
+ import"./index-rr2fjfsd.js";
38
+ import"./index-8jrn4rwp.js";
39
39
  import"./index-gprxjmm7.js";
40
40
  import"./index-n832052r.js";
41
- import"./index-36vry26a.js";
42
- import"./index-7bs015gm.js";
41
+ import"./index-rdb3nr6d.js";
42
+ import"./index-j3byg0a9.js";
43
43
  import"./index-rn0eq85g.js";
44
44
  import"./index-4rhhvd1a.js";
45
45
  import"./index-jqsfsqbx.js";
46
46
  import"./index-z6xqpmqg.js";
47
47
  import"./index-zjygnfay.js";
48
- import"./index-gzxz0s50.js";
48
+ import"./index-315tnsve.js";
49
49
  import"./index-tq5s07ta.js";
50
50
  import"./index-rtry5xyf.js";
51
- import"./index-wjk00vwk.js";
51
+ import"./index-c3zag2cw.js";
52
52
  import"./index-ae75rja9.js";
53
53
  import"./index-w7x7qxz2.js";
54
54
  import"./index-erfnw81g.js";
@@ -10,7 +10,7 @@ import {
10
10
  import {
11
11
  scanDelegationFallbacksForRecovery,
12
12
  scanDelegationsForRecovery
13
- } from "./index-6vmazy9f.js";
13
+ } from "./index-4fda8kkw.js";
14
14
  import"./index-rn0eq85g.js";
15
15
  import"./index-z6xqpmqg.js";
16
16
  import"./index-zjygnfay.js";
@@ -20,52 +20,52 @@ import {
20
20
  sanitizeWorktreeTaskId,
21
21
  standardWorktreeByCallID,
22
22
  standardWorktreeSerializationSessions
23
- } from "./index-5d8ydxae.js";
24
- import"./index-nd1j9wkw.js";
25
- import"./index-whyrhjsk.js";
26
- import"./index-w1q9yy1e.js";
23
+ } from "./index-e9w1tfmm.js";
24
+ import"./index-j2eb0x44.js";
25
+ import"./index-mz1zwz96.js";
26
+ import"./index-1faydhv8.js";
27
27
  import"./index-134d35c1.js";
28
28
  import"./index-b6e016tv.js";
29
29
  import"./index-4q9vfav6.js";
30
30
  import"./index-k92cagmt.js";
31
31
  import"./index-y8552snf.js";
32
- import"./index-92bm9ys3.js";
32
+ import"./index-2pmaxbvj.js";
33
33
  import"./index-xmzmeknp.js";
34
34
  import"./index-c8s9a3zh.js";
35
35
  import"./index-9ss2m4rs.js";
36
- import"./index-bbv64s17.js";
36
+ import"./index-sqp6349j.js";
37
37
  import"./index-74hpm6sh.js";
38
- import"./index-02nm8qhk.js";
39
- import"./index-scj2asek.js";
40
- import"./index-z4cv77tq.js";
41
- import"./index-hjy4txgr.js";
38
+ import"./index-dq26vbfp.js";
39
+ import"./index-g0vr2a4m.js";
40
+ import"./index-f79hf8dr.js";
41
+ import"./index-bgdr1ww3.js";
42
42
  import"./index-556ja8an.js";
43
43
  import"./index-gdd4jt6b.js";
44
44
  import"./index-zsrtt42s.js";
45
45
  import"./index-k3cxyk66.js";
46
- import"./index-6vmazy9f.js";
47
- import"./index-s7nb33pc.js";
46
+ import"./index-4fda8kkw.js";
47
+ import"./index-2ht8c7ew.js";
48
48
  import"./index-8fwhhayc.js";
49
49
  import"./index-q1exe2b3.js";
50
50
  import"./index-7sy3aa9m.js";
51
51
  import"./index-4905hd2m.js";
52
- import"./index-0adcjpyx.js";
52
+ import"./index-rr2fjfsd.js";
53
53
  import {
54
54
  resolveWorktreeIsolationConfig
55
- } from "./index-peqmw3wr.js";
55
+ } from "./index-8jrn4rwp.js";
56
56
  import"./index-gprxjmm7.js";
57
57
  import"./index-n832052r.js";
58
- import"./index-36vry26a.js";
59
- import"./index-7bs015gm.js";
58
+ import"./index-rdb3nr6d.js";
59
+ import"./index-j3byg0a9.js";
60
60
  import"./index-rn0eq85g.js";
61
61
  import"./index-4rhhvd1a.js";
62
62
  import"./index-jqsfsqbx.js";
63
63
  import"./index-z6xqpmqg.js";
64
64
  import"./index-zjygnfay.js";
65
- import"./index-gzxz0s50.js";
65
+ import"./index-315tnsve.js";
66
66
  import"./index-tq5s07ta.js";
67
67
  import"./index-rtry5xyf.js";
68
- import"./index-wjk00vwk.js";
68
+ import"./index-c3zag2cw.js";
69
69
  import"./index-ae75rja9.js";
70
70
  import"./index-w7x7qxz2.js";
71
71
  import"./index-erfnw81g.js";
@@ -337,9 +337,9 @@ export declare const PromotionDecisionV1Schema: z.ZodObject<{
337
337
  export type PromotionDecisionV1 = z.infer<typeof PromotionDecisionV1Schema>;
338
338
  export declare const GateNameSchema: z.ZodEnum<{
339
339
  reviewer: "reviewer";
340
+ mutation: "mutation";
340
341
  sast: "sast";
341
342
  "test-engineer": "test-engineer";
342
- mutation: "mutation";
343
343
  quality: "quality";
344
344
  }>;
345
345
  export type GateName = z.infer<typeof GateNameSchema>;
@@ -350,9 +350,9 @@ export declare const GateAuditManifestV1Schema: z.ZodObject<{
350
350
  taskIds: z.ZodArray<z.ZodString>;
351
351
  gates: z.ZodArray<z.ZodEnum<{
352
352
  reviewer: "reviewer";
353
+ mutation: "mutation";
353
354
  sast: "sast";
354
355
  "test-engineer": "test-engineer";
355
- mutation: "mutation";
356
356
  quality: "quality";
357
357
  }>>;
358
358
  models: z.ZodArray<z.ZodString>;
@@ -373,9 +373,9 @@ export declare const GateAuditCellV1Schema: z.ZodObject<{
373
373
  defectType: z.ZodString;
374
374
  gate: z.ZodEnum<{
375
375
  reviewer: "reviewer";
376
+ mutation: "mutation";
376
377
  sast: "sast";
377
378
  "test-engineer": "test-engineer";
378
- mutation: "mutation";
379
379
  quality: "quality";
380
380
  }>;
381
381
  model: z.ZodString;
@@ -425,9 +425,9 @@ export declare const GateAuditResultV1Schema: z.ZodObject<{
425
425
  defectType: z.ZodString;
426
426
  gate: z.ZodEnum<{
427
427
  reviewer: "reviewer";
428
+ mutation: "mutation";
428
429
  sast: "sast";
429
430
  "test-engineer": "test-engineer";
430
- mutation: "mutation";
431
431
  quality: "quality";
432
432
  }>;
433
433
  model: z.ZodString;
@@ -7,9 +7,9 @@ export declare const GateGroundTruthV1Schema: z.ZodObject<{
7
7
  model: z.ZodString;
8
8
  gate: z.ZodEnum<{
9
9
  reviewer: "reviewer";
10
+ mutation: "mutation";
10
11
  sast: "sast";
11
12
  "test-engineer": "test-engineer";
12
- mutation: "mutation";
13
13
  quality: "quality";
14
14
  }>;
15
15
  repetition: z.ZodNumber;
@@ -15,6 +15,7 @@
15
15
  * reads the advisory file at session-start and pushes messages to pendingAdvisoryMessages.
16
16
  */
17
17
  import * as fs from 'node:fs';
18
+ import { recordDelegationRecoveryObservation } from '../background/delegation-health.js';
18
19
  import { scanDelegationFallbacksForRecovery, scanDelegationsForRecovery } from '../background/pending-delegations.js';
19
20
  import { isLocked, listActiveLocks, tryAcquireLock } from '../parallel/file-locks';
20
21
  import { removeWorktree } from '../worktree/core';
@@ -47,6 +48,7 @@ export declare const _internals: {
47
48
  tryAcquireLock: typeof tryAcquireLock;
48
49
  listOwnershipTagSessionIds: typeof listOwnershipTagSessionIds;
49
50
  scanDelegationsForRecovery: typeof scanDelegationsForRecovery;
51
+ recordDelegationRecoveryObservation: typeof recordDelegationRecoveryObservation;
50
52
  scanDelegationFallbacksForRecovery: typeof scanDelegationFallbacksForRecovery;
51
53
  scanWorktreeMergeFailuresForRecovery: typeof scanWorktreeMergeFailuresForRecovery;
52
54
  scanWorktreeProvisioningOwnersForRecovery: typeof scanWorktreeProvisioningOwnersForRecovery;