smithers-orchestrator 0.2.2 → 0.2.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 (250) hide show
  1. package/dist/bin/cli.js +62443 -0
  2. package/dist/bin/highlights-eq9cgrbb.scm +604 -0
  3. package/dist/bin/highlights-ghv9g403.scm +205 -0
  4. package/dist/bin/highlights-hk7bwhj4.scm +284 -0
  5. package/dist/bin/highlights-r812a2qc.scm +150 -0
  6. package/dist/bin/highlights-x6tmsnaa.scm +115 -0
  7. package/dist/bin/injections-73j83es3.scm +27 -0
  8. package/dist/bin/tree-sitter-javascript-nd0q4pe9.wasm +0 -0
  9. package/dist/bin/tree-sitter-markdown-411r6y9b.wasm +0 -0
  10. package/dist/bin/tree-sitter-markdown_inline-j5349f42.wasm +0 -0
  11. package/dist/bin/tree-sitter-typescript-zxjzwt75.wasm +0 -0
  12. package/dist/bin/tree-sitter-zig-e78zbjpm.wasm +0 -0
  13. package/dist/src/components/Git/index.js +2744 -0
  14. package/dist/src/components/Hooks/index.js +2765 -0
  15. package/dist/src/components/JJ/index.js +2906 -0
  16. package/dist/src/components/MCP/index.js +1098 -0
  17. package/dist/src/components/index.js +6082 -0
  18. package/dist/src/core/index.js +137 -0
  19. package/dist/src/db/index.js +3190 -0
  20. package/dist/src/hooks/ai-sdk.js +27 -0
  21. package/dist/src/hooks/index.js +2881 -0
  22. package/dist/src/index.js +22551 -0
  23. package/dist/src/middleware/index.js +698 -0
  24. package/dist/src/monitor/index.js +4388 -0
  25. package/dist/src/rate-limits/index.js +4309 -0
  26. package/dist/src/reactive-sqlite/index.js +1812 -0
  27. package/dist/src/reconciler/index.js +12712 -0
  28. package/dist/src/reconciler/jsx-runtime.js +1343 -0
  29. package/dist/src/tools/index.js +13875 -0
  30. package/package.json +26 -37
  31. package/templates/main.tsx.template +1 -0
  32. package/bin/cli.ts +0 -117
  33. package/preload.ts +0 -9
  34. package/src/commands/cli-utils.ts +0 -61
  35. package/src/commands/db/current-view.ts +0 -52
  36. package/src/commands/db/executions-view.ts +0 -42
  37. package/src/commands/db/help.ts +0 -16
  38. package/src/commands/db/index.ts +0 -86
  39. package/src/commands/db/memories-view.ts +0 -52
  40. package/src/commands/db/recovery-view.ts +0 -43
  41. package/src/commands/db/state-view.ts +0 -17
  42. package/src/commands/db/stats-view.ts +0 -29
  43. package/src/commands/db/transitions-view.ts +0 -26
  44. package/src/commands/db/view-utils.ts +0 -39
  45. package/src/commands/db.ts +0 -11
  46. package/src/commands/init.ts +0 -127
  47. package/src/commands/monitor.ts +0 -167
  48. package/src/commands/run.ts +0 -84
  49. package/src/commands/test-utils.ts +0 -15
  50. package/src/components/Claude.tsx +0 -519
  51. package/src/components/ClaudeApi.tsx +0 -36
  52. package/src/components/Constraints.tsx +0 -31
  53. package/src/components/Each.tsx +0 -10
  54. package/src/components/End.tsx +0 -127
  55. package/src/components/ExecutionContext.tsx +0 -24
  56. package/src/components/ExecutionGate.tsx +0 -20
  57. package/src/components/ExecutionScope.tsx +0 -32
  58. package/src/components/Git/Commit.tsx +0 -201
  59. package/src/components/Git/Notes.tsx +0 -124
  60. package/src/components/Git/index.ts +0 -3
  61. package/src/components/Hooks/OnCIFailure.tsx +0 -258
  62. package/src/components/Hooks/PostCommit.tsx +0 -194
  63. package/src/components/Hooks/index.ts +0 -5
  64. package/src/components/Human.tsx +0 -81
  65. package/src/components/If.tsx +0 -27
  66. package/src/components/JJ/Commit.tsx +0 -107
  67. package/src/components/JJ/Describe.tsx +0 -85
  68. package/src/components/JJ/Rebase.tsx +0 -165
  69. package/src/components/JJ/Snapshot.tsx +0 -82
  70. package/src/components/JJ/Status.tsx +0 -105
  71. package/src/components/JJ/index.ts +0 -16
  72. package/src/components/MCP/Sqlite.tsx +0 -37
  73. package/src/components/MCP/index.ts +0 -4
  74. package/src/components/Parallel.tsx +0 -40
  75. package/src/components/Persona.tsx +0 -31
  76. package/src/components/Phase.tsx +0 -185
  77. package/src/components/PhaseContext.tsx +0 -11
  78. package/src/components/PhaseRegistry.tsx +0 -117
  79. package/src/components/Ralph/utils.ts +0 -35
  80. package/src/components/Ralph.tsx +0 -126
  81. package/src/components/Review/Review.tsx +0 -292
  82. package/src/components/Review/index.ts +0 -2
  83. package/src/components/Review/types.ts +0 -51
  84. package/src/components/Review.tsx +0 -3
  85. package/src/components/Smithers.tsx +0 -395
  86. package/src/components/SmithersProvider.tsx +0 -819
  87. package/src/components/Step.tsx +0 -377
  88. package/src/components/StepContext.tsx +0 -11
  89. package/src/components/Stop.tsx +0 -37
  90. package/src/components/Subagent.tsx +0 -32
  91. package/src/components/Task.tsx +0 -29
  92. package/src/components/While.tsx +0 -107
  93. package/src/components/Worktree.tsx +0 -141
  94. package/src/components/WorktreeProvider.tsx +0 -24
  95. package/src/components/agents/ClaudeCodeCLI.ts +0 -20
  96. package/src/components/agents/SmithersCLI.ts +0 -399
  97. package/src/components/agents/claude-cli/arg-builder.ts +0 -101
  98. package/src/components/agents/claude-cli/executor.ts +0 -369
  99. package/src/components/agents/claude-cli/index.ts +0 -26
  100. package/src/components/agents/claude-cli/message-parser.ts +0 -185
  101. package/src/components/agents/claude-cli/output-parser.ts +0 -184
  102. package/src/components/agents/claude-cli/stop-conditions.ts +0 -96
  103. package/src/components/agents/types/agents.ts +0 -251
  104. package/src/components/agents/types/execution.ts +0 -176
  105. package/src/components/agents/types/index.ts +0 -22
  106. package/src/components/agents/types/schema.ts +0 -16
  107. package/src/components/agents/types/tools.ts +0 -19
  108. package/src/components/agents/types.ts +0 -19
  109. package/src/components/index.ts +0 -93
  110. package/src/core/index.ts +0 -14
  111. package/src/db/agents.ts +0 -199
  112. package/src/db/artifacts.ts +0 -78
  113. package/src/db/build-state.ts +0 -160
  114. package/src/db/execution.ts +0 -132
  115. package/src/db/human.ts +0 -237
  116. package/src/db/index.ts +0 -316
  117. package/src/db/memories.ts +0 -123
  118. package/src/db/phases.ts +0 -71
  119. package/src/db/query.ts +0 -18
  120. package/src/db/render-frames.ts +0 -149
  121. package/src/db/schema.sql +0 -586
  122. package/src/db/state.ts +0 -89
  123. package/src/db/steps.ts +0 -81
  124. package/src/db/tasks.ts +0 -151
  125. package/src/db/tools.ts +0 -89
  126. package/src/db/types.ts +0 -261
  127. package/src/db/utils.ts +0 -17
  128. package/src/db/vcs-queue.ts +0 -66
  129. package/src/db/vcs.ts +0 -344
  130. package/src/debug/index.ts +0 -247
  131. package/src/globals.d.ts +0 -18
  132. package/src/hooks/ai-sdk.ts +0 -47
  133. package/src/hooks/index.ts +0 -7
  134. package/src/hooks/useCaptureRenderFrame.ts +0 -29
  135. package/src/hooks/useCommitWithRetry.ts +0 -62
  136. package/src/hooks/useHuman.ts +0 -115
  137. package/src/hooks/useHumanInteractive.ts +0 -255
  138. package/src/hooks/useRalphCount.ts +0 -20
  139. package/src/index.ts +0 -10
  140. package/src/jsx-runtime.ts +0 -8
  141. package/src/jsx.d.ts +0 -430
  142. package/src/middleware/caching.ts +0 -96
  143. package/src/middleware/compose.ts +0 -134
  144. package/src/middleware/cost-tracking.ts +0 -34
  145. package/src/middleware/extract-json.ts +0 -42
  146. package/src/middleware/extract-reasoning.ts +0 -41
  147. package/src/middleware/index.ts +0 -32
  148. package/src/middleware/logging.ts +0 -75
  149. package/src/middleware/rate-limiting.ts +0 -77
  150. package/src/middleware/redact-secrets.ts +0 -38
  151. package/src/middleware/retry.ts +0 -47
  152. package/src/middleware/timeout.ts +0 -36
  153. package/src/middleware/types.ts +0 -39
  154. package/src/middleware/validation.ts +0 -36
  155. package/src/monitor/haiku-summarizer.ts +0 -81
  156. package/src/monitor/index.ts +0 -8
  157. package/src/monitor/log-writer.ts +0 -212
  158. package/src/monitor/output-parser.ts +0 -131
  159. package/src/monitor/stream-formatter.ts +0 -173
  160. package/src/rate-limits/index.ts +0 -15
  161. package/src/rate-limits/middleware.ts +0 -28
  162. package/src/rate-limits/monitor.ts +0 -134
  163. package/src/rate-limits/providers/anthropic.ts +0 -67
  164. package/src/rate-limits/providers/base.ts +0 -1
  165. package/src/rate-limits/providers/openai.ts +0 -94
  166. package/src/rate-limits/store.ts +0 -83
  167. package/src/rate-limits/throttle.ts +0 -66
  168. package/src/rate-limits/types.ts +0 -72
  169. package/src/reactive-sqlite/database.ts +0 -340
  170. package/src/reactive-sqlite/hooks/context.tsx +0 -79
  171. package/src/reactive-sqlite/hooks/index.ts +0 -12
  172. package/src/reactive-sqlite/hooks/shared.ts +0 -79
  173. package/src/reactive-sqlite/hooks/useMutation.ts +0 -134
  174. package/src/reactive-sqlite/hooks/useQuery.ts +0 -173
  175. package/src/reactive-sqlite/hooks/useQueryOne.ts +0 -98
  176. package/src/reactive-sqlite/hooks/useQueryValue.ts +0 -95
  177. package/src/reactive-sqlite/hooks.ts +0 -7
  178. package/src/reactive-sqlite/index.ts +0 -58
  179. package/src/reactive-sqlite/parser.ts +0 -263
  180. package/src/reactive-sqlite/types.ts +0 -110
  181. package/src/reconciler/README.md +0 -300
  182. package/src/reconciler/hooks.ts +0 -225
  183. package/src/reconciler/host-config.ts +0 -319
  184. package/src/reconciler/index.ts +0 -52
  185. package/src/reconciler/jsx-runtime.ts +0 -51
  186. package/src/reconciler/methods.ts +0 -109
  187. package/src/reconciler/root.ts +0 -187
  188. package/src/reconciler/serialize.ts +0 -196
  189. package/src/reconciler/types.ts +0 -62
  190. package/src/streaming/claude-parser.ts +0 -230
  191. package/src/streaming/types.ts +0 -18
  192. package/src/streaming/v3-compat.ts +0 -62
  193. package/src/tools/ReportTool.ts +0 -136
  194. package/src/tools/createSmithersTool.ts +0 -76
  195. package/src/tools/index.ts +0 -34
  196. package/src/tools/registry.ts +0 -186
  197. package/src/tools/smithers-mcp-server.ts +0 -23
  198. package/src/tools/tool-to-mcp.ts +0 -42
  199. package/src/tools/types.ts +0 -58
  200. package/src/transport/smithers-chat-transport.ts +0 -537
  201. package/src/transport/types.ts +0 -74
  202. package/src/tui/App.tsx +0 -127
  203. package/src/tui/README.md +0 -489
  204. package/src/tui/components/index.ts +0 -5
  205. package/src/tui/components/layout/Header.tsx +0 -37
  206. package/src/tui/components/layout/StatusBar.tsx +0 -45
  207. package/src/tui/components/layout/TabBar.tsx +0 -49
  208. package/src/tui/components/layout/index.ts +0 -5
  209. package/src/tui/components/shared/ScrollableList.tsx +0 -70
  210. package/src/tui/components/shared/XMLViewer.tsx +0 -50
  211. package/src/tui/components/shared/index.ts +0 -4
  212. package/src/tui/components/views/ChatInterface.tsx +0 -131
  213. package/src/tui/components/views/DatabaseExplorer.tsx +0 -156
  214. package/src/tui/components/views/ExecutionTimeline.tsx +0 -117
  215. package/src/tui/components/views/HumanInteractionHandler.tsx +0 -204
  216. package/src/tui/components/views/RenderFrameInspector.tsx +0 -110
  217. package/src/tui/components/views/ReportViewer.tsx +0 -158
  218. package/src/tui/components/views/index.ts +0 -8
  219. package/src/tui/hooks/index.ts +0 -9
  220. package/src/tui/hooks/useClaudeChat.ts +0 -71
  221. package/src/tui/hooks/useHumanRequests.ts +0 -81
  222. package/src/tui/hooks/usePollEvents.ts +0 -79
  223. package/src/tui/hooks/usePollTableData.ts +0 -46
  224. package/src/tui/hooks/useRenderFrames.ts +0 -75
  225. package/src/tui/hooks/useReportGenerator.ts +0 -69
  226. package/src/tui/hooks/useSmithersConnection.ts +0 -102
  227. package/src/tui/index.tsx +0 -25
  228. package/src/tui/opentui.d.ts +0 -192
  229. package/src/tui/services/claude-assistant.ts +0 -95
  230. package/src/tui/services/index.ts +0 -4
  231. package/src/tui/services/report-generator.ts +0 -192
  232. package/src/tui/utils/colors.ts +0 -36
  233. package/src/tui/utils/format.ts +0 -38
  234. package/src/tui/utils/index.ts +0 -4
  235. package/src/utils/capture.ts +0 -436
  236. package/src/utils/extract-text.ts +0 -14
  237. package/src/utils/mcp-config.ts +0 -108
  238. package/src/utils/scope.ts +0 -22
  239. package/src/utils/structured-output/index.ts +0 -14
  240. package/src/utils/structured-output/prompt-generator.ts +0 -46
  241. package/src/utils/structured-output/types.ts +0 -20
  242. package/src/utils/structured-output/validator.ts +0 -84
  243. package/src/utils/structured-output/zod-converter.ts +0 -126
  244. package/src/utils/structured-output.ts +0 -18
  245. package/src/utils/vcs/git.ts +0 -294
  246. package/src/utils/vcs/index.ts +0 -51
  247. package/src/utils/vcs/jj.ts +0 -178
  248. package/src/utils/vcs/parsers.ts +0 -76
  249. package/src/utils/vcs/types.ts +0 -69
  250. package/src/utils/vcs.ts +0 -4

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.