opencode-swarm 7.138.0 → 7.138.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 (40) hide show
  1. package/dist/cli/{config-doctor-mb81xytp.js → config-doctor-m79sx8b2.js} +2 -2
  2. package/dist/cli/{curation-policy-qx23sc8b.js → curation-policy-dkx4s5va.js} +2 -2
  3. package/dist/cli/{curator-b9ascpbh.js → curator-jjf5x6bn.js} +14 -14
  4. package/dist/cli/{curator-llm-factory-r47q1hbd.js → curator-llm-factory-sprc6pm3.js} +14 -14
  5. package/dist/cli/{evidence-summary-service-1azhyeft.js → evidence-summary-service-6cttrkzw.js} +2 -2
  6. package/dist/cli/{guardrail-explain-ph1n3ryc.js → guardrail-explain-zs3hq02c.js} +15 -15
  7. package/dist/cli/{guardrail-log-ghgqaw3w.js → guardrail-log-90dnv508.js} +3 -3
  8. package/dist/cli/{hive-promoter-7x2zzhb7.js → hive-promoter-zkay2ffy.js} +14 -14
  9. package/dist/cli/{index-9zf5gfca.js → index-06zw53mf.js} +1 -1
  10. package/dist/cli/{index-bf0j2wd2.js → index-5fdztrpt.js} +2 -2
  11. package/dist/cli/{index-ag7ppc40.js → index-6f6nt0c9.js} +16 -16
  12. package/dist/cli/{index-7wzyf4dr.js → index-8xqnp3gw.js} +4 -4
  13. package/dist/cli/{index-7kgfvt3h.js → index-9vvskh03.js} +1 -1
  14. package/dist/cli/{index-whf5ecbw.js → index-aeyktf9q.js} +1 -1
  15. package/dist/cli/{index-z55s5719.js → index-d4t92fa3.js} +2 -2
  16. package/dist/cli/{index-xz0zjrdr.js → index-e2eedz1b.js} +1 -1
  17. package/dist/cli/{index-6nenabrm.js → index-e78pqbkj.js} +1 -1
  18. package/dist/cli/{index-k5jrywpr.js → index-gprxjmm7.js} +6 -1
  19. package/dist/cli/{index-cdx3aqj5.js → index-kqzzdxc1.js} +1 -1
  20. package/dist/cli/{index-sp7s1vk3.js → index-mnw8g9bs.js} +609 -213
  21. package/dist/cli/{index-4xs9e82s.js → index-mzqgtzxq.js} +3 -3
  22. package/dist/cli/{index-hmapndcz.js → index-navw2ezf.js} +5 -5
  23. package/dist/cli/{index-npgjk6vc.js → index-p7fn5byt.js} +1 -1
  24. package/dist/cli/{index-2vzgvscz.js → index-vmff7b40.js} +3 -3
  25. package/dist/cli/{index-ca6qmxd8.js → index-vp3mwsd1.js} +1 -1
  26. package/dist/cli/{index-fmh15wxb.js → index-y06a43sk.js} +1 -1
  27. package/dist/cli/index.js +14 -14
  28. package/dist/cli/{knowledge-escalator-pqskjp6y.js → knowledge-escalator-6y5x8vat.js} +3 -3
  29. package/dist/cli/{knowledge-events-ahpxnqjd.js → knowledge-events-bnr4weyn.js} +1 -1
  30. package/dist/cli/{knowledge-store-27aynbeg.js → knowledge-store-4mcmb2rj.js} +1 -1
  31. package/dist/cli/{knowledge-validator-4saz53kh.js → knowledge-validator-pf377mtx.js} +4 -4
  32. package/dist/cli/{scan-cursor-ngykkd7f.js → scan-cursor-we0561wc.js} +2 -2
  33. package/dist/cli/{schema-p82ntfy9.js → schema-1xtxr4d9.js} +1 -1
  34. package/dist/cli/{skill-generator-r19a1zje.js → skill-generator-kns0dae2.js} +5 -5
  35. package/dist/config/evidence-schema.d.ts +15 -0
  36. package/dist/index.js +20 -20
  37. package/dist/services/preflight-service.d.ts +2 -0
  38. package/dist/tools/pre-check-batch.d.ts +2 -0
  39. package/dist/tools/secretscan.d.ts +17 -0
  40. package/package.json +1 -1
