opencode-swarm 7.144.5 → 7.144.7

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 (45) hide show
  1. package/.opencode/skills/swarm-pr-review/SKILL.md +20 -20
  2. package/.opencode/skills/swarm-pr-review/references/findings-persistence-contract.md +110 -0
  3. package/dist/cli/{config-doctor-m005xfdt.js → config-doctor-zdvaq4nb.js} +2 -2
  4. package/dist/cli/{core-6vdtfb8s.js → core-j7f118a5.js} +1 -1
  5. package/dist/cli/{curator-0t87anp5.js → curator-97sm8wn0.js} +17 -17
  6. package/dist/cli/{curator-llm-factory-j8tk9rxm.js → curator-llm-factory-eny079d1.js} +17 -17
  7. package/dist/cli/{evidence-summary-service-c22gahjc.js → evidence-summary-service-kwtb2d14.js} +6 -6
  8. package/dist/cli/{gate-evidence-hh8kc9wt.js → gate-evidence-rk9j0hc4.js} +2 -2
  9. package/dist/cli/{guardrail-explain-9gjw2dsd.js → guardrail-explain-8gggptqj.js} +18 -18
  10. package/dist/cli/{guardrail-log-ejf5zjac.js → guardrail-log-zbqf4ws6.js} +3 -3
  11. package/dist/cli/{hive-promoter-gkbfpdtv.js → hive-promoter-qzvtp5wx.js} +17 -17
  12. package/dist/cli/{index-dc04v786.js → index-00fk9c3b.js} +1 -1
  13. package/dist/cli/{index-5wenr2vs.js → index-39jbnhar.js} +19 -19
  14. package/dist/cli/{index-641yjpk8.js → index-77h4xjn5.js} +4 -4
  15. package/dist/cli/{index-7e4q41nb.js → index-7bvd5nh2.js} +1 -1
  16. package/dist/cli/{index-1pxqkvvq.js → index-bx20cv1v.js} +2 -2
  17. package/dist/cli/{index-rnyt30tm.js → index-c1cfsg9y.js} +1 -1
  18. package/dist/cli/{index-63tgh0cn.js → index-d879g58v.js} +1 -1
  19. package/dist/cli/{index-dtbzyr3s.js → index-gmdgap01.js} +1 -1
  20. package/dist/cli/{index-a1hxejxc.js → index-grkev1g6.js} +1 -1
  21. package/dist/cli/{index-mkmcz6x8.js → index-jszgrk71.js} +2 -2
  22. package/dist/cli/{index-ea09xax6.js → index-pzsezhek.js} +5 -5
  23. package/dist/cli/{index-855hseq4.js → index-q7zy6dej.js} +1 -1
  24. package/dist/cli/{index-wbrqvm2g.js → index-qm0mz7rj.js} +3 -3
  25. package/dist/cli/{index-fv2pzwnp.js → index-r2q0nd0a.js} +3 -3
  26. package/dist/cli/{index-kh0jt9pg.js → index-s1xefrx7.js} +3 -3
  27. package/dist/cli/{index-wm6f7t7w.js → index-w9bnt74s.js} +3 -3
  28. package/dist/cli/{index-kdak6s63.js → index-x4eqd82b.js} +1 -1
  29. package/dist/cli/{index-wmsehjq6.js → index-x4q96ejx.js} +45 -45
  30. package/dist/cli/{index-3qdzpv91.js → index-xjgwr4c6.js} +1 -1
  31. package/dist/cli/{index-rdgtfj74.js → index-yz0hfa4g.js} +2 -2
  32. package/dist/cli/{index-58cvm3dw.js → index-zq9gs0yk.js} +1 -1
  33. package/dist/cli/index.js +17 -17
  34. package/dist/cli/{knowledge-escalator-1d79m1tr.js → knowledge-escalator-fhc6ecbv.js} +6 -6
  35. package/dist/cli/{knowledge-events-ces29ncg.js → knowledge-events-31g69mx2.js} +4 -4
  36. package/dist/cli/{knowledge-store-pe8webc2.js → knowledge-store-g389c1cy.js} +1 -1
  37. package/dist/cli/{knowledge-validator-4yjf1f7k.js → knowledge-validator-sng5xt5a.js} +2 -2
  38. package/dist/cli/{scan-cursor-d6exjmqj.js → scan-cursor-qm3tsvvw.js} +2 -2
  39. package/dist/cli/{schema-2esybebd.js → schema-vnghba3d.js} +1 -1
  40. package/dist/cli/{scope-persistence-ej59x0yc.js → scope-persistence-k9mqd414.js} +4 -4
  41. package/dist/cli/{skill-generator-yqta3yrg.js → skill-generator-v1wdh3ne.js} +7 -7
  42. package/dist/cli/{worktree-isolation-rwq0kke7.js → worktree-isolation-bxt3rftm.js} +17 -17
  43. package/dist/hooks/pr-workflow-gate.d.ts +4 -1
  44. package/dist/index.js +4 -2
  45. package/package.json +1 -1
