@trenchwork/erosolar 1.1.62 → 1.2.0

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 (225) hide show
  1. package/dist/capabilities/todoCapability.js +2 -2
  2. package/dist/capabilities/todoCapability.js.map +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/contracts/v1/agent.d.ts +12 -2
  5. package/dist/contracts/v1/agent.d.ts.map +1 -1
  6. package/dist/core/adversarialCorrection.d.ts +22 -0
  7. package/dist/core/adversarialCorrection.d.ts.map +1 -0
  8. package/dist/core/adversarialCorrection.js +25 -0
  9. package/dist/core/adversarialCorrection.js.map +1 -0
  10. package/dist/core/agent.d.ts +2 -0
  11. package/dist/core/agent.d.ts.map +1 -1
  12. package/dist/core/agent.js +11 -45
  13. package/dist/core/agent.js.map +1 -1
  14. package/dist/core/contextManager.d.ts.map +1 -1
  15. package/dist/core/contextManager.js +5 -2
  16. package/dist/core/contextManager.js.map +1 -1
  17. package/dist/core/errorClassification.d.ts +44 -0
  18. package/dist/core/errorClassification.d.ts.map +1 -0
  19. package/dist/core/errorClassification.js +333 -0
  20. package/dist/core/errorClassification.js.map +1 -0
  21. package/dist/core/failureRegistry.d.ts +30 -0
  22. package/dist/core/failureRegistry.d.ts.map +1 -0
  23. package/dist/core/failureRegistry.js +74 -0
  24. package/dist/core/failureRegistry.js.map +1 -0
  25. package/dist/core/hitl.d.ts.map +1 -1
  26. package/dist/core/hitl.js +8 -0
  27. package/dist/core/hitl.js.map +1 -1
  28. package/dist/core/hostedAuth.d.ts +88 -0
  29. package/dist/core/hostedAuth.d.ts.map +1 -0
  30. package/dist/core/hostedAuth.js +219 -0
  31. package/dist/core/hostedAuth.js.map +1 -0
  32. package/dist/core/quota.d.ts +61 -0
  33. package/dist/core/quota.d.ts.map +1 -0
  34. package/dist/core/quota.js +104 -0
  35. package/dist/core/quota.js.map +1 -0
  36. package/dist/core/quotaErrors.d.ts.map +1 -1
  37. package/dist/core/quotaErrors.js +3 -5
  38. package/dist/core/quotaErrors.js.map +1 -1
  39. package/dist/core/resultVerification.d.ts +3 -2
  40. package/dist/core/resultVerification.d.ts.map +1 -1
  41. package/dist/core/resultVerification.js +3 -2
  42. package/dist/core/resultVerification.js.map +1 -1
  43. package/dist/core/secretStore.d.ts +11 -0
  44. package/dist/core/secretStore.d.ts.map +1 -1
  45. package/dist/core/secretStore.js +25 -0
  46. package/dist/core/secretStore.js.map +1 -1
  47. package/dist/core/slashCommands.d.ts.map +1 -1
  48. package/dist/core/slashCommands.js +4 -0
  49. package/dist/core/slashCommands.js.map +1 -1
  50. package/dist/core/thinkingVerbs.d.ts +31 -0
  51. package/dist/core/thinkingVerbs.d.ts.map +1 -0
  52. package/dist/core/thinkingVerbs.js +58 -0
  53. package/dist/core/thinkingVerbs.js.map +1 -0
  54. package/dist/core/turnGovernor.d.ts +63 -0
  55. package/dist/core/turnGovernor.d.ts.map +1 -0
  56. package/dist/core/turnGovernor.js +94 -0
  57. package/dist/core/turnGovernor.js.map +1 -0
  58. package/dist/core/updateChecker.d.ts.map +1 -1
  59. package/dist/core/updateChecker.js +5 -1
  60. package/dist/core/updateChecker.js.map +1 -1
  61. package/dist/core/usage.d.ts +28 -0
  62. package/dist/core/usage.d.ts.map +1 -0
  63. package/dist/core/usage.js +77 -0
  64. package/dist/core/usage.js.map +1 -0
  65. package/dist/headless/interactiveShell.d.ts +6 -0
  66. package/dist/headless/interactiveShell.d.ts.map +1 -1
  67. package/dist/headless/interactiveShell.js +262 -42
  68. package/dist/headless/interactiveShell.js.map +1 -1
  69. package/dist/plugins/providers/deepseek/index.d.ts.map +1 -1
  70. package/dist/plugins/providers/deepseek/index.js +8 -5
  71. package/dist/plugins/providers/deepseek/index.js.map +1 -1
  72. package/dist/providers/baseProvider.d.ts +5 -13
  73. package/dist/providers/baseProvider.d.ts.map +1 -1
  74. package/dist/providers/baseProvider.js +12 -66
  75. package/dist/providers/baseProvider.js.map +1 -1
  76. package/dist/providers/openaiChatCompletionsProvider.d.ts.map +1 -1
  77. package/dist/providers/openaiChatCompletionsProvider.js +27 -76
  78. package/dist/providers/openaiChatCompletionsProvider.js.map +1 -1
  79. package/dist/providers/resilientProvider.d.ts +2 -9
  80. package/dist/providers/resilientProvider.d.ts.map +1 -1
  81. package/dist/providers/resilientProvider.js +13 -199
  82. package/dist/providers/resilientProvider.js.map +1 -1
  83. package/dist/runtime/agentController.d.ts.map +1 -1
  84. package/dist/runtime/agentController.js +7 -0
  85. package/dist/runtime/agentController.js.map +1 -1
  86. package/dist/shell/toolPresentation.d.ts +7 -0
  87. package/dist/shell/toolPresentation.d.ts.map +1 -1
  88. package/dist/shell/toolPresentation.js +78 -4
  89. package/dist/shell/toolPresentation.js.map +1 -1
  90. package/dist/tools/bashTools.d.ts.map +1 -1
  91. package/dist/tools/bashTools.js +9 -3
  92. package/dist/tools/bashTools.js.map +1 -1
  93. package/dist/tools/grepTools.d.ts.map +1 -1
  94. package/dist/tools/grepTools.js +10 -1
  95. package/dist/tools/grepTools.js.map +1 -1
  96. package/dist/tools/memoryTools.d.ts +7 -0
  97. package/dist/tools/memoryTools.d.ts.map +1 -1
  98. package/dist/tools/memoryTools.js +17 -0
  99. package/dist/tools/memoryTools.js.map +1 -1
  100. package/dist/tools/searchTools.d.ts.map +1 -1
  101. package/dist/tools/searchTools.js +5 -4
  102. package/dist/tools/searchTools.js.map +1 -1
  103. package/dist/tools/todoTools.d.ts +3 -4
  104. package/dist/tools/todoTools.d.ts.map +1 -1
  105. package/dist/tools/todoTools.js +23 -4
  106. package/dist/tools/todoTools.js.map +1 -1
  107. package/dist/tools/webTools.d.ts.map +1 -1
  108. package/dist/tools/webTools.js +3 -1
  109. package/dist/tools/webTools.js.map +1 -1
  110. package/dist/ui/ink/ChatStatic.d.ts.map +1 -1
  111. package/dist/ui/ink/ChatStatic.js +21 -5
  112. package/dist/ui/ink/ChatStatic.js.map +1 -1
  113. package/dist/ui/ink/InkPromptController.d.ts +5 -0
  114. package/dist/ui/ink/InkPromptController.d.ts.map +1 -1
  115. package/dist/ui/ink/InkPromptController.js +16 -6
  116. package/dist/ui/ink/InkPromptController.js.map +1 -1
  117. package/dist/ui/ink/Prompt.d.ts +6 -0
  118. package/dist/ui/ink/Prompt.d.ts.map +1 -1
  119. package/dist/ui/ink/Prompt.js +69 -10
  120. package/dist/ui/ink/Prompt.js.map +1 -1
  121. package/dist/ui/ink/StatusLine.d.ts +6 -0
  122. package/dist/ui/ink/StatusLine.d.ts.map +1 -1
  123. package/dist/ui/ink/StatusLine.js +17 -3
  124. package/dist/ui/ink/StatusLine.js.map +1 -1
  125. package/dist/ui/ink/pasteBuffer.d.ts +44 -0
  126. package/dist/ui/ink/pasteBuffer.d.ts.map +1 -0
  127. package/dist/ui/ink/pasteBuffer.js +73 -0
  128. package/dist/ui/ink/pasteBuffer.js.map +1 -0
  129. package/package.json +1 -1
  130. package/dist/core/index.d.ts +0 -7
  131. package/dist/core/index.d.ts.map +0 -1
  132. package/dist/core/index.js +0 -7
  133. package/dist/core/index.js.map +0 -1
  134. package/dist/core/providerKeys.d.ts +0 -20
  135. package/dist/core/providerKeys.d.ts.map +0 -1
  136. package/dist/core/providerKeys.js +0 -40
  137. package/dist/core/providerKeys.js.map +0 -1
  138. package/dist/plugins/index.d.ts +0 -49
  139. package/dist/plugins/index.d.ts.map +0 -1
  140. package/dist/plugins/index.js +0 -104
  141. package/dist/plugins/index.js.map +0 -1
  142. package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.d.ts +0 -10
  143. package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.d.ts.map +0 -1
  144. package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.js +0 -110
  145. package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.js.map +0 -1
  146. package/dist/plugins/tools/bash/localBashPlugin.d.ts +0 -3
  147. package/dist/plugins/tools/bash/localBashPlugin.d.ts.map +0 -1
  148. package/dist/plugins/tools/bash/localBashPlugin.js +0 -14
  149. package/dist/plugins/tools/bash/localBashPlugin.js.map +0 -1
  150. package/dist/plugins/tools/edit/editPlugin.d.ts +0 -9
  151. package/dist/plugins/tools/edit/editPlugin.d.ts.map +0 -1
  152. package/dist/plugins/tools/edit/editPlugin.js +0 -15
  153. package/dist/plugins/tools/edit/editPlugin.js.map +0 -1
  154. package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.d.ts +0 -3
  155. package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.d.ts.map +0 -1
  156. package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.js +0 -9
  157. package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.js.map +0 -1
  158. package/dist/plugins/tools/filesystem/localFilesystemPlugin.d.ts +0 -3
  159. package/dist/plugins/tools/filesystem/localFilesystemPlugin.d.ts.map +0 -1
  160. package/dist/plugins/tools/filesystem/localFilesystemPlugin.js +0 -14
  161. package/dist/plugins/tools/filesystem/localFilesystemPlugin.js.map +0 -1
  162. package/dist/plugins/tools/gitHistory/gitHistoryPlugin.d.ts +0 -3
  163. package/dist/plugins/tools/gitHistory/gitHistoryPlugin.d.ts.map +0 -1
  164. package/dist/plugins/tools/gitHistory/gitHistoryPlugin.js +0 -9
  165. package/dist/plugins/tools/gitHistory/gitHistoryPlugin.js.map +0 -1
  166. package/dist/plugins/tools/index.d.ts +0 -3
  167. package/dist/plugins/tools/index.d.ts.map +0 -1
  168. package/dist/plugins/tools/index.js +0 -3
  169. package/dist/plugins/tools/index.js.map +0 -1
  170. package/dist/plugins/tools/integrity/integrityPlugin.d.ts +0 -3
  171. package/dist/plugins/tools/integrity/integrityPlugin.d.ts.map +0 -1
  172. package/dist/plugins/tools/integrity/integrityPlugin.js +0 -31
  173. package/dist/plugins/tools/integrity/integrityPlugin.js.map +0 -1
  174. package/dist/plugins/tools/mcp/mcpPlugin.d.ts +0 -3
  175. package/dist/plugins/tools/mcp/mcpPlugin.d.ts.map +0 -1
  176. package/dist/plugins/tools/mcp/mcpPlugin.js +0 -27
  177. package/dist/plugins/tools/mcp/mcpPlugin.js.map +0 -1
  178. package/dist/plugins/tools/nodeDefaults.d.ts +0 -13
  179. package/dist/plugins/tools/nodeDefaults.d.ts.map +0 -1
  180. package/dist/plugins/tools/nodeDefaults.js +0 -33
  181. package/dist/plugins/tools/nodeDefaults.js.map +0 -1
  182. package/dist/plugins/tools/orchestration/orchestrationPlugin.d.ts +0 -3
  183. package/dist/plugins/tools/orchestration/orchestrationPlugin.d.ts.map +0 -1
  184. package/dist/plugins/tools/orchestration/orchestrationPlugin.js +0 -340
  185. package/dist/plugins/tools/orchestration/orchestrationPlugin.js.map +0 -1
  186. package/dist/plugins/tools/registry.d.ts +0 -22
  187. package/dist/plugins/tools/registry.d.ts.map +0 -1
  188. package/dist/plugins/tools/registry.js +0 -58
  189. package/dist/plugins/tools/registry.js.map +0 -1
  190. package/dist/plugins/tools/search/localSearchPlugin.d.ts +0 -3
  191. package/dist/plugins/tools/search/localSearchPlugin.d.ts.map +0 -1
  192. package/dist/plugins/tools/search/localSearchPlugin.js +0 -14
  193. package/dist/plugins/tools/search/localSearchPlugin.js.map +0 -1
  194. package/dist/plugins/tools/skills/skillPlugin.d.ts +0 -3
  195. package/dist/plugins/tools/skills/skillPlugin.d.ts.map +0 -1
  196. package/dist/plugins/tools/skills/skillPlugin.js +0 -27
  197. package/dist/plugins/tools/skills/skillPlugin.js.map +0 -1
  198. package/dist/plugins/tools/todo/todoPlugin.d.ts +0 -3
  199. package/dist/plugins/tools/todo/todoPlugin.d.ts.map +0 -1
  200. package/dist/plugins/tools/todo/todoPlugin.js +0 -10
  201. package/dist/plugins/tools/todo/todoPlugin.js.map +0 -1
  202. package/dist/runtime/agentWorkerPool.d.ts +0 -167
  203. package/dist/runtime/agentWorkerPool.d.ts.map +0 -1
  204. package/dist/runtime/agentWorkerPool.js +0 -435
  205. package/dist/runtime/agentWorkerPool.js.map +0 -1
  206. package/dist/shell/autoExecutor.d.ts +0 -70
  207. package/dist/shell/autoExecutor.d.ts.map +0 -1
  208. package/dist/shell/autoExecutor.js +0 -320
  209. package/dist/shell/autoExecutor.js.map +0 -1
  210. package/dist/shell/commandRegistry.d.ts +0 -122
  211. package/dist/shell/commandRegistry.d.ts.map +0 -1
  212. package/dist/shell/commandRegistry.js +0 -355
  213. package/dist/shell/commandRegistry.js.map +0 -1
  214. package/dist/shell/composableMessage.d.ts +0 -178
  215. package/dist/shell/composableMessage.d.ts.map +0 -1
  216. package/dist/shell/composableMessage.js +0 -384
  217. package/dist/shell/composableMessage.js.map +0 -1
  218. package/dist/shell/vimMode.d.ts +0 -66
  219. package/dist/shell/vimMode.d.ts.map +0 -1
  220. package/dist/shell/vimMode.js +0 -435
  221. package/dist/shell/vimMode.js.map +0 -1
  222. package/dist/tools/localExplore.d.ts +0 -38
  223. package/dist/tools/localExplore.d.ts.map +0 -1
  224. package/dist/tools/localExplore.js +0 -30
  225. package/dist/tools/localExplore.js.map +0 -1
