opencode-swarm 7.107.0 → 7.107.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.
Files changed (28) hide show
  1. package/dist/agents/explorer.d.ts +2 -2
  2. package/dist/cli/curator-drift-6ad8mxxb.js +211 -0
  3. package/dist/cli/curator-llm-factory-gdhtm1hh.js +31 -0
  4. package/dist/cli/curator-np2ky29t.js +51 -0
  5. package/dist/cli/{evidence-summary-service-zhw4rkjb.js → evidence-summary-service-dh44gevz.js} +4 -3
  6. package/dist/cli/{explorer-rwfvbbx5.js → explorer-ksr3xq7n.js} +1 -1
  7. package/dist/cli/{guardrail-explain-6xt0pb56.js → guardrail-explain-414smfg4.js} +13 -11
  8. package/dist/cli/hive-promoter-y9r8d315.js +39 -0
  9. package/dist/cli/{index-ydgy7vg5.js → index-09xpycan.js} +31 -5
  10. package/dist/cli/index-357p0baj.js +719 -0
  11. package/dist/cli/{index-wa6at603.js → index-7v734syt.js} +1 -1
  12. package/dist/cli/{index-v90bnn0f.js → index-87d4wsv9.js} +14 -12
  13. package/dist/cli/{index-vwyjkzgs.js → index-9wstcavp.js} +1 -1
  14. package/dist/cli/index-c8s9a3zh.js +73 -0
  15. package/dist/cli/{index-fhw0jm5c.js → index-gt514nt1.js} +23018 -21209
  16. package/dist/cli/{index-25pev4e7.js → index-jjp5qrjv.js} +122 -834
  17. package/dist/cli/{index-e9n3xsk0.js → index-t4hbye3v.js} +1 -1
  18. package/dist/cli/index.js +12 -10
  19. package/dist/cli/{pending-delegations-dvprsdfy.js → pending-delegations-46xf2n2e.js} +2 -2
  20. package/dist/cli/{pr-subscriptions-zfxjtyzw.js → pr-subscriptions-3c34rnm1.js} +3 -3
  21. package/dist/cli/{skill-generator-99rrfwae.js → skill-generator-y6mmq8n5.js} +1 -1
  22. package/dist/commands/curate.d.ts +38 -1
  23. package/dist/commands/registry.d.ts +2 -2
  24. package/dist/hooks/curator-postmortem.d.ts +52 -3
  25. package/dist/hooks/curator.d.ts +2 -1
  26. package/dist/index.js +349 -313
  27. package/package.json +1 -1
  28. package/dist/cli/{index-7ztmmqpt.js → index-mpe0yk9s.js} +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "7.107.0",
3
+ "version": "7.107.1",
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",
@@ -1,10 +1,10 @@
1
1
  // @bun
2
- import {
3
- readCachedTextFile
4
- } from "./index-jtqkh8jf.js";
5
2
  import {
6
3
  SwarmError
7
4
  } from "./index-5e4e2hvv.js";
5
+ import {
6
+ readCachedTextFile
7
+ } from "./index-jtqkh8jf.js";
8
8
  import {
9
9
  warn
10
10
  } from "./index-zgwm4ryv.js";