opencode-swarm 7.140.4 → 7.140.6

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 (100) hide show
  1. package/.opencode/skills/plan/SKILL.md +40 -12
  2. package/.opencode/skills/swarm-pr-review/SKILL.md +2 -4
  3. package/.opencode/skills/swarm-pr-review/references/lane-output-recoverability.md +54 -0
  4. package/dist/agents/architect.d.ts +2 -1
  5. package/dist/background/candidate-contract.d.ts +1 -1
  6. package/dist/background/pending-delegations.d.ts +5 -0
  7. package/dist/background/pr-review-trigger-contract.d.ts +36 -0
  8. package/dist/cli/{config-doctor-qqe6172n.js → config-doctor-y5qeh18c.js} +3 -3
  9. package/dist/cli/{core-52k057mf.js → core-pwd9604e.js} +2 -2
  10. package/dist/cli/{curation-policy-9291bdat.js → curation-policy-avvb56x2.js} +6 -6
  11. package/dist/cli/curator-llm-factory-96pnc23w.js +61 -0
  12. package/dist/cli/{curator-04xqq68e.js → curator-q1nchgpg.js} +36 -36
  13. package/dist/cli/{evidence-summary-service-em58myd7.js → evidence-summary-service-18142mr3.js} +14 -11
  14. package/dist/cli/gate-evidence-smn2wqft.js +51 -0
  15. package/dist/cli/guardrail-explain-kyd89z8z.js +62 -0
  16. package/dist/cli/{guardrail-log-vb5zkegf.js → guardrail-log-cahp1ews.js} +4 -4
  17. package/dist/cli/{hive-promoter-z09khawt.js → hive-promoter-vcbcvcsh.js} +36 -36
  18. package/dist/cli/{index-ysa38bnr.js → index-1p72dtym.js} +3 -3
  19. package/dist/cli/{index-s8g7jh1k.js → index-2778hhh7.js} +2 -2
  20. package/dist/cli/{index-v3xhc7kg.js → index-4s7xgzbm.js} +1 -1
  21. package/dist/cli/{index-wk8s1m7b.js → index-4zxrkk1h.js} +217 -15
  22. package/dist/cli/{index-hz0refz4.js → index-56rqw2hs.js} +70 -29
  23. package/dist/cli/{index-djbhe0yh.js → index-5qd5vt2d.js} +38 -38
  24. package/dist/cli/{index-35qep0v7.js → index-912qz4y0.js} +88 -88
  25. package/dist/cli/{index-2rb3x0fk.js → index-92n3d5ky.js} +7 -7
  26. package/dist/cli/{index-ryq97w1x.js → index-bjqpdr83.js} +4 -4
  27. package/dist/cli/{index-c5kr20nz.js → index-c432knmy.js} +1 -1
  28. package/dist/cli/{index-v3x7j9ey.js → index-dtqjxfw9.js} +2 -2
  29. package/dist/cli/{index-hfwzxh3j.js → index-e58e3v0v.js} +12 -10
  30. package/dist/cli/{index-bfhwtdsw.js → index-epvhf50h.js} +3 -3
  31. package/dist/cli/{index-vrmkg8fm.js → index-fejfzy2j.js} +9 -9
  32. package/dist/cli/{index-mpytsq6k.js → index-h01wb18g.js} +2 -2
  33. package/dist/cli/{index-hxvkfx6t.js → index-jqsfsqbx.js} +15 -2
  34. package/dist/cli/{index-bn17ycxn.js → index-m9xrdjn0.js} +1 -1
  35. package/dist/cli/{index-a1fjhx4w.js → index-nakkgkkt.js} +37922 -35984
  36. package/dist/cli/index-p04qrwck.js +43 -0
  37. package/dist/cli/{index-arza4m4j.js → index-p2ty3eee.js} +2 -2
  38. package/dist/cli/{index-4hp8nvwb.js → index-p8kk34am.js} +3 -3
  39. package/dist/cli/{index-1kyex7z2.js → index-qwm6vdyv.js} +32 -1
  40. package/dist/cli/{index-dtam929z.js → index-qy1nq52t.js} +1 -1
  41. package/dist/cli/{index-rrb6cz2f.js → index-s1v0wza5.js} +6 -2
  42. package/dist/cli/{index-w4etfamq.js → index-t5pytnca.js} +2 -2
  43. package/dist/cli/{index-tj04dj06.js → index-thp186x0.js} +2 -2
  44. package/dist/cli/index-tjqzr3jc.js +623 -0
  45. package/dist/cli/{index-mrpfd1jx.js → index-vh05t3w5.js} +1 -1
  46. package/dist/cli/{index-7begd9aq.js → index-y9q9f6ms.js} +4 -4
  47. package/dist/cli/{index-v1an91bq.js → index-z0z9pe7b.js} +5 -5
  48. package/dist/cli/{index-hfjvepk2.js → index-z3s0a44b.js} +3 -3
  49. package/dist/cli/{index-pp5m7xga.js → index-zd4qhnr7.js} +70 -34
  50. package/dist/cli/{index-b8zgtz81.js → index-zsrtt42s.js} +34 -1
  51. package/dist/cli/index.js +35 -35
  52. package/dist/cli/{knowledge-escalator-gdjnwszd.js → knowledge-escalator-gj58za4g.js} +12 -12
  53. package/dist/cli/{knowledge-events-581x4q7n.js → knowledge-events-3m5jnnv6.js} +10 -10
  54. package/dist/cli/{knowledge-link-axx45d1h.js → knowledge-link-m9p80f4r.js} +5 -5
  55. package/dist/cli/{knowledge-store-ttg33482.js → knowledge-store-0vy8wbzd.js} +6 -6
  56. package/dist/cli/{knowledge-validator-8kywqt8b.js → knowledge-validator-mvcs8wf6.js} +8 -8
  57. package/dist/cli/{pending-delegations-btwqsvz4.js → pending-delegations-cxx9tezp.js} +4 -4
  58. package/dist/cli/{pr-subscriptions-83y1cdwv.js → pr-subscriptions-2sfnb599.js} +4 -4
  59. package/dist/cli/{runner-fh3r41nw.js → runner-mky3vvht.js} +6 -6
  60. package/dist/cli/{scan-cursor-j8ytdpam.js → scan-cursor-wznc7p7p.js} +7 -7
  61. package/dist/cli/{schema-6xfqtpvn.js → schema-k596bhds.js} +2 -2
  62. package/dist/cli/{scope-persistence-8c72jrgp.js → scope-persistence-0ny5fn07.js} +10 -5
  63. package/dist/cli/{skill-generator-n8vm1yhn.js → skill-generator-vrks0jjj.js} +14 -14
  64. package/dist/cli/{telemetry-fb44gpba.js → telemetry-0x6kszvk.js} +1 -1
  65. package/dist/cli/{worktree-collision-ownership-f28r473k.js → worktree-collision-ownership-wm5pse49.js} +8 -8
  66. package/dist/cli/worktree-isolation-zgk7314k.js +102 -0
  67. package/dist/cli/worktree-provisioning-owner-sjh7te1h.js +22 -0
  68. package/dist/commands/acknowledge-spec-drift.d.ts +4 -5
  69. package/dist/config/evidence-schema.d.ts +3 -3
  70. package/dist/config/index.d.ts +2 -2
  71. package/dist/config/plan-schema.d.ts +8 -0
  72. package/dist/config/schema.d.ts +2 -2
  73. package/dist/council/council-evidence-writer.d.ts +1 -1
  74. package/dist/gate-evidence.d.ts +117 -4
  75. package/dist/hooks/delegation-gate.d.ts +21 -0
  76. package/dist/hooks/pr-workflow-gate.d.ts +20 -0
  77. package/dist/index.js +775 -748
  78. package/dist/plan/ledger.d.ts +55 -0
  79. package/dist/plan/manager.d.ts +9 -0
  80. package/dist/plan/planning-profile.d.ts +27 -0
  81. package/dist/services/spec-drift-recovery.d.ts +84 -0
  82. package/dist/session/snapshot-writer.d.ts +3 -1
  83. package/dist/state.d.ts +19 -17
  84. package/dist/summaries/schema.d.ts +2 -2
  85. package/dist/tools/convene-council.d.ts +6 -6
  86. package/dist/tools/save-plan.d.ts +8 -0
  87. package/dist/tools/submit-phase-council-verdicts.d.ts +6 -6
  88. package/dist/tools/tool-metadata.d.ts +28 -28
  89. package/dist/tools/update-task-status.d.ts +13 -0
  90. package/dist/tools/write-final-council-evidence.d.ts +6 -6
  91. package/dist/types/events.d.ts +29 -1
  92. package/dist/workflow/coder-settlement.d.ts +62 -0
  93. package/dist/workflow/task-repair.d.ts +30 -0
  94. package/dist/workflow/task-terminal.d.ts +52 -0
  95. package/package.json +1 -1
  96. package/dist/cli/curator-llm-factory-cfm8fhdw.js +0 -61
  97. package/dist/cli/gate-evidence-ezxfkb22.js +0 -32
  98. package/dist/cli/guardrail-explain-pn1bcgfz.js +0 -62
  99. package/dist/cli/index-d181x9zr.js +0 -71
  100. package/dist/cli/index-dtyeabmj.js +0 -239
