opencode-swarm 7.146.0 → 7.146.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.
- package/.opencode/skills/swarm-pr-review/SKILL.md +67 -33
- package/dist/cli/{config-doctor-vs6hvbew.js → config-doctor-sd7x5bts.js} +2 -2
- package/dist/cli/{core-jvvm935f.js → core-17febkvw.js} +1 -1
- package/dist/cli/{curation-policy-xv0j8zyt.js → curation-policy-x19e8bqc.js} +4 -4
- package/dist/cli/{curator-llm-factory-pe6skby4.js → curator-llm-factory-zxbgkjm5.js} +23 -23
- package/dist/cli/{curator-5bxh1djq.js → curator-vghf320v.js} +23 -23
- package/dist/cli/{evidence-summary-service-6m9jmzk8.js → evidence-summary-service-xma4aagr.js} +9 -9
- package/dist/cli/{gate-evidence-84sfx6g8.js → gate-evidence-2bznvee8.js} +4 -4
- package/dist/cli/{guardrail-explain-jhbxq8yb.js → guardrail-explain-ppzg0xz9.js} +24 -24
- package/dist/cli/{guardrail-log-vpbp3rm4.js → guardrail-log-xexwz93q.js} +3 -3
- package/dist/cli/{hive-promoter-mmmfszv8.js → hive-promoter-j3vw2hj4.js} +23 -23
- package/dist/cli/{index-jfcgnvg6.js → index-19f0zycs.js} +2 -2
- package/dist/cli/{index-5qwmpamg.js → index-1c9mfnj0.js} +1 -1
- package/dist/cli/{index-d4e6wpkg.js → index-4qvsh3m5.js} +8 -5
- package/dist/cli/{index-pz2py5v7.js → index-7x00nx8m.js} +321 -99
- package/dist/cli/{index-gxbhp7sx.js → index-9qbr27bw.js} +2 -2
- package/dist/cli/{index-s8qyaqs2.js → index-bd4g9fvb.js} +1 -1
- package/dist/cli/{index-q2mvacjr.js → index-cw96tpy6.js} +4 -4
- package/dist/cli/{index-4p3qfb05.js → index-e1hjd15c.js} +1 -1
- package/dist/cli/{index-j43qndgc.js → index-e3caa7ng.js} +25 -25
- package/dist/cli/{index-f17j50dx.js → index-fksfxhmx.js} +5 -5
- package/dist/cli/{index-fzqhn96z.js → index-g8qbjqqz.js} +1 -1
- package/dist/cli/{index-fay8h6v8.js → index-h8qed3pr.js} +18 -3
- package/dist/cli/{index-zd1mfygt.js → index-k46kg4t6.js} +5 -5
- package/dist/cli/{index-bma2wrqx.js → index-n7trn9wz.js} +5 -1
- package/dist/cli/{index-j20fzn0w.js → index-qbpxrw95.js} +1 -1
- package/dist/cli/{index-92cxd0r1.js → index-t7sfrv3v.js} +3 -3
- package/dist/cli/{index-n6ke10ck.js → index-twwb61bh.js} +3 -3
- package/dist/cli/{index-g3xt1d16.js → index-txh3h83v.js} +4 -4
- package/dist/cli/{index-zsmsy1dh.js → index-tzyvmkd1.js} +1 -1
- package/dist/cli/{index-fyr2wbvz.js → index-va8a2zrq.js} +2 -2
- package/dist/cli/{index-kfmee1cr.js → index-vacrzesw.js} +6 -6
- package/dist/cli/{index-x8pm918t.js → index-w0cj7zyd.js} +1 -1
- package/dist/cli/{index-0a0asz2s.js → index-w5r84rd1.js} +1 -1
- package/dist/cli/{index-vk15nbh4.js → index-xz0ccakc.js} +1 -1
- package/dist/cli/{index-kggqpefz.js → index-ycgm9pzg.js} +1 -1
- package/dist/cli/{index-nsr5b69r.js → index-zkaz3fhw.js} +1 -1
- package/dist/cli/{index-kwxp0z0n.js → index-zwn2e2pe.js} +3 -3
- package/dist/cli/index.js +23 -23
- package/dist/cli/{knowledge-escalator-c9p3w12b.js → knowledge-escalator-wj85ppdt.js} +9 -9
- package/dist/cli/{knowledge-events-d201414m.js → knowledge-events-4y9kk2xe.js} +7 -7
- package/dist/cli/{knowledge-link-82ew2yc4.js → knowledge-link-8pr02pza.js} +3 -3
- package/dist/cli/{knowledge-store-ds45k9th.js → knowledge-store-kc8dwc14.js} +4 -4
- package/dist/cli/{knowledge-validator-707vsncy.js → knowledge-validator-584ga9fb.js} +6 -6
- package/dist/cli/{runner-pqsf809k.js → runner-e7z9cf5y.js} +4 -4
- package/dist/cli/{scan-cursor-znhqb8xa.js → scan-cursor-rhjym1pn.js} +5 -5
- package/dist/cli/{schema-dnnm0p40.js → schema-yb3pvhcs.js} +5 -1
- package/dist/cli/{scope-persistence-4n24a1e2.js → scope-persistence-bxwjk9rc.js} +5 -5
- package/dist/cli/{skill-generator-5s0p3y8k.js → skill-generator-3w8w7htr.js} +11 -11
- package/dist/cli/{worktree-isolation-1v2mythh.js → worktree-isolation-av1rshr3.js} +23 -23
- package/dist/commands/registry.d.ts +1 -1
- package/dist/config/schema.d.ts +22 -0
- package/dist/hooks/guardrails/index.d.ts +35 -0
- package/dist/hooks/pr-workflow-gate.d.ts +48 -2
- package/dist/hooks/pr-workflow-response-gate.d.ts +24 -0
- package/dist/index.js +60 -62
- package/dist/tools/dispatch-lanes.d.ts +13 -1
- package/dist/workflow/coder-settlement.d.ts +13 -0
- package/dist/workflow/stage-a-repair.d.ts +41 -0
- package/package.json +1 -1
|
@@ -848,41 +848,61 @@ cost, or predicted simplicity — permits fewer lanes than the classified tier,
|
|
|
848
848
|
and no tier permits skipping a dimension or family. Under Profile A the
|
|
849
849
|
controller computes the tier itself from the bound `base_sha...pr_head_sha`
|
|
850
850
|
diff (`--numstat` totals; an uncomputable diff fails strict to tier L) and
|
|
851
|
-
mechanically enforces the matching floors on every base and micro batch.
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
851
|
+
mechanically enforces the matching floors on every base and micro batch. With
|
|
852
|
+
the default `pr_review_resilience` policy enabled, the initial base wave is
|
|
853
|
+
staged at tiers M/L: `pr_review_wave_stage: "canary"` / `pr_review_wave_attempt: 0`
|
|
854
|
+
launches one singleton base lane first, then
|
|
855
|
+
`pr_review_wave_stage: "fanout"` carries only the remaining unresolved
|
|
856
|
+
obligations in exactly one follow-up fanout batch. Tier S keeps the legacy single
|
|
857
|
+
consolidated base batch because staged resilience does not apply there. If
|
|
858
|
+
that policy is disabled, the initial base wave falls back to the historical
|
|
859
|
+
non-staged behavior: tier L may launch all six singleton base lanes together
|
|
860
|
+
in one batch, while tiers S/M may use consolidated lanes that declare their
|
|
861
|
+
complete `owned_workflow_lanes` set — every dimension still owned exactly
|
|
862
|
+
once and attested. Micro batches retain the historical tier-L full fan-out
|
|
863
|
+
floor (one micro-lane per family on every micro batch, not only the first),
|
|
864
|
+
while tiers S and M may consolidate families so long as every family is still
|
|
865
|
+
owned exactly once and attested per family. With staged resilience enabled, a
|
|
866
|
+
tier-L base **retry** may consolidate only dimensions that are still
|
|
867
|
+
unresolved because their prior attempts reached a recorded terminal failure
|
|
868
|
+
and no lane for that dimension is currently live or in flight, subject to two
|
|
869
|
+
lane floors: no single lane may own all six dimensions, and — counted
|
|
870
|
+
cumulatively across every recorded base batch, not per batch, and including
|
|
871
|
+
batches the capacity GC has since dropped — the six dimensions must stay
|
|
872
|
+
backed by at least four distinct lanes (each dimension no consolidated lane
|
|
873
|
+
claims counts as one, plus the FEWEST declared consolidated lanes that
|
|
874
|
+
suffice to cover the rest). That permits a small consolidation as failure
|
|
875
|
+
recovery and rejects re-doing the whole wave in two or three lanes, whether
|
|
876
|
+
the attempt is disguised as overlapping or duplicate consolidations —
|
|
877
|
+
declaring more lanes than the cover needs buys no budget. Dimensions with a
|
|
878
|
+
successful source are complete and MUST NOT be re-dispatched; dimensions with
|
|
879
|
+
a live or in-flight source are not yet eligible for the retry set. The retry
|
|
880
|
+
attempt itself still stays exactly one singleton canary call plus exactly one
|
|
881
|
+
unresolved-only fanout call, never multiple fanout batches and never a fresh
|
|
882
|
+
all-six singleton re-dispatch. Risk triggers
|
|
872
883
|
remain caller-side escalation on every profile: dispatch MORE than the floor
|
|
873
884
|
whenever a trigger warrants it.
|
|
874
885
|
|
|
875
886
|
### Dispatch
|
|
876
887
|
|
|
877
|
-
Under Profile A,
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
`
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
888
|
+
Under Profile A, dispatch base lanes with `dispatch_lanes_async`, set
|
|
889
|
+
`mode: "swarm-pr-review:base"`, assign each lane its exact `workflow_lane`
|
|
890
|
+
identifier from the table below, bind every batch with the exact current
|
|
891
|
+
`pr_head_sha`, record each returned `batch_id`, and pass the exact reviewed
|
|
892
|
+
merge base and its base ref as `base_sha` and `base_ref`. Use the
|
|
893
|
+
REMOTE-TRACKING form for `base_ref` (`origin/main`, not `main` or
|
|
894
|
+
`refs/heads/main`) and compute `base_sha` against that same ref, so the
|
|
895
|
+
controller's recomputation matches yours. With the default
|
|
896
|
+
`pr_review_resilience` policy enabled, tier-M/L initial base dispatch is
|
|
897
|
+
staged exactly as a singleton canary batch (`pr_review_wave_stage: "canary"`,
|
|
898
|
+
`pr_review_wave_attempt: 0`) followed by exactly one fanout batch
|
|
899
|
+
(`pr_review_wave_stage: "fanout"`) that include only still-unresolved
|
|
900
|
+
obligations. Tier S stays on one consolidated batch. If the policy is
|
|
901
|
+
disabled, the legacy non-staged initial base wave is still valid: tier L may
|
|
902
|
+
pass all six singleton base specs together in one batch, while tiers S/M may
|
|
903
|
+
pass the consolidated batch shape that partitions the same six dimensions.
|
|
904
|
+
Every later base retry, micro, council, reviewer, and critic dispatch repeats
|
|
905
|
+
those same exact bindings. The controller recomputes
|
|
886
906
|
`git merge-base -- <base_ref> <pr_head_sha>`, rejects mismatches, and replaces
|
|
887
907
|
caller `scope` text with the complete verified `base_sha...pr_head_sha` PR diff;
|
|
888
908
|
caller scope is retained only as a non-authoritative focus hint. Continue only non-dependent architect
|
|
@@ -898,7 +918,21 @@ malformed or truncated tool-call JSON and force clumsy file workarounds.
|
|
|
898
918
|
All six dimensions must be covered on every PR — "small PR", "docs-only", and
|
|
899
919
|
"CI-only" change what each dimension examines, never whether it is evaluated.
|
|
900
920
|
Every dimension ends in its own `[CANDIDATE]` rows or a fully populated
|
|
901
|
-
per-dimension `[CLEAN]` attestation. Under Profile A
|
|
921
|
+
per-dimension `[CLEAN]` attestation. Under Profile A, the top-level
|
|
922
|
+
`pr_review_resilience` config (enabled by default) requires depth tiers M/L to
|
|
923
|
+
stage each base attempt as a singleton `pr_review_wave_stage: "canary"` batch
|
|
924
|
+
followed by its matching `"fanout"` batch. Attempt 0 still has to cover all six
|
|
925
|
+
dimensions exactly once across the combined canary+fanout ownership: tier M
|
|
926
|
+
needs at least three combined lanes, tier L needs six singleton combined lanes,
|
|
927
|
+
and every later retry attempt may carry forward only the still-unresolved
|
|
928
|
+
obligations into its canary/fanout pair. Use one singleton canary lane; attempts
|
|
929
|
+
are numbered with `pr_review_wave_attempt`, and the default
|
|
930
|
+
policy permits attempt 0 plus two retry attempts (1 and 2). If the project sets
|
|
931
|
+
`pr_review_resilience.enabled: false`, or the computed tier is S, Profile A
|
|
932
|
+
falls back to the legacy single-wave base dispatch. Under Profiles B/C, the
|
|
933
|
+
depth tier governs lane count the same way — a tier-S diff may cover the six
|
|
934
|
+
dimensions in one or two consolidated lanes — while dimension coverage and
|
|
935
|
+
per-dimension attestation remain mandatory.
|
|
902
936
|
|
|
903
937
|
Under Profile B, dispatch the same wave as parallel subagents through your
|
|
904
938
|
harness's subagent tool: one subagent per dimension by default, consolidated
|
|
@@ -924,8 +958,8 @@ Before Phase 4 or synthesis, all base lanes must be settled. `dispatch_lanes_asy
|
|
|
924
958
|
- **Mode B (invalid structured output):** Under Profile A, collection reports `status: failed` with a named contract predicate while retaining the non-empty preview, digest, and `output_ref`; the artifact has zero valid `[CANDIDATE]` rows and no parseable `[CLEAN] | lane | coverage_scope | evidence` attestation. Under Profiles B/C, treat the equivalent non-empty report as failed when parsing yields zero candidates and no valid clean attestation. The non-empty transcript is diagnostic evidence, never coverage proof.
|
|
925
959
|
|
|
926
960
|
For ANY lane that failed (either mode):
|
|
927
|
-
1. **Retry** (max 2 attempts) with materially different parameters — different session or prompt decomposition, while preserving the required structured async mode and exact head provenance.
|
|
928
|
-
2. If a base lane fails under Profile A, retry only the
|
|
961
|
+
1. **Retry** (max 2 attempts after the initial attempt) with materially different parameters — different session or prompt decomposition, while preserving the required structured async mode and exact head provenance.
|
|
962
|
+
2. If a base lane fails under Profile A, retry only the unresolved `workflow_lane` identifiers with `dispatch_lanes_async`, `mode: "swarm-pr-review:base"`, the same exact `pr_head_sha`, explorer agents, and the staged-resilience fields when that policy is enabled: a singleton `pr_review_wave_stage: "canary"` first, then a matching `"fanout"` batch only for the remaining unresolved obligations. The durable gate joins successful provenance across the initial wave and retry batches, carries unresolved obligations forward attempt by attempt, and rejects typed `retry_exhausted` or `circuit_open` outcomes before any new lane is launched. While that controller is active, blocking `dispatch_lanes` and direct Task dispatch are not equivalent because they cannot satisfy the structured provenance gate. Under Profiles B/C, retry only the failed `workflow_lane` identifiers with a fresh subagent or pass, the same exact `pr_head_sha`, and a materially different prompt decomposition.
|
|
929
963
|
3. If no equivalent alternative can be verified, **STOP and surface the lane failure to the user as BLOCKED** with the lane id, scope, failure mode, retry attempts, and why equivalence could not be proven. Do not present partial findings, do not issue a review verdict, and do not synthesize from successful lanes. A low-quality partial review is worse than no review.
|
|
930
964
|
4. Under Profile A: After the second failed retry, collect every lane to a
|
|
931
965
|
terminal state, do not probe downstream writers or micro lanes, call
|
|
@@ -12,8 +12,8 @@ import {
|
|
|
12
12
|
shouldRunOnStartup,
|
|
13
13
|
writeBackupArtifact,
|
|
14
14
|
writeDoctorArtifact
|
|
15
|
-
} from "./index-
|
|
16
|
-
import"./index-
|
|
15
|
+
} from "./index-n7trn9wz.js";
|
|
16
|
+
import"./index-h8qed3pr.js";
|
|
17
17
|
import"./index-cpg98bh1.js";
|
|
18
18
|
import"./index-z6xqpmqg.js";
|
|
19
19
|
import"./index-zjygnfay.js";
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
authorizeCuration,
|
|
5
5
|
buildConfigFingerprintInput,
|
|
6
6
|
readCohortConfigFingerprint
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-e1hjd15c.js";
|
|
8
8
|
import"./index-rtry5xyf.js";
|
|
9
|
-
import"./index-
|
|
10
|
-
import"./index-
|
|
11
|
-
import"./index-
|
|
9
|
+
import"./index-w0cj7zyd.js";
|
|
10
|
+
import"./index-qbpxrw95.js";
|
|
11
|
+
import"./index-ycgm9pzg.js";
|
|
12
12
|
import"./index-bghwrr59.js";
|
|
13
13
|
import"./index-qyvjp0bq.js";
|
|
14
14
|
import"./index-7g4c7s5r.js";
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
createCuratorLLMDelegate
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
7
|
-
import"./index-
|
|
8
|
-
import"./index-
|
|
9
|
-
import"./index-
|
|
4
|
+
} from "./index-7x00nx8m.js";
|
|
5
|
+
import"./index-w5r84rd1.js";
|
|
6
|
+
import"./index-xz0ccakc.js";
|
|
7
|
+
import"./index-n7trn9wz.js";
|
|
8
|
+
import"./index-4qvsh3m5.js";
|
|
9
|
+
import"./index-zkaz3fhw.js";
|
|
10
10
|
import"./index-134d35c1.js";
|
|
11
11
|
import"./index-abtrcs16.js";
|
|
12
12
|
import"./index-y8552snf.js";
|
|
13
|
-
import"./index-
|
|
14
|
-
import"./index-
|
|
13
|
+
import"./index-fksfxhmx.js";
|
|
14
|
+
import"./index-9qbr27bw.js";
|
|
15
15
|
import"./index-70ha9e09.js";
|
|
16
16
|
import"./index-c8s9a3zh.js";
|
|
17
17
|
import"./index-9ss2m4rs.js";
|
|
18
18
|
import"./index-z9yhhk6q.js";
|
|
19
19
|
import"./index-5e5a1y2r.js";
|
|
20
|
-
import"./index-
|
|
21
|
-
import"./index-
|
|
22
|
-
import"./index-
|
|
20
|
+
import"./index-txh3h83v.js";
|
|
21
|
+
import"./index-cw96tpy6.js";
|
|
22
|
+
import"./index-e1hjd15c.js";
|
|
23
23
|
import"./index-rtry5xyf.js";
|
|
24
24
|
import"./index-zsrtt42s.js";
|
|
25
25
|
import"./index-97psh79d.js";
|
|
26
26
|
import"./index-e1pxav9g.js";
|
|
27
|
-
import"./index-
|
|
28
|
-
import"./index-
|
|
29
|
-
import"./index-
|
|
30
|
-
import"./index-
|
|
27
|
+
import"./index-t7sfrv3v.js";
|
|
28
|
+
import"./index-tzyvmkd1.js";
|
|
29
|
+
import"./index-zwn2e2pe.js";
|
|
30
|
+
import"./index-g8qbjqqz.js";
|
|
31
31
|
import"./index-556ja8an.js";
|
|
32
32
|
import"./index-7sy3aa9m.js";
|
|
33
33
|
import"./index-wx8zdh4a.js";
|
|
34
34
|
import"./index-3g0xk6tk.js";
|
|
35
35
|
import"./index-85gkedsf.js";
|
|
36
|
-
import"./index-
|
|
37
|
-
import"./index-
|
|
38
|
-
import"./index-
|
|
36
|
+
import"./index-vacrzesw.js";
|
|
37
|
+
import"./index-k46kg4t6.js";
|
|
38
|
+
import"./index-19f0zycs.js";
|
|
39
39
|
import"./index-gprxjmm7.js";
|
|
40
40
|
import"./index-n832052r.js";
|
|
41
|
-
import"./index-
|
|
42
|
-
import"./index-
|
|
41
|
+
import"./index-1c9mfnj0.js";
|
|
42
|
+
import"./index-h8qed3pr.js";
|
|
43
43
|
import"./index-cpg98bh1.js";
|
|
44
44
|
import"./index-9e6fdz2h.js";
|
|
45
45
|
import"./index-4rhhvd1a.js";
|
|
@@ -48,10 +48,10 @@ import"./index-z6xqpmqg.js";
|
|
|
48
48
|
import"./index-zj6t9zgx.js";
|
|
49
49
|
import"./index-zjygnfay.js";
|
|
50
50
|
import"./index-ae75rja9.js";
|
|
51
|
-
import"./index-
|
|
52
|
-
import"./index-
|
|
51
|
+
import"./index-w0cj7zyd.js";
|
|
52
|
+
import"./index-qbpxrw95.js";
|
|
53
53
|
import"./index-bk5tah7q.js";
|
|
54
|
-
import"./index-
|
|
54
|
+
import"./index-ycgm9pzg.js";
|
|
55
55
|
import"./index-bghwrr59.js";
|
|
56
56
|
import"./index-qyvjp0bq.js";
|
|
57
57
|
import"./index-7g4c7s5r.js";
|
|
@@ -14,45 +14,45 @@ import {
|
|
|
14
14
|
runCuratorInit,
|
|
15
15
|
runCuratorPhase,
|
|
16
16
|
writeCuratorSummary
|
|
17
|
-
} from "./index-
|
|
18
|
-
import"./index-
|
|
19
|
-
import"./index-
|
|
20
|
-
import"./index-
|
|
21
|
-
import"./index-
|
|
22
|
-
import"./index-
|
|
17
|
+
} from "./index-7x00nx8m.js";
|
|
18
|
+
import"./index-w5r84rd1.js";
|
|
19
|
+
import"./index-xz0ccakc.js";
|
|
20
|
+
import"./index-n7trn9wz.js";
|
|
21
|
+
import"./index-4qvsh3m5.js";
|
|
22
|
+
import"./index-zkaz3fhw.js";
|
|
23
23
|
import"./index-134d35c1.js";
|
|
24
24
|
import"./index-abtrcs16.js";
|
|
25
25
|
import"./index-y8552snf.js";
|
|
26
|
-
import"./index-
|
|
27
|
-
import"./index-
|
|
26
|
+
import"./index-fksfxhmx.js";
|
|
27
|
+
import"./index-9qbr27bw.js";
|
|
28
28
|
import"./index-70ha9e09.js";
|
|
29
29
|
import"./index-c8s9a3zh.js";
|
|
30
30
|
import"./index-9ss2m4rs.js";
|
|
31
31
|
import"./index-z9yhhk6q.js";
|
|
32
32
|
import"./index-5e5a1y2r.js";
|
|
33
|
-
import"./index-
|
|
34
|
-
import"./index-
|
|
35
|
-
import"./index-
|
|
33
|
+
import"./index-txh3h83v.js";
|
|
34
|
+
import"./index-cw96tpy6.js";
|
|
35
|
+
import"./index-e1hjd15c.js";
|
|
36
36
|
import"./index-rtry5xyf.js";
|
|
37
37
|
import"./index-zsrtt42s.js";
|
|
38
38
|
import"./index-97psh79d.js";
|
|
39
39
|
import"./index-e1pxav9g.js";
|
|
40
|
-
import"./index-
|
|
41
|
-
import"./index-
|
|
42
|
-
import"./index-
|
|
43
|
-
import"./index-
|
|
40
|
+
import"./index-t7sfrv3v.js";
|
|
41
|
+
import"./index-tzyvmkd1.js";
|
|
42
|
+
import"./index-zwn2e2pe.js";
|
|
43
|
+
import"./index-g8qbjqqz.js";
|
|
44
44
|
import"./index-556ja8an.js";
|
|
45
45
|
import"./index-7sy3aa9m.js";
|
|
46
46
|
import"./index-wx8zdh4a.js";
|
|
47
47
|
import"./index-3g0xk6tk.js";
|
|
48
48
|
import"./index-85gkedsf.js";
|
|
49
|
-
import"./index-
|
|
50
|
-
import"./index-
|
|
51
|
-
import"./index-
|
|
49
|
+
import"./index-vacrzesw.js";
|
|
50
|
+
import"./index-k46kg4t6.js";
|
|
51
|
+
import"./index-19f0zycs.js";
|
|
52
52
|
import"./index-gprxjmm7.js";
|
|
53
53
|
import"./index-n832052r.js";
|
|
54
|
-
import"./index-
|
|
55
|
-
import"./index-
|
|
54
|
+
import"./index-1c9mfnj0.js";
|
|
55
|
+
import"./index-h8qed3pr.js";
|
|
56
56
|
import"./index-cpg98bh1.js";
|
|
57
57
|
import"./index-9e6fdz2h.js";
|
|
58
58
|
import"./index-4rhhvd1a.js";
|
|
@@ -61,10 +61,10 @@ import"./index-z6xqpmqg.js";
|
|
|
61
61
|
import"./index-zj6t9zgx.js";
|
|
62
62
|
import"./index-zjygnfay.js";
|
|
63
63
|
import"./index-ae75rja9.js";
|
|
64
|
-
import"./index-
|
|
65
|
-
import"./index-
|
|
64
|
+
import"./index-w0cj7zyd.js";
|
|
65
|
+
import"./index-qbpxrw95.js";
|
|
66
66
|
import"./index-bk5tah7q.js";
|
|
67
|
-
import"./index-
|
|
67
|
+
import"./index-ycgm9pzg.js";
|
|
68
68
|
import"./index-bghwrr59.js";
|
|
69
69
|
import"./index-qyvjp0bq.js";
|
|
70
70
|
import"./index-7g4c7s5r.js";
|
package/dist/cli/{evidence-summary-service-6m9jmzk8.js → evidence-summary-service-xma4aagr.js}
RENAMED
|
@@ -6,21 +6,21 @@ import {
|
|
|
6
6
|
loadPlanJsonOnly,
|
|
7
7
|
mergeDurableGateEntriesFromEvidence,
|
|
8
8
|
readDurableGateEvidence
|
|
9
|
-
} from "./index-
|
|
10
|
-
import"./index-
|
|
9
|
+
} from "./index-4qvsh3m5.js";
|
|
10
|
+
import"./index-zkaz3fhw.js";
|
|
11
11
|
import"./index-134d35c1.js";
|
|
12
12
|
import"./index-y8552snf.js";
|
|
13
13
|
import"./index-9ss2m4rs.js";
|
|
14
14
|
import"./index-zsrtt42s.js";
|
|
15
|
-
import"./index-
|
|
16
|
-
import"./index-
|
|
17
|
-
import"./index-
|
|
15
|
+
import"./index-t7sfrv3v.js";
|
|
16
|
+
import"./index-tzyvmkd1.js";
|
|
17
|
+
import"./index-g8qbjqqz.js";
|
|
18
18
|
import"./index-556ja8an.js";
|
|
19
19
|
import"./index-85gkedsf.js";
|
|
20
20
|
import"./index-gprxjmm7.js";
|
|
21
21
|
import"./index-n832052r.js";
|
|
22
|
-
import"./index-
|
|
23
|
-
import"./index-
|
|
22
|
+
import"./index-1c9mfnj0.js";
|
|
23
|
+
import"./index-h8qed3pr.js";
|
|
24
24
|
import"./index-cpg98bh1.js";
|
|
25
25
|
import"./index-9e6fdz2h.js";
|
|
26
26
|
import"./index-4rhhvd1a.js";
|
|
@@ -28,9 +28,9 @@ import"./index-w8pgjr75.js";
|
|
|
28
28
|
import"./index-z6xqpmqg.js";
|
|
29
29
|
import"./index-zj6t9zgx.js";
|
|
30
30
|
import"./index-zjygnfay.js";
|
|
31
|
-
import"./index-
|
|
31
|
+
import"./index-qbpxrw95.js";
|
|
32
32
|
import"./index-bk5tah7q.js";
|
|
33
|
-
import"./index-
|
|
33
|
+
import"./index-ycgm9pzg.js";
|
|
34
34
|
import"./index-bghwrr59.js";
|
|
35
35
|
import"./index-qyvjp0bq.js";
|
|
36
36
|
import"./index-7g4c7s5r.js";
|
|
@@ -17,8 +17,8 @@ import {
|
|
|
17
17
|
reduceTaskWorkflowSnapshot,
|
|
18
18
|
transitionTaskWorkflowEvidence,
|
|
19
19
|
withTaskEvidenceTransaction
|
|
20
|
-
} from "./index-
|
|
21
|
-
import"./index-
|
|
20
|
+
} from "./index-t7sfrv3v.js";
|
|
21
|
+
import"./index-tzyvmkd1.js";
|
|
22
22
|
import"./index-556ja8an.js";
|
|
23
23
|
import"./index-cpg98bh1.js";
|
|
24
24
|
import"./index-9e6fdz2h.js";
|
|
@@ -27,8 +27,8 @@ import"./index-w8pgjr75.js";
|
|
|
27
27
|
import"./index-z6xqpmqg.js";
|
|
28
28
|
import"./index-zj6t9zgx.js";
|
|
29
29
|
import"./index-zjygnfay.js";
|
|
30
|
-
import"./index-
|
|
31
|
-
import"./index-
|
|
30
|
+
import"./index-qbpxrw95.js";
|
|
31
|
+
import"./index-ycgm9pzg.js";
|
|
32
32
|
import"./index-bghwrr59.js";
|
|
33
33
|
import"./index-qyvjp0bq.js";
|
|
34
34
|
import"./index-7g4c7s5r.js";
|
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
7
|
-
import"./index-
|
|
8
|
-
import"./index-
|
|
9
|
-
import"./index-
|
|
10
|
-
import"./index-
|
|
4
|
+
} from "./index-va8a2zrq.js";
|
|
5
|
+
import"./index-7x00nx8m.js";
|
|
6
|
+
import"./index-w5r84rd1.js";
|
|
7
|
+
import"./index-xz0ccakc.js";
|
|
8
|
+
import"./index-n7trn9wz.js";
|
|
9
|
+
import"./index-4qvsh3m5.js";
|
|
10
|
+
import"./index-zkaz3fhw.js";
|
|
11
11
|
import"./index-134d35c1.js";
|
|
12
12
|
import"./index-abtrcs16.js";
|
|
13
13
|
import"./index-y8552snf.js";
|
|
14
|
-
import"./index-
|
|
15
|
-
import"./index-
|
|
14
|
+
import"./index-fksfxhmx.js";
|
|
15
|
+
import"./index-9qbr27bw.js";
|
|
16
16
|
import"./index-70ha9e09.js";
|
|
17
17
|
import"./index-c8s9a3zh.js";
|
|
18
18
|
import"./index-9ss2m4rs.js";
|
|
19
19
|
import"./index-z9yhhk6q.js";
|
|
20
20
|
import"./index-5e5a1y2r.js";
|
|
21
|
-
import"./index-
|
|
22
|
-
import"./index-
|
|
23
|
-
import"./index-
|
|
21
|
+
import"./index-txh3h83v.js";
|
|
22
|
+
import"./index-cw96tpy6.js";
|
|
23
|
+
import"./index-e1hjd15c.js";
|
|
24
24
|
import"./index-rtry5xyf.js";
|
|
25
25
|
import"./index-zsrtt42s.js";
|
|
26
26
|
import"./index-97psh79d.js";
|
|
27
27
|
import"./index-e1pxav9g.js";
|
|
28
|
-
import"./index-
|
|
29
|
-
import"./index-
|
|
30
|
-
import"./index-
|
|
31
|
-
import"./index-
|
|
28
|
+
import"./index-t7sfrv3v.js";
|
|
29
|
+
import"./index-tzyvmkd1.js";
|
|
30
|
+
import"./index-zwn2e2pe.js";
|
|
31
|
+
import"./index-g8qbjqqz.js";
|
|
32
32
|
import"./index-556ja8an.js";
|
|
33
33
|
import"./index-7sy3aa9m.js";
|
|
34
34
|
import"./index-wx8zdh4a.js";
|
|
35
35
|
import"./index-3g0xk6tk.js";
|
|
36
36
|
import"./index-85gkedsf.js";
|
|
37
|
-
import"./index-
|
|
38
|
-
import"./index-
|
|
39
|
-
import"./index-
|
|
37
|
+
import"./index-vacrzesw.js";
|
|
38
|
+
import"./index-k46kg4t6.js";
|
|
39
|
+
import"./index-19f0zycs.js";
|
|
40
40
|
import"./index-gprxjmm7.js";
|
|
41
41
|
import"./index-n832052r.js";
|
|
42
|
-
import"./index-
|
|
43
|
-
import"./index-
|
|
42
|
+
import"./index-1c9mfnj0.js";
|
|
43
|
+
import"./index-h8qed3pr.js";
|
|
44
44
|
import"./index-cpg98bh1.js";
|
|
45
45
|
import"./index-9e6fdz2h.js";
|
|
46
46
|
import"./index-4rhhvd1a.js";
|
|
@@ -49,10 +49,10 @@ import"./index-z6xqpmqg.js";
|
|
|
49
49
|
import"./index-zj6t9zgx.js";
|
|
50
50
|
import"./index-zjygnfay.js";
|
|
51
51
|
import"./index-ae75rja9.js";
|
|
52
|
-
import"./index-
|
|
53
|
-
import"./index-
|
|
52
|
+
import"./index-w0cj7zyd.js";
|
|
53
|
+
import"./index-qbpxrw95.js";
|
|
54
54
|
import"./index-bk5tah7q.js";
|
|
55
|
-
import"./index-
|
|
55
|
+
import"./index-ycgm9pzg.js";
|
|
56
56
|
import"./index-bghwrr59.js";
|
|
57
57
|
import"./index-qyvjp0bq.js";
|
|
58
58
|
import"./index-7g4c7s5r.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailLog
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
4
|
+
} from "./index-bd4g9fvb.js";
|
|
5
|
+
import"./index-xz0ccakc.js";
|
|
6
6
|
import"./index-556ja8an.js";
|
|
7
|
-
import"./index-
|
|
7
|
+
import"./index-h8qed3pr.js";
|
|
8
8
|
import"./index-cpg98bh1.js";
|
|
9
9
|
import"./index-z6xqpmqg.js";
|
|
10
10
|
import"./index-zj6t9zgx.js";
|
|
@@ -7,33 +7,33 @@ import {
|
|
|
7
7
|
isHiveEligible,
|
|
8
8
|
promoteFromSwarm,
|
|
9
9
|
promoteToHive
|
|
10
|
-
} from "./index-
|
|
11
|
-
import"./index-
|
|
12
|
-
import"./index-
|
|
13
|
-
import"./index-
|
|
14
|
-
import"./index-
|
|
15
|
-
import"./index-
|
|
10
|
+
} from "./index-7x00nx8m.js";
|
|
11
|
+
import"./index-w5r84rd1.js";
|
|
12
|
+
import"./index-xz0ccakc.js";
|
|
13
|
+
import"./index-n7trn9wz.js";
|
|
14
|
+
import"./index-4qvsh3m5.js";
|
|
15
|
+
import"./index-zkaz3fhw.js";
|
|
16
16
|
import"./index-134d35c1.js";
|
|
17
17
|
import"./index-abtrcs16.js";
|
|
18
18
|
import"./index-y8552snf.js";
|
|
19
|
-
import"./index-
|
|
20
|
-
import"./index-
|
|
19
|
+
import"./index-fksfxhmx.js";
|
|
20
|
+
import"./index-9qbr27bw.js";
|
|
21
21
|
import"./index-70ha9e09.js";
|
|
22
22
|
import"./index-c8s9a3zh.js";
|
|
23
23
|
import"./index-9ss2m4rs.js";
|
|
24
24
|
import"./index-z9yhhk6q.js";
|
|
25
25
|
import"./index-5e5a1y2r.js";
|
|
26
|
-
import"./index-
|
|
27
|
-
import"./index-
|
|
28
|
-
import"./index-
|
|
26
|
+
import"./index-txh3h83v.js";
|
|
27
|
+
import"./index-cw96tpy6.js";
|
|
28
|
+
import"./index-e1hjd15c.js";
|
|
29
29
|
import"./index-rtry5xyf.js";
|
|
30
30
|
import"./index-zsrtt42s.js";
|
|
31
31
|
import"./index-97psh79d.js";
|
|
32
32
|
import"./index-e1pxav9g.js";
|
|
33
|
-
import"./index-
|
|
34
|
-
import"./index-
|
|
35
|
-
import"./index-
|
|
36
|
-
import"./index-
|
|
33
|
+
import"./index-t7sfrv3v.js";
|
|
34
|
+
import"./index-tzyvmkd1.js";
|
|
35
|
+
import"./index-zwn2e2pe.js";
|
|
36
|
+
import"./index-g8qbjqqz.js";
|
|
37
37
|
import"./index-556ja8an.js";
|
|
38
38
|
import"./index-7sy3aa9m.js";
|
|
39
39
|
import"./index-wx8zdh4a.js";
|
|
@@ -41,13 +41,13 @@ import"./index-3g0xk6tk.js";
|
|
|
41
41
|
import"./index-85gkedsf.js";
|
|
42
42
|
import {
|
|
43
43
|
resolveHiveKnowledgePath
|
|
44
|
-
} from "./index-
|
|
45
|
-
import"./index-
|
|
46
|
-
import"./index-
|
|
44
|
+
} from "./index-vacrzesw.js";
|
|
45
|
+
import"./index-k46kg4t6.js";
|
|
46
|
+
import"./index-19f0zycs.js";
|
|
47
47
|
import"./index-gprxjmm7.js";
|
|
48
48
|
import"./index-n832052r.js";
|
|
49
|
-
import"./index-
|
|
50
|
-
import"./index-
|
|
49
|
+
import"./index-1c9mfnj0.js";
|
|
50
|
+
import"./index-h8qed3pr.js";
|
|
51
51
|
import"./index-cpg98bh1.js";
|
|
52
52
|
import"./index-9e6fdz2h.js";
|
|
53
53
|
import"./index-4rhhvd1a.js";
|
|
@@ -56,10 +56,10 @@ import"./index-z6xqpmqg.js";
|
|
|
56
56
|
import"./index-zj6t9zgx.js";
|
|
57
57
|
import"./index-zjygnfay.js";
|
|
58
58
|
import"./index-ae75rja9.js";
|
|
59
|
-
import"./index-
|
|
60
|
-
import"./index-
|
|
59
|
+
import"./index-w0cj7zyd.js";
|
|
60
|
+
import"./index-qbpxrw95.js";
|
|
61
61
|
import"./index-bk5tah7q.js";
|
|
62
|
-
import"./index-
|
|
62
|
+
import"./index-ycgm9pzg.js";
|
|
63
63
|
import"./index-bghwrr59.js";
|
|
64
64
|
import"./index-qyvjp0bq.js";
|
|
65
65
|
import"./index-7g4c7s5r.js";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
init_loader,
|
|
4
4
|
loadPluginConfigWithMeta
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-1c9mfnj0.js";
|
|
6
6
|
import {
|
|
7
7
|
init_schema
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-h8qed3pr.js";
|
|
9
9
|
import {
|
|
10
10
|
DEFAULT_WORKTREE_ISOLATION_CONFIG,
|
|
11
11
|
init_constants
|