@@ -2,18 +2,18 @@
2
2
  import {
3
3
  ALLOWED_SKILL_PATH_PREFIXES,
4
4
  validateSkillPath
5
- } from "./index-z55s5719.js";
5
+ } from "./index-d4t92fa3.js";
6
6
  import {
7
7
  computeOutcomeSignal,
8
8
  readKnowledge,
9
9
  resolveHiveKnowledgePath,
10
10
  resolveSwarmKnowledgePath,
11
11
  transactKnowledge
12
- } from "./index-7wzyf4dr.js";
12
+ } from "./index-8xqnp3gw.js";
13
13
  import {
14
14
  effectiveRetrievalOutcomes,
15
15
  readKnowledgeCounterRollups
16
- } from "./index-cdx3aqj5.js";
16
+ } from "./index-kqzzdxc1.js";
17
17
  import {
18
18
  init_knowledge_types,
19
19
  isActiveStatus
@@ -6,13 +6,13 @@ import {
6
6
  resolveSwarmKnowledgePath,
7
7
  transactKnowledge,
8
8
  wordBigrams
9
- } from "./index-7wzyf4dr.js";
9
+ } from "./index-8xqnp3gw.js";
10
10
  import {
11
11
  countEntryContradictionsInWindow,
12
12
  countEntryViolationsInWindow,
13
13
  readKnowledgeEvents,
14
14
  recordKnowledgeEvent
15
- } from "./index-cdx3aqj5.js";
15
+ } from "./index-kqzzdxc1.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-4saz53kh.js");
193
+ const { quarantineEntry } = await import("./knowledge-validator-pf377mtx.js");
194
194
  let policyConfig;
195
195
  try {
196
- const { KnowledgeConfigSchema } = await import("./schema-p82ntfy9.js");
197
- const { loadPluginConfigWithMeta } = await import("./index-2vzgvscz.js");
196
+ const { KnowledgeConfigSchema } = await import("./schema-1xtxr4d9.js");
197
+ const { loadPluginConfigWithMeta } = await import("./index-vmff7b40.js");
198
198
  const { config: loadedConfig } = loadPluginConfigWithMeta(directory);
199
199
  policyConfig = KnowledgeConfigSchema.parse(loadedConfig.knowledge ?? {});
200
200
  } catch {
@@ -6,7 +6,7 @@ import {
6
6
  PluginConfigSchema,
7
7
  init_schema,
8
8
  resolveExternalSkillsConfig
9
- } from "./index-6nenabrm.js";
9
+ } from "./index-e78pqbkj.js";
10
10
  import {
11
11
  advisoryWarn,
12
12
  init_warning_buffer
@@ -7,7 +7,7 @@ import {
7
7
  loadPluginConfigWithMeta,
8
8
  loadPluginConfigWithMetaAsync,
9
9
  resolveWorktreeIsolationConfig
10
- } from "./index-npgjk6vc.js";
10
+ } from "./index-p7fn5byt.js";
11
11
  import {
12
12
  ApprovalEvidenceSchema,
13
13
  BaseEvidenceSchema,
@@ -22,7 +22,7 @@ import {
22
22
  NoteEvidenceSchema,
23
23
  ReviewEvidenceSchema,
24
24
  TestEvidenceSchema
25
- } from "./index-k5jrywpr.js";
25
+ } from "./index-gprxjmm7.js";
26
26
  import {
27
27
  DeltaSpecSchema,
28
28
  ObligationSchema,
@@ -54,7 +54,7 @@ import {
54
54
  TurboConfigSchema,
55
55
  WorktreeIsolationConfigSchema,
56
56
  resolveAutoReviewConfig
57
- } from "./index-6nenabrm.js";
57
+ } from "./index-e78pqbkj.js";
58
58
  import"./index-bk5tah7q.js";
59
59
  import {
60
60
  MigrationStatusSchema,
@@ -6,7 +6,7 @@ import {
6
6
  PluginConfigSchema,
7
7
  init_schema,
8
8
  stripKnownSwarmPrefix
9
- } from "./index-6nenabrm.js";
9
+ } from "./index-e78pqbkj.js";
10
10
  import {
11
11
  ALL_AGENT_NAMES,
12
12
  init_constants
@@ -17,7 +17,7 @@ import {
17
17
  EVIDENCE_MAX_JSON_BYTES,
18
18
  EvidenceBundleSchema,
19
19
  EvidenceSchema
20
- } from "./index-k5jrywpr.js";
20
+ } from "./index-gprxjmm7.js";
21
21
  import {
22
22
  _internals,
23
23
  buildDefaultPolicy,
package/dist/cli/index.js CHANGED
@@ -6,39 +6,39 @@ import {
6
6
  getPluginConfigDir,
7
7
  getPluginLockFilePaths,
8
8
  resolveCommand
9
- } from "./index-sp7s1vk3.js";
9
+ } from "./index-mnw8g9bs.js";
10
10
  import"./index-vm4xw9z3.js";