@@ -2,18 +2,18 @@
2
2
  import {
3
3
  effectiveRetrievalOutcomes,
4
4
  readAuthoritativeKnowledgeCounterRollups
5
- } from "./index-2rb3x0fk.js";
5
+ } from "./index-92n3d5ky.js";
6
6
  import {
7
7
  ALLOWED_SKILL_PATH_PREFIXES,
8
8
  validateSkillPath
9
- } from "./index-7begd9aq.js";
9
+ } from "./index-y9q9f6ms.js";
10
10
  import {
11
11
  computeOutcomeSignal,
12
12
  readKnowledge,
13
13
  resolveHiveKnowledgePath,
14
14
  resolveSwarmKnowledgePath,
15
15
  transactKnowledge
16
- } from "./index-vrmkg8fm.js";
16
+ } from "./index-fejfzy2j.js";
17
17
  import {
18
18
  advisoryWarn,
19
19
  init_warning_buffer
@@ -10,16 +10,16 @@ import {
10
10
  PluginConfigSchema,
11
11
  init_schema,
12
12
  resolveExternalSkillsConfig
13
- } from "./index-tj04dj06.js";
14
- import {
15
- DEFAULT_WORKTREE_ISOLATION_CONFIG,
16
- init_constants
17
- } from "./index-hxvkfx6t.js";
13
+ } from "./index-thp186x0.js";
18
14
  import {
19
15
  MAX_MERGE_DEPTH,
20
16
  deepMerge,
21
17
  init_merge
22
18
  } from "./index-zjygnfay.js";
