opencode-swarm 7.138.3 → 7.138.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 (56) hide show
  1. package/.opencode/skills/execute/SKILL.md +11 -2
  2. package/.opencode/skills/swarm-implement/SKILL.md +1 -1
  3. package/dist/cli/{config-doctor-2mwgdbsn.js → config-doctor-31yppse4.js} +2 -2
  4. package/dist/cli/{core-v6bte964.js → core-65c7rvqf.js} +1 -1
  5. package/dist/cli/{curation-policy-5dqexw5j.js → curation-policy-hs9pc1rp.js} +2 -2
  6. package/dist/cli/{curator-jjtp9hn2.js → curator-54n1y4j8.js} +16 -15
  7. package/dist/cli/{curator-llm-factory-wkjme59b.js → curator-llm-factory-wm27ra25.js} +16 -15
  8. package/dist/cli/{evidence-summary-service-6cttrkzw.js → evidence-summary-service-hrxcf29a.js} +1 -1
  9. package/dist/cli/{guardrail-explain-xppwfnxr.js → guardrail-explain-1729nse8.js} +17 -16
  10. package/dist/cli/{guardrail-log-swet7rch.js → guardrail-log-yjj5srkw.js} +4 -3
  11. package/dist/cli/{hive-promoter-xvq8jzbs.js → hive-promoter-es2x2b0e.js} +16 -15
  12. package/dist/cli/{index-1djv5684.js → index-1g6xpjk3.js} +4 -4
  13. package/dist/cli/{index-js7th5my.js → index-33q2gmgd.js} +1 -1
  14. package/dist/cli/{index-adde7nm2.js → index-50mwt8fx.js} +5 -5
  15. package/dist/cli/index-556ja8an.js +62 -0
  16. package/dist/cli/{index-93ky909v.js → index-57stye65.js} +1 -1
  17. package/dist/cli/{index-ab57h0yq.js → index-5q009kc4.js} +1 -1
  18. package/dist/cli/{index-99af5gvd.js → index-a18hk2fw.js} +211 -63
  19. package/dist/cli/{index-1v89yst3.js → index-a9xny52r.js} +2 -2
  20. package/dist/cli/{index-rjratees.js → index-c60whfgh.js} +1 -1
  21. package/dist/cli/{index-gda7cwqz.js → index-e1kgxchq.js} +30 -68
  22. package/dist/cli/{index-31vfewmn.js → index-gm3pjfhb.js} +271 -94
  23. package/dist/cli/{index-jhb8kjc5.js → index-jbge0dyh.js} +3 -3
  24. package/dist/cli/{index-xgmx9had.js → index-k27a4e5g.js} +18 -17
  25. package/dist/cli/{index-y6dvs5tt.js → index-m1pwkwfe.js} +1 -1
  26. package/dist/cli/{index-wqg74mwj.js → index-m40ea3zk.js} +1 -1
  27. package/dist/cli/{index-btx8j39p.js → index-m8txs2a9.js} +1 -1
  28. package/dist/cli/{index-y06a43sk.js → index-mycqmsz5.js} +4 -0
  29. package/dist/cli/index-smsy2p8n.js +1725 -0
  30. package/dist/cli/{index-tc61fybd.js → index-tjwz5tct.js} +2 -2
  31. package/dist/cli/{index-j0xx9wpj.js → index-y28n2wmq.js} +1 -1
  32. package/dist/cli/index.js +16 -15
  33. package/dist/cli/{knowledge-escalator-7n384ys1.js → knowledge-escalator-s6z1x65b.js} +3 -3
  34. package/dist/cli/{knowledge-events-yaj0yjd6.js → knowledge-events-nnyn6hst.js} +1 -1
  35. package/dist/cli/{knowledge-store-d99k0z2d.js → knowledge-store-x4yfc7v3.js} +1 -1
  36. package/dist/cli/{knowledge-validator-e5fqy9h4.js → knowledge-validator-1v047gsa.js} +4 -4
  37. package/dist/cli/{scan-cursor-9y9msabt.js → scan-cursor-jxajj6s7.js} +2 -2
  38. package/dist/cli/{schema-xg5f11md.js → schema-fj32eyae.js} +1 -1
  39. package/dist/cli/{scope-persistence-n1bryhzf.js → scope-persistence-w7zen2wz.js} +25 -2
  40. package/dist/cli/{skill-generator-arvwfdfh.js → skill-generator-rt0jqcsa.js} +5 -5
  41. package/dist/hooks/guardrails/destructive-command.d.ts +35 -0
  42. package/dist/hooks/guardrails/file-authority.d.ts +71 -26
  43. package/dist/hooks/guardrails/index.d.ts +2 -0
  44. package/dist/hooks/guardrails/tool-before.d.ts +5 -0
  45. package/dist/hooks/scope-guard.d.ts +3 -1
  46. package/dist/index.js +407 -395
  47. package/dist/scope/path-identity.d.ts +27 -0
  48. package/dist/scope/scope-binding.d.ts +90 -2
  49. package/dist/scope/scope-lease-renewal.d.ts +28 -0
  50. package/dist/scope/scope-persistence.d.ts +102 -19
  51. package/dist/scope/scope-resolution-diagnostic.d.ts +7 -0
  52. package/dist/tools/declare-scope.d.ts +3 -1
  53. package/dist/tools/save-plan.d.ts +2 -0
  54. package/dist/turbo/lean/lane-scope.d.ts +1 -1
  55. package/package.json +1 -1
  56. package/dist/cli/index-2y4jy0de.js +0 -642
