opencode-swarm 7.137.0 → 7.137.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 +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-b9r9rt2c.js} +2 -2
- package/dist/cli/{curation-policy-8tvs4pa0.js → curation-policy-ftx2emfw.js} +2 -2
- package/dist/cli/{curator-43xqs75k.js → curator-1sxxtbq7.js} +13 -13
- package/dist/cli/{curator-llm-factory-8nywfdsh.js → curator-llm-factory-yhqbkc5w.js} +13 -13
- package/dist/cli/{guardrail-explain-8kkqz8tx.js → guardrail-explain-qh1y8jsz.js} +14 -14
- package/dist/cli/{guardrail-log-e2v9qw71.js → guardrail-log-84zffdv3.js} +3 -3
- package/dist/cli/{hive-promoter-jt9ky0hn.js → hive-promoter-hpe29xrz.js} +13 -13
- package/dist/cli/{index-mwdzkr6k.js → index-1qn2gchc.js} +1 -1
- package/dist/cli/{index-j2ghsdzz.js → index-7e60c7ay.js} +15 -15
- package/dist/cli/{index-92v63zzr.js → index-9vqxf9pd.js} +616 -192
- package/dist/cli/{index-mg26zd8x.js → index-a3gpeb4f.js} +1 -1
- package/dist/cli/{index-k3mezk96.js → index-b2s3t517.js} +4 -2
- package/dist/cli/{index-wg98bsxz.js → index-bxk0a1r9.js} +1 -1
- package/dist/cli/{index-pcwjz5de.js → index-d67810xe.js} +1 -1
- package/dist/cli/{index-d0nhz96c.js → index-d8rc8c9y.js} +2 -2
- package/dist/cli/{index-aze9n64z.js → index-e0nvge1c.js} +2 -2
- package/dist/cli/{index-j6ewv2pe.js → index-em10pmph.js} +1 -1
- package/dist/cli/{index-91kk2e9j.js → index-gd47gp2q.js} +1 -1
- package/dist/cli/{index-p124rnwb.js → index-k8y41t4y.js} +2 -2
- package/dist/cli/{index-d00q9kpq.js → index-m4s91910.js} +5 -5
- package/dist/cli/{index-y25nsyaq.js → index-pbe51g7h.js} +1 -1
- package/dist/cli/{index-fgkhpdc6.js → index-t2mv25yf.js} +4 -4
- package/dist/cli/{index-72wzb81c.js → index-t5099rx9.js} +1 -1
- package/dist/cli/{index-f24r6yqk.js → index-zxf5w0jj.js} +3 -3
- package/dist/cli/index.js +13 -13
- package/dist/cli/{knowledge-escalator-9k0kbx6b.js → knowledge-escalator-3ds615yq.js} +3 -3
- package/dist/cli/{knowledge-events-8nz3sa2d.js → knowledge-events-3c0g2xbm.js} +1 -1
- package/dist/cli/{knowledge-store-esghe3f9.js → knowledge-store-pq43990j.js} +1 -1
- package/dist/cli/{knowledge-validator-bjxag1jp.js → knowledge-validator-gepda374.js} +4 -4
- package/dist/cli/{runner-d820ws7y.js → runner-9rqc8y3m.js} +1 -1
- package/dist/cli/{scan-cursor-t212v00f.js → scan-cursor-5hq37qdg.js} +2 -2
- package/dist/cli/{schema-11gyrec3.js → schema-mrbyt7dg.js} +1 -1
- package/dist/cli/{skill-generator-a07hpmw6.js → skill-generator-3gt8em6v.js} +5 -5
- 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 +173 -173
- package/dist/tools/dispatch-lanes.d.ts +1 -0
- 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.