opencode-swarm 7.137.0 → 7.137.2
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 +35 -3
- package/.opencode/skills/swarm-pr-review/references/prompt-templates.md +7 -3
- package/dist/background/candidate-contract.d.ts +14 -0
- package/dist/cli/{config-doctor-vyx82nx2.js → config-doctor-xrbzq4r0.js} +2 -2
- package/dist/cli/{curation-policy-8tvs4pa0.js → curation-policy-xyradeax.js} +2 -2
- package/dist/cli/{curator-43xqs75k.js → curator-h1ea9skz.js} +13 -13
- package/dist/cli/{curator-llm-factory-8nywfdsh.js → curator-llm-factory-rk7pccwc.js} +13 -13
- package/dist/cli/{guardrail-explain-8kkqz8tx.js → guardrail-explain-sq1kcah3.js} +14 -14
- package/dist/cli/{guardrail-log-e2v9qw71.js → guardrail-log-7anp1z1n.js} +3 -3
- package/dist/cli/{hive-promoter-jt9ky0hn.js → hive-promoter-qsymj94z.js} +13 -13
- package/dist/cli/{index-d00q9kpq.js → index-02jqxmh8.js} +5 -5
- package/dist/cli/{index-pcwjz5de.js → index-1da1tvtn.js} +1 -1
- package/dist/cli/{index-72wzb81c.js → index-4t39wzzg.js} +1 -1
- package/dist/cli/{index-aze9n64z.js → index-5k0csd2m.js} +2 -2
- package/dist/cli/{index-fgkhpdc6.js → index-9casmxdt.js} +4 -4
- package/dist/cli/{index-j6ewv2pe.js → index-aygnzd04.js} +1 -1
- package/dist/cli/{index-k3mezk96.js → index-b2s3t517.js} +4 -2
- package/dist/cli/{index-92v63zzr.js → index-d735dzm7.js} +617 -192
- package/dist/cli/{index-y25nsyaq.js → index-gey6qegb.js} +1 -1
- package/dist/cli/{index-p124rnwb.js → index-jdqayy7h.js} +2 -2
- package/dist/cli/{index-wg98bsxz.js → index-kakb2jm0.js} +1 -1
- package/dist/cli/{index-j2ghsdzz.js → index-p0kez6cn.js} +15 -15
- package/dist/cli/{index-f24r6yqk.js → index-pwx989sa.js} +3 -3
- package/dist/cli/{index-91kk2e9j.js → index-rfrkt29c.js} +1 -1
- package/dist/cli/{index-mg26zd8x.js → index-s9at02fn.js} +1 -1
- package/dist/cli/{index-mwdzkr6k.js → index-vyh2prxv.js} +1 -1
- package/dist/cli/{index-d0nhz96c.js → index-ysh3a2nb.js} +2 -2
- package/dist/cli/index.js +13 -13
- package/dist/cli/{knowledge-escalator-9k0kbx6b.js → knowledge-escalator-e9zk371p.js} +3 -3
- package/dist/cli/{knowledge-events-8nz3sa2d.js → knowledge-events-dnyc1k78.js} +1 -1
- package/dist/cli/{knowledge-store-esghe3f9.js → knowledge-store-x4vqyhbz.js} +1 -1
- package/dist/cli/{knowledge-validator-bjxag1jp.js → knowledge-validator-72jdx5ze.js} +4 -4
- package/dist/cli/{runner-d820ws7y.js → runner-9rqc8y3m.js} +1 -1
- package/dist/cli/{scan-cursor-t212v00f.js → scan-cursor-z4xpes5f.js} +2 -2
- package/dist/cli/{schema-11gyrec3.js → schema-2dkw18zz.js} +1 -1
- package/dist/cli/{skill-generator-a07hpmw6.js → skill-generator-0q1jk6xd.js} +5 -5
- package/dist/council/council-evidence-writer.d.ts +2 -1
- package/dist/council/council-round-state.d.ts +110 -0
- package/dist/council/types.d.ts +0 -2
- package/dist/evaluation/index.d.ts +1 -0
- package/dist/evaluation/model-dispatcher.d.ts +19 -1
- package/dist/evaluation/pr-review-recovery.d.ts +41 -0
- package/dist/evaluation/public-api.d.ts +2 -0
- package/dist/evaluation/runner.d.ts +9 -0
- package/dist/hooks/pr-workflow-gate.d.ts +69 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +187 -183
- package/dist/tools/convene-council.d.ts +2 -17
- package/dist/tools/dispatch-lanes.d.ts +1 -0
- package/dist/tools/submit-phase-council-verdicts.d.ts +0 -1
- package/dist/tools/write-final-council-evidence.d.ts +4 -18
- package/evaluation-fixtures/pr-review-recovery/baseline/SKILL.md +1823 -0
- package/evaluation-fixtures/pr-review-recovery/baseline-manifest.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/environment/score-recovery.cjs +135 -0
- package/evaluation-fixtures/pr-review-recovery/instruction.md +40 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/blind-full-wave-retry/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/contradictory/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/copied-contract/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/critical-without-harm/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/invented-harm/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/malformed/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/missing-reproduction/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/parser-only/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/passing/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/premature-systemic-claim/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/profile-b-fallback/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/underclaimed-harm/model-output.json +1 -0
- package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/unsupported-severity/model-output.json +1 -0
- package/package.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.