@@ -1,10 +1,10 @@
1
1
  // @bun
2
2
  import {
3
3
  handleGuardrailExplain
4
- } from "./index-gda7cwqz.js";
4
+ } from "./index-e1kgxchq.js";
5
5
  import {
6
6
  handleGuardrailLog
7
- } from "./index-js7th5my.js";
7
+ } from "./index-33q2gmgd.js";
8
8
  import {
9
9
  COMMAND_REGISTRY,
10
10
  SWARM_COMMAND_TOOL_ALLOWLIST,
@@ -84,49 +84,50 @@ import {
84
84
  handleWriteRetroCommand,
85
85
  normalizeSwarmCommandInput,
86
86
  resolveCommand
87
- } from "./index-99af5gvd.js";
87
+ } from "./index-a18hk2fw.js";
88
88
  import"./index-vm4xw9z3.js";
89
89
  import"./index-rrxcfxrd.js";
90
- import"./index-31vfewmn.js";
91
- import"./index-btx8j39p.js";
92
- import"./index-y06a43sk.js";
90
+ import"./index-gm3pjfhb.js";
91
+ import"./index-m8txs2a9.js";
92
+ import"./index-mycqmsz5.js";
93
93
  import"./index-ngqxzkqm.js";
94
94
  import"./index-y8552snf.js";
95
95
  import"./index-4905hd2m.js";
96
96
  import"./index-134d35c1.js";
97
- import"./index-jhb8kjc5.js";
98
- import"./index-adde7nm2.js";
99
- import"./index-rjratees.js";
97
+ import"./index-jbge0dyh.js";
98
+ import"./index-50mwt8fx.js";
99
+ import"./index-c60whfgh.js";
100
100
  import"./index-6mjf4vr1.js";
101
101
  import"./index-c8s9a3zh.js";
102
102
  import"./index-9ss2m4rs.js";
103
103
  import"./index-wsdnttf4.js";
104
104
  import"./index-39k6y018.js";
105
- import"./index-tc61fybd.js";
106
- import"./index-wqg74mwj.js";
105
+ import"./index-tjwz5tct.js";
106
+ import"./index-m40ea3zk.js";
107
107
  import"./index-rtry5xyf.js";
108
- import"./index-1djv5684.js";
109
- import"./index-93ky909v.js";
108
+ import"./index-1g6xpjk3.js";
109
+ import"./index-57stye65.js";
110
110
  import"./index-ae75rja9.js";
111
111
  import"./index-en4fb04r.js";
112
112
  import"./index-tqshdzaw.js";
113
- import"./index-y6dvs5tt.js";
113
+ import"./index-m1pwkwfe.js";
114
114
  import"./index-gprxjmm7.js";
115
115
  import"./index-n832052r.js";
116
116
  import {
117
117
  init_schema,
118
118
  stripKnownSwarmPrefix
119
- } from "./index-ab57h0yq.js";
119
+ } from "./index-5q009kc4.js";
120
120
  import"./index-bk5tah7q.js";
121
121
  import"./index-8fwhhayc.js";
122
122
  import"./index-q1exe2b3.js";
123
123
  import"./index-z7jgvm9b.js";
124
- import"./index-2y4jy0de.js";
124
+ import"./index-smsy2p8n.js";
125
+ import"./index-556ja8an.js";
125
126
  import"./index-4fmztnrq.js";
126
127
  import"./index-1kz6da87.js";
127
128
  import"./index-x20cgr2q.js";
128
129
  import"./index-b8zgtz81.js";
129
- import"./index-j0xx9wpj.js";
130
+ import"./index-y28n2wmq.js";
130
131
  import"./index-4rhhvd1a.js";
131
132
  import {
132
133
  AGENT_TOOL_MAP,
@@ -6,7 +6,7 @@ import {
6
6
  PluginConfigSchema,
7
7
  init_schema,
8
8
  resolveExternalSkillsConfig
9
- } from "./index-ab57h0yq.js";
9
+ } from "./index-5q009kc4.js";
10
10
  import {
11
11
  advisoryWarn,
12
12
  init_warning_buffer
@@ -4,7 +4,7 @@ import {
4
4
  } from "./index-rtry5xyf.js";
5
5
  import {
6
6
  readKnowledgeEvents
7
- } from "./index-93ky909v.js";
7
+ } from "./index-57stye65.js";
8
8
  import {
9
9
  isLinked,
10
10
  readLinkPointer,
@@ -6,7 +6,7 @@ import {
6
6
  PluginConfigSchema,
7
7
  init_schema,
8
8
  stripKnownSwarmPrefix
9
- } from "./index-ab57h0yq.js";
9
+ } from "./index-5q009kc4.js";
10
10
  import {
11
11
  ALL_AGENT_NAMES,
12
12
  init_constants
@@ -3151,6 +3151,10 @@ Phase: ${currentPhase} [${phaseStatus}] | Updated: ${now}
3151
3151
  const sortedDepends = [...task.depends].sort();
3152
3152
  suffix += ` (depends: ${sortedDepends.join(", ")})`;
3153
3153
  }
3154
+ if (task.files_touched.length > 0) {
3155
+ const sortedFiles = [...task.files_touched].sort();
3156
+ suffix += ` (files_touched: ${JSON.stringify(sortedFiles)})`;
3157
+ }
3154
3158
  if (phase.id === plan.current_phase && task.status === "in_progress" && !currentTaskMarked) {
3155
3159
  suffix += " \u2190 CURRENT";
3156
3160
  currentTaskMarked = true;