opencode-swarm 7.143.5 → 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-y8wfw196.js → config-doctor-72zp0k4x.js} +2 -2
- package/dist/cli/{core-zszmexgm.js → core-aj0wmbg8.js} +1 -1
- package/dist/cli/{curator-e2sp925h.js → curator-2gt2835v.js} +18 -18
- package/dist/cli/{curator-llm-factory-xsg7wesn.js → curator-llm-factory-x1vjhrnc.js} +18 -18
- package/dist/cli/{evidence-summary-service-pfppq7mv.js → evidence-summary-service-yjr0662r.js} +6 -6
- package/dist/cli/{gate-evidence-23jnh3mb.js → gate-evidence-r3c7eqpz.js} +2 -2
- package/dist/cli/{guardrail-explain-byzmrgg1.js → guardrail-explain-f3zysesy.js} +19 -19
- package/dist/cli/{guardrail-log-nr2g7hbw.js → guardrail-log-eat71fnh.js} +3 -3
- package/dist/cli/{hive-promoter-cw08380z.js → hive-promoter-fyb40am9.js} +18 -18
- package/dist/cli/{index-p844tcrm.js → index-02nm8qhk.js} +3 -3
- package/dist/cli/{index-47z3jbxk.js → index-0adcjpyx.js} +3 -3
- package/dist/cli/{index-a1p87gew.js → index-36vry26a.js} +1 -1
- package/dist/cli/{index-51axj9vd.js → index-5d8ydxae.js} +399 -77
- package/dist/cli/{index-8aabbfhv.js → index-6vmazy9f.js} +8 -5
- package/dist/cli/{index-x64vt6sc.js → index-72zhsqgy.js} +2 -2
- package/dist/cli/{index-04x9wx7d.js → index-7bs015gm.js} +1 -1
- package/dist/cli/{index-tmc43mkc.js → index-92bm9ys3.js} +1 -1
- package/dist/cli/{index-7en3eq3k.js → index-bbv64s17.js} +1 -1
- package/dist/cli/{index-1kr1vey5.js → index-dtf2va28.js} +20 -20
- package/dist/cli/{index-jqxgdvr9.js → index-fn0k0vsa.js} +1 -1
- package/dist/cli/{index-dg1v2gnh.js → index-gzxz0s50.js} +1 -1
- package/dist/cli/{index-qdarzed6.js → index-hjy4txgr.js} +1 -1
- package/dist/cli/{index-mnj0ter5.js → index-kc2x117y.js} +3 -3
- package/dist/cli/{index-y8r7z30j.js → index-nd1j9wkw.js} +1 -1
- package/dist/cli/{index-xmje20we.js → index-peqmw3wr.js} +2 -2
- package/dist/cli/{index-q2nd6q9e.js → index-s7nb33pc.js} +1 -1
- package/dist/cli/{index-mbczeqs3.js → index-scj2asek.js} +5 -5
- package/dist/cli/{index-5866smj5.js → index-w1q9yy1e.js} +3 -3
- package/dist/cli/{index-a4dkd7m7.js → index-whyrhjsk.js} +1 -1
- package/dist/cli/{index-m7v7gggs.js → index-wjk00vwk.js} +4 -4
- package/dist/cli/{index-at0h6cd6.js → index-z4cv77tq.js} +2 -2
- package/dist/cli/index.js +18 -18
- package/dist/cli/{knowledge-escalator-1g4p844a.js → knowledge-escalator-ejpyrby0.js} +6 -6
- package/dist/cli/{knowledge-events-5699zzw0.js → knowledge-events-yw2kydyy.js} +4 -4
- package/dist/cli/{knowledge-store-m5qjn5kd.js → knowledge-store-j6gkk62e.js} +1 -1
- package/dist/cli/{knowledge-validator-xxnp8ear.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-qvky2yem.js → scan-cursor-x7a99wmq.js} +2 -2
- package/dist/cli/{schema-wgb37f83.js → schema-z141arx9.js} +1 -1
- package/dist/cli/{scope-persistence-0wrb7ptt.js → scope-persistence-js90c1f4.js} +4 -4
- package/dist/cli/{skill-generator-khaw3jjw.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-bv41gn3k.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 {
|