@@ -1,13 +0,0 @@
1
- /**
2
- * Register default Node.js tool plugins
3
- *
4
- * Core plugins:
5
- * - filesystem: Read files
6
- * - edit: Edit files
7
- * - search: Unified search (files, content, definitions)
8
- * - bash: Execute commands
9
- * - enhanced-git: Git operations
10
- * - git-history: Git history search and file restoration
11
- */
12
- export declare function registerDefaultNodeToolPlugins(): void;
13
- //# sourceMappingURL=nodeDefaults.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"nodeDefaults.d.ts","sourceRoot":"","sources":["../../../src/plugins/tools/nodeDefaults.ts"],"names":[],"mappings":"AAWA;;;;;;;;;;GAUG;AACH,wBAAgB,8BAA8B,IAAI,IAAI,CAYrD"}
@@ -1,33 +0,0 @@
1
- import { registerToolPlugin } from './registry.js';
2
- import { createLocalFilesystemToolPlugin } from './filesystem/localFilesystemPlugin.js';
3
- import { createEditToolPlugin } from './edit/editPlugin.js';
4
- import { createLocalSearchToolPlugin } from './search/localSearchPlugin.js';
5
- import { createLocalBashToolPlugin } from './bash/localBashPlugin.js';
6
- import { createEnhancedGitToolPlugin } from './enhancedGit/enhancedGitPlugin.js';
7
- import { createGitHistoryToolPlugin } from './gitHistory/gitHistoryPlugin.js';
8
- import { createTodoToolPlugin } from './todo/todoPlugin.js';
9
- let registered = false;
10
- /**
11
- * Register default Node.js tool plugins
12
- *
13
- * Core plugins:
14
- * - filesystem: Read files
15
- * - edit: Edit files
16
- * - search: Unified search (files, content, definitions)
17
- * - bash: Execute commands
18
- * - enhanced-git: Git operations
19
- * - git-history: Git history search and file restoration
20
- */
21
- export function registerDefaultNodeToolPlugins() {
22
- if (registered)
23
- return;
24
- registerToolPlugin(createLocalFilesystemToolPlugin());
25
- registerToolPlugin(createEditToolPlugin());
26
- registerToolPlugin(createLocalSearchToolPlugin());
27
- registerToolPlugin(createLocalBashToolPlugin());
28
- registerToolPlugin(createEnhancedGitToolPlugin());
29
- registerToolPlugin(createGitHistoryToolPlugin());
30
- registerToolPlugin(createTodoToolPlugin());
31
- registered = true;
32
- }
33
- //# sourceMappingURL=nodeDefaults.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"nodeDefaults.js","sourceRoot":"","sources":["../../../src/plugins/tools/nodeDefaults.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,2BAA2B,EAAE,MAAM,oCAAoC,CAAC;AACjF,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,IAAI,UAAU,GAAG,KAAK,CAAC;AAEvB;;;;;;;;;;GAUG;AACH,MAAM,UAAU,8BAA8B;IAC5C,IAAI,UAAU;QAAE,OAAO;IAEvB,kBAAkB,CAAC,+BAA+B,EAAE,CAAC,CAAC;IACtD,kBAAkB,CAAC,oBAAoB,EAAE,CAAC,CAAC;IAC3C,kBAAkB,CAAC,2BAA2B,EAAE,CAAC,CAAC;IAClD,kBAAkB,CAAC,yBAAyB,EAAE,CAAC,CAAC;IAChD,kBAAkB,CAAC,2BAA2B,EAAE,CAAC,CAAC;IAClD,kBAAkB,CAAC,0BAA0B,EAAE,CAAC,CAAC;IACjD,kBAAkB,CAAC,oBAAoB,EAAE,CAAC,CAAC;IAE3C,UAAU,GAAG,IAAI,CAAC;AACpB,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { ToolPlugin } from '../registry.js';
2
- export declare function createOrchestrationToolPlugin(): ToolPlugin;
3
- //# sourceMappingURL=orchestrationPlugin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"orchestrationPlugin.d.ts","sourceRoot":"","sources":["../../../../src/plugins/tools/orchestration/orchestrationPlugin.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAsZjD,wBAAgB,6BAA6B,IAAI,UAAU,CAW1D"}
@@ -1,340 +0,0 @@
1
- import { exec } from 'node:child_process';
2
- import { existsSync } from 'node:fs';
3
- import { join } from 'node:path';
4
- import { promisify } from 'node:util';
5
- const execAsync = promisify(exec);
6
- class OrchestrationToolkit {
7
- workingDir;
8
- env;
9
- recentRuns = [];
10
- constructor(workingDir, env) {
11
- this.workingDir = workingDir;
12
- this.env = env;
13
- }
14
- record(run) {
15
- this.recentRuns.push(run);
16
- // Keep a short history to avoid unbounded growth
17
- if (this.recentRuns.length > 10) {
18
- this.recentRuns.splice(0, this.recentRuns.length - 10);
19
- }
20
- }
21
- formatRun(run, label, dryRun = false, failureReason) {
22
- const status = dryRun ? 'SKIPPED (dry-run)' : run.status === 'success' ? 'OK' : 'FAILED';
23
- const lines = [
24
- `[${status}] ${label ?? run.command}`,
25
- `cmd: ${run.command}`,
26
- `time: ${run.durationMs}ms`,
27
- ];
28
- if (run.stdout) {
29
- lines.push('stdout:', run.stdout);
30
- }
31
- else {
32
- lines.push('stdout: (empty)');
33
- }
34
- if (run.stderr) {
35
- lines.push('stderr:', run.stderr);
36
- }
37
- else {
38
- lines.push('stderr: (empty)');
39
- }
40
- if (failureReason && !run.stderr) {
41
- lines.push(`reason: ${failureReason}`);
42
- }
43
- return lines.join('\n');
44
- }
45
- truncate(text, max = 4000) {
46
- if (text.length <= max)
47
- return text;
48
- return `${text.slice(0, max)}\n...[truncated ${text.length - max} chars]`;
49
- }
50
- async runCommand(command, options = {}, label) {
51
- const cwd = options.cwd ?? this.workingDir;
52
- const dryRun = Boolean(options.dryRun);
53
- const startedAt = Date.now();
54
- if (dryRun) {
55
- const run = {
56
- command,
57
- status: 'skipped',
58
- durationMs: 0,
59
- stdout: '',
60
- stderr: 'dry-run',
61
- startedAt,
62
- };
63
- this.record(run);
64
- return this.formatRun(run, label, true);
65
- }
66
- try {
67
- const { stdout, stderr } = await execAsync(command, {
68
- cwd,
69
- env: this.env,
70
- maxBuffer: 8 * 1024 * 1024,
71
- });
72
- const run = {
73
- command,
74
- status: 'success',
75
- durationMs: Date.now() - startedAt,
76
- stdout: this.truncate(stdout?.toString().trim() ?? ''),
77
- stderr: this.truncate(stderr?.toString().trim() ?? ''),
78
- startedAt,
79
- };
80
- this.record(run);
81
- return this.formatRun(run, label);
82
- }
83
- catch (error) {
84
- const run = {
85
- command,
86
- status: 'failure',
87
- durationMs: Date.now() - startedAt,
88
- stdout: this.truncate(error?.stdout?.toString().trim?.() ?? ''),
89
- stderr: this.truncate(error?.stderr?.toString().trim?.() ?? error?.message ?? ''),
90
- startedAt,
91
- };
92
- this.record(run);
93
- return this.formatRun(run, label, false, error?.message);
94
- }
95
- }
96
- async runQualityGate(args = {}) {
97
- const steps = args.steps?.length ? args.steps : ['build', 'lint', 'type-check', 'test', 'health'];
98
- const outputs = [];
99
- for (const step of steps) {
100
- switch (step) {
101
- case 'build':
102
- outputs.push(await this.runCommand(args.buildCommand ?? 'npm run build', args, 'build'));
103
- break;
104
- case 'lint':
105
- outputs.push(await this.runCommand(args.lintCommand ?? 'npm run lint', args, 'lint'));
106
- break;
107
- case 'type-check':
108
- outputs.push(await this.runCommand(args.typecheckCommand ?? 'npm run type-check', args, 'type-check'));
109
- break;
110
- case 'test':
111
- outputs.push(await this.runCommand(args.testCommand ?? 'npm test -- --runInBand', args, 'test'));
112
- break;
113
- case 'health': {
114
- const command = args.healthCommand
115
- ?? (existsSync(join(this.workingDir, 'scripts', 'health-check.mjs')) ? 'node scripts/health-check.mjs' : null);
116
- outputs.push(command
117
- ? await this.runCommand(command, args, 'health-check')
118
- : '[SKIPPED] health-check\nreason: scripts/health-check.mjs not found');
119
- break;
120
- }
121
- default:
122
- outputs.push(`[SKIPPED] ${step}\nreason: unknown step`);
123
- }
124
- }
125
- return outputs.join('\n\n');
126
- }
127
- analyzeErrors({ error, log } = {}) {
128
- const recentFailure = [...this.recentRuns].reverse().find((run) => run.status === 'failure');
129
- const hints = [];
130
- const source = [error ?? '', log ?? '', recentFailure?.stderr ?? '', recentFailure?.stdout ?? ''].join(' ').toLowerCase();
131
- if (source.includes('tsc') || source.includes('type')) {
132
- hints.push('Re-run type checks locally: npm run type-check');
133
- }
134
- if (source.includes('eslint') || source.includes('lint')) {
135
- hints.push('Fix lint failures or run npm run lint -- --fix');
136
- }
137
- if (source.includes('test')) {
138
- hints.push('Inspect failing test output and rerun with npm test -- --runInBand');
139
- }
140
- if (!hints.length) {
141
- hints.push('Review recent command output; retry with --verbose or enable debug logging.');
142
- }
143
- const failureContext = recentFailure
144
- ? `Last failure: ${recentFailure.command} (${recentFailure.durationMs}ms)`
145
- : 'No previous failures recorded.';
146
- return [
147
- 'Orchestration Error Analysis',
148
- failureContext,
149
- `Error: ${error ?? 'n/a'}`,
150
- `Hints: ${hints.join(' | ')}`,
151
- ].join('\n');
152
- }
153
- verifyResult({ expected, actual, tolerance = 0 } = {}) {
154
- if (expected == null && actual == null) {
155
- return 'verification: no inputs provided';
156
- }
157
- const expectedNum = typeof expected === 'number' ? expected : Number.isFinite(Number(expected)) ? Number(expected) : null;
158
- const actualNum = typeof actual === 'number' ? actual : Number.isFinite(Number(actual)) ? Number(actual) : null;
159
- if (expectedNum !== null && actualNum !== null) {
160
- const delta = Math.abs(expectedNum - actualNum);
161
- const pass = delta <= tolerance;
162
- return `verification: ${pass ? 'pass' : 'fail'} (${actualNum} vs ${expectedNum}, tolerance ${tolerance})`;
163
- }
164
- if (expected && actual) {
165
- const pass = String(actual).toLowerCase().includes(String(expected).toLowerCase());
166
- return `verification: ${pass ? 'pass' : 'fail'} (expected to find "${expected}" in "${actual}")`;
167
- }
168
- return `verification: incomplete (expected=${expected ?? 'n/a'}, actual=${actual ?? 'n/a'})`;
169
- }
170
- generateHypothesis({ objective, context, nextStepHint } = {}) {
171
- const lines = [
172
- 'Hypothesis',
173
- `Objective: ${objective ?? 'unspecified'}`,
174
- context ? `Context: ${context}` : 'Context: n/a',
175
- `Next step: ${nextStepHint ?? 'Run quality gate then iterate on failures.'}`,
176
- ];
177
- return lines.join('\n');
178
- }
179
- summarizeRecentRuns() {
180
- if (!this.recentRuns.length) {
181
- return 'No orchestration runs recorded yet. Execute run_build/run_tests/quality_gate to capture telemetry.';
182
- }
183
- const lines = this.recentRuns.slice(-5).map((run) => {
184
- const status = run.status === 'success' ? 'ok' : run.status === 'failure' ? 'fail' : 'skip';
185
- return `[${status}] ${run.command} (${run.durationMs}ms)`;
186
- });
187
- return ['Recent orchestration runs:', ...lines].join('\n');
188
- }
189
- }
190
- class OrchestrationCapabilityModule {
191
- workingDir;
192
- env;
193
- id = 'orchestration.tools.unified';
194
- description = 'Unified orchestration toolkit';
195
- constructor(workingDir, env) {
196
- this.workingDir = workingDir;
197
- this.env = env;
198
- }
199
- async create(context) {
200
- const toolkit = new OrchestrationToolkit(context.workingDir ?? this.workingDir, { ...this.env, ...context.env });
201
- const orchestrationTools = [
202
- {
203
- name: 'run_build',
204
- description: 'Run project build (default: npm run build).',
205
- parameters: {
206
- type: 'object',
207
- properties: {
208
- command: { type: 'string', description: 'Override build command' },
209
- cwd: { type: 'string', description: 'Working directory to use' },
210
- dryRun: { type: 'boolean', description: 'Skip execution and report intent only' },
211
- },
212
- },
213
- handler: async (args = {}) => toolkit.runCommand(args.command ?? 'npm run build', args, 'build'),
214
- },
215
- {
216
- name: 'run_lint',
217
- description: 'Run linting (default: npm run lint).',
218
- parameters: {
219
- type: 'object',
220
- properties: {
221
- command: { type: 'string', description: 'Override lint command' },
222
- cwd: { type: 'string' },
223
- dryRun: { type: 'boolean' },
224
- },
225
- },
226
- handler: async (args = {}) => toolkit.runCommand(args.command ?? 'npm run lint', args, 'lint'),
227
- },
228
- {
229
- name: 'run_type_check',
230
- description: 'Run type checks (default: npm run type-check).',
231
- parameters: {
232
- type: 'object',
233
- properties: {
234
- command: { type: 'string', description: 'Override type-check command' },
235
- cwd: { type: 'string' },
236
- dryRun: { type: 'boolean' },
237
- },
238
- },
239
- handler: async (args = {}) => toolkit.runCommand(args.command ?? 'npm run type-check', args, 'type-check'),
240
- },
241
- {
242
- name: 'run_tests',
243
- description: 'Run tests (default: npm test -- --runInBand).',
244
- parameters: {
245
- type: 'object',
246
- properties: {
247
- command: { type: 'string', description: 'Override test command' },
248
- cwd: { type: 'string' },
249
- dryRun: { type: 'boolean' },
250
- },
251
- },
252
- handler: async (args = {}) => toolkit.runCommand(args.command ?? 'npm test -- --runInBand', args, 'tests'),
253
- },
254
- {
255
- name: 'quality_gate',
256
- description: 'Run build + lint + type-check + tests (+ optional health check).',
257
- parameters: {
258
- type: 'object',
259
- properties: {
260
- steps: {
261
- type: 'array',
262
- description: 'Ordered steps to run',
263
- items: { type: 'string' },
264
- },
265
- buildCommand: { type: 'string' },
266
- lintCommand: { type: 'string' },
267
- typecheckCommand: { type: 'string' },
268
- testCommand: { type: 'string' },
269
- healthCommand: { type: 'string' },
270
- cwd: { type: 'string' },
271
- dryRun: { type: 'boolean' },
272
- },
273
- },
274
- handler: async (args = {}) => toolkit.runQualityGate(args),
275
- },
276
- {
277
- name: 'analyze_errors',
278
- description: 'Analyze execution errors and suggest remediations.',
279
- parameters: {
280
- type: 'object',
281
- properties: {
282
- error: { type: 'string' },
283
- log: { type: 'string' },
284
- },
285
- },
286
- handler: async (args = {}) => toolkit.analyzeErrors(args),
287
- },
288
- {
289
- name: 'verify_result',
290
- description: 'Verify a result for correctness or tolerance.',
291
- parameters: {
292
- type: 'object',
293
- properties: {
294
- expected: { type: 'string', description: 'Expected value (text or number as text)' },
295
- actual: { type: 'string', description: 'Actual value (text or number as text)' },
296
- tolerance: { type: 'number', description: 'Numeric delta tolerance' },
297
- },
298
- },
299
- handler: async (args = {}) => toolkit.verifyResult(args),
300
- },
301
- {
302
- name: 'hypothesis',
303
- description: 'Generate and test a hypothesis.',
304
- parameters: {
305
- type: 'object',
306
- properties: {
307
- objective: { type: 'string' },
308
- context: { type: 'string' },
309
- nextStepHint: { type: 'string' },
310
- },
311
- },
312
- handler: async (args = {}) => toolkit.generateHypothesis(args),
313
- },
314
- {
315
- name: 'summarize_orchestration',
316
- description: 'Summarize the most recent orchestration runs.',
317
- handler: async () => toolkit.summarizeRecentRuns(),
318
- },
319
- ];
320
- const toolSuite = {
321
- id: 'orchestration.tools.unified',
322
- description: 'Core orchestration helpers for build/test/quality flows.',
323
- tools: orchestrationTools,
324
- };
325
- return {
326
- id: this.id,
327
- description: this.description,
328
- toolSuite,
329
- };
330
- }
331
- }
332
- export function createOrchestrationToolPlugin() {
333
- return {
334
- id: 'tool.orchestration.unified',
335
- description: 'Unified orchestration toolkit (build, test, quality, telemetry).',
336
- targets: ['universal'],
337
- create: (context) => new OrchestrationCapabilityModule(context.workingDir, { ...process.env, ...context.env }),
338
- };
339
- }
340
- //# sourceMappingURL=orchestrationPlugin.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"orchestrationPlugin.js","sourceRoot":"","sources":["../../../../src/plugins/tools/orchestration/orchestrationPlugin.ts"],"names":[],"mappings":"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"}
@@ -1,22 +0,0 @@
1
- import type { CapabilityModule } from '../../runtime/agentHost.js';
2
- export type ToolPluginTarget = 'node' | 'browser' | 'cloud' | 'universal';
3
- export interface ToolPluginContext {
4
- workingDir: string;
5
- env: Record<string, string | undefined>;
6
- }
7
- export type ToolPluginResult = CapabilityModule | CapabilityModule[] | null | undefined | Promise<CapabilityModule | CapabilityModule[] | null | undefined>;
8
- export interface ToolPlugin {
9
- id: string;
10
- description?: string;
11
- targets: ToolPluginTarget[];
12
- create(context: ToolPluginContext): ToolPluginResult;
13
- }
14
- interface InstantiateOptions {
15
- filter?: (plugin: ToolPlugin) => boolean;
16
- }
17
- export declare function registerToolPlugin(plugin: ToolPlugin): void;
18
- export declare function unregisterToolPlugin(id: string): void;
19
- export declare function listRegisteredToolPlugins(): ToolPlugin[];
20
- export declare function instantiateToolPlugins(target: ToolPluginTarget, context: ToolPluginContext, options?: InstantiateOptions): Promise<CapabilityModule[]>;
21
- export {};
22
- //# sourceMappingURL=registry.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../src/plugins/tools/registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,CAAC;AAE1E,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;CACzC;AAED,MAAM,MAAM,gBAAgB,GACxB,gBAAgB,GAChB,gBAAgB,EAAE,GAClB,IAAI,GACJ,SAAS,GACT,OAAO,CAAC,gBAAgB,GAAG,gBAAgB,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;AAEtE,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAC5B,MAAM,CAAC,OAAO,EAAE,iBAAiB,GAAG,gBAAgB,CAAC;CACtD;AAED,UAAU,kBAAkB;IAC1B,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,OAAO,CAAC;CAC1C;AAID,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,CAK3D;AAED,wBAAgB,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CAErD;AAED,wBAAgB,yBAAyB,IAAI,UAAU,EAAE,CAExD;AAED,wBAAsB,sBAAsB,CAC1C,MAAM,EAAE,gBAAgB,EACxB,OAAO,EAAE,iBAAiB,EAC1B,OAAO,GAAE,kBAAuB,GAC/B,OAAO,CAAC,gBAAgB,EAAE,CAAC,CA6B7B"}
@@ -1,58 +0,0 @@
1
- const registry = new Map();
2
- export function registerToolPlugin(plugin) {
3
- if (!plugin?.id?.trim()) {
4
- throw new Error('Tool plugin id cannot be blank.');
5
- }
6
- registry.set(plugin.id, normalizePlugin(plugin));
7
- }
8
- export function unregisterToolPlugin(id) {
9
- registry.delete(id);
10
- }
11
- export function listRegisteredToolPlugins() {
12
- return Array.from(registry.values());
13
- }
14
- export async function instantiateToolPlugins(target, context, options = {}) {
15
- const modules = [];
16
- for (const plugin of registry.values()) {
17
- if (!supportsTarget(plugin, target)) {
18
- continue;
19
- }
20
- if (options.filter && !options.filter(plugin)) {
21
- continue;
22
- }
23
- const result = await plugin.create(context);
24
- if (!result) {
25
- continue;
26
- }
27
- if (Array.isArray(result)) {
28
- for (const entry of result) {
29
- if (entry) {
30
- modules.push(entry);
31
- }
32
- }
33
- }
34
- else {
35
- modules.push(result);
36
- }
37
- }
38
- return modules;
39
- }
40
- function normalizePlugin(plugin) {
41
- if (!plugin.targets?.length) {
42
- return {
43
- ...plugin,
44
- targets: ['universal'],
45
- };
46
- }
47
- return {
48
- ...plugin,
49
- targets: Array.from(new Set(plugin.targets)),
50
- };
51
- }
52
- function supportsTarget(plugin, target) {
53
- if (plugin.targets.includes('universal')) {
54
- return true;
55
- }
56
- return plugin.targets.includes(target);
57
- }
58
- //# sourceMappingURL=registry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../src/plugins/tools/registry.ts"],"names":[],"mappings":"AA2BA,MAAM,QAAQ,GAAG,IAAI,GAAG,EAAsB,CAAC;AAE/C,MAAM,UAAU,kBAAkB,CAAC,MAAkB;IACnD,IAAI,CAAC,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,CAAC;QACxB,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;IACrD,CAAC;IACD,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC,CAAC;AACnD,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,EAAU;IAC7C,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AACtB,CAAC;AAED,MAAM,UAAU,yBAAyB;IACvC,OAAO,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC;AACvC,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAC1C,MAAwB,EACxB,OAA0B,EAC1B,UAA8B,EAAE;IAEhC,MAAM,OAAO,GAAuB,EAAE,CAAC;IAEvC,KAAK,MAAM,MAAM,IAAI,QAAQ,CAAC,MAAM,EAAE,EAAE,CAAC;QACvC,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;YACpC,SAAS;QACX,CAAC;QAED,IAAI,OAAO,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9C,SAAS;QACX,CAAC;QAED,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAC5C,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,SAAS;QACX,CAAC;QAED,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,CAAC;YAC1B,KAAK,MAAM,KAAK,IAAI,MAAM,EAAE,CAAC;gBAC3B,IAAI,KAAK,EAAE,CAAC;oBACV,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;gBACtB,CAAC;YACH,CAAC;QACH,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACvB,CAAC;IACH,CAAC;IAED,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,SAAS,eAAe,CAAC,MAAkB;IACzC,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC;QAC5B,OAAO;YACL,GAAG,MAAM;YACT,OAAO,EAAE,CAAC,WAAW,CAAC;SACvB,CAAC;IACJ,CAAC;IAED,OAAO;QACL,GAAG,MAAM;QACT,OAAO,EAAE,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED,SAAS,cAAc,CAAC,MAAkB,EAAE,MAAwB;IAClE,IAAI,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAC,EAAE,CAAC;QACzC,OAAO,IAAI,CAAC;IACd,CAAC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;AACzC,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { ToolPlugin } from '../registry.js';
2
- export declare function createLocalSearchToolPlugin(): ToolPlugin;
3
- //# sourceMappingURL=localSearchPlugin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"localSearchPlugin.d.ts","sourceRoot":"","sources":["../../../../src/plugins/tools/search/localSearchPlugin.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,2BAA2B,IAAI,UAAU,CAWxD"}
@@ -1,14 +0,0 @@
1
- import { SearchCapabilityModule } from '../../../capabilities/searchCapability.js';
2
- export function createLocalSearchToolPlugin() {
3
- return {
4
- id: 'tool.search.local',
5
- description: 'Local ripgrep-based search tooling.',
6
- targets: ['node', 'cloud'],
7
- create: (context) => {
8
- return new SearchCapabilityModule({
9
- workingDir: context.workingDir,
10
- });
11
- },
12
- };
13
- }
14
- //# sourceMappingURL=localSearchPlugin.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"localSearchPlugin.js","sourceRoot":"","sources":["../../../../src/plugins/tools/search/localSearchPlugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AAGnF,MAAM,UAAU,2BAA2B;IACzC,OAAO;QACL,EAAE,EAAE,mBAAmB;QACvB,WAAW,EAAE,qCAAqC;QAClD,OAAO,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;QAC1B,MAAM,EAAE,CAAC,OAAO,EAAE,EAAE;YAClB,OAAO,IAAI,sBAAsB,CAAC;gBAChC,UAAU,EAAE,OAAO,CAAC,UAAU;aAC/B,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { ToolPlugin } from '../registry.js';
2
- export declare function createSkillToolPlugin(): ToolPlugin;
3
- //# sourceMappingURL=skillPlugin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"skillPlugin.d.ts","sourceRoot":"","sources":["../../../../src/plugins/tools/skills/skillPlugin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAyBjD,wBAAgB,qBAAqB,IAAI,UAAU,CAMlD"}
@@ -1,27 +0,0 @@
1
- class SkillCapabilityModule {
2
- id = 'tool.skills';
3
- description = 'Reusable skill library (stub)';
4
- async create() {
5
- const tools = [
6
- {
7
- name: 'list_skills',
8
- description: 'List available skills.',
9
- handler: async () => 'Skills: summarize, refactor, test',
10
- },
11
- ];
12
- const toolSuite = {
13
- id: 'skills.tools',
14
- description: 'Skill helpers',
15
- tools,
16
- };
17
- return { id: this.id, description: this.description, toolSuite };
18
- }
19
- }
20
- export function createSkillToolPlugin() {
21
- return {
22
- id: 'tool.skills',
23
- targets: ['universal'],
24
- create: () => new SkillCapabilityModule(),
25
- };
26
- }
27
- //# sourceMappingURL=skillPlugin.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"skillPlugin.js","sourceRoot":"","sources":["../../../../src/plugins/tools/skills/skillPlugin.ts"],"names":[],"mappings":"AAIA,MAAM,qBAAqB;IACzB,EAAE,GAAG,aAAa,CAAC;IACnB,WAAW,GAAG,+BAA+B,CAAC;IAE9C,KAAK,CAAC,MAAM;QACV,MAAM,KAAK,GAAqB;YAC9B;gBACE,IAAI,EAAE,aAAa;gBACnB,WAAW,EAAE,wBAAwB;gBACrC,OAAO,EAAE,KAAK,IAAI,EAAE,CAAC,mCAAmC;aACzD;SACF,CAAC;QAEF,MAAM,SAAS,GAAc;YAC3B,EAAE,EAAE,cAAc;YAClB,WAAW,EAAE,eAAe;YAC5B,KAAK;SACN,CAAC;QAEF,OAAO,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,SAAS,EAAE,CAAC;IACnE,CAAC;CACF;AAED,MAAM,UAAU,qBAAqB;IACnC,OAAO;QACL,EAAE,EAAE,aAAa;QACjB,OAAO,EAAE,CAAC,WAAW,CAAC;QACtB,MAAM,EAAE,GAAG,EAAE,CAAC,IAAI,qBAAqB,EAAE;KAC1C,CAAC;AACJ,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { ToolPlugin } from '../registry.js';
2
- export declare function createTodoToolPlugin(): ToolPlugin;
3
- //# sourceMappingURL=todoPlugin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"todoPlugin.d.ts","sourceRoot":"","sources":["../../../../src/plugins/tools/todo/todoPlugin.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,wBAAgB,oBAAoB,IAAI,UAAU,CAOjD"}
@@ -1,10 +0,0 @@
1
- import { TodoCapabilityModule } from '../../../capabilities/todoCapability.js';
2
- export function createTodoToolPlugin() {
3
- return {
4
- id: 'tool.todo',
5
- description: 'TodoWrite — Claude-Code-style task list for the agent.',
6
- targets: ['node', 'cloud', 'browser', 'universal'],
7
- create: () => new TodoCapabilityModule(),
8
- };
9
- }
10
- //# sourceMappingURL=todoPlugin.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"todoPlugin.js","sourceRoot":"","sources":["../../../../src/plugins/tools/todo/todoPlugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAG/E,MAAM,UAAU,oBAAoB;IAClC,OAAO;QACL,EAAE,EAAE,WAAW;QACf,WAAW,EAAE,wDAAwD;QACrE,OAAO,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,WAAW,CAAC;QAClD,MAAM,EAAE,GAAG,EAAE,CAAC,IAAI,oBAAoB,EAAE;KACzC,CAAC;AACJ,CAAC"}