11
11
  import"./index-rrxcfxrd.js";
12
- import"./index-xz0zjrdr.js";
13
- import"./index-ca6qmxd8.js";
14
- import"./index-fmh15wxb.js";
12
+ import"./index-e2eedz1b.js";
13
+ import"./index-vp3mwsd1.js";
14
+ import"./index-y06a43sk.js";
15
15
  import"./index-ngqxzkqm.js";
16
16
  import"./index-y8552snf.js";
17
17
  import"./index-4905hd2m.js";
18
18
  import"./index-134d35c1.js";
19
- import"./index-4xs9e82s.js";
20
- import"./index-hmapndcz.js";
21
- import"./index-whf5ecbw.js";
19
+ import"./index-mzqgtzxq.js";
20
+ import"./index-navw2ezf.js";
21
+ import"./index-aeyktf9q.js";
22
22
  import"./index-6mjf4vr1.js";
23
23
  import"./index-c8s9a3zh.js";
24
24
  import"./index-9ss2m4rs.js";
25
25
  import"./index-wsdnttf4.js";
26
26
  import"./index-39k6y018.js";
27
- import"./index-z55s5719.js";
28
- import"./index-7kgfvt3h.js";
27
+ import"./index-d4t92fa3.js";
28
+ import"./index-9vvskh03.js";
29
29
  import"./index-rtry5xyf.js";
30
- import"./index-7wzyf4dr.js";
31
- import"./index-cdx3aqj5.js";
30
+ import"./index-8xqnp3gw.js";
31
+ import"./index-kqzzdxc1.js";
32
32
  import"./index-ae75rja9.js";
33
33
  import"./index-en4fb04r.js";
34
34
  import"./index-tqshdzaw.js";
35
- import"./index-npgjk6vc.js";
36
- import"./index-k5jrywpr.js";
35
+ import"./index-p7fn5byt.js";
36
+ import"./index-gprxjmm7.js";
37
37
  import"./index-n832052r.js";
38
38
  import {
39
39
  init_package,
40
40
  package_default
41
- } from "./index-6nenabrm.js";
41
+ } from "./index-e78pqbkj.js";
42
42
  import"./index-bk5tah7q.js";
43
43
  import"./index-8fwhhayc.js";
44
44
  import"./index-q1exe2b3.js";
@@ -8,9 +8,9 @@ import {
8
8
  maybeEscalateOnViolation,
9
9
  maybeQuarantineOnContradiction,
10
10
  readRecentEscalations
11
- } from "./index-hmapndcz.js";
12
- import"./index-7wzyf4dr.js";
13
- import"./index-cdx3aqj5.js";
11
+ } from "./index-navw2ezf.js";
12
+ import"./index-8xqnp3gw.js";
13
+ import"./index-kqzzdxc1.js";
14
14
  import"./index-ae75rja9.js";
15
15
  import"./index-en4fb04r.js";
16
16
  import"./index-tqshdzaw.js";
@@ -28,7 +28,7 @@ import {
28
28
  resolveKnowledgeCounterBaselinePath,
29
29
  resolveKnowledgeEventsPath,
30
30
  resolveLegacyApplicationLogPath
31
- } from "./index-cdx3aqj5.js";
31
+ } from "./index-kqzzdxc1.js";
32
32
  import"./index-ae75rja9.js";
33
33
  import"./index-en4fb04r.js";
34
34
  import"./index-tqshdzaw.js";
@@ -41,7 +41,7 @@ import {
41
41
  transactKnowledge,
42
42
  transactKnowledgeWithCas,
43
43
  wordBigrams
44
- } from "./index-7wzyf4dr.js";
44
+ } from "./index-8xqnp3gw.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-z55s5719.js";
27
- import"./index-7kgfvt3h.js";
26
+ } from "./index-d4t92fa3.js";
27
+ import"./index-9vvskh03.js";
28
28
  import"./index-rtry5xyf.js";
29
- import"./index-7wzyf4dr.js";
30
- import"./index-cdx3aqj5.js";
29
+ import"./index-8xqnp3gw.js";
30
+ import"./index-kqzzdxc1.js";
31
31
  import"./index-ae75rja9.js";