19
+ import {
20
+ exports_external,
21
+ init_zod
22
+ } from "./index-bpmtbmy9.js";
23
23
  import {
24
24
  __esm,
25
25
  __export
@@ -688,33 +688,69 @@ var init_loader = __esm(() => {
688
688
  init_merge();
689
689
  });
690
690
 
691
- // src/config/index.ts
692
- init_constants();
693
- init_loader();
694
- init_loader();
695
- init_schema();
696
-
697
- // src/config/worktree-isolation-config.ts
698
- init_constants();
699
- function resolveWorktreeIsolationConfig(config) {
700
- if (config.worktree) {
701
- return { ...DEFAULT_WORKTREE_ISOLATION_CONFIG, ...config.worktree };
702
- }
703
- const lean = config.turbo?.strategy === "lean" ? config.turbo.lean : undefined;
704
- if (lean?.worktree_isolation) {
705
- return {
706
- ...DEFAULT_WORKTREE_ISOLATION_CONFIG,
707
- policy: "auto",
708
- merge_strategy: lean.merge_strategy ?? "merge",
709
- worktree_dir: lean.worktree_dir,
710
- deps_strategy: lean.deps_strategy ?? "skip",
711
- runtime_isolation: lean.runtime_isolation ?? DEFAULT_WORKTREE_ISOLATION_CONFIG.runtime_isolation
712
- };
713
- }
714
- return DEFAULT_WORKTREE_ISOLATION_CONFIG;
715
- }
716
-
717
- // src/config/index.ts
718
- var _internals = { loadPluginConfigWithMeta };
691
+ // src/config/plan-schema.ts
692
+ init_zod();
693
+ var ExecutionProfileSchema = exports_external.object({
694
+ parallelization_enabled: exports_external.boolean().default(false),
695
+ max_concurrent_tasks: exports_external.number().int().min(1).max(64).default(10),
696
+ council_parallel: exports_external.boolean().default(true),
697
+ locked: exports_external.boolean().default(false),
698
+ auto_proceed: exports_external.boolean().default(false),
699
+ commit_after_each_completed_task: exports_external.boolean().default(false),
700
+ planning_profile: exports_external.enum(["balanced", "strict"]).optional()
701
+ });
702
+ var TaskStatusSchema = exports_external.enum([
703
+ "pending",
704
+ "in_progress",
705
+ "completed",
706
+ "blocked",
707
+ "closed"
708
+ ]);
709
+ var TaskSizeSchema = exports_external.enum(["small", "medium", "large"]);
710
+ var PhaseStatusSchema = exports_external.enum([
711
+ "pending",
712
+ "in_progress",
713
+ "complete",
714
+ "completed",
715
+ "blocked",
716
+ "closed"
717
+ ]);
718
+ var MigrationStatusSchema = exports_external.enum([
719
+ "native",
720
+ "migrated",
721
+ "migration_failed"
722
+ ]);
723
+ var TaskSchema = exports_external.object({
724
+ id: exports_external.string(),
725
+ phase: exports_external.number().int().min(1),
726
+ status: TaskStatusSchema.default("pending"),
727
+ size: TaskSizeSchema.default("small"),
728
+ description: exports_external.string().min(1),
729
+ depends: exports_external.array(exports_external.string()).default([]),
730
+ acceptance: exports_external.string().optional(),
731
+ files_touched: exports_external.array(exports_external.string()).default([]),
732
+ evidence_path: exports_external.string().optional(),
733
+ blocked_reason: exports_external.string().optional(),
734
+ fr_refs: exports_external.array(exports_external.string()).optional()
735
+ });
736
+ var PhaseSchema = exports_external.object({
737
+ id: exports_external.number().int().min(1),
738
+ name: exports_external.string().min(1),
739
+ status: PhaseStatusSchema.default("pending"),
740
+ tasks: exports_external.array(TaskSchema).default([]),
741
+ type: exports_external.enum(["code", "non-code"]).optional(),
742
+ required_agents: exports_external.array(exports_external.string()).optional()
743
+ });
744
+ var PlanSchema = exports_external.object({
745
+ schema_version: exports_external.literal("1.0.0"),
746
+ title: exports_external.string().min(1),
747
+ swarm: exports_external.string().min(1),
748
+ current_phase: exports_external.number().int().min(1).optional(),
749
+ phases: exports_external.array(PhaseSchema).min(1),
750
+ migration_status: MigrationStatusSchema.optional(),
751
+ specMtime: exports_external.string().optional(),
752
+ specHash: exports_external.string().optional(),
753
+ execution_profile: ExecutionProfileSchema.optional()
754
+ });
719
755
 
720
- export { loadPluginConfig, loadPluginConfigWithMeta, getSafeDefaultConfigLoadResult, loadPluginConfigWithMetaAsync, loadAgentPrompt, exports_loader, init_loader, resolveWorktreeIsolationConfig, _internals };
756
+ export { ExecutionProfileSchema, TaskStatusSchema, TaskSizeSchema, PhaseStatusSchema, MigrationStatusSchema, TaskSchema, PhaseSchema, PlanSchema, loadPluginConfig, loadPluginConfigWithMeta, getSafeDefaultConfigLoadResult, loadPluginConfigWithMetaAsync, loadAgentPrompt, exports_loader, init_loader };
@@ -1,5 +1,6 @@
1
1
  // @bun
2
2
  // src/hooks/delegation-gate/worktree-merge-status.ts
3
+ import * as crypto from "crypto";
3
4
  import * as fs from "fs";
4
5
  import * as path from "path";
5
6
  var failuresByTask = new Map;
@@ -25,6 +26,24 @@ function loadDurableStatus(statusPath) {
25
26
  failuresByTask.clear();
26
27
  }
27
28
  }