@@ -683,8 +683,8 @@ Do not rely on conversation context to preserve review findings. On Profile A,
683
683
  use `write_pr_review_artifact` with `kind: "findings"`; the controller creates
684
684
  and appends `.swarm/pr-review/<run_id>/findings.jsonl` without granting generic
685
685
  write authority over `.swarm/`. On Profiles B/C, append the same records to a
686
- `findings.jsonl` ledger file in your harness's session/task workspace (never
687
- under `.swarm/`), with the review head SHA recorded at the top of the file.
686
+ `findings.jsonl` ledger in your harness workspace (never under `.swarm/`), with
687
+ the review head SHA recorded at the top.
688
688
 
689
689
  Each persisted finding record must include at least:
690
690
 
@@ -696,12 +696,11 @@ Minimum field contract:
696
696
 
697
697
  - `finding_id`: stable ID from the candidate/reviewer/critic ledger.
698
698
  - `status`: one of `PENDING`, `CONFIRMED`, `DISPROVED`, or `PRE_EXISTING`.
699
- - `file_line`: exact `file:line` reference, or `N/A` with reason when the
700
- finding is cross-file or artifact-only.
701
- - `evidence`: compact source-backed proof, including lane/reviewer/critic IDs or
702
- command output references when available.
703
- - `next_action`: the next required action, such as `route_to_reviewer`,
704
- `route_to_critic`, `report`, `suppress_with_reason`, or `handoff_to_feedback`.
699
+ - `file_line`: exact `file:line`, or `N/A` with reason when cross-file.
700
+ - `evidence`: compact source-backed proof (lane/reviewer/critic IDs or command
701
+ output references when available).
702
+ - `next_action`: `route_to_reviewer`, `route_to_critic`, `report`,
703
+ `suppress_with_reason`, or `handoff_to_feedback`.
705
704
 
706
705
  Persist after every major validation boundary (Profile A via the controller
707
706
  calls below; Profiles B/C by appending the same boundary-tagged records to the
@@ -718,17 +717,18 @@ ledger file):
718
717
  `boundary: "post_critic"` and update final status,
719
718
  severity/action notes in `evidence`, and final reporting or handoff action.
720
719
 
721
- Resume/reload procedure:
720
+ **Enforced order, dispositions, and error reporting (Profile A).** Checkpoints
721
+ are admitted only after the trigger evaluation completes, then strictly
722
+ `post_explorer` → `post_reviewer` → `post_critic`, each requiring the prior
723
+ checkpoint persisted; records must match the authoritative reviewer/critic
724
+ verdict rows, and an invalid payload is rejected in ONE call listing every
725
+ violation as `finding_id: field expected <value>, got <value>`. Full contract
726
+ (write order, disposition matrix, severity-omission, handoff schema):
727
+ references/findings-persistence-contract.md.
722
728
 
723
- 1. Before continuing any compacted or resumed review, read the latest
724
- `findings.jsonl` artifact and reconstruct the candidate/reviewer/critic
725
- ledger from disk before dispatching more lanes.
726
- 2. If the artifact is missing but a review context says prior lanes ran, stop and
727
- surface the missing artifact as a coverage gap instead of reclassifying from
728
- memory.
729
- 3. Append new records rather than overwriting history unless the artifact format
730
- explicitly tracks revisions; latest record for a `finding_id` wins during
731
- reload.
729
+ Resume/reload procedure: read the latest `findings.jsonl` and reconstruct the
730
+ ledger from disk before dispatching more lanes; surface a missing artifact as a
731
+ coverage gap, never reclassify from memory; append (latest record wins).
732
732
 
733
733
  ---
734
734
 
@@ -996,8 +996,8 @@ candidate parser rather than preview-text extraction:
996
996
  If a lane has `output_degraded: true`, no usable `output_ref`, or `transcript_incomplete: true` without typed positive-candidate recovery, apply the COVERAGE GATE (Phase 3). An incomplete base or micro discovery lane may proceed only when it is explicitly named by a `salvaged_workflow_lane_recoveries` entry whose `kind` is `transcript-incomplete-terminal-candidate`; that recovery validates the retained positive `[CANDIDATE]` row only. Council, reviewer, and critic lanes never qualify for this incomplete-transcript recovery and must retry. Recovery never validates `[CLEAN]`, candidate absence, an unowned sibling lane, or an incomplete lane with no matching entry. Do not use blocking or direct-Task fallbacks while the controller is active, mark affected candidates UNVERIFIED to proceed, or infer candidate absence from a preview. Under Profiles B/C, which have no typed recovery validation, a truncated, incomplete, empty, or attestation-free subagent report is the same lane-output failure and takes the same COVERAGE GATE.
997
997
 
998
998
  After candidate parsing and before reviewer dispatch, persist the post-explorer
