opencode-swarm 7.140.5 → 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.
- package/.opencode/skills/swarm-pr-review/SKILL.md +2 -4
- package/.opencode/skills/swarm-pr-review/references/lane-output-recoverability.md +54 -0
- package/dist/background/candidate-contract.d.ts +1 -1
- package/dist/background/pr-review-trigger-contract.d.ts +36 -0
- package/dist/cli/{config-doctor-5vzpq4qa.js → config-doctor-y5qeh18c.js} +2 -2
- package/dist/cli/{core-xjzdc56e.js → core-pwd9604e.js} +1 -1
- package/dist/cli/{curator-llm-factory-rds75zhj.js → curator-llm-factory-96pnc23w.js} +16 -16
- package/dist/cli/{curator-5nytvg7p.js → curator-q1nchgpg.js} +16 -16
- package/dist/cli/{evidence-summary-service-zq4gyx6g.js → evidence-summary-service-18142mr3.js} +4 -4
- package/dist/cli/{guardrail-explain-an7jvam1.js → guardrail-explain-kyd89z8z.js} +17 -17
- package/dist/cli/{guardrail-log-0hnd2k9v.js → guardrail-log-cahp1ews.js} +3 -3
- package/dist/cli/{hive-promoter-qe8pqg79.js → hive-promoter-vcbcvcsh.js} +16 -16
- package/dist/cli/{index-ptn13xjn.js → index-1p72dtym.js} +1 -1
- package/dist/cli/{index-ex7r16gc.js → index-2778hhh7.js} +2 -2
- package/dist/cli/{index-0rx9t9w8.js → index-4s7xgzbm.js} +1 -1
- package/dist/cli/{index-wrb0gykj.js → index-4zxrkk1h.js} +1 -1
- package/dist/cli/{index-2bg901qt.js → index-56rqw2hs.js} +2 -2
- package/dist/cli/{index-mm2egvdt.js → index-5qd5vt2d.js} +18 -18
- package/dist/cli/{index-affh1gtg.js → index-92n3d5ky.js} +3 -3
- package/dist/cli/{index-wkt9fj06.js → index-bjqpdr83.js} +2 -2
- package/dist/cli/{index-8rp1y4ab.js → index-dtqjxfw9.js} +1 -1
- package/dist/cli/{index-0r2m0vbq.js → index-e58e3v0v.js} +3 -3
- package/dist/cli/{index-01ggt2mj.js → index-fejfzy2j.js} +4 -4
- package/dist/cli/{index-ztgn70jz.js → index-h01wb18g.js} +1 -1
- package/dist/cli/{index-z90nvqj3.js → index-nakkgkkt.js} +151 -63
- package/dist/cli/{index-nyjtzmsj.js → index-p04qrwck.js} +2 -2
- package/dist/cli/{index-z7h37d63.js → index-p2ty3eee.js} +1 -1
- package/dist/cli/{index-jm4cpp4n.js → index-thp186x0.js} +1 -1
- package/dist/cli/{index-386ts4tm.js → index-y9q9f6ms.js} +1 -1
- package/dist/cli/{index-e0mpz2j3.js → index-z0z9pe7b.js} +5 -5
- package/dist/cli/{index-kb5q9v34.js → index-z3s0a44b.js} +3 -3
- package/dist/cli/{index-nwrwy8eb.js → index-zd4qhnr7.js} +1 -1
- package/dist/cli/index.js +16 -16
- package/dist/cli/{knowledge-escalator-4pfrc902.js → knowledge-escalator-gj58za4g.js} +6 -6
- package/dist/cli/{knowledge-events-3zkfnksk.js → knowledge-events-3m5jnnv6.js} +4 -4
- package/dist/cli/{knowledge-store-dpqgvvjt.js → knowledge-store-0vy8wbzd.js} +1 -1
- package/dist/cli/{knowledge-validator-2c7w87dk.js → knowledge-validator-mvcs8wf6.js} +2 -2
- package/dist/cli/{scan-cursor-1z60gwrw.js → scan-cursor-wznc7p7p.js} +2 -2
- package/dist/cli/{schema-vpnkwvez.js → schema-k596bhds.js} +1 -1
- package/dist/cli/{scope-persistence-p9dmprry.js → scope-persistence-0ny5fn07.js} +4 -4
- package/dist/cli/{skill-generator-yx7ka1cj.js → skill-generator-vrks0jjj.js} +7 -7
- package/dist/cli/{worktree-isolation-bwc6ra8e.js → worktree-isolation-zgk7314k.js} +16 -16
- package/dist/hooks/pr-workflow-gate.d.ts +20 -0
- package/dist/index.js +12 -10
- package/package.json +1 -1
|
@@ -947,7 +947,7 @@ build a minimal correct single-lane reproduction using the same workflow mode,
|
|
|
947
947
|
lane identity, exact head, and canonical row. Before retrying, distinguish the
|
|
948
948
|
three independent input layers: the header schema, data-row values, and tool
|
|
949
949
|
argument shape. A correct header does not repair an invalid severity or lane
|
|
950
|
-
value, and correct row data does not repair malformed dispatch JSON.
|
|
950
|
+
value, and correct row data does not repair malformed dispatch JSON. Benign shape defects (evidence pipes, marker rows, verdict-row pipes) are auto-repaired and recorded as salvage — never a retry reason alone (contract and fidelity boundaries: `references/lane-output-recoverability.md`).
|
|
951
951
|
|
|
952
952
|
Classify the incident from actual user-visible harm and the first failed
|
|
953
953
|
predicate, not from the number of retries or the eventual result. A successful
|
|
@@ -1157,9 +1157,7 @@ pass the exact reviewed merge-base as `base_sha`, the exact live base branch
|
|
|
1157
1157
|
tip/ref used to compute it as `base_ref`, and the same `pr_head_sha` to the
|
|
1158
1158
|
writer. The writer runs bounded `git merge-base -- <base_ref> <pr_head_sha>` and
|
|
1159
1159
|
rejects any claimed `base_sha` that is not the exact result. It accepts only an
|
|
1160
|
-
exact eleven-row v2 receipt
|
|
1161
|
-
non-degraded, exact-head artifacts from lanes that declared and attested their
|
|
1162
|
-
families; `NOT_TRIGGERED` rows are provenance-free. Counts are recomputed and
|
|
1160
|
+
exact eleven-row v2 receipt backed by verifiable provenance (identity, ownership, digest, retained artifact); a coverage-QUALITY failure is disclosed on the receipt as `coverage_degradations` and the run proceeds, with synthesis disclosing degraded families (`references/lane-output-recoverability.md`). `NOT_TRIGGERED` rows are provenance-free. Counts are recomputed and
|
|
1163
1161
|
must agree. It never uses keyword or path classification alone as absence
|
|
1164
1162
|
evidence. Any head mismatch makes persistence fail. Historical unversioned and
|
|
1165
1163
|
schema-v1 all-`MATCHED` receipts remain readable, but new writes are strict v2.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# Lane-output recoverability (repairs and recorded degradation)
|
|
2
|
+
|
|
3
|
+
Supplement to the main `SKILL.md` (progressive disclosure per the issue #2131
|
|
4
|
+
criterion-G ratchet). This file documents the recoverability contract added to
|
|
5
|
+
keep substantively-correct but format-imperfect runs completable.
|
|
6
|
+
|
|
7
|
+
## Parser-boundary repairs (recorded as salvage)
|
|
8
|
+
|
|
9
|
+
Two benign shape defects are repaired automatically at the parser boundary and
|
|
10
|
+
are never a reason to retry by themselves:
|
|
11
|
+
|
|
12
|
+
- **`clean-evidence-pipe-tail-merge`** — literal unescaped pipes inside a
|
|
13
|
+
`[CLEAN]` row's evidence text (regex character classes like `,;|`, shell
|
|
14
|
+
snippets) are tail-merged into the evidence field instead of splitting the
|
|
15
|
+
row past the 4-field contract. Deterministic: evidence is the trailing field.
|
|
16
|
+
- **`summary-row-dropped`** — pipe-bearing non-contract marker rows
|
|
17
|
+
(`[LANE_SUMMARY]`, `[NOTE]`, `[DONE]`, …) are dropped before parsing; they
|
|
18
|
+
were previously miscounted as malformed candidate rows that voided an
|
|
19
|
+
otherwise-valid clean attestation. Pipe-free lines are preserved (they may be
|
|
20
|
+
continuation fragments).
|
|
21
|
+
|
|
22
|
+
Both repairs are recorded as salvage on the lane record. Lanes should still
|
|
23
|
+
escape pipes as `\|` where practical, but the review no longer fails when they
|
|
24
|
+
do not. The per-obligation CLEAN rules: a `[CLEAN]` conflicts with `[CANDIDATE]`
|
|
25
|
+
rows only for the SAME lane; a valid CLEAN for a different lane in an unscoped
|
|
26
|
+
parse is skipped, not an error; duplicates for the same lane still fail.
|
|
27
|
+
|
|
28
|
+
## Verdict-row pipe tolerance and its fidelity boundary
|
|
29
|
+
|
|
30
|
+
`[REVIEWED]` (10-field), `[CRITIC]` (6-field), and `[FEEDBACK-VERIFIED]`
|
|
31
|
+
(4-field) rows tail-merge extra pipe separators into the trailing free-text
|
|
32
|
+
field. Fidelity boundary: content-preserving when the extra pipes sit in the
|
|
33
|
+
trailing field; a pipe in a mid-row prose field still authenticates (all
|
|
34
|
+
machine-checked positions are untouched) but trailing prose fields may be
|
|
35
|
+
re-arranged. A debug-gated warn fires on every applied merge; the raw lane
|
|
36
|
+
emission is always retained verbatim in the lane-output store, so repairs are
|
|
37
|
+
re-derivable.
|
|
38
|
+
|
|
39
|
+
## Recorded coverage degradation (trigger evaluation)
|
|
40
|
+
|
|
41
|
+
The trigger-eval writer accepts only an exact eleven-row v2 receipt whose
|
|
42
|
+
`MATCHED` rows are backed by exact-head artifacts from lanes that declared
|
|
43
|
+
ownership of their families through a verifiable provenance chain (identity,
|
|
44
|
+
ownership, digest, retained artifact). A lane whose coverage QUALITY is
|
|
45
|
+
imperfect — it ended `error`/`cancelled` after exhausting retries, or its
|
|
46
|
+
artifact has no covered `[CANDIDATE]`/`[CLEAN]` row for the row's own family —
|
|
47
|
+
no longer dead-ends the run: the writer records the failure on the durable
|
|
48
|
+
receipt as a `coverage_degradations` entry (trigger id, source lane, reason,
|
|
49
|
+
row-scoped so a consolidated lane's covered families are never misattributed)
|
|
50
|
+
and proceeds. The tool result reports `coverage_degradation_count`; the
|
|
51
|
+
synthesis phase MUST disclose every degraded family, with its recorded reason,
|
|
52
|
+
in the final review report. Retries remain the first resort (COVERAGE GATE); a
|
|
53
|
+
missing provenance chain still fails closed, and the reviewer/critic inventory
|
|
54
|
+
skips exactly the receipt-disclosed dispatch tuples.
|
|
@@ -51,7 +51,7 @@ export interface NormalizedCandidateArtifact {
|
|
|
51
51
|
/** Narrow, auditable repairs applied before the unchanged strict parser runs. */
|
|
52
52
|
repairKinds: CandidateArtifactRepairKind[];
|
|
53
53
|
}
|
|
54
|
-
export type CandidateArtifactRepairKind = 'synthesized-header' | 'terminal-protocol-fence' | 'redundant-clean-confidence';
|
|
54
|
+
export type CandidateArtifactRepairKind = 'synthesized-header' | 'terminal-protocol-fence' | 'redundant-clean-confidence' | 'clean-evidence-pipe-tail-merge' | 'summary-row-dropped';
|
|
55
55
|
/**
|
|
56
56
|
* Normalize a lane artifact ONCE so every consumer parses byte-identical text.
|
|
57
57
|
*
|
|
@@ -171,6 +171,32 @@ interface ValidatedTriggerLedger<TRow> {
|
|
|
171
171
|
export declare function validatePrReviewInlineTriggerLedger(input: unknown): ValidatedTriggerLedger<PrReviewInlineTriggerRow>;
|
|
172
172
|
export declare function validatePrReviewPersistedInputLedger(input: unknown): ValidatedTriggerLedger<PrReviewPersistedInputRow>;
|
|
173
173
|
export declare function validatePrReviewWriterInputLedger(input: unknown): ValidatedTriggerLedger<PrReviewWriterInputRow>;
|
|
174
|
+
/**
|
|
175
|
+
* Disclosure record for a MATCHED family whose cited micro lane could not
|
|
176
|
+
* produce a non-degraded, fully-covering artifact after retries. The run
|
|
177
|
+
* proceeds; the receipt — and therefore every consumer of it — can see exactly
|
|
178
|
+
* which families are degraded and why. Provenance (identity, ownership, exact
|
|
179
|
+
* head) is still enforced for these rows; only coverage QUALITY is relaxed.
|
|
180
|
+
*/
|
|
181
|
+
export declare const TriggerCoverageDegradationSchema: z.ZodObject<{
|
|
182
|
+
trigger_id: z.ZodEnum<{
|
|
183
|
+
"auth-identity-secrets": "auth-identity-secrets";
|
|
184
|
+
"untrusted-input-boundaries": "untrusted-input-boundaries";
|
|
185
|
+
"subprocess-platform": "subprocess-platform";
|
|
186
|
+
"concurrency-state": "concurrency-state";
|
|
187
|
+
"dependencies-build-release": "dependencies-build-release";
|
|
188
|
+
"api-schema-migrations": "api-schema-migrations";
|
|
189
|
+
"test-infrastructure": "test-infrastructure";
|
|
190
|
+
"ui-accessibility-i18n": "ui-accessibility-i18n";
|
|
191
|
+
"privacy-observability": "privacy-observability";
|
|
192
|
+
"generated-provenance": "generated-provenance";
|
|
193
|
+
"unclassified-risk": "unclassified-risk";
|
|
194
|
+
}>;
|
|
195
|
+
source_batch_id: z.ZodString;
|
|
196
|
+
source_lane_id: z.ZodString;
|
|
197
|
+
reason: z.ZodString;
|
|
198
|
+
}, z.core.$strict>;
|
|
199
|
+
export type TriggerCoverageDegradation = z.infer<typeof TriggerCoverageDegradationSchema>;
|
|
174
200
|
export interface BuildPrReviewTriggerReceiptV2Args {
|
|
175
201
|
run_id: string;
|
|
176
202
|
pr_head_sha: string;
|
|
@@ -179,6 +205,8 @@ export interface BuildPrReviewTriggerReceiptV2Args {
|
|
|
179
205
|
evaluated_at: string;
|
|
180
206
|
dispatched_micro_lane_count: number;
|
|
181
207
|
rows: unknown;
|
|
208
|
+
/** Receipt-level degradation disclosure; ledger rows stay untouched so the frozen-ledger digest is unaffected. */
|
|
209
|
+
coverage_degradations?: TriggerCoverageDegradation[];
|
|
182
210
|
}
|
|
183
211
|
export declare function buildPrReviewTriggerReceiptV2(input: BuildPrReviewTriggerReceiptV2Args): {
|
|
184
212
|
run_id: string;
|
|
@@ -209,6 +237,12 @@ export declare function buildPrReviewTriggerReceiptV2(input: BuildPrReviewTrigge
|
|
|
209
237
|
micro_lane: string;
|
|
210
238
|
trigger_id: "auth-identity-secrets" | "untrusted-input-boundaries" | "subprocess-platform" | "concurrency-state" | "dependencies-build-release" | "api-schema-migrations" | "test-infrastructure" | "ui-accessibility-i18n" | "privacy-observability" | "generated-provenance" | "unclassified-risk";
|
|
211
239
|
})[];
|
|
240
|
+
coverage_degradations: {
|
|
241
|
+
trigger_id: "auth-identity-secrets" | "untrusted-input-boundaries" | "subprocess-platform" | "concurrency-state" | "dependencies-build-release" | "api-schema-migrations" | "test-infrastructure" | "ui-accessibility-i18n" | "privacy-observability" | "generated-provenance" | "unclassified-risk";
|
|
242
|
+
source_batch_id: string;
|
|
243
|
+
source_lane_id: string;
|
|
244
|
+
reason: string;
|
|
245
|
+
}[];
|
|
212
246
|
};
|
|
213
247
|
export interface ParsedPrReviewTriggerReceipt {
|
|
214
248
|
schemaVersion: 0 | 1 | 2;
|
|
@@ -219,6 +253,8 @@ export interface ParsedPrReviewTriggerReceipt {
|
|
|
219
253
|
notTriggeredRows: Extract<PrReviewPersistedInputRow, {
|
|
220
254
|
result: 'NOT_TRIGGERED';
|
|
221
255
|
}>[];
|
|
256
|
+
/** Empty for pre-v2.2 receipts. Present entries mean the family's cited lane is provenance-valid but coverage-degraded. */
|
|
257
|
+
coverageDegradations: TriggerCoverageDegradation[];
|
|
222
258
|
}
|
|
223
259
|
/**
|
|
224
260
|
* Bind every micro dispatch to one semantic ledger at bind time.
|
|
@@ -12,10 +12,10 @@ import {
|
|
|
12
12
|
shouldRunOnStartup,
|
|
13
13
|
writeBackupArtifact,
|
|
14
14
|
writeDoctorArtifact
|
|
15
|
-
} from "./index-
|
|
15
|
+
} from "./index-p2ty3eee.js";
|
|
16
16
|
import"./index-ee3x66a5.js";
|
|
17
17
|
import"./index-zgwm4ryv.js";
|
|
18
|
-
import"./index-
|
|
18
|
+
import"./index-thp186x0.js";
|
|
19
19
|
import"./index-jqsfsqbx.js";
|
|
20
20
|
import"./index-zjygnfay.js";
|
|
21
21
|
import"./index-bk5tah7q.js";
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
createCuratorLLMDelegate
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-nakkgkkt.js";
|
|
5
5
|
import"./index-4905hd2m.js";
|
|
6
6
|
import"./index-41hkt36g.js";
|
|
7
7
|
import"./index-c432knmy.js";
|
|
8
|
-
import"./index-
|
|
8
|
+
import"./index-1p72dtym.js";
|
|
9
9
|
import"./index-c8s9a3zh.js";
|
|
10
|
-
import"./index-
|
|
11
|
-
import"./index-
|
|
10
|
+
import"./index-p2ty3eee.js";
|
|
11
|
+
import"./index-56rqw2hs.js";
|
|
12
12
|
import"./index-134d35c1.js";
|
|
13
13
|
import"./index-t5pytnca.js";
|
|
14
14
|
import"./index-y8552snf.js";
|
|
15
15
|
import"./index-9ss2m4rs.js";
|
|
16
16
|
import"./index-74hpm6sh.js";
|
|
17
|
-
import"./index-
|
|
18
|
-
import"./index-
|
|
19
|
-
import"./index-
|
|
17
|
+
import"./index-z3s0a44b.js";
|
|
18
|
+
import"./index-z0z9pe7b.js";
|
|
19
|
+
import"./index-h01wb18g.js";
|
|
20
20
|
import"./index-v2xrer41.js";
|
|
21
21
|
import"./index-m9xrdjn0.js";
|
|
22
|
-
import"./index-
|
|
22
|
+
import"./index-bjqpdr83.js";
|
|
23
23
|
import"./index-556ja8an.js";
|
|
24
|
-
import"./index-
|
|
24
|
+
import"./index-4zxrkk1h.js";
|
|
25
25
|
import"./index-zsrtt42s.js";
|
|
26
|
-
import"./index-
|
|
26
|
+
import"./index-dtqjxfw9.js";
|
|
27
27
|
import"./index-qwm6vdyv.js";
|
|
28
28
|
import"./index-tjqzr3jc.js";
|
|
29
29
|
import"./index-s1v0wza5.js";
|
|
30
30
|
import"./index-8fwhhayc.js";
|
|
31
31
|
import"./index-q1exe2b3.js";
|
|
32
|
-
import"./index-
|
|
32
|
+
import"./index-92n3d5ky.js";
|
|
33
33
|
import"./index-k46me75h.js";
|
|
34
34
|
import"./index-ee3x66a5.js";
|
|
35
|
-
import"./index-
|
|
35
|
+
import"./index-y9q9f6ms.js";
|
|
36
36
|
import"./index-qy1nq52t.js";
|
|
37
37
|
import"./index-rtry5xyf.js";
|
|
38
|
-
import"./index-
|
|
38
|
+
import"./index-fejfzy2j.js";
|
|
39
39
|
import"./index-ae75rja9.js";
|
|
40
40
|
import"./index-vh05t3w5.js";
|
|
41
41
|
import"./index-p8kk34am.js";
|
|
@@ -43,13 +43,13 @@ import"./index-912qz4y0.js";
|
|
|
43
43
|
import"./index-7g4c7s5r.js";
|
|
44
44
|
import"./index-ed5ykebp.js";
|
|
45
45
|
import"./index-4nt52yr9.js";
|
|
46
|
-
import"./index-
|
|
46
|
+
import"./index-p04qrwck.js";
|
|
47
47
|
import"./index-gprxjmm7.js";
|
|
48
48
|
import"./index-n832052r.js";
|
|
49
|
-
import"./index-
|
|
49
|
+
import"./index-zd4qhnr7.js";
|
|
50
50
|
import"./index-4rhhvd1a.js";
|
|
51
51
|
import"./index-zgwm4ryv.js";
|
|
52
|
-
import"./index-
|
|
52
|
+
import"./index-thp186x0.js";
|
|
53
53
|
import"./index-jqsfsqbx.js";
|
|
54
54
|
import"./index-zjygnfay.js";
|
|
55
55
|
import"./index-bk5tah7q.js";
|
|
@@ -14,41 +14,41 @@ import {
|
|
|
14
14
|
runCuratorInit,
|
|
15
15
|
runCuratorPhase,
|
|
16
16
|
writeCuratorSummary
|
|
17
|
-
} from "./index-
|
|
17
|
+
} from "./index-nakkgkkt.js";
|
|
18
18
|
import"./index-4905hd2m.js";
|
|
19
19
|
import"./index-41hkt36g.js";
|
|
20
20
|
import"./index-c432knmy.js";
|
|
21
|
-
import"./index-
|
|
21
|
+
import"./index-1p72dtym.js";
|
|
22
22
|
import"./index-c8s9a3zh.js";
|
|
23
|
-
import"./index-
|
|
24
|
-
import"./index-
|
|
23
|
+
import"./index-p2ty3eee.js";
|
|
24
|
+
import"./index-56rqw2hs.js";
|
|
25
25
|
import"./index-134d35c1.js";
|
|
26
26
|
import"./index-t5pytnca.js";
|
|
27
27
|
import"./index-y8552snf.js";
|
|
28
28
|
import"./index-9ss2m4rs.js";
|
|
29
29
|
import"./index-74hpm6sh.js";
|
|
30
|
-
import"./index-
|
|
31
|
-
import"./index-
|
|
32
|
-
import"./index-
|
|
30
|
+
import"./index-z3s0a44b.js";
|
|
31
|
+
import"./index-z0z9pe7b.js";
|
|
32
|
+
import"./index-h01wb18g.js";
|
|
33
33
|
import"./index-v2xrer41.js";
|
|
34
34
|
import"./index-m9xrdjn0.js";
|
|
35
|
-
import"./index-
|
|
35
|
+
import"./index-bjqpdr83.js";
|
|
36
36
|
import"./index-556ja8an.js";
|
|
37
|
-
import"./index-
|
|
37
|
+
import"./index-4zxrkk1h.js";
|
|
38
38
|
import"./index-zsrtt42s.js";
|
|
39
|
-
import"./index-
|
|
39
|
+
import"./index-dtqjxfw9.js";
|
|
40
40
|
import"./index-qwm6vdyv.js";
|
|
41
41
|
import"./index-tjqzr3jc.js";
|
|
42
42
|
import"./index-s1v0wza5.js";
|
|
43
43
|
import"./index-8fwhhayc.js";
|
|
44
44
|
import"./index-q1exe2b3.js";
|
|
45
|
-
import"./index-
|
|
45
|
+
import"./index-92n3d5ky.js";
|
|
46
46
|
import"./index-k46me75h.js";
|
|
47
47
|
import"./index-ee3x66a5.js";
|
|
48
|
-
import"./index-
|
|
48
|
+
import"./index-y9q9f6ms.js";
|
|
49
49
|
import"./index-qy1nq52t.js";
|
|
50
50
|
import"./index-rtry5xyf.js";
|
|
51
|
-
import"./index-
|
|
51
|
+
import"./index-fejfzy2j.js";
|
|
52
52
|
import"./index-ae75rja9.js";
|
|
53
53
|
import"./index-vh05t3w5.js";
|
|
54
54
|
import"./index-p8kk34am.js";
|
|
@@ -56,13 +56,13 @@ import"./index-912qz4y0.js";
|
|
|
56
56
|
import"./index-7g4c7s5r.js";
|
|
57
57
|
import"./index-ed5ykebp.js";
|
|
58
58
|
import"./index-4nt52yr9.js";
|
|
59
|
-
import"./index-
|
|
59
|
+
import"./index-p04qrwck.js";
|
|
60
60
|
import"./index-gprxjmm7.js";
|
|
61
61
|
import"./index-n832052r.js";
|
|
62
|
-
import"./index-
|
|
62
|
+
import"./index-zd4qhnr7.js";
|
|
63
63
|
import"./index-4rhhvd1a.js";
|
|
64
64
|
import"./index-zgwm4ryv.js";
|
|
65
|
-
import"./index-
|
|
65
|
+
import"./index-thp186x0.js";
|
|
66
66
|
import"./index-jqsfsqbx.js";
|
|
67
67
|
import"./index-zjygnfay.js";
|
|
68
68
|
import"./index-bk5tah7q.js";
|
package/dist/cli/{evidence-summary-service-zq4gyx6g.js → evidence-summary-service-18142mr3.js}
RENAMED
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
loadPlanJsonOnly,
|
|
7
7
|
mergeDurableGateEntriesFromEvidence,
|
|
8
8
|
readDurableGateEvidence
|
|
9
|
-
} from "./index-
|
|
9
|
+
} from "./index-56rqw2hs.js";
|
|
10
10
|
import"./index-134d35c1.js";
|
|
11
11
|
import"./index-t5pytnca.js";
|
|
12
12
|
import"./index-y8552snf.js";
|
|
13
13
|
import"./index-9ss2m4rs.js";
|
|
14
|
-
import"./index-
|
|
14
|
+
import"./index-4zxrkk1h.js";
|
|
15
15
|
import"./index-zsrtt42s.js";
|
|
16
16
|
import"./index-tjqzr3jc.js";
|
|
17
17
|
import"./index-q1exe2b3.js";
|
|
@@ -24,12 +24,12 @@ import"./index-ed5ykebp.js";
|
|
|
24
24
|
import"./index-4nt52yr9.js";
|
|
25
25
|
import"./index-gprxjmm7.js";
|
|
26
26
|
import"./index-n832052r.js";
|
|
27
|
-
import"./index-
|
|
27
|
+
import"./index-zd4qhnr7.js";
|
|
28
28
|
import"./index-4rhhvd1a.js";
|
|
29
29
|
import {
|
|
30
30
|
log
|
|
31
31
|
} from "./index-zgwm4ryv.js";
|
|
32
|
-
import"./index-
|
|
32
|
+
import"./index-thp186x0.js";
|
|
33
33
|
import"./index-jqsfsqbx.js";
|
|
34
34
|
import"./index-zjygnfay.js";
|
|
35
35
|
import"./index-bk5tah7q.js";
|
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
4
|
+
} from "./index-2778hhh7.js";
|
|
5
|
+
import"./index-nakkgkkt.js";
|
|
6
6
|
import"./index-4905hd2m.js";
|
|
7
7
|
import"./index-41hkt36g.js";
|
|
8
8
|
import"./index-c432knmy.js";
|
|
9
|
-
import"./index-
|
|
9
|
+
import"./index-1p72dtym.js";
|
|
10
10
|
import"./index-c8s9a3zh.js";
|
|
11
|
-
import"./index-
|
|
12
|
-
import"./index-
|
|
11
|
+
import"./index-p2ty3eee.js";
|
|
12
|
+
import"./index-56rqw2hs.js";
|
|
13
13
|
import"./index-134d35c1.js";
|
|
14
14
|
import"./index-t5pytnca.js";
|
|
15
15
|
import"./index-y8552snf.js";
|
|
16
16
|
import"./index-9ss2m4rs.js";
|
|
17
17
|
import"./index-74hpm6sh.js";
|
|
18
|
-
import"./index-
|
|
19
|
-
import"./index-
|
|
20
|
-
import"./index-
|
|
18
|
+
import"./index-z3s0a44b.js";
|
|
19
|
+
import"./index-z0z9pe7b.js";
|
|
20
|
+
import"./index-h01wb18g.js";
|
|
21
21
|
import"./index-v2xrer41.js";
|
|
22
22
|
import"./index-m9xrdjn0.js";
|
|
23
|
-
import"./index-
|
|
23
|
+
import"./index-bjqpdr83.js";
|
|
24
24
|
import"./index-556ja8an.js";
|
|
25
|
-
import"./index-
|
|
25
|
+
import"./index-4zxrkk1h.js";
|
|
26
26
|
import"./index-zsrtt42s.js";
|
|
27
|
-
import"./index-
|
|
27
|
+
import"./index-dtqjxfw9.js";
|
|
28
28
|
import"./index-qwm6vdyv.js";
|
|
29
29
|
import"./index-tjqzr3jc.js";
|
|
30
30
|
import"./index-s1v0wza5.js";
|
|
31
31
|
import"./index-8fwhhayc.js";
|
|
32
32
|
import"./index-q1exe2b3.js";
|
|
33
|
-
import"./index-
|
|
33
|
+
import"./index-92n3d5ky.js";
|
|
34
34
|
import"./index-k46me75h.js";
|
|
35
35
|
import"./index-ee3x66a5.js";
|
|
36
|
-
import"./index-
|
|
36
|
+
import"./index-y9q9f6ms.js";
|
|
37
37
|
import"./index-qy1nq52t.js";
|
|
38
38
|
import"./index-rtry5xyf.js";
|
|
39
|
-
import"./index-
|
|
39
|
+
import"./index-fejfzy2j.js";
|
|
40
40
|
import"./index-ae75rja9.js";
|
|
41
41
|
import"./index-vh05t3w5.js";
|
|
42
42
|
import"./index-p8kk34am.js";
|
|
@@ -44,13 +44,13 @@ import"./index-912qz4y0.js";
|
|
|
44
44
|
import"./index-7g4c7s5r.js";
|
|
45
45
|
import"./index-ed5ykebp.js";
|
|
46
46
|
import"./index-4nt52yr9.js";
|
|
47
|
-
import"./index-
|
|
47
|
+
import"./index-p04qrwck.js";
|
|
48
48
|
import"./index-gprxjmm7.js";
|
|
49
49
|
import"./index-n832052r.js";
|
|
50
|
-
import"./index-
|
|
50
|
+
import"./index-zd4qhnr7.js";
|
|
51
51
|
import"./index-4rhhvd1a.js";
|
|
52
52
|
import"./index-zgwm4ryv.js";
|
|
53
|
-
import"./index-
|
|
53
|
+
import"./index-thp186x0.js";
|
|
54
54
|
import"./index-jqsfsqbx.js";
|
|
55
55
|
import"./index-zjygnfay.js";
|
|
56
56
|
import"./index-bk5tah7q.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailLog
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
4
|
+
} from "./index-4s7xgzbm.js";
|
|
5
|
+
import"./index-1p72dtym.js";
|
|
6
6
|
import"./index-556ja8an.js";
|
|
7
7
|
import"./index-ee3x66a5.js";
|
|
8
8
|
import"./index-4nt52yr9.js";
|
|
9
9
|
import"./index-zgwm4ryv.js";
|
|
10
|
-
import"./index-
|
|
10
|
+
import"./index-thp186x0.js";
|
|
11
11
|
import"./index-jqsfsqbx.js";
|
|
12
12
|
import"./index-zjygnfay.js";
|
|
13
13
|
import"./index-bk5tah7q.js";
|
|
@@ -7,43 +7,43 @@ import {
|
|
|
7
7
|
isHiveEligible,
|
|
8
8
|
promoteFromSwarm,
|
|
9
9
|
promoteToHive
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-nakkgkkt.js";
|
|
11
11
|
import"./index-4905hd2m.js";
|
|
12
12
|
import"./index-41hkt36g.js";
|
|
13
13
|
import"./index-c432knmy.js";
|
|
14
|
-
import"./index-
|
|
14
|
+
import"./index-1p72dtym.js";
|
|
15
15
|
import"./index-c8s9a3zh.js";
|
|
16
|
-
import"./index-
|
|
17
|
-
import"./index-
|
|
16
|
+
import"./index-p2ty3eee.js";
|
|
17
|
+
import"./index-56rqw2hs.js";
|
|
18
18
|
import"./index-134d35c1.js";
|
|
19
19
|
import"./index-t5pytnca.js";
|
|
20
20
|
import"./index-y8552snf.js";
|
|
21
21
|
import"./index-9ss2m4rs.js";
|
|
22
22
|
import"./index-74hpm6sh.js";
|
|
23
|
-
import"./index-
|
|
24
|
-
import"./index-
|
|
25
|
-
import"./index-
|
|
23
|
+
import"./index-z3s0a44b.js";
|
|
24
|
+
import"./index-z0z9pe7b.js";
|
|
25
|
+
import"./index-h01wb18g.js";
|
|
26
26
|
import"./index-v2xrer41.js";
|
|
27
27
|
import"./index-m9xrdjn0.js";
|
|
28
|
-
import"./index-
|
|
28
|
+
import"./index-bjqpdr83.js";
|
|
29
29
|
import"./index-556ja8an.js";
|
|
30
|
-
import"./index-
|
|
30
|
+
import"./index-4zxrkk1h.js";
|
|
31
31
|
import"./index-zsrtt42s.js";
|
|
32
|
-
import"./index-
|
|
32
|
+
import"./index-dtqjxfw9.js";
|
|
33
33
|
import"./index-qwm6vdyv.js";
|
|
34
34
|
import"./index-tjqzr3jc.js";
|
|
35
35
|
import"./index-s1v0wza5.js";
|
|
36
36
|
import"./index-8fwhhayc.js";
|
|
37
37
|
import"./index-q1exe2b3.js";
|
|
38
|
-
import"./index-
|
|
38
|
+
import"./index-92n3d5ky.js";
|
|
39
39
|
import"./index-k46me75h.js";
|
|
40
40
|
import"./index-ee3x66a5.js";
|
|
41
|
-
import"./index-
|
|
41
|
+
import"./index-y9q9f6ms.js";
|
|
42
42
|
import"./index-qy1nq52t.js";
|
|
43
43
|
import"./index-rtry5xyf.js";
|
|
44
44
|
import {
|
|
45
45
|
resolveHiveKnowledgePath
|
|
46
|
-
} from "./index-
|
|
46
|
+
} from "./index-fejfzy2j.js";
|
|
47
47
|
import"./index-ae75rja9.js";
|
|
48
48
|
import"./index-vh05t3w5.js";
|
|
49
49
|
import"./index-p8kk34am.js";
|
|
@@ -51,13 +51,13 @@ import"./index-912qz4y0.js";
|
|
|
51
51
|
import"./index-7g4c7s5r.js";
|
|
52
52
|
import"./index-ed5ykebp.js";
|
|
53
53
|
import"./index-4nt52yr9.js";
|
|
54
|
-
import"./index-
|
|
54
|
+
import"./index-p04qrwck.js";
|
|
55
55
|
import"./index-gprxjmm7.js";
|
|
56
56
|
import"./index-n832052r.js";
|
|
57
|
-
import"./index-
|
|
57
|
+
import"./index-zd4qhnr7.js";
|
|
58
58
|
import"./index-4rhhvd1a.js";
|
|
59
59
|
import"./index-zgwm4ryv.js";
|
|
60
|
-
import"./index-
|
|
60
|
+
import"./index-thp186x0.js";
|
|
61
61
|
import"./index-jqsfsqbx.js";
|
|
62
62
|
import"./index-zjygnfay.js";
|
|
63
63
|
import"./index-bk5tah7q.js";
|
|
@@ -12,14 +12,14 @@ import {
|
|
|
12
12
|
detectPosixWrites,
|
|
13
13
|
detectWindowsWrites,
|
|
14
14
|
resolveWriteTargets
|
|
15
|
-
} from "./index-
|
|
15
|
+
} from "./index-nakkgkkt.js";
|
|
16
16
|
import {
|
|
17
17
|
checkFileAuthority,
|
|
18
18
|
classifyFile,
|
|
19
19
|
isInDeclaredScope,
|
|
20
20
|
redactPath,
|
|
21
21
|
redactShellCommand
|
|
22
|
-
} from "./index-
|
|
22
|
+
} from "./index-1p72dtym.js";
|
|
23
23
|
|
|
24
24
|
// src/services/guardrail-explain-service.ts
|
|
25
25
|
import path from "path";
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
replayFromLedgerWithStatus,
|
|
30
30
|
takeSnapshotEvent,
|
|
31
31
|
takeSnapshotWithRetry
|
|
32
|
-
} from "./index-
|
|
32
|
+
} from "./index-4zxrkk1h.js";
|
|
33
33
|
import {
|
|
34
34
|
getWorktreeMergeFailure
|
|
35
35
|
} from "./index-zsrtt42s.js";
|
|
@@ -71,7 +71,7 @@ import {
|
|
|
71
71
|
} from "./index-gprxjmm7.js";
|
|
72
72
|
import {
|
|
73
73
|
PlanSchema
|
|
74
|
-
} from "./index-
|
|
74
|
+
} from "./index-zd4qhnr7.js";
|
|
75
75
|
import {
|
|
76
76
|
criticalWarn,
|
|
77
77
|
error,
|