29
+ function saveDurableStatus(statusPath) {
30
+ const dir = path.dirname(statusPath);
31
+ try {
32
+ if (!fs.existsSync(dir))
33
+ fs.mkdirSync(dir, { recursive: true });
34
+ const tempPath = `${statusPath}.tmp.${crypto.randomBytes(8).toString("hex")}`;
35
+ const data = Object.fromEntries(failuresByTask);
36
+ try {
37
+ fs.writeFileSync(tempPath, JSON.stringify(data, null, 2), "utf-8");
38
+ fs.renameSync(tempPath, statusPath);
39
+ } catch (err) {
40
+ try {
41
+ fs.unlinkSync(tempPath);
42
+ } catch {}
43
+ throw err;
44
+ }
45
+ } catch {}
46
+ }
28
47
  function isRecoveryFailure(value) {
29
48
  if (!value || typeof value !== "object" || Array.isArray(value))
30
49
  return false;
@@ -107,6 +126,20 @@ function initDurableStatusPath(projectDir) {
107
126
  hasLoaded = false;
108
127
  loadDurableStatus(durableStatusPath);
109
128
  }
129
+ function recordWorktreeMergeFailure(taskId, failure) {
130
+ if (!taskId)
131
+ return;
132
+ failuresByTask.set(taskId, failure);
133
+ if (durableStatusPath)
134
+ saveDurableStatus(durableStatusPath);
135
+ }
136
+ function clearWorktreeMergeStatus(taskId) {
137
+ if (!taskId)
138
+ return;
139
+ failuresByTask.delete(taskId);
140
+ if (durableStatusPath)
141
+ saveDurableStatus(durableStatusPath);
142
+ }
110
143
  function getWorktreeMergeFailure(taskId) {
111
144
  if (!hasLoaded && durableStatusPath) {
112
145
  loadDurableStatus(durableStatusPath);
@@ -120,4 +153,4 @@ function getAllWorktreeMergeFailures() {
120
153
  return failuresByTask.entries();
121
154
  }
122
155
 
123
- export { scanWorktreeMergeFailuresForRecovery, initDurableStatusPath, getWorktreeMergeFailure, getAllWorktreeMergeFailures };
156
+ export { scanWorktreeMergeFailuresForRecovery, initDurableStatusPath, recordWorktreeMergeFailure, clearWorktreeMergeStatus, getWorktreeMergeFailure, getAllWorktreeMergeFailures };
package/dist/cli/index.js CHANGED
@@ -6,65 +6,65 @@ import {
6
6
  getPluginConfigDir,
7
7
  getPluginLockFilePaths,
8
8
  resolveCommand
9
- } from "./index-a1fjhx4w.js";
10
- import"./index-41hkt36g.js";
11
- import"./index-c5kr20nz.js";
12
- import"./index-ysa38bnr.js";
13
- import"./index-arza4m4j.js";
14
- import"./index-hz0refz4.js";
15
- import"./index-w4etfamq.js";
16
- import"./index-y8552snf.js";
9
+ } from "./index-nakkgkkt.js";
17
10
  import"./index-4905hd2m.js";
18
- import"./index-134d35c1.js";
19
- import"./index-hfjvepk2.js";
20
- import"./index-v1an91bq.js";
21
- import"./index-mpytsq6k.js";
22
- import"./index-v2xrer41.js";
11
+ import"./index-41hkt36g.js";
12
+ import"./index-c432knmy.js";
13
+ import"./index-1p72dtym.js";
23
14
  import"./index-c8s9a3zh.js";
15
+ import"./index-p2ty3eee.js";
16
+ import"./index-56rqw2hs.js";
17
+ import"./index-134d35c1.js";
18
+ import"./index-t5pytnca.js";
19
+ import"./index-y8552snf.js";
24
20
  import"./index-9ss2m4rs.js";
25
- import"./index-bn17ycxn.js";
26
- import"./index-ryq97w1x.js";
27
- import"./index-556ja8an.js";
28
- import"./index-wk8s1m7b.js";
29
- import"./index-1kyex7z2.js";
30
- import"./index-b8zgtz81.js";
31
- import"./index-v3x7j9ey.js";
32
- import"./index-rrb6cz2f.js";
33
21
  import"./index-74hpm6sh.js";
34
- import"./index-dtyeabmj.js";
22
+ import"./index-z3s0a44b.js";
23
+ import"./index-z0z9pe7b.js";
24
+ import"./index-h01wb18g.js";
25
+ import"./index-v2xrer41.js";
26
+ import"./index-m9xrdjn0.js";
27
+ import"./index-bjqpdr83.js";
28
+ import"./index-556ja8an.js";
29
+ import"./index-4zxrkk1h.js";
30
+ import"./index-zsrtt42s.js";
31
+ import"./index-dtqjxfw9.js";
32
+ import"./index-qwm6vdyv.js";
33
+ import"./index-tjqzr3jc.js";
34
+ import"./index-s1v0wza5.js";
35
35
  import"./index-8fwhhayc.js";
36
36
  import"./index-q1exe2b3.js";
37
- import"./index-2rb3x0fk.js";
37
+ import"./index-92n3d5ky.js";
38
38
  import"./index-k46me75h.js";
39
39
  import"./index-ee3x66a5.js";
40
- import"./index-7begd9aq.js";
41
- import"./index-dtam929z.js";
40
+ import"./index-y9q9f6ms.js";
41
+ import"./index-qy1nq52t.js";
42
42
  import"./index-rtry5xyf.js";
43
- import"./index-vrmkg8fm.js";
43
+ import"./index-fejfzy2j.js";
44
44
  import"./index-ae75rja9.js";
45
- import"./index-mrpfd1jx.js";
46
- import"./index-4hp8nvwb.js";
47
- import"./index-ed5ykebp.js";
48
- import"./index-35qep0v7.js";
45
+ import"./index-vh05t3w5.js";
46
+ import"./index-p8kk34am.js";
47
+ import"./index-912qz4y0.js";
49
48
  import"./index-7g4c7s5r.js";
49
+ import"./index-ed5ykebp.js";
50
50
  import"./index-4nt52yr9.js";
51
- import"./index-pp5m7xga.js";
51
+ import"./index-p04qrwck.js";
52
52
  import"./index-gprxjmm7.js";
53
53
  import"./index-n832052r.js";
54
- import"./index-d181x9zr.js";
54
+ import"./index-zd4qhnr7.js";
55
55
  import"./index-4rhhvd1a.js";
56
56
  import"./index-zgwm4ryv.js";
57
57
  import {
58
58
  init_package,
59
59
  package_default
60
- } from "./index-tj04dj06.js";
60
+ } from "./index-thp186x0.js";
61
61
  import {
62
62
  DEFAULT_AGENT_CONFIGS,
63
63
  init_constants
64
- } from "./index-hxvkfx6t.js";
64
+ } from "./index-jqsfsqbx.js";
65
65
  import"./index-zjygnfay.js";