999
- candidate ledger using the Review Finding Persistence contract. This is the
1000
- durable recovery point for context compaction before Phase 6.
999
+ candidate ledger; it is admitted only once trigger-eval completes from then it
1000
+ is the durable recovery point for context compaction ahead of Phase 6.
1001
1001
 
1002
1002
  **Profiles B/C row convention:** without the parser, the `[CANDIDATE]` row
1003
1003
  format is the extraction contract itself. Explorers emit the rows directly in
@@ -0,0 +1,110 @@
1
+ # Findings Persistence Contract (Profile A)
2
+
3
+ The enforced write order, per-boundary disposition matrix, severity semantics,
4
+ error-reporting shape, and handoff schema for `write_pr_review_artifact`
5
+ (issue #2277). The entry SKILL.md carries the summary; this reference is the
6
+ full contract.
7
+
8
+ ## Enforced write order and prerequisites
9
+
10
+ The controller admits findings checkpoints only in this exact sequence, each
11
+ step a hard prerequisite for the next:
12
+
13
+ 1. Base lanes settle and micro lanes settle.
14
+ 2. `write_pr_review_trigger_eval` completes — every findings boundary is
15
+ refused until this artifact exists (the refusal names the producing call).
16
+ 3. `boundary: "post_explorer"` checkpoint: records must exactly cover the
17
+ discovered candidate inventory, every record `PENDING` with
18
+ `next_action: "route_to_reviewer"`. The coverage refusal lists the
19
+ `missing:`, `extra:`, and `duplicates:` ids.
20
+ 4. `boundary: "post_reviewer"` checkpoint: requires the persisted
21
+ `post_explorer` checkpoint and a settled reviewer phase.
22
+ 5. `boundary: "post_critic"` checkpoint: requires the persisted
23
+ `post_reviewer` checkpoint and a settled critic phase whenever any
24
+ CONFIRMED CRITICAL/HIGH/MEDIUM verdict exists.
25
+
26
+ Writing a boundary after a later checkpoint already exists is also refused.
27
+ Every ordering refusal names the missing prerequisite boundary. There is no
28
+ durable findings checkpoint between explorer settlement and trigger-eval
29
+ completion; from trigger-eval completion onward, the persisted ledger is the
30
+ durable recovery point for context compaction.
31
+
32
+ ## Disposition matrix
33
+
34
+ Records are validated against the authenticated reviewer/critic verdict rows,
35
+ never against caller claims.
36
+
37
+ | Reviewer verdict | expected `status` | expected `next_action` |
38
+ | --- | --- | --- |
39
+ | CONFIRMED CRITICAL/HIGH/MEDIUM | `CONFIRMED` | `route_to_critic` |
40
+ | CONFIRMED LOW/INFO | `CONFIRMED` | `report` |
41
+ | PRE_EXISTING | `PRE_EXISTING` | `report` |
42
+ | DISPROVED | `DISPROVED` | `suppress_with_reason` |
43
+ | UNVERIFIED | `PENDING` | `route_to_reviewer` |
44
+
45
+ At `post_critic`, records the reviewer did NOT route to the critic keep the
46
+ reviewer disposition above; critic-routed records follow the critic verdict:
47
+
48
+ | Critic verdict | expected `status` | expected `next_action` |
49
+ | --- | --- | --- |
50
+ | DISPROVED | `DISPROVED` | `suppress_with_reason` |
51
+ | UPHELD / DOWNGRADED (any non-DISPROVED) | `CONFIRMED` | `report` or `handoff_to_feedback` |
52
+ | no critic verdict for a critic-routed record | (defensive) | (defensive) |
53
+
54
+ The "no critic verdict" row is defensive: through the controller the critic
55
+ phase must already be settled over every critic-routed item before the
56
+ `post_critic` boundary is admitted, so a critic-routed record without a critic
57
+ verdict indicates an invariant break, not a caller mistake — the rejection
58
+ reports `no authoritative critic verdict (absent from the settled critic map)`
59
+ (and any reviewer-severity mismatch alongside it).
60
+
61
+ At `post_explorer` every record must be `PENDING` with
62
+ `next_action: "route_to_reviewer"`.
63
+
64
+ ## Severity semantics
65
+
66
+ `severity` is optional at every boundary and is not validated on
67
+ `post_explorer` records. When present it must equal the authoritative severity
68
+ verbatim: the reviewer `final_severity` at `post_reviewer` (and for
69
+ non-critic-routed records at `post_critic`); for critic-routed records at
70
+ `post_critic` it must satisfy BOTH the reviewer and critic severities — so
71
+ when the critic downgrades (reviewer `MEDIUM`, critic `LOW`), the only
72
+ accepted record omits `severity` entirely until the severity-dialect
73
+ unification lands (#2279). Omitting the field is accepted at every boundary.
74
+
75
+ ## Error reporting
76
+
77
+ An invalid records payload is rejected in ONE call: every violation across
78
+ every record is listed with the field, the expected value, and the actual
79
+ value, sorted by finding_id — for example:
80
+
81
+ ```
82
+ BLOCKED: PR_REVIEW post_reviewer artifact invalid — 4 violation(s):
83
+ C-0: status expected "DISPROVED", got "CONFIRMED"
84
+ C-0: next_action expected "suppress_with_reason", got "report"
85
+ C-1: next_action expected "route_to_critic", got "report"
86
+ C-1: severity expected "HIGH", got "LOW"
87
+ ```
88
+
89
+ A critic-downgraded record that carries a severity is told the only passing
90
+ value explicitly: `severity expected NONE (omit field; reviewer "MEDIUM" and
91
+ critic "LOW" disagree), got "LOW"`. Repair every listed violation and resubmit
92
+ in a single round trip; do not guess-and-retry one record at a time.
93
+
94
+ ## Handoff artifact schema
95
+
96
+ The `kind: "handoff"` write is a different schema from findings records — no
97
+ `boundary` and no `records` keys; it takes
98
+ `handoff: {pr_url, finding_ids, summary, provenance}`, and `finding_ids` must
99
+ exactly equal the set of latest records whose status is `CONFIRMED` and whose
100
+ `next_action` is `handoff_to_feedback`.
101
+
102
+ ## Resume/reload detail
103
+
104
+ Before continuing any compacted or resumed review, read the latest
105
+ `findings.jsonl` artifact and reconstruct the candidate/reviewer/critic ledger
106
+ from disk before dispatching more lanes. If the artifact is missing but a
107
+ review context says prior lanes ran, stop and surface the missing artifact as
108
+ a coverage gap instead of reclassifying from memory. Append new records rather
109
+ than overwriting history unless the artifact format explicitly tracks
110
+ revisions; the latest record for a `finding_id` wins during reload.
@@ -12,9 +12,9 @@ import {
12
12
  shouldRunOnStartup,
13
13
  writeBackupArtifact,
14
14
  writeDoctorArtifact
15
- } from "./index-dc04v786.js";
15
+ } from "./index-00fk9c3b.js";
16
16
  import"./index-z6xqpmqg.js";
17
- import"./index-kdak6s63.js";
17
+ import"./index-x4eqd82b.js";
18
18
  import"./index-v3y3qg48.js";
19
19
  import"./index-zjygnfay.js";
20
20
  import"./index-bk5tah7q.js";
@@ -14,7 +14,7 @@ import {
14
14
  resolveWorktreeBaseDir,
15
15
  shortenWorktreePath,
16
16
  writeLaneProfileToDiskReal
17
- } from "./index-855hseq4.js";
17
+ } from "./index-q7zy6dej.js";
18
18
  import"./index-z6xqpmqg.js";
