opencode-swarm 7.87.3 → 7.88.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 (32) hide show
  1. package/.opencode/skills/brainstorm/SKILL.md +2 -1
  2. package/.opencode/skills/clarify/SKILL.md +7 -1
  3. package/.opencode/skills/clarify-spec/SKILL.md +1 -1
  4. package/.opencode/skills/issue-ingest/SKILL.md +3 -2
  5. package/.opencode/skills/plan/SKILL.md +7 -1
  6. package/.opencode/skills/specify/SKILL.md +3 -2
  7. package/.opencode/skills/swarm-pr-review/SKILL.md +304 -9
  8. package/README.md +1 -0
  9. package/dist/background/candidate-parser.d.ts +189 -0
  10. package/dist/background/candidate-sidecar-store.d.ts +56 -0
  11. package/dist/cli/{config-doctor-6h64pn8n.js → config-doctor-jzbgpbdh.js} +2 -2
  12. package/dist/cli/{guardrail-explain-2q9myk7c.js → guardrail-explain-995zavv8.js} +5 -5
  13. package/dist/cli/{guardrail-log-eegabqcp.js → guardrail-log-c7egm5km.js} +3 -3
  14. package/dist/cli/{index-q9h0wb04.js → index-0asbrmdx.js} +4 -0
  15. package/dist/cli/{index-kz1bmebr.js → index-4td9ef53.js} +523 -229
  16. package/dist/cli/{index-1cb4wxnm.js → index-819xp49y.js} +1 -1
  17. package/dist/cli/{index-5hvbw5xh.js → index-g00qm2gf.js} +1 -1
  18. package/dist/cli/{index-r3f47swm.js → index-sr7g2msm.js} +6 -6
  19. package/dist/cli/{index-amwa268r.js → index-tt5aehrb.js} +2 -2
  20. package/dist/cli/{index-5vpe6vq9.js → index-vjsr9bqt.js} +1 -1
  21. package/dist/cli/index.js +4 -4
  22. package/dist/cli/{schema-84146tvk.js → schema-vb6jkxgg.js} +1 -1
  23. package/dist/index.js +2114 -991
  24. package/dist/memory/config.d.ts +1 -0
  25. package/dist/memory/gateway.d.ts +1 -0
  26. package/dist/memory/provider-pool.d.ts +50 -0
  27. package/dist/memory/sqlite-provider.d.ts +3 -0
  28. package/dist/tools/index.d.ts +1 -0
  29. package/dist/tools/manifest.d.ts +1 -0
  30. package/dist/tools/parse-lane-candidates.d.ts +2 -0
  31. package/dist/tools/tool-metadata.d.ts +4 -0
  32. package/package.json +1 -1
@@ -3,7 +3,7 @@ import {
3
3
  ALL_AGENT_NAMES,
4
4
  PluginConfigSchema,
5
5
  stripKnownSwarmPrefix
6
- } from "./index-q9h0wb04.js";
6
+ } from "./index-0asbrmdx.js";
7
7
  import {
8
8
  log
9
9
  } from "./index-zgwm4ryv.js";
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  stripKnownSwarmPrefix
4
- } from "./index-q9h0wb04.js";
4
+ } from "./index-0asbrmdx.js";
5
5
  import {
6
6
  init_logger,
7
7
  warn
@@ -1,10 +1,10 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailExplain
4
- } from "./index-amwa268r.js";
4
+ } from "./index-tt5aehrb.js";
5
5
  import {
6
6
  handleGuardrailLog
7
- } from "./index-5vpe6vq9.js";
7
+ } from "./index-vjsr9bqt.js";
8
8
  import {
9
9
  COMMAND_REGISTRY,
10
10
  SWARM_COMMAND_TOOL_ALLOWLIST,
@@ -76,17 +76,17 @@ import {
76
76
  handleWriteRetroCommand,
77
77
  normalizeSwarmCommandInput,
78
78
  resolveCommand
79
- } from "./index-kz1bmebr.js";
80
- import"./index-5hvbw5xh.js";
79
+ } from "./index-4td9ef53.js";
80
+ import"./index-g00qm2gf.js";
81
81
  import"./index-yhsmmv2z.js";
82
82
  import"./index-32axfg6h.js";
83
83
  import"./index-e8pk68cc.js";
84
- import"./index-1cb4wxnm.js";
84
+ import"./index-819xp49y.js";
85
85
  import {
86
86
  AGENT_TOOL_MAP,
87
87
  ORCHESTRATOR_NAME,
88
88
  stripKnownSwarmPrefix
89
- } from "./index-q9h0wb04.js";
89
+ } from "./index-0asbrmdx.js";
90
90
  import"./index-8y7qetpg.js";
91
91
  import"./index-adz3nk9b.js";
92
92
  import"./index-v4fcn4tr.js";
@@ -12,14 +12,14 @@ import {
12
12
  detectPosixWrites,
13
13
  detectWindowsWrites,
14
14
  resolveWriteTargets
15
- } from "./index-kz1bmebr.js";
15
+ } from "./index-4td9ef53.js";
16
16
  import {
17
17
  checkFileAuthority,
18
18
  classifyFile,
19
19
  isInDeclaredScope,
20
20
  redactPath,
21
21
  redactShellCommand
22
- } from "./index-5hvbw5xh.js";
22
+ } from "./index-g00qm2gf.js";
23
23
 
24
24
  // src/services/guardrail-explain-service.ts
25
25
  import path from "path";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  redactPath,
4
4
  redactShellCommand
5
- } from "./index-5hvbw5xh.js";
5
+ } from "./index-g00qm2gf.js";
6
6
 
7
7
  // src/services/guardrail-log-service.ts
8
8
  import * as fs from "fs/promises";
package/dist/cli/index.js CHANGED
@@ -7,15 +7,15 @@ import {
7
7
  getPluginLockFilePaths,
8
8
  package_default,
9
9
  resolveCommand
10
- } from "./index-kz1bmebr.js";
11
- import"./index-5hvbw5xh.js";
10
+ } from "./index-4td9ef53.js";
11
+ import"./index-g00qm2gf.js";
12
12
  import"./index-yhsmmv2z.js";
13
13
  import"./index-32axfg6h.js";
14
14
  import"./index-e8pk68cc.js";
15
- import"./index-1cb4wxnm.js";
15
+ import"./index-819xp49y.js";
16
16
  import {
17
17
  DEFAULT_AGENT_CONFIGS
18
- } from "./index-q9h0wb04.js";
18
+ } from "./index-0asbrmdx.js";
19
19
  import"./index-8y7qetpg.js";
20
20
  import"./index-adz3nk9b.js";
21
21
  import"./index-v4fcn4tr.js";
@@ -81,7 +81,7 @@ import {
81
81
  resolveGeneratedAgentRole,
82
82
  resolveGuardrailsConfig,
83
83
  stripKnownSwarmPrefix
84
- } from "./index-q9h0wb04.js";
84
+ } from "./index-0asbrmdx.js";
85
85
  import"./index-p0arc26j.js";
86
86
  import"./index-293f68mj.js";
87
87
  import"./index-a76rekgs.js";