66
66
  import"./index-bk5tah7q.js";
67
- import"./index-bfhwtdsw.js";
67
+ import"./index-epvhf50h.js";
68
68
  import"./index-bpmtbmy9.js";
69
69
  import"./index-a76rekgs.js";
70
70
 
@@ -9,29 +9,29 @@ import {
9
9
  maybeEscalateOnViolation,
10
10
  maybeQuarantineOnContradiction,
11
11
  readRecentEscalations
12
- } from "./index-v1an91bq.js";
13
- import"./index-2rb3x0fk.js";
12
+ } from "./index-z0z9pe7b.js";
13
+ import"./index-92n3d5ky.js";
14
14
  import"./index-k46me75h.js";
15
15
  import"./index-ee3x66a5.js";
16
- import"./index-vrmkg8fm.js";
16
+ import"./index-fejfzy2j.js";
17
17
  import"./index-ae75rja9.js";
18
- import"./index-mrpfd1jx.js";
19
- import"./index-4hp8nvwb.js";
20
- import"./index-ed5ykebp.js";
21
- import"./index-35qep0v7.js";
18
+ import"./index-vh05t3w5.js";
19
+ import"./index-p8kk34am.js";
20
+ import"./index-912qz4y0.js";
22
21
  import"./index-7g4c7s5r.js";
22
+ import"./index-ed5ykebp.js";
23
23
  import"./index-4nt52yr9.js";