19
19
  import"./index-v3y3qg48.js";
20
20
  import"./index-9e6fdz2h.js";
@@ -14,47 +14,47 @@ import {
14
14
  runCuratorInit,
15
15
  runCuratorPhase,
16
16
  writeCuratorSummary
17
- } from "./index-wmsehjq6.js";
18
- import"./index-dtbzyr3s.js";
19
- import"./index-dc04v786.js";
20
- import"./index-kh0jt9pg.js";
17
+ } from "./index-x4q96ejx.js";
18
+ import"./index-gmdgap01.js";
19
+ import"./index-00fk9c3b.js";
20
+ import"./index-s1xefrx7.js";
21
21
  import"./index-134d35c1.js";
22
22
  import"./index-abtrcs16.js";
23
23
  import"./index-6z5jtf7d.js";
24
24
  import"./index-wknz5c8q.js";
25
25
  import"./index-y8552snf.js";
26
- import"./index-63tgh0cn.js";
26
+ import"./index-d879g58v.js";
27
27
  import"./index-70ha9e09.js";
28
28
  import"./index-c8s9a3zh.js";
29
29
  import"./index-9ss2m4rs.js";
30
30
  import"./index-f36ybbsv.js";
31
31
  import"./index-hkdgkkhb.js";
32
- import"./index-wm6f7t7w.js";
33
- import"./index-ea09xax6.js";
34
- import"./index-rnyt30tm.js";
32
+ import"./index-w9bnt74s.js";
33
+ import"./index-pzsezhek.js";
34
+ import"./index-c1cfsg9y.js";
35
35
  import"./index-vdha477y.js";
36
36
  import"./index-rtry5xyf.js";
37
37
  import"./index-zsrtt42s.js";
38
38
  import"./index-n4hwcsbd.js";
39
39
  import"./index-cwtpqm5f.js";
