opencode-swarm 7.139.6 → 7.139.7

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 (40) hide show
  1. package/.opencode/skills/swarm-pr-review/SKILL.md +62 -6
  2. package/.opencode/skills/swarm-pr-review/references/prompt-templates.md +44 -6
  3. package/dist/agents/explorer.d.ts +1 -1
  4. package/dist/cli/{config-doctor-7v9at76j.js → config-doctor-pc48vfzg.js} +2 -2
  5. package/dist/cli/{curation-policy-rbrx3kd2.js → curation-policy-2rh3zysm.js} +2 -2
  6. package/dist/cli/{curator-llm-factory-305cfcxz.js → curator-llm-factory-de10hnhj.js} +13 -13
  7. package/dist/cli/{curator-bdc5hssa.js → curator-tm9rp9yx.js} +13 -13
  8. package/dist/cli/{explorer-swjc297z.js → explorer-e9h66egs.js} +1 -1
  9. package/dist/cli/{guardrail-explain-w9rwgz4c.js → guardrail-explain-979dxbd5.js} +14 -14
  10. package/dist/cli/{guardrail-log-4805jgj5.js → guardrail-log-wxa8janm.js} +3 -3
  11. package/dist/cli/{hive-promoter-jrd4pjb6.js → hive-promoter-w4ezne1c.js} +13 -13
  12. package/dist/cli/{index-k5z14rb1.js → index-3r61js2q.js} +2 -2
  13. package/dist/cli/{index-wv89xmbe.js → index-3w0kxqyy.js} +1 -1
  14. package/dist/cli/{index-8d2d7c6k.js → index-4tjk6k4a.js} +2 -2
  15. package/dist/cli/{index-t94f72tb.js → index-6d60gctc.js} +2 -2
  16. package/dist/cli/{index-1tw24kcp.js → index-7f4jhdhw.js} +1 -1
  17. package/dist/cli/{index-n3ppm2gt.js → index-92j14gdt.js} +1 -1
  18. package/dist/cli/{index-m7xks4r4.js → index-cp592623.js} +4 -4
  19. package/dist/cli/{index-a6v3kzyc.js → index-f7wq4q9r.js} +5 -5
  20. package/dist/cli/{index-ev72jrxc.js → index-j0gy1ggg.js} +1 -1
  21. package/dist/cli/{index-3fscvmfw.js → index-k4tcdnvd.js} +3 -3
  22. package/dist/cli/{index-68gh7p3t.js → index-n4x9racs.js} +1 -1
  23. package/dist/cli/{index-h7ht03c4.js → index-nxs7r6sd.js} +39 -39
  24. package/dist/cli/{index-7qx874pn.js → index-rvr1p73g.js} +1 -1
  25. package/dist/cli/{index-b6k9z88b.js → index-sd7ajhb5.js} +1 -1
  26. package/dist/cli/{index-fjrt81db.js → index-ssjm3458.js} +1 -1
  27. package/dist/cli/{index-6mjf4vr1.js → index-v2xrer41.js} +16 -29
  28. package/dist/cli/{index-sfbwze80.js → index-vx6mwms2.js} +15 -15
  29. package/dist/cli/index.js +13 -13
  30. package/dist/cli/{knowledge-escalator-7z9vwqrk.js → knowledge-escalator-kyejsd7z.js} +3 -3
  31. package/dist/cli/{knowledge-events-vw2cdtnp.js → knowledge-events-n5z7w8x2.js} +1 -1
  32. package/dist/cli/{knowledge-store-ecv0qs7r.js → knowledge-store-s65wnc1m.js} +1 -1
  33. package/dist/cli/{knowledge-validator-arppnzpb.js → knowledge-validator-cgtmhqya.js} +4 -4
  34. package/dist/cli/{scan-cursor-7740wg6r.js → scan-cursor-6z3rbdxp.js} +2 -2
  35. package/dist/cli/{schema-sajt4mcv.js → schema-fvj8smjz.js} +1 -1
  36. package/dist/cli/{skill-generator-k8qz8ja5.js → skill-generator-9kzsefn1.js} +5 -5
  37. package/dist/hooks/pr-workflow-gate.d.ts +2 -2
  38. package/dist/index.js +63 -58
  39. package/dist/tools/dispatch-lanes.d.ts +3 -6
  40. package/package.json +1 -1
@@ -5,12 +5,9 @@ import { type PrReviewDepthTier } from '../hooks/pr-workflow-gate.js';
5
5
  import { createParallelDispatcher } from '../parallel/dispatcher/parallel-dispatcher.js';
6
6
  import { createSwarmTool } from './create-tool.js';
7
7
  export declare const MAX_PROMPT_CHARS = 80000;
8
- /**
9
- * Exported so a test can assert the RENDERED contract, not its source text: the
10
- * pipe-escaping rule is a backslash inside a template literal, where a single
11
- * backslash is silently dropped and would instruct lanes to emit the exact
12
- * character that breaks row parsing.
13
- */
8
+ export declare const BASE_EXPLORER_CANDIDATE_FORMAT_SUFFIX: string;
9
+ export declare const MICRO_EXPLORER_CANDIDATE_FORMAT_SUFFIX: string;
10
+ /** Generic non-PR compatibility contract. PR-review modes use one family only. */
14
11
  export declare const EXPLORER_CANDIDATE_FORMAT_SUFFIX: string;
15
12
  declare const LaneSchema: z.ZodObject<{
16
13
  id: z.ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "7.139.6",
3
+ "version": "7.139.7",
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",