24
- import"./index-pp5m7xga.js";
24
+ import"./index-p04qrwck.js";
25
25
  import"./index-gprxjmm7.js";
26
26
  import"./index-n832052r.js";
27
- import"./index-d181x9zr.js";
27
+ import"./index-zd4qhnr7.js";
28
28
  import"./index-4rhhvd1a.js";
29
29
  import"./index-zgwm4ryv.js";
30
- import"./index-tj04dj06.js";
31
- import"./index-hxvkfx6t.js";
30
+ import"./index-thp186x0.js";
31
+ import"./index-jqsfsqbx.js";
32
32
  import"./index-zjygnfay.js";
33
33
  import"./index-bk5tah7q.js";
34
- import"./index-bfhwtdsw.js";
34
+ import"./index-epvhf50h.js";
35
35
  import"./index-bpmtbmy9.js";
36
36
  import"./index-a76rekgs.js";
37
37
  export {
@@ -29,27 +29,27 @@ import {
29
29
  resolveKnowledgeCounterBaselinePath,
30
30
  resolveKnowledgeEventsPath,
31
31
  resolveLegacyApplicationLogPath
32
- } from "./index-2rb3x0fk.js";
32
+ } from "./index-92n3d5ky.js";
33
33
  import"./index-k46me75h.js";
34
34
  import"./index-ee3x66a5.js";
35
35
  import"./index-ae75rja9.js";
36
- import"./index-mrpfd1jx.js";
37
- import"./index-4hp8nvwb.js";
38
- import"./index-ed5ykebp.js";
39
- import"./index-35qep0v7.js";
36
+ import"./index-vh05t3w5.js";
37
+ import"./index-p8kk34am.js";
38
+ import"./index-912qz4y0.js";
40
39
  import"./index-7g4c7s5r.js";
40
+ import"./index-ed5ykebp.js";
41
41
  import"./index-4nt52yr9.js";
42
- import"./index-pp5m7xga.js";
42
+ import"./index-p04qrwck.js";
43
43
  import"./index-gprxjmm7.js";
44
44
  import"./index-n832052r.js";
45
- import"./index-d181x9zr.js";
45
+ import"./index-zd4qhnr7.js";
46
46
  import"./index-4rhhvd1a.js";
47
47
  import"./index-zgwm4ryv.js";
48
- import"./index-tj04dj06.js";
49
- import"./index-hxvkfx6t.js";
48
+ import"./index-thp186x0.js";
49
+ import"./index-jqsfsqbx.js";
50
50
  import"./index-zjygnfay.js";
51
51
  import"./index-bk5tah7q.js";
52
- import"./index-bfhwtdsw.js";
52
+ import"./index-epvhf50h.js";
53
53
  import"./index-bpmtbmy9.js";
54
54
  import"./index-a76rekgs.js";
55
55
  export {
@@ -12,14 +12,14 @@ import {
12
12
  resolveLinkDir,
13
13
  sanitizeLinkId,
14
14
  writeLinkPointer
15
- } from "./index-mrpfd1jx.js";
16
- import"./index-4hp8nvwb.js";
17
- import"./index-ed5ykebp.js";
18
- import"./index-35qep0v7.js";
15
+ } from "./index-vh05t3w5.js";
16
+ import"./index-p8kk34am.js";
17
+ import"./index-912qz4y0.js";
19
18
  import"./index-7g4c7s5r.js";
19
+ import"./index-ed5ykebp.js";
20
20
  import"./index-4nt52yr9.js";
21
21
  import"./index-zgwm4ryv.js";
22
- import"./index-bfhwtdsw.js";
22
+ import"./index-epvhf50h.js";
23
23
  import"./index-bpmtbmy9.js";
24
24
  import"./index-a76rekgs.js";
25
25
  export {
@@ -41,19 +41,19 @@ import {
41
41
  transactKnowledge,
42
42
  transactKnowledgeWithCas,
43
43
  wordBigrams
44
- } from "./index-vrmkg8fm.js";
44
+ } from "./index-fejfzy2j.js";
45
45
  import {
46
46
  resolveHiveDataDir
47
47
  } from "./index-ae75rja9.js";
48
- import"./index-mrpfd1jx.js";
49
- import"./index-4hp8nvwb.js";
50
- import"./index-ed5ykebp.js";
51
- import"./index-35qep0v7.js";
48
+ import"./index-vh05t3w5.js";
49
+ import"./index-p8kk34am.js";
50
+ import"./index-912qz4y0.js";
52
51
  import"./index-7g4c7s5r.js";
52
+ import"./index-ed5ykebp.js";
53
53
  import"./index-4nt52yr9.js";
54
54
  import"./index-zgwm4ryv.js";
55
55
  import"./index-bk5tah7q.js";
56
- import"./index-bfhwtdsw.js";
56
+ import"./index-epvhf50h.js";
57
57
  import"./index-bpmtbmy9.js";
58
58
  import"./index-a76rekgs.js";