40
- import"./index-a1hxejxc.js";
41
- import"./index-855hseq4.js";
42
- import"./index-mkmcz6x8.js";
43
- import"./index-7e4q41nb.js";
40
+ import"./index-grkev1g6.js";
41
+ import"./index-q7zy6dej.js";
42
+ import"./index-jszgrk71.js";
43
+ import"./index-7bvd5nh2.js";
44
44
  import"./index-556ja8an.js";
45
45
  import"./index-7sy3aa9m.js";
46
46
  import"./index-wx8zdh4a.js";
47
47
  import"./index-b44qqqt2.js";
48
48
  import"./index-zy7f84cs.js";
49
- import"./index-641yjpk8.js";
50
- import"./index-wbrqvm2g.js";
51
- import"./index-1pxqkvvq.js";
49
+ import"./index-77h4xjn5.js";
50
+ import"./index-qm0mz7rj.js";
51
+ import"./index-bx20cv1v.js";
52
52
  import"./index-gprxjmm7.js";
53
53
  import"./index-n832052r.js";
54
54
  import"./index-fv0s19g9.js";
55
55
  import"./index-z6xqpmqg.js";
56
- import"./index-58cvm3dw.js";
57
- import"./index-kdak6s63.js";
56
+ import"./index-zq9gs0yk.js";
57
+ import"./index-x4eqd82b.js";
58
58
  import"./index-v3y3qg48.js";
59
59
  import"./index-9e6fdz2h.js";
60
60
  import"./index-4rhhvd1a.js";
@@ -1,47 +1,47 @@
1
1
  // @bun
2
2
  import {
3
3
  createCuratorLLMDelegate
4
- } from "./index-wmsehjq6.js";
5
- import"./index-dtbzyr3s.js";
6
- import"./index-dc04v786.js";
7
- import"./index-kh0jt9pg.js";
4
+ } from "./index-x4q96ejx.js";
5
+ import"./index-gmdgap01.js";
6
+ import"./index-00fk9c3b.js";
7
+ import"./index-s1xefrx7.js";
8
8
  import"./index-134d35c1.js";
9
9
  import"./index-abtrcs16.js";
10
10
  import"./index-6z5jtf7d.js";
11
11
  import"./index-wknz5c8q.js";
12
12
  import"./index-y8552snf.js";
13
- import"./index-63tgh0cn.js";
13
+ import"./index-d879g58v.js";
14
14
  import"./index-70ha9e09.js";
15
15
  import"./index-c8s9a3zh.js";
16
16
  import"./index-9ss2m4rs.js";
17
17
  import"./index-f36ybbsv.js";
18
18
  import"./index-hkdgkkhb.js";
19
- import"./index-wm6f7t7w.js";
20
- import"./index-ea09xax6.js";
21
- import"./index-rnyt30tm.js";
19
+ import"./index-w9bnt74s.js";
20
+ import"./index-pzsezhek.js";
21
+ import"./index-c1cfsg9y.js";
22
22
  import"./index-vdha477y.js";
23
23
  import"./index-rtry5xyf.js";
24
24
  import"./index-zsrtt42s.js";
25
25
  import"./index-n4hwcsbd.js";
26
26
  import"./index-cwtpqm5f.js";
27
- import"./index-a1hxejxc.js";
28
- import"./index-855hseq4.js";
29
- import"./index-mkmcz6x8.js";
30
- import"./index-7e4q41nb.js";
27
+ import"./index-grkev1g6.js";
28
+ import"./index-q7zy6dej.js";
29
+ import"./index-jszgrk71.js";
30
+ import"./index-7bvd5nh2.js";
31
31
  import"./index-556ja8an.js";
32
32
  import"./index-7sy3aa9m.js";
33
33
  import"./index-wx8zdh4a.js";
34
34
  import"./index-b44qqqt2.js";
35
35
  import"./index-zy7f84cs.js";
36
- import"./index-641yjpk8.js";
37
- import"./index-wbrqvm2g.js";
38
- import"./index-1pxqkvvq.js";
36
+ import"./index-77h4xjn5.js";
37
+ import"./index-qm0mz7rj.js";
38
+ import"./index-bx20cv1v.js";
39
39
  import"./index-gprxjmm7.js";
40
40
  import"./index-n832052r.js";
41
41
  import"./index-fv0s19g9.js";
42
42
  import"./index-z6xqpmqg.js";
43
- import"./index-58cvm3dw.js";
44
- import"./index-kdak6s63.js";
43
+ import"./index-zq9gs0yk.js";
44
+ import"./index-x4eqd82b.js";
45
45
  import"./index-v3y3qg48.js";
46
46
  import"./index-9e6fdz2h.js";
47
47
  import"./index-4rhhvd1a.js";
@@ -6,23 +6,23 @@ import {
6
6
  loadPlanJsonOnly,
7
7
  mergeDurableGateEntriesFromEvidence,
8
8
  readDurableGateEvidence
9
- } from "./index-kh0jt9pg.js";
9
+ } from "./index-s1xefrx7.js";
10
10
  import"./index-134d35c1.js";
