opencode-swarm 7.143.4 → 7.143.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 +5 -5
- package/.opencode/skills/swarm-pr-review/references/lane-output-recoverability.md +129 -0
- package/dist/background/pending-delegations.d.ts +42 -1
- package/dist/background/pr-review-trigger-contract.d.ts +17 -0
- package/dist/cli/{config-doctor-az6nqawx.js → config-doctor-72zp0k4x.js} +2 -2
- package/dist/cli/{core-a6rzajem.js → core-aj0wmbg8.js} +1 -1
- package/dist/cli/{curator-tbw9przg.js → curator-2gt2835v.js} +18 -18
- package/dist/cli/{curator-llm-factory-j42j5rcr.js → curator-llm-factory-x1vjhrnc.js} +18 -18
- package/dist/cli/{evidence-summary-service-3f319cst.js → evidence-summary-service-yjr0662r.js} +6 -6
- package/dist/cli/{gate-evidence-k2yycngf.js → gate-evidence-r3c7eqpz.js} +2 -2
- package/dist/cli/{guardrail-explain-tsgsw91f.js → guardrail-explain-f3zysesy.js} +19 -19
- package/dist/cli/{guardrail-log-70cxb3va.js → guardrail-log-eat71fnh.js} +3 -3
- package/dist/cli/{hive-promoter-nksqxfs4.js → hive-promoter-fyb40am9.js} +18 -18
- package/dist/cli/{index-19wyta2k.js → index-02nm8qhk.js} +3 -3
- package/dist/cli/{index-8fq18k02.js → index-0adcjpyx.js} +3 -3
- package/dist/cli/{index-f39n8pbr.js → index-36vry26a.js} +1 -1
- package/dist/cli/{index-gz3z9d64.js → index-5d8ydxae.js} +399 -77
- package/dist/cli/{index-8aabbfhv.js → index-6vmazy9f.js} +8 -5
- package/dist/cli/{index-bt47jrhx.js → index-72zhsqgy.js} +2 -2
- package/dist/cli/{index-z4g05zbr.js → index-7bs015gm.js} +1 -1
- package/dist/cli/{index-dmtq7tvd.js → index-92bm9ys3.js} +1 -1
- package/dist/cli/{index-td2ga37v.js → index-bbv64s17.js} +1 -1
- package/dist/cli/{index-mewk624g.js → index-dtf2va28.js} +20 -20
- package/dist/cli/{index-jmgm1npc.js → index-fn0k0vsa.js} +1 -1
- package/dist/cli/{index-z0j133c4.js → index-gzxz0s50.js} +1 -1
- package/dist/cli/{index-8qmnqd6g.js → index-hjy4txgr.js} +1 -1
- package/dist/cli/{index-seedt8m3.js → index-kc2x117y.js} +3 -3
- package/dist/cli/{index-6htwcbxh.js → index-nd1j9wkw.js} +1 -1
- package/dist/cli/{index-9m5gz9ea.js → index-peqmw3wr.js} +2 -2
- package/dist/cli/{index-gbr0jbxy.js → index-s7nb33pc.js} +1 -1
- package/dist/cli/{index-f3xf9dv5.js → index-scj2asek.js} +5 -5
- package/dist/cli/{index-c9d5y70c.js → index-w1q9yy1e.js} +3 -3
- package/dist/cli/{index-ja15rdzd.js → index-whyrhjsk.js} +1 -1
- package/dist/cli/{index-5qqyvwqw.js → index-wjk00vwk.js} +4 -4
- package/dist/cli/{index-v9qmhrj9.js → index-z4cv77tq.js} +2 -2
- package/dist/cli/index.js +18 -18
- package/dist/cli/{knowledge-escalator-8akk4n18.js → knowledge-escalator-ejpyrby0.js} +6 -6
- package/dist/cli/{knowledge-events-51qk8fq2.js → knowledge-events-yw2kydyy.js} +4 -4
- package/dist/cli/{knowledge-store-7rsezhav.js → knowledge-store-j6gkk62e.js} +1 -1
- package/dist/cli/{knowledge-validator-nq75s9et.js → knowledge-validator-xervpe5k.js} +2 -2
- package/dist/cli/{pending-delegations-b3pt3w5w.js → pending-delegations-19wg9j08.js} +5 -1
- package/dist/cli/{scan-cursor-em4vrcw6.js → scan-cursor-x7a99wmq.js} +2 -2
- package/dist/cli/{schema-1wmfgtm9.js → schema-z141arx9.js} +1 -1
- package/dist/cli/{scope-persistence-8ehnjgsg.js → scope-persistence-js90c1f4.js} +4 -4
- package/dist/cli/{skill-generator-3jstr1sx.js → skill-generator-t202jza0.js} +7 -7
- package/dist/cli/{worktree-collision-ownership-bfz3drxm.js → worktree-collision-ownership-42bb3gcb.js} +1 -1
- package/dist/cli/{worktree-isolation-cc3x13ng.js → worktree-isolation-fbfvxw9a.js} +18 -18
- package/dist/hooks/pr-workflow-gate.d.ts +135 -1
- package/dist/index.js +20 -18
- package/dist/tools/complete-pr-workflow.d.ts +3 -1
- package/dist/tools/pr-workflow-status.d.ts +2 -2
- package/dist/tools/write-pr-review-trigger-eval.d.ts +2 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
loadPluginConfigWithMeta
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-36vry26a.js";
|
|
5
5
|
import {
|
|
6
6
|
KnowledgeConfigSchema,
|
|
7
7
|
init_schema
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-7bs015gm.js";
|
|
9
9
|
import {
|
|
10
10
|
validateSwarmPath
|
|
11
11
|
} from "./index-rn0eq85g.js";
|
|
@@ -2545,7 +2545,7 @@ async function applyKnowledgeVerdictFeedback(directory, options) {
|
|
|
2545
2545
|
}
|
|
2546
2546
|
let bumps = 0;
|
|
2547
2547
|
if (deltas.length > 0) {
|
|
2548
|
-
const { bumpKnowledgeConfidenceBatch } = await import("./knowledge-store-
|
|
2548
|
+
const { bumpKnowledgeConfidenceBatch } = await import("./knowledge-store-j6gkk62e.js");
|
|
2549
2549
|
bumps = await bumpKnowledgeConfidenceBatch(directory, deltas, options?.floorOptions);
|
|
2550
2550
|
}
|
|
2551
2551
|
return {
|