59
59
  export {
@@ -23,20 +23,20 @@ import {
23
23
  validateLesson,
24
24
  validateSkillCandidatePath,
25
25
  validateSkillPath
26
- } from "./index-7begd9aq.js";
27
- import"./index-dtam929z.js";
26
+ } from "./index-y9q9f6ms.js";
27
+ import"./index-qy1nq52t.js";
28
28
  import"./index-rtry5xyf.js";
29
- import"./index-vrmkg8fm.js";
29
+ import"./index-fejfzy2j.js";
30
30
  import"./index-ae75rja9.js";
31
- import"./index-mrpfd1jx.js";
32
- import"./index-4hp8nvwb.js";
33
- import"./index-ed5ykebp.js";
34
- import"./index-35qep0v7.js";
31
+ import"./index-vh05t3w5.js";
32
+ import"./index-p8kk34am.js";
33
+ import"./index-912qz4y0.js";
35
34
  import"./index-7g4c7s5r.js";
35
+ import"./index-ed5ykebp.js";
36
36
  import"./index-4nt52yr9.js";
37
37
  import"./index-zgwm4ryv.js";
38
38
  import"./index-bk5tah7q.js";
39
- import"./index-bfhwtdsw.js";
39
+ import"./index-epvhf50h.js";
40
40
  import"./index-bpmtbmy9.js";
41
41
  import"./index-a76rekgs.js";
42
42
  export {
@@ -41,16 +41,16 @@ import {
41
41
  sweepStaleDelegations,
42
42
  updateCoderSettlement,
43
43
  writeDelegationFallback
44
- } from "./index-rrb6cz2f.js";
44
+ } from "./index-s1v0wza5.js";
45
45
  import"./index-k46me75h.js";
46
46
  import"./index-ee3x66a5.js";
47
- import"./index-ed5ykebp.js";
48
- import"./index-35qep0v7.js";
47
+ import"./index-912qz4y0.js";
49
48
  import"./index-7g4c7s5r.js";
49
+ import"./index-ed5ykebp.js";
50
50
  import"./index-4nt52yr9.js";
51
51
  import"./index-zgwm4ryv.js";
52
52
  import"./index-zjygnfay.js";
53
- import"./index-bfhwtdsw.js";
53
+ import"./index-epvhf50h.js";
54
54
  import"./index-bpmtbmy9.js";
55
55
  import"./index-a76rekgs.js";
56
56
  export {
@@ -9,16 +9,16 @@ import {
9
9
  sweepStale,
10
10
  unsubscribe,
11
11
  updateSnapshot
12
- } from "./index-bn17ycxn.js";
12
+ } from "./index-m9xrdjn0.js";
13
13
  import"./index-k46me75h.js";
14
14
  import"./index-ee3x66a5.js";
15
- import"./index-ed5ykebp.js";
16
- import"./index-35qep0v7.js";
15
+ import"./index-912qz4y0.js";
17
16
  import"./index-7g4c7s5r.js";
17
+ import"./index-ed5ykebp.js";
18
18
  import"./index-4nt52yr9.js";
19
19
  import"./index-zgwm4ryv.js";
20
20
  import"./index-zjygnfay.js";
21
- import"./index-bfhwtdsw.js";
21
+ import"./index-epvhf50h.js";
22
22
  import"./index-bpmtbmy9.js";
23
23
  import"./index-a76rekgs.js";
24
24
  export {
@@ -3,16 +3,16 @@ import {
3
3
  _internals,
4
4
  createModelEvaluationExecutor,
5
5
  runEvaluation
6
- } from "./index-c5kr20nz.js";
7
- import"./index-w4etfamq.js";
6
+ } from "./index-c432knmy.js";
7
+ import"./index-t5pytnca.js";
8
8
  import"./index-y8552snf.js";
9
- import"./index-4hp8nvwb.js";
10
- import"./index-ed5ykebp.js";
11
- import"./index-35qep0v7.js";
9
+ import"./index-p8kk34am.js";
10
+ import"./index-912qz4y0.js";
12
11
  import"./index-7g4c7s5r.js";
12
+ import"./index-ed5ykebp.js";
13
13
  import"./index-4nt52yr9.js";
14
14
  import"./index-zgwm4ryv.js";
15
- import"./index-bfhwtdsw.js";
15
+ import"./index-epvhf50h.js";
16
16
  import"./index-bpmtbmy9.js";
17
17
  import"./index-a76rekgs.js";
18
18
  export {
@@ -4,18 +4,18 @@ import {
4
4
  alreadyCuratedThisGeneration,
5
5
  claimNextScanBatch,
6
6
  getScanStatus
7
- } from "./index-mpytsq6k.js";
8
- import"./index-vrmkg8fm.js";
7
+ } from "./index-h01wb18g.js";
8
+ import"./index-fejfzy2j.js";
9
9
  import"./index-ae75rja9.js";
10
- import"./index-mrpfd1jx.js";
11
- import"./index-4hp8nvwb.js";
12
- import"./index-ed5ykebp.js";
13
- import"./index-35qep0v7.js";
10
+ import"./index-vh05t3w5.js";
11
+ import"./index-p8kk34am.js";
12
+ import"./index-912qz4y0.js";
14
13
  import"./index-7g4c7s5r.js";