11
11
  import"./index-wknz5c8q.js";
12
12
  import"./index-y8552snf.js";
13
13
  import"./index-9ss2m4rs.js";
14
14
  import"./index-zsrtt42s.js";
15
- import"./index-a1hxejxc.js";
16
- import"./index-855hseq4.js";
17
- import"./index-7e4q41nb.js";
15
+ import"./index-grkev1g6.js";
16
+ import"./index-q7zy6dej.js";
17
+ import"./index-7bvd5nh2.js";
18
18
  import"./index-556ja8an.js";
19
19
  import"./index-zy7f84cs.js";
20
20
  import"./index-gprxjmm7.js";
21
21
  import"./index-n832052r.js";
22
22
  import"./index-fv0s19g9.js";
23
23
  import"./index-z6xqpmqg.js";
24
- import"./index-58cvm3dw.js";
25
- import"./index-kdak6s63.js";
24
+ import"./index-zq9gs0yk.js";
25
+ import"./index-x4eqd82b.js";
26
26
  import"./index-v3y3qg48.js";
27
27
  import"./index-9e6fdz2h.js";
28
28
  import"./index-4rhhvd1a.js";
@@ -17,8 +17,8 @@ import {
17
17
  reduceTaskWorkflowSnapshot,
18
18
  transitionTaskWorkflowEvidence,
19
19
  withTaskEvidenceTransaction
20
- } from "./index-a1hxejxc.js";
21
- import"./index-855hseq4.js";
20
+ } from "./index-grkev1g6.js";
21
+ import"./index-q7zy6dej.js";
22
22
  import"./index-556ja8an.js";
23
23
  import"./index-fv0s19g9.js";
24
24
  import"./index-z6xqpmqg.js";
@@ -1,48 +1,48 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailExplain
4
- } from "./index-rdgtfj74.js";
5
- import"./index-wmsehjq6.js";
6
- import"./index-dtbzyr3s.js";
7
- import"./index-dc04v786.js";
8
- import"./index-kh0jt9pg.js";
4
+ } from "./index-yz0hfa4g.js";
5
+ import"./index-x4q96ejx.js";
6
+ import"./index-gmdgap01.js";
7
+ import"./index-00fk9c3b.js";
8
+ import"./index-s1xefrx7.js";
9
9
  import"./index-134d35c1.js";
10
10
  import"./index-abtrcs16.js";
11
11
  import"./index-6z5jtf7d.js";
12
12
  import"./index-wknz5c8q.js";
13
13
  import"./index-y8552snf.js";
14
- import"./index-63tgh0cn.js";
14
+ import"./index-d879g58v.js";
15
15
  import"./index-70ha9e09.js";
16
16
  import"./index-c8s9a3zh.js";
17
17
  import"./index-9ss2m4rs.js";
18
18
  import"./index-f36ybbsv.js";
19
19
  import"./index-hkdgkkhb.js";
20
- import"./index-wm6f7t7w.js";
21
- import"./index-ea09xax6.js";
22
- import"./index-rnyt30tm.js";
20
+ import"./index-w9bnt74s.js";
21
+ import"./index-pzsezhek.js";
22
+ import"./index-c1cfsg9y.js";
23
23
  import"./index-vdha477y.js";
24
24
  import"./index-rtry5xyf.js";
25
25
  import"./index-zsrtt42s.js";
26
26
  import"./index-n4hwcsbd.js";
27
27
  import"./index-cwtpqm5f.js";
28
- import"./index-a1hxejxc.js";
29
- import"./index-855hseq4.js";
30
- import"./index-mkmcz6x8.js";
31
- import"./index-7e4q41nb.js";
28
+ import"./index-grkev1g6.js";
29
+ import"./index-q7zy6dej.js";
30
+ import"./index-jszgrk71.js";
31
+ import"./index-7bvd5nh2.js";
32
32
  import"./index-556ja8an.js";
33
33
  import"./index-7sy3aa9m.js";
34
34
  import"./index-wx8zdh4a.js";
35
35
  import"./index-b44qqqt2.js";
36
36
  import"./index-zy7f84cs.js";
37
- import"./index-641yjpk8.js";
38
- import"./index-wbrqvm2g.js";
39
- import"./index-1pxqkvvq.js";
37
+ import"./index-77h4xjn5.js";
38
+ import"./index-qm0mz7rj.js";
39
+ import"./index-bx20cv1v.js";
40
40
  import"./index-gprxjmm7.js";
41
41
  import"./index-n832052r.js";
42
42
  import"./index-fv0s19g9.js";
43
43
  import"./index-z6xqpmqg.js";
44
- import"./index-58cvm3dw.js";
45
- import"./index-kdak6s63.js";
44
+ import"./index-zq9gs0yk.js";
45
+ import"./index-x4eqd82b.js";
46
46
  import"./index-v3y3qg48.js";
47
47
  import"./index-9e6fdz2h.js";