32
32
  import"./index-en4fb04r.js";
33
33
  import"./index-tqshdzaw.js";
@@ -4,8 +4,8 @@ import {
4
4
  alreadyCuratedThisGeneration,
5
5
  claimNextScanBatch,
6
6
  getScanStatus
7
- } from "./index-whf5ecbw.js";
8
- import"./index-7wzyf4dr.js";
7
+ } from "./index-aeyktf9q.js";
8
+ import"./index-8xqnp3gw.js";
9
9
  import"./index-ae75rja9.js";
10
10
  import"./index-en4fb04r.js";
11
11
  import"./index-tqshdzaw.js";
@@ -95,7 +95,7 @@ import {
95
95
  resolveGeneratedAgentRole,
96
96
  resolveGuardrailsConfig,
97
97
  stripKnownSwarmPrefix
98
- } from "./index-6nenabrm.js";
98
+ } from "./index-e78pqbkj.js";
99
99
  import"./index-bk5tah7q.js";
100
100
  import"./index-3jcyn8g6.js";
101
101
  import"./index-bpmtbmy9.js";
@@ -33,12 +33,12 @@ import {
33
33
  sanitizeSlug,
34
34
  selectCandidateEntries,
35
35
  writeEvalStub
36
- } from "./index-4xs9e82s.js";
37
- import"./index-z55s5719.js";
38
- import"./index-7kgfvt3h.js";
36
+ } from "./index-mzqgtzxq.js";
37
+ import"./index-d4t92fa3.js";
38
+ import"./index-9vvskh03.js";
39
39
  import"./index-rtry5xyf.js";
40
- import"./index-7wzyf4dr.js";
41
- import"./index-cdx3aqj5.js";
40
+ import"./index-8xqnp3gw.js";
41
+ import"./index-kqzzdxc1.js";
42
42
  import"./index-ae75rja9.js";
43
43
  import"./index-en4fb04r.js";
44
44
  import"./index-tqshdzaw.js";
@@ -546,6 +546,11 @@ export declare const SecretscanEvidenceSchema: z.ZodObject<{
546
546
  scan_directory: z.ZodOptional<z.ZodString>;
547
547
  files_scanned: z.ZodDefault<z.ZodNumber>;
548
548
  skipped_files: z.ZodDefault<z.ZodNumber>;
549
+ incomplete_files: z.ZodNumber;
550
+ incomplete_paths: z.ZodArray<z.ZodObject<{
551
+ path: z.ZodString;
552
+ reason: z.ZodString;
553
+ }, z.core.$strip>>;
549
554
  }, z.core.$strip>;
550
555
  export type SecretscanEvidence = z.infer<typeof SecretscanEvidenceSchema>;
551
556
  export declare const MutationGateEvidenceSchema: z.ZodObject<{
@@ -1034,6 +1039,11 @@ export declare const EvidenceSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1034
1039
  scan_directory: z.ZodOptional<z.ZodString>;
1035
1040
  files_scanned: z.ZodDefault<z.ZodNumber>;
1036
1041
  skipped_files: z.ZodDefault<z.ZodNumber>;
1042
+ incomplete_files: z.ZodNumber;
1043
+ incomplete_paths: z.ZodArray<z.ZodObject<{
1044
+ path: z.ZodString;
1045
+ reason: z.ZodString;
1046
+ }, z.core.$strip>>;
1037
1047
  }, z.core.$strip>, z.ZodObject<{
1038
1048
  task_id: z.ZodOptional<z.ZodString>;
1039
1049
  agent: z.ZodOptional<z.ZodString>;
@@ -1519,6 +1529,11 @@ export declare const EvidenceBundleSchema: z.ZodObject<{
1519
1529
  scan_directory: z.ZodOptional<z.ZodString>;
1520
1530
  files_scanned: z.ZodDefault<z.ZodNumber>;
1521
1531
  skipped_files: z.ZodDefault<z.ZodNumber>;
1532
+ incomplete_files: z.ZodNumber;
1533
+ incomplete_paths: z.ZodArray<z.ZodObject<{
1534
+ path: z.ZodString;
1535
+ reason: z.ZodString;
1536
+ }, z.core.$strip>>;
1522
1537
  }, z.core.$strip>, z.ZodObject<{
1523
1538
  task_id: z.ZodOptional<z.ZodString>;
1524
1539
  agent: z.ZodOptional<z.ZodString>;