14
+ import"./index-ed5ykebp.js";
15
15
  import"./index-4nt52yr9.js";
16
16
  import"./index-zgwm4ryv.js";
17
17
  import"./index-bk5tah7q.js";
18
- import"./index-bfhwtdsw.js";
18
+ import"./index-epvhf50h.js";
19
19
  import"./index-bpmtbmy9.js";
20
20
  import"./index-a76rekgs.js";
21
21
  export {
@@ -96,8 +96,8 @@ import {
96
96
  resolveGeneratedAgentRole,
97
97
  resolveGuardrailsConfig,
98
98
  stripKnownSwarmPrefix
99
- } from "./index-tj04dj06.js";
100
- import"./index-hxvkfx6t.js";
99
+ } from "./index-thp186x0.js";
100
+ import"./index-jqsfsqbx.js";
101
101
  import"./index-zjygnfay.js";
102
102
  import"./index-bk5tah7q.js";
103
103
  import"./index-bpmtbmy9.js";
@@ -23,15 +23,20 @@ import {
23
23
  tombstoneScopeBinding,
24
24
  writeScopeBindingToDisk,
25
25
  writeScopeToDisk
26
- } from "./index-ryq97w1x.js";
26
+ } from "./index-bjqpdr83.js";
27
27
  import"./index-556ja8an.js";
28
- import"./index-wk8s1m7b.js";
29
- import"./index-35qep0v7.js";
28
+ import"./index-4zxrkk1h.js";
29
+ import"./index-912qz4y0.js";
30
30
  import"./index-7g4c7s5r.js";
31
31
  import"./index-4nt52yr9.js";
32
- import"./index-d181x9zr.js";
32
+ import"./index-zd4qhnr7.js";
33
+ import"./index-4rhhvd1a.js";
33
34
  import"./index-zgwm4ryv.js";
34
- import"./index-bfhwtdsw.js";
35
+ import"./index-thp186x0.js";
36
+ import"./index-jqsfsqbx.js";
37
+ import"./index-zjygnfay.js";
38
+ import"./index-bk5tah7q.js";
39
+ import"./index-epvhf50h.js";
35
40
  import"./index-bpmtbmy9.js";
36
41
  import"./index-a76rekgs.js";
37
42
  export {
@@ -33,32 +33,32 @@ import {
33
33
  sanitizeSlug,
34
34
  selectCandidateEntries,
35
35
  writeEvalStub
36
- } from "./index-hfjvepk2.js";
37
- import"./index-2rb3x0fk.js";
36
+ } from "./index-z3s0a44b.js";
37
+ import"./index-92n3d5ky.js";
38
38
  import"./index-k46me75h.js";
39
39
  import"./index-ee3x66a5.js";
40
- import"./index-7begd9aq.js";
41
- import"./index-dtam929z.js";
40
+ import"./index-y9q9f6ms.js";
41
+ import"./index-qy1nq52t.js";
42
42
  import"./index-rtry5xyf.js";
43
- import"./index-vrmkg8fm.js";
43
+ import"./index-fejfzy2j.js";
44
44
  import"./index-ae75rja9.js";
45
- import"./index-mrpfd1jx.js";
46
- import"./index-4hp8nvwb.js";
47
- import"./index-ed5ykebp.js";
48
- import"./index-35qep0v7.js";
45
+ import"./index-vh05t3w5.js";
46
+ import"./index-p8kk34am.js";
47
+ import"./index-912qz4y0.js";
49
48
  import"./index-7g4c7s5r.js";
49
+ import"./index-ed5ykebp.js";
50
50
  import"./index-4nt52yr9.js";
51
- import"./index-pp5m7xga.js";
51
+ import"./index-p04qrwck.js";
52
52
  import"./index-gprxjmm7.js";
53
53
  import"./index-n832052r.js";
54
- import"./index-d181x9zr.js";
54
+ import"./index-zd4qhnr7.js";
55
55
  import"./index-4rhhvd1a.js";
56
56
  import"./index-zgwm4ryv.js";
57
- import"./index-tj04dj06.js";
58
- import"./index-hxvkfx6t.js";
57
+ import"./index-thp186x0.js";
58
+ import"./index-jqsfsqbx.js";
59
59
  import"./index-zjygnfay.js";
60
60
  import"./index-bk5tah7q.js";
61
- import"./index-bfhwtdsw.js";
61
+ import"./index-epvhf50h.js";
62
62
  import"./index-bpmtbmy9.js";
63
63
  import"./index-a76rekgs.js";
64
64
  export {
@@ -13,7 +13,7 @@ import {
13
13
  startHeartbeatTracking,
14
14
  stopHeartbeatTracking,
15
15
  telemetry
16
- } from "./index-bfhwtdsw.js";
16
+ } from "./index-epvhf50h.js";
17
17
  import"./index-bpmtbmy9.js";
18
18
  import"./index-a76rekgs.js";
19
19
  export {