48
48
  import"./index-4rhhvd1a.js";
@@ -1,11 +1,11 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailLog
4
- } from "./index-3qdzpv91.js";
5
- import"./index-dtbzyr3s.js";
4
+ } from "./index-xjgwr4c6.js";
5
+ import"./index-gmdgap01.js";
6
6
  import"./index-556ja8an.js";
7
7
  import"./index-z6xqpmqg.js";
8
- import"./index-kdak6s63.js";
8
+ import"./index-x4eqd82b.js";
9
9
  import"./index-v3y3qg48.js";
10
10
  import"./index-zjygnfay.js";
11
11
  import"./index-bk5tah7q.js";
@@ -7,33 +7,33 @@ import {
7
7
  isHiveEligible,
8
8
  promoteFromSwarm,
9
9
  promoteToHive
10
- } from "./index-wmsehjq6.js";
11
- import"./index-dtbzyr3s.js";
12
- import"./index-dc04v786.js";
13
- import"./index-kh0jt9pg.js";
10
+ } from "./index-x4q96ejx.js";
11
+ import"./index-gmdgap01.js";
12
+ import"./index-00fk9c3b.js";
13
+ import"./index-s1xefrx7.js";
14
14
  import"./index-134d35c1.js";
15
15
  import"./index-abtrcs16.js";
16
16
  import"./index-6z5jtf7d.js";
17
17
  import"./index-wknz5c8q.js";
18
18
  import"./index-y8552snf.js";
19
- import"./index-63tgh0cn.js";
19
+ import"./index-d879g58v.js";
20
20
  import"./index-70ha9e09.js";
21
21
  import"./index-c8s9a3zh.js";
22
22
  import"./index-9ss2m4rs.js";
23
23
  import"./index-f36ybbsv.js";
24
24
  import"./index-hkdgkkhb.js";
25
- import"./index-wm6f7t7w.js";
26
- import"./index-ea09xax6.js";
27
- import"./index-rnyt30tm.js";
25
+ import"./index-w9bnt74s.js";
26
+ import"./index-pzsezhek.js";
27
+ import"./index-c1cfsg9y.js";
28
28
  import"./index-vdha477y.js";
29
29
  import"./index-rtry5xyf.js";
30
30
  import"./index-zsrtt42s.js";
31
31
  import"./index-n4hwcsbd.js";
32
32
  import"./index-cwtpqm5f.js";
33
- import"./index-a1hxejxc.js";
34
- import"./index-855hseq4.js";
35
- import"./index-mkmcz6x8.js";
36
- import"./index-7e4q41nb.js";
33
+ import"./index-grkev1g6.js";
34
+ import"./index-q7zy6dej.js";
35
+ import"./index-jszgrk71.js";
36
+ import"./index-7bvd5nh2.js";
37
37
  import"./index-556ja8an.js";
38
38
  import"./index-7sy3aa9m.js";
39
39
  import"./index-wx8zdh4a.js";
@@ -41,15 +41,15 @@ import"./index-b44qqqt2.js";
41
41
  import"./index-zy7f84cs.js";
42
42
  import {
43
43
  resolveHiveKnowledgePath
44
- } from "./index-641yjpk8.js";
45
- import"./index-wbrqvm2g.js";
46
- import"./index-1pxqkvvq.js";
44
+ } from "./index-77h4xjn5.js";
45
+ import"./index-qm0mz7rj.js";
46
+ import"./index-bx20cv1v.js";
47
47
  import"./index-gprxjmm7.js";
48
48
  import"./index-n832052r.js";
49
49
  import"./index-fv0s19g9.js";
50
50
  import"./index-z6xqpmqg.js";
51
- import"./index-58cvm3dw.js";
52
- import"./index-kdak6s63.js";
51
+ import"./index-zq9gs0yk.js";
52
+ import"./index-x4eqd82b.js";
53
53
  import"./index-v3y3qg48.js";
54
54
  import"./index-9e6fdz2h.js";
55
55
  import"./index-4rhhvd1a.js";
@@ -6,7 +6,7 @@ import {
6
6
  PluginConfigSchema,
7
7
  init_schema,
8
8
  stripKnownSwarmPrefix
9
- } from "./index-kdak6s63.js";
9
+ } from "./index-x4eqd82b.js";
10
10
  import {
11
11
  ALL_AGENT_NAMES,
12
12
  init_constants
@@ -1,10 +1,10 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailExplain
4
- } from "./index-rdgtfj74.js";
4
+ } from "./index-yz0hfa4g.js";
5
5
  import {
6
6
  handleGuardrailLog
7
- } from "./index-3qdzpv91.js";
7
+ } from "./index-xjgwr4c6.js";
8
8
  import {
9
9
  COMMAND_REGISTRY,
10
10
  SWARM_COMMAND_TOOL_ALLOWLIST,
@@ -85,50 +85,50 @@ import {
85
85
  handleWriteRetroCommand,
86
86
  normalizeSwarmCommandInput,
87
87
  resolveCommand
88
- } from "./index-wmsehjq6.js";
89
- import"./index-dtbzyr3s.js";
90
- import"./index-dc04v786.js";
91
- import"./index-kh0jt9pg.js";
88
+ } from "./index-x4q96ejx.js";
89
+ import"./index-gmdgap01.js";
90
+ import"./index-00fk9c3b.js";
91
+ import"./index-s1xefrx7.js";
92
92
  import"./index-134d35c1.js";
