opencode-swarm 7.137.3 → 7.137.4

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.
Files changed (36) hide show
  1. package/.opencode/skills/test-file-split/SKILL.md +2 -2
  2. package/.opencode/skills/writing-tests/SKILL.md +15 -1
  3. package/dist/cli/{config-doctor-t560ks5q.js → config-doctor-5qymy0bp.js} +2 -2
  4. package/dist/cli/{curation-policy-r1ddgn8c.js → curation-policy-788qbgwk.js} +2 -2
  5. package/dist/cli/{curator-zcg176y4.js → curator-0zebvv5q.js} +12 -12
  6. package/dist/cli/{curator-llm-factory-ny0hcz11.js → curator-llm-factory-6w7hpfb0.js} +12 -12
  7. package/dist/cli/{guardrail-explain-wmc2c89t.js → guardrail-explain-k1a7mwq9.js} +13 -13
  8. package/dist/cli/{guardrail-log-m7th4yac.js → guardrail-log-wqsg11xd.js} +3 -3
  9. package/dist/cli/{hive-promoter-m9fbm8hg.js → hive-promoter-kxcm4n0n.js} +12 -12
  10. package/dist/cli/{index-d39q5r1s.js → index-01dpavd4.js} +1 -1
  11. package/dist/cli/{index-j215fc3r.js → index-2qr7twf5.js} +3 -3
  12. package/dist/cli/{index-amf649jq.js → index-b2khb7xx.js} +4 -4
  13. package/dist/cli/{index-kbksjvte.js → index-b9pgq0fk.js} +5 -5
  14. package/dist/cli/{index-cqsxdb6f.js → index-bma4nwts.js} +1 -1
  15. package/dist/cli/{index-e1xt3r6c.js → index-csneb2ph.js} +2 -2
  16. package/dist/cli/{index-2xvtskcg.js → index-eq564d4t.js} +1 -1
  17. package/dist/cli/{index-9b1vtdpm.js → index-fetnv58w.js} +2 -2
  18. package/dist/cli/{index-hsc81cfm.js → index-h353c1xz.js} +1 -1
  19. package/dist/cli/{index-es88kmrz.js → index-m09k3dpz.js} +1 -1
  20. package/dist/cli/{index-ab7p3gq6.js → index-mrwr3kac.js} +2 -2
  21. package/dist/cli/{index-897js8x8.js → index-nnf41ca1.js} +36 -36
  22. package/dist/cli/{index-3zj70fr9.js → index-p9shqpbc.js} +1 -1
  23. package/dist/cli/{index-ryw98ynn.js → index-pzkn7d2k.js} +4 -2
  24. package/dist/cli/{index-dkzct23a.js → index-q9eqty52.js} +1 -1
  25. package/dist/cli/{index-ky1kr5my.js → index-rdg1tkz4.js} +14 -14
  26. package/dist/cli/index.js +12 -12
  27. package/dist/cli/{knowledge-escalator-6bw0gxkh.js → knowledge-escalator-dna6s7qy.js} +3 -3
  28. package/dist/cli/{knowledge-events-cdwbxkr2.js → knowledge-events-shy8wgb3.js} +1 -1
  29. package/dist/cli/{knowledge-store-5y46n3as.js → knowledge-store-j7xtx4dd.js} +1 -1
  30. package/dist/cli/{knowledge-validator-bekm8t70.js → knowledge-validator-zfweje73.js} +4 -4
  31. package/dist/cli/{scan-cursor-jqwzvkw9.js → scan-cursor-fessrenj.js} +2 -2
  32. package/dist/cli/{schema-zgrd42bf.js → schema-36b6sv6b.js} +1 -1
  33. package/dist/cli/{skill-generator-q1jh5agj.js → skill-generator-0ghcwxeb.js} +5 -5
  34. package/dist/context/role-filter.d.ts +21 -2
  35. package/dist/index.js +122 -121
  36. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "7.137.3",
3
+ "version": "7.137.4",
4
4
  "description": "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -105,7 +105,9 @@
105
105
  "repro:704": "node scripts/repro-704.mjs",
106
106
  "repro:1144": "bun scripts/repro-1144.mjs",
107
107
  "repro:1873": "bun build scripts/repro-1873-entry.ts --outdir dist-build-test/repro-1873 --target node --format esm && node scripts/repro-1873.mjs",
108
- "check:events": "bun run scripts/check-event-contract.ts"
108
+ "check:events": "bun run scripts/check-event-contract.ts",
109
+ "check:test-file-cap": "bun run scripts/check-test-file-cap.ts",
110
+ "check:gate-portability": "bun run scripts/check-gate-portability.ts"
109
111
  },
110
112
  "dependencies": {
111
113
  "@opencode-ai/plugin": "^1.18.3",