93
93
  import"./index-abtrcs16.js";
94
94
  import"./index-6z5jtf7d.js";
95
95
  import"./index-wknz5c8q.js";
96
96
  import"./index-y8552snf.js";
97
- import"./index-63tgh0cn.js";
97
+ import"./index-d879g58v.js";
98
98
  import"./index-70ha9e09.js";
99
99
  import"./index-c8s9a3zh.js";
100
100
  import"./index-9ss2m4rs.js";
101
101
  import"./index-f36ybbsv.js";
102
102
  import"./index-hkdgkkhb.js";
103
- import"./index-wm6f7t7w.js";
104
- import"./index-ea09xax6.js";
105
- import"./index-rnyt30tm.js";
103
+ import"./index-w9bnt74s.js";
104
+ import"./index-pzsezhek.js";
105
+ import"./index-c1cfsg9y.js";
106
106
  import"./index-vdha477y.js";
107
107
  import"./index-rtry5xyf.js";
108
108
  import"./index-zsrtt42s.js";
109
109
  import"./index-n4hwcsbd.js";
110
110
  import"./index-cwtpqm5f.js";
111
- import"./index-a1hxejxc.js";
112
- import"./index-855hseq4.js";
113
- import"./index-mkmcz6x8.js";
114
- import"./index-7e4q41nb.js";
111
+ import"./index-grkev1g6.js";
112
+ import"./index-q7zy6dej.js";
113
+ import"./index-jszgrk71.js";
114
+ import"./index-7bvd5nh2.js";
115
115
  import"./index-556ja8an.js";
116
116
  import"./index-7sy3aa9m.js";
117
117
  import"./index-wx8zdh4a.js";
118
118
  import"./index-b44qqqt2.js";
119
119
  import"./index-zy7f84cs.js";
120
- import"./index-641yjpk8.js";
121
- import"./index-wbrqvm2g.js";
122
- import"./index-1pxqkvvq.js";
120
+ import"./index-77h4xjn5.js";
121
+ import"./index-qm0mz7rj.js";
122
+ import"./index-bx20cv1v.js";
123
123
  import"./index-gprxjmm7.js";
124
124
  import"./index-n832052r.js";
125
125
  import"./index-fv0s19g9.js";
126
126
  import"./index-z6xqpmqg.js";
127
- import"./index-58cvm3dw.js";
127
+ import"./index-zq9gs0yk.js";
128
128
  import {
129
129
  init_schema,
130
130
  stripKnownSwarmPrefix
131
- } from "./index-kdak6s63.js";
131
+ } from "./index-x4eqd82b.js";
132
132
  import {
133
133
  AGENT_TOOL_MAP,
134
134
  ORCHESTRATOR_NAME,
@@ -709,7 +709,7 @@ async function applyConfidenceFloorAction(directory, touched, options) {
709
709
  const {
710
710
  readAuthoritativeKnowledgeCounterRollups,
711
711
  effectiveRetrievalOutcomes
712
- } = await import("./knowledge-events-ces29ncg.js");
712
+ } = await import("./knowledge-events-31g69mx2.js");
713
713
  const rollups = await readAuthoritativeKnowledgeCounterRollups(directory);
714
714
  const flagIds = new Set;
715
715
  for (const e of atFloor) {
@@ -776,11 +776,11 @@ async function applyConfidenceFloorAction(directory, touched, options) {
776
776
  });
777
777
  }
778
778
  if (action === "quarantine" && toQuarantine.length > 0) {
779
- const { quarantineEntry } = await import("./knowledge-validator-4yjf1f7k.js");
780
- const { KnowledgeConfigSchema } = await import("./schema-2esybebd.js");
779
+ const { quarantineEntry } = await import("./knowledge-validator-sng5xt5a.js");
780
+ const { KnowledgeConfigSchema } = await import("./schema-vnghba3d.js");
781
781
  let config;
782
782
  try {
783
- const { loadPluginConfigWithMeta } = await import("./index-fv2pzwnp.js");
783
+ const { loadPluginConfigWithMeta } = await import("./index-r2q0nd0a.js");
784
784
  const { config: loadedConfig } = loadPluginConfigWithMeta(directory);
785
785
  config = KnowledgeConfigSchema.parse(loadedConfig.knowledge ?? {});
786
786
  } catch {