smol-symphony 0.3.0 → 0.3.2

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 (773) hide show
  1. package/dist/bin/symphony.js.map +1 -0
  2. package/dist/core/actions/context.js.map +1 -0
  3. package/dist/core/actions/parse.js.map +1 -0
  4. package/dist/core/actions/plan.js.map +1 -0
  5. package/dist/core/actions/predicates.js.map +1 -0
  6. package/dist/core/actions/run-fold.js.map +1 -0
  7. package/dist/core/actions/template.js.map +1 -0
  8. package/dist/core/cli/args.js.map +1 -0
  9. package/dist/core/coerce.js.map +1 -0
  10. package/dist/core/credential/account-id.js.map +1 -0
  11. package/dist/core/credential/adapter-config.js.map +1 -0
  12. package/dist/core/credential/availability.js.map +1 -0
  13. package/dist/core/credential/extract.js.map +1 -0
  14. package/dist/core/credential/fake-creds.js.map +1 -0
  15. package/dist/core/credential/identity.js.map +1 -0
  16. package/dist/core/credential/shape.js.map +1 -0
  17. package/dist/core/credential/strings.js.map +1 -0
  18. package/dist/core/doctor/checks.js.map +1 -0
  19. package/dist/core/git/result.js.map +1 -0
  20. package/dist/core/http/decisions.js.map +1 -0
  21. package/dist/core/http/render.js.map +1 -0
  22. package/dist/core/http/routes.js.map +1 -0
  23. package/dist/core/http/views.js.map +1 -0
  24. package/dist/core/image/managed-image.js.map +1 -0
  25. package/dist/core/issue/file.js.map +1 -0
  26. package/dist/core/issue/parse.js.map +1 -0
  27. package/dist/core/mcp/dispatch.js.map +1 -0
  28. package/dist/core/mcp/post-move.js.map +1 -0
  29. package/dist/core/mcp/protocol.js.map +1 -0
  30. package/dist/core/mcp/url.js.map +1 -0
  31. package/dist/core/path.js.map +1 -0
  32. package/dist/core/reconcile/image-decide.js.map +1 -0
  33. package/dist/core/reconcile/ledger.js.map +1 -0
  34. package/dist/core/reconcile/pr-classify.js.map +1 -0
  35. package/dist/core/reconcile/pr-decide.js.map +1 -0
  36. package/dist/core/reconcile/pr-loop.js.map +1 -0
  37. package/dist/core/reconcile/pr-notes.js.map +1 -0
  38. package/dist/core/reconcile/vm-decide.js.map +1 -0
  39. package/dist/core/reconcile/vm-reap.js.map +1 -0
  40. package/dist/core/reconcile/workspace-decide.js.map +1 -0
  41. package/dist/core/runlog/summary.js.map +1 -0
  42. package/dist/core/runner/dispatch-config.js.map +1 -0
  43. package/dist/core/runner/injection.js.map +1 -0
  44. package/dist/core/runner/mise.js.map +1 -0
  45. package/dist/core/runner/prompt.js.map +1 -0
  46. package/dist/core/runner/turn.js.map +1 -0
  47. package/dist/core/runner/vm-plan.js.map +1 -0
  48. package/dist/core/schedule/admission.js.map +1 -0
  49. package/dist/core/schedule/circuit-breaker.js.map +1 -0
  50. package/dist/core/schedule/eligibility.js.map +1 -0
  51. package/dist/core/schedule/reconcile-issue.js.map +1 -0
  52. package/dist/core/schedule/retry.js.map +1 -0
  53. package/dist/core/schedule/sleep-cycle.js.map +1 -0
  54. package/dist/core/schedule/slots.js.map +1 -0
  55. package/dist/core/schedule/tick.js.map +1 -0
  56. package/dist/core/schedule/token-fold.js.map +1 -0
  57. package/dist/core/state-resolve.js.map +1 -0
  58. package/dist/core/vm-guards.js.map +1 -0
  59. package/dist/core/workflow/derive.js.map +1 -0
  60. package/dist/core/workflow/parse.js.map +1 -0
  61. package/dist/core/workflow/prompt-probe.js.map +1 -0
  62. package/dist/core/workflow/validate.js.map +1 -0
  63. package/dist/core/workspace-key.js.map +1 -0
  64. package/dist/shell/actions-runner.js.map +1 -0
  65. package/dist/shell/adapter/adapter-registry.js.map +1 -0
  66. package/dist/shell/adapter/clock-random.js.map +1 -0
  67. package/dist/shell/adapter/gondolin-dispatch-helpers.js.map +1 -0
  68. package/dist/shell/adapter/gondolin-dispatch.js.map +1 -0
  69. package/dist/shell/adapter/gondolin-image-converter.js.map +1 -0
  70. package/dist/shell/adapter/gondolin-image-fetch.js.map +1 -0
  71. package/dist/shell/adapter/launcher-asset.js.map +1 -0
  72. package/dist/shell/adapter/mise-config-asset.js.map +1 -0
  73. package/dist/shell/adapter/workflow-loader.js.map +1 -0
  74. package/dist/shell/cli/doctor.js.map +1 -0
  75. package/dist/shell/effect-interpreter-families.js.map +1 -0
  76. package/dist/shell/effect-interpreter.js.map +1 -0
  77. package/dist/shell/interp/acp-frame.js.map +1 -0
  78. package/dist/shell/interp/acp-ws-conn.js.map +1 -0
  79. package/dist/shell/interp/acp-ws-frames.js.map +1 -0
  80. package/dist/shell/interp/acp-ws.js.map +1 -0
  81. package/dist/shell/interp/acp.js.map +1 -0
  82. package/dist/shell/interp/credential-defaults.js.map +1 -0
  83. package/dist/shell/interp/credential-hooks.js.map +1 -0
  84. package/dist/shell/interp/credential-registry.js.map +1 -0
  85. package/dist/shell/interp/credential.js.map +1 -0
  86. package/dist/shell/interp/gh.js.map +1 -0
  87. package/dist/shell/interp/git.js.map +1 -0
  88. package/dist/shell/interp/log.js.map +1 -0
  89. package/dist/shell/interp/process.js.map +1 -0
  90. package/dist/shell/interp/runlog.js.map +1 -0
  91. package/dist/shell/interp/timer.js.map +1 -0
  92. package/dist/shell/interp/tracker-disk.js.map +1 -0
  93. package/dist/shell/interp/tracker-parse.js.map +1 -0
  94. package/dist/shell/interp/tracker-scan.js.map +1 -0
  95. package/dist/shell/interp/tracker-write.js.map +1 -0
  96. package/dist/shell/interp/tracker.js.map +1 -0
  97. package/dist/shell/interp/tty.js.map +1 -0
  98. package/dist/shell/interp/vm.js.map +1 -0
  99. package/dist/shell/interp/workspace.js.map +1 -0
  100. package/dist/shell/main-acp.js.map +1 -0
  101. package/dist/shell/main-adapters.js.map +1 -0
  102. package/dist/shell/main-credential.js.map +1 -0
  103. package/dist/shell/main-doctor.js.map +1 -0
  104. package/dist/shell/main-entry.js.map +1 -0
  105. package/dist/shell/main-http-csrf.js.map +1 -0
  106. package/dist/shell/main-http-handler.js.map +1 -0
  107. package/dist/shell/main-http-mcp.js.map +1 -0
  108. package/dist/shell/main-http-views.js.map +1 -0
  109. package/dist/shell/main-http.js.map +1 -0
  110. package/dist/shell/main-loops.js.map +1 -0
  111. package/dist/shell/main-mcp.js.map +1 -0
  112. package/dist/shell/main-orchestrator.js.map +1 -0
  113. package/dist/shell/main-preflight.js.map +1 -0
  114. package/dist/shell/main-reconcilers-helpers.js.map +1 -0
  115. package/dist/shell/main-reconcilers-pr.js.map +1 -0
  116. package/dist/shell/main-reconcilers.js.map +1 -0
  117. package/dist/shell/main-runner.js.map +1 -0
  118. package/dist/shell/main-scaffold.js.map +1 -0
  119. package/dist/shell/main-shutdown.js.map +1 -0
  120. package/dist/shell/main-startup.js.map +1 -0
  121. package/dist/shell/main-substrates.js.map +1 -0
  122. package/dist/shell/main.js.map +1 -0
  123. package/dist/shell/orchestrator-feedback.js.map +1 -0
  124. package/dist/shell/orchestrator-image.js.map +1 -0
  125. package/dist/shell/orchestrator-loop.js.map +1 -0
  126. package/dist/shell/orchestrator-reconcile.js.map +1 -0
  127. package/dist/shell/reconciler-loop.js.map +1 -0
  128. package/dist/shell/runner-loop-turn.js.map +1 -0
  129. package/dist/shell/runner-loop.js.map +1 -0
  130. package/dist/shell/server/http.js.map +1 -0
  131. package/dist/shell/server/mcp-runtime-effects.js.map +1 -0
  132. package/dist/shell/server/mcp-runtime.js.map +1 -0
  133. package/dist/shell/workspace-key.js.map +1 -0
  134. package/dist/types/acp.js.map +1 -0
  135. package/dist/types/actions/plan.js.map +1 -0
  136. package/dist/types/actions/predicates.js.map +1 -0
  137. package/dist/types/actions/run-fold.js.map +1 -0
  138. package/dist/types/actions.js.map +1 -0
  139. package/dist/types/adapter/clock-random.js.map +1 -0
  140. package/dist/types/adapter/gondolin-image-converter.js.map +1 -0
  141. package/dist/types/adapter/gondolin-image-fetch.js.map +1 -0
  142. package/dist/types/adapter/workflow-loader.js.map +1 -0
  143. package/dist/types/cli/args.js.map +1 -0
  144. package/dist/types/config.js.map +1 -0
  145. package/dist/types/credential-interp.js.map +1 -0
  146. package/dist/types/credentials.js.map +1 -0
  147. package/dist/types/doctor.js.map +1 -0
  148. package/dist/types/domain.js.map +1 -0
  149. package/dist/types/effect.js.map +1 -0
  150. package/dist/types/errors.js.map +1 -0
  151. package/dist/types/http/decisions.js.map +1 -0
  152. package/dist/types/http/render.js.map +1 -0
  153. package/dist/types/http/views.js.map +1 -0
  154. package/dist/types/http.js.map +1 -0
  155. package/dist/types/image/managed-image.js.map +1 -0
  156. package/dist/types/interp/effect-interpreter.js.map +1 -0
  157. package/dist/types/interp/tracker.js.map +1 -0
  158. package/dist/types/issue/file.js.map +1 -0
  159. package/dist/types/issue/parse.js.map +1 -0
  160. package/dist/types/main-acp.js.map +1 -0
  161. package/dist/types/main-adapters.js.map +1 -0
  162. package/dist/types/main-credential.js.map +1 -0
  163. package/dist/types/main-doctor.js.map +1 -0
  164. package/dist/types/main-http-handler.js.map +1 -0
  165. package/dist/types/main-http.js.map +1 -0
  166. package/dist/types/main-loops.js.map +1 -0
  167. package/dist/types/main-mcp.js.map +1 -0
  168. package/dist/types/main-orchestrator.js.map +1 -0
  169. package/dist/types/main-reconcilers.js.map +1 -0
  170. package/dist/types/main-runner.js.map +1 -0
  171. package/dist/types/main-startup.js.map +1 -0
  172. package/dist/types/main-substrates.js.map +1 -0
  173. package/dist/types/mcp/dispatch.js.map +1 -0
  174. package/dist/types/mcp/post-move.js.map +1 -0
  175. package/dist/types/mcp.js.map +1 -0
  176. package/dist/types/ports.js.map +1 -0
  177. package/dist/types/reconcile/image-decide.js.map +1 -0
  178. package/dist/types/reconcile/ledger.js.map +1 -0
  179. package/dist/types/reconcile/pr-loop.js.map +1 -0
  180. package/dist/types/reconcile/vm-reap.js.map +1 -0
  181. package/dist/types/reconcile/workspace-decide.js.map +1 -0
  182. package/dist/types/reconcile.js.map +1 -0
  183. package/dist/types/runlog.js.map +1 -0
  184. package/dist/types/runner/actions-runner.js.map +1 -0
  185. package/dist/types/runner/gondolin-dispatch.js.map +1 -0
  186. package/dist/types/runner/injection.js.map +1 -0
  187. package/dist/types/runner/runner-loop.js.map +1 -0
  188. package/dist/types/runner/turn.js.map +1 -0
  189. package/dist/types/runner/vm-plan.js.map +1 -0
  190. package/dist/types/runtime.js.map +1 -0
  191. package/dist/types/schedule/admission.js.map +1 -0
  192. package/dist/types/schedule/circuit-breaker.js.map +1 -0
  193. package/dist/types/schedule/eligibility.js.map +1 -0
  194. package/dist/types/schedule/orchestrator-loop.js.map +1 -0
  195. package/dist/types/schedule/sleep-cycle.js.map +1 -0
  196. package/dist/types/schedule/slots.js.map +1 -0
  197. package/dist/types/schedule/tick.js.map +1 -0
  198. package/dist/types/server/mcp-runtime.js.map +1 -0
  199. package/dist/types/workflow/parse.js.map +1 -0
  200. package/package.json +3 -3
  201. package/scripts/postinstall.mjs +24 -1
  202. package/dist/src/bin/symphony.js.map +0 -1
  203. package/dist/src/core/actions/context.js.map +0 -1
  204. package/dist/src/core/actions/parse.js.map +0 -1
  205. package/dist/src/core/actions/plan.js.map +0 -1
  206. package/dist/src/core/actions/predicates.js.map +0 -1
  207. package/dist/src/core/actions/run-fold.js.map +0 -1
  208. package/dist/src/core/actions/template.js.map +0 -1
  209. package/dist/src/core/cli/args.js.map +0 -1
  210. package/dist/src/core/coerce.js.map +0 -1
  211. package/dist/src/core/credential/account-id.js.map +0 -1
  212. package/dist/src/core/credential/adapter-config.js.map +0 -1
  213. package/dist/src/core/credential/availability.js.map +0 -1
  214. package/dist/src/core/credential/extract.js.map +0 -1
  215. package/dist/src/core/credential/fake-creds.js.map +0 -1
  216. package/dist/src/core/credential/identity.js.map +0 -1
  217. package/dist/src/core/credential/shape.js.map +0 -1
  218. package/dist/src/core/credential/strings.js.map +0 -1
  219. package/dist/src/core/doctor/checks.js.map +0 -1
  220. package/dist/src/core/git/result.js.map +0 -1
  221. package/dist/src/core/http/decisions.js.map +0 -1
  222. package/dist/src/core/http/render.js.map +0 -1
  223. package/dist/src/core/http/routes.js.map +0 -1
  224. package/dist/src/core/http/views.js.map +0 -1
  225. package/dist/src/core/image/managed-image.js.map +0 -1
  226. package/dist/src/core/issue/file.js.map +0 -1
  227. package/dist/src/core/issue/parse.js.map +0 -1
  228. package/dist/src/core/mcp/dispatch.js.map +0 -1
  229. package/dist/src/core/mcp/post-move.js.map +0 -1
  230. package/dist/src/core/mcp/protocol.js.map +0 -1
  231. package/dist/src/core/mcp/url.js.map +0 -1
  232. package/dist/src/core/path.js.map +0 -1
  233. package/dist/src/core/reconcile/image-decide.js.map +0 -1
  234. package/dist/src/core/reconcile/ledger.js.map +0 -1
  235. package/dist/src/core/reconcile/pr-classify.js.map +0 -1
  236. package/dist/src/core/reconcile/pr-decide.js.map +0 -1
  237. package/dist/src/core/reconcile/pr-loop.js.map +0 -1
  238. package/dist/src/core/reconcile/pr-notes.js.map +0 -1
  239. package/dist/src/core/reconcile/vm-decide.js.map +0 -1
  240. package/dist/src/core/reconcile/vm-reap.js.map +0 -1
  241. package/dist/src/core/reconcile/workspace-decide.js.map +0 -1
  242. package/dist/src/core/runlog/summary.js.map +0 -1
  243. package/dist/src/core/runner/dispatch-config.js.map +0 -1
  244. package/dist/src/core/runner/injection.js.map +0 -1
  245. package/dist/src/core/runner/mise.js.map +0 -1
  246. package/dist/src/core/runner/prompt.js.map +0 -1
  247. package/dist/src/core/runner/turn.js.map +0 -1
  248. package/dist/src/core/runner/vm-plan.js.map +0 -1
  249. package/dist/src/core/schedule/admission.js.map +0 -1
  250. package/dist/src/core/schedule/circuit-breaker.js.map +0 -1
  251. package/dist/src/core/schedule/eligibility.js.map +0 -1
  252. package/dist/src/core/schedule/reconcile-issue.js.map +0 -1
  253. package/dist/src/core/schedule/retry.js.map +0 -1
  254. package/dist/src/core/schedule/sleep-cycle.js.map +0 -1
  255. package/dist/src/core/schedule/slots.js.map +0 -1
  256. package/dist/src/core/schedule/tick.js.map +0 -1
  257. package/dist/src/core/schedule/token-fold.js.map +0 -1
  258. package/dist/src/core/state-resolve.js.map +0 -1
  259. package/dist/src/core/vm-guards.js.map +0 -1
  260. package/dist/src/core/workflow/derive.js.map +0 -1
  261. package/dist/src/core/workflow/parse.js.map +0 -1
  262. package/dist/src/core/workflow/prompt-probe.js.map +0 -1
  263. package/dist/src/core/workflow/validate.js.map +0 -1
  264. package/dist/src/core/workspace-key.js.map +0 -1
  265. package/dist/src/shell/actions-runner.js.map +0 -1
  266. package/dist/src/shell/adapter/adapter-registry.js.map +0 -1
  267. package/dist/src/shell/adapter/clock-random.js.map +0 -1
  268. package/dist/src/shell/adapter/gondolin-dispatch-helpers.js.map +0 -1
  269. package/dist/src/shell/adapter/gondolin-dispatch.js.map +0 -1
  270. package/dist/src/shell/adapter/gondolin-image-converter.js.map +0 -1
  271. package/dist/src/shell/adapter/gondolin-image-fetch.js.map +0 -1
  272. package/dist/src/shell/adapter/launcher-asset.js.map +0 -1
  273. package/dist/src/shell/adapter/mise-config-asset.js.map +0 -1
  274. package/dist/src/shell/adapter/workflow-loader.js.map +0 -1
  275. package/dist/src/shell/cli/doctor.js.map +0 -1
  276. package/dist/src/shell/effect-interpreter-families.js.map +0 -1
  277. package/dist/src/shell/effect-interpreter.js.map +0 -1
  278. package/dist/src/shell/interp/acp-frame.js.map +0 -1
  279. package/dist/src/shell/interp/acp-ws-conn.js.map +0 -1
  280. package/dist/src/shell/interp/acp-ws-frames.js.map +0 -1
  281. package/dist/src/shell/interp/acp-ws.js.map +0 -1
  282. package/dist/src/shell/interp/acp.js.map +0 -1
  283. package/dist/src/shell/interp/credential-defaults.js.map +0 -1
  284. package/dist/src/shell/interp/credential-hooks.js.map +0 -1
  285. package/dist/src/shell/interp/credential-registry.js.map +0 -1
  286. package/dist/src/shell/interp/credential.js.map +0 -1
  287. package/dist/src/shell/interp/gh.js.map +0 -1
  288. package/dist/src/shell/interp/git.js.map +0 -1
  289. package/dist/src/shell/interp/log.js.map +0 -1
  290. package/dist/src/shell/interp/process.js.map +0 -1
  291. package/dist/src/shell/interp/runlog.js.map +0 -1
  292. package/dist/src/shell/interp/timer.js.map +0 -1
  293. package/dist/src/shell/interp/tracker-disk.js.map +0 -1
  294. package/dist/src/shell/interp/tracker-parse.js.map +0 -1
  295. package/dist/src/shell/interp/tracker-scan.js.map +0 -1
  296. package/dist/src/shell/interp/tracker-write.js.map +0 -1
  297. package/dist/src/shell/interp/tracker.js.map +0 -1
  298. package/dist/src/shell/interp/tty.js.map +0 -1
  299. package/dist/src/shell/interp/vm.js.map +0 -1
  300. package/dist/src/shell/interp/workspace.js.map +0 -1
  301. package/dist/src/shell/main-acp.js.map +0 -1
  302. package/dist/src/shell/main-adapters.js.map +0 -1
  303. package/dist/src/shell/main-credential.js.map +0 -1
  304. package/dist/src/shell/main-doctor.js.map +0 -1
  305. package/dist/src/shell/main-entry.js.map +0 -1
  306. package/dist/src/shell/main-http-csrf.js.map +0 -1
  307. package/dist/src/shell/main-http-handler.js.map +0 -1
  308. package/dist/src/shell/main-http-mcp.js.map +0 -1
  309. package/dist/src/shell/main-http-views.js.map +0 -1
  310. package/dist/src/shell/main-http.js.map +0 -1
  311. package/dist/src/shell/main-loops.js.map +0 -1
  312. package/dist/src/shell/main-mcp.js.map +0 -1
  313. package/dist/src/shell/main-orchestrator.js.map +0 -1
  314. package/dist/src/shell/main-preflight.js.map +0 -1
  315. package/dist/src/shell/main-reconcilers-helpers.js.map +0 -1
  316. package/dist/src/shell/main-reconcilers-pr.js.map +0 -1
  317. package/dist/src/shell/main-reconcilers.js.map +0 -1
  318. package/dist/src/shell/main-runner.js.map +0 -1
  319. package/dist/src/shell/main-scaffold.js.map +0 -1
  320. package/dist/src/shell/main-shutdown.js.map +0 -1
  321. package/dist/src/shell/main-startup.js.map +0 -1
  322. package/dist/src/shell/main-substrates.js.map +0 -1
  323. package/dist/src/shell/main.js.map +0 -1
  324. package/dist/src/shell/orchestrator-feedback.js.map +0 -1
  325. package/dist/src/shell/orchestrator-image.js.map +0 -1
  326. package/dist/src/shell/orchestrator-loop.js.map +0 -1
  327. package/dist/src/shell/orchestrator-reconcile.js.map +0 -1
  328. package/dist/src/shell/reconciler-loop.js.map +0 -1
  329. package/dist/src/shell/runner-loop-turn.js.map +0 -1
  330. package/dist/src/shell/runner-loop.js.map +0 -1
  331. package/dist/src/shell/server/http.js.map +0 -1
  332. package/dist/src/shell/server/mcp-runtime-effects.js.map +0 -1
  333. package/dist/src/shell/server/mcp-runtime.js.map +0 -1
  334. package/dist/src/shell/workspace-key.js.map +0 -1
  335. package/dist/src/types/acp.js.map +0 -1
  336. package/dist/src/types/actions/plan.js.map +0 -1
  337. package/dist/src/types/actions/predicates.js.map +0 -1
  338. package/dist/src/types/actions/run-fold.js.map +0 -1
  339. package/dist/src/types/actions.js.map +0 -1
  340. package/dist/src/types/adapter/clock-random.js.map +0 -1
  341. package/dist/src/types/adapter/gondolin-image-converter.js.map +0 -1
  342. package/dist/src/types/adapter/gondolin-image-fetch.js.map +0 -1
  343. package/dist/src/types/adapter/workflow-loader.js.map +0 -1
  344. package/dist/src/types/cli/args.js.map +0 -1
  345. package/dist/src/types/config.js.map +0 -1
  346. package/dist/src/types/credential-interp.js.map +0 -1
  347. package/dist/src/types/credentials.js.map +0 -1
  348. package/dist/src/types/doctor.js.map +0 -1
  349. package/dist/src/types/domain.js.map +0 -1
  350. package/dist/src/types/effect.js.map +0 -1
  351. package/dist/src/types/errors.js.map +0 -1
  352. package/dist/src/types/http/decisions.js.map +0 -1
  353. package/dist/src/types/http/render.js.map +0 -1
  354. package/dist/src/types/http/views.js.map +0 -1
  355. package/dist/src/types/http.js.map +0 -1
  356. package/dist/src/types/image/managed-image.js.map +0 -1
  357. package/dist/src/types/interp/effect-interpreter.js.map +0 -1
  358. package/dist/src/types/interp/tracker.js.map +0 -1
  359. package/dist/src/types/issue/file.js.map +0 -1
  360. package/dist/src/types/issue/parse.js.map +0 -1
  361. package/dist/src/types/main-acp.js.map +0 -1
  362. package/dist/src/types/main-adapters.js.map +0 -1
  363. package/dist/src/types/main-credential.js.map +0 -1
  364. package/dist/src/types/main-doctor.js.map +0 -1
  365. package/dist/src/types/main-http-handler.js.map +0 -1
  366. package/dist/src/types/main-http.js.map +0 -1
  367. package/dist/src/types/main-loops.js.map +0 -1
  368. package/dist/src/types/main-mcp.js.map +0 -1
  369. package/dist/src/types/main-orchestrator.js.map +0 -1
  370. package/dist/src/types/main-reconcilers.js.map +0 -1
  371. package/dist/src/types/main-runner.js.map +0 -1
  372. package/dist/src/types/main-startup.js.map +0 -1
  373. package/dist/src/types/main-substrates.js.map +0 -1
  374. package/dist/src/types/mcp/dispatch.js.map +0 -1
  375. package/dist/src/types/mcp/post-move.js.map +0 -1
  376. package/dist/src/types/mcp.js.map +0 -1
  377. package/dist/src/types/ports.js.map +0 -1
  378. package/dist/src/types/reconcile/image-decide.js.map +0 -1
  379. package/dist/src/types/reconcile/ledger.js.map +0 -1
  380. package/dist/src/types/reconcile/pr-loop.js.map +0 -1
  381. package/dist/src/types/reconcile/vm-reap.js.map +0 -1
  382. package/dist/src/types/reconcile/workspace-decide.js.map +0 -1
  383. package/dist/src/types/reconcile.js.map +0 -1
  384. package/dist/src/types/runlog.js.map +0 -1
  385. package/dist/src/types/runner/actions-runner.js.map +0 -1
  386. package/dist/src/types/runner/gondolin-dispatch.js.map +0 -1
  387. package/dist/src/types/runner/injection.js.map +0 -1
  388. package/dist/src/types/runner/runner-loop.js.map +0 -1
  389. package/dist/src/types/runner/turn.js.map +0 -1
  390. package/dist/src/types/runner/vm-plan.js.map +0 -1
  391. package/dist/src/types/runtime.js.map +0 -1
  392. package/dist/src/types/schedule/admission.js.map +0 -1
  393. package/dist/src/types/schedule/circuit-breaker.js.map +0 -1
  394. package/dist/src/types/schedule/eligibility.js.map +0 -1
  395. package/dist/src/types/schedule/orchestrator-loop.js.map +0 -1
  396. package/dist/src/types/schedule/sleep-cycle.js.map +0 -1
  397. package/dist/src/types/schedule/slots.js.map +0 -1
  398. package/dist/src/types/schedule/tick.js.map +0 -1
  399. package/dist/src/types/server/mcp-runtime.js.map +0 -1
  400. package/dist/src/types/workflow/parse.js.map +0 -1
  401. package/dist/tests/core/account-id.test.js +0 -35
  402. package/dist/tests/core/account-id.test.js.map +0 -1
  403. package/dist/tests/core/actions-parse.test.js +0 -176
  404. package/dist/tests/core/actions-parse.test.js.map +0 -1
  405. package/dist/tests/core/adapter-config.test.js +0 -133
  406. package/dist/tests/core/adapter-config.test.js.map +0 -1
  407. package/dist/tests/core/admission.test.js +0 -215
  408. package/dist/tests/core/admission.test.js.map +0 -1
  409. package/dist/tests/core/args.test.js +0 -132
  410. package/dist/tests/core/args.test.js.map +0 -1
  411. package/dist/tests/core/availability.test.js +0 -62
  412. package/dist/tests/core/availability.test.js.map +0 -1
  413. package/dist/tests/core/checks.test.js +0 -395
  414. package/dist/tests/core/checks.test.js.map +0 -1
  415. package/dist/tests/core/circuit-breaker.test.js +0 -172
  416. package/dist/tests/core/circuit-breaker.test.js.map +0 -1
  417. package/dist/tests/core/coerce.test.js +0 -87
  418. package/dist/tests/core/coerce.test.js.map +0 -1
  419. package/dist/tests/core/context.test.js +0 -228
  420. package/dist/tests/core/context.test.js.map +0 -1
  421. package/dist/tests/core/decisions.test.js +0 -310
  422. package/dist/tests/core/decisions.test.js.map +0 -1
  423. package/dist/tests/core/derive.test.js +0 -205
  424. package/dist/tests/core/derive.test.js.map +0 -1
  425. package/dist/tests/core/dispatch-config.test.js +0 -164
  426. package/dist/tests/core/dispatch-config.test.js.map +0 -1
  427. package/dist/tests/core/dispatch.test.js +0 -302
  428. package/dist/tests/core/dispatch.test.js.map +0 -1
  429. package/dist/tests/core/eligibility.test.js +0 -163
  430. package/dist/tests/core/eligibility.test.js.map +0 -1
  431. package/dist/tests/core/extract.test.js +0 -139
  432. package/dist/tests/core/extract.test.js.map +0 -1
  433. package/dist/tests/core/fake-creds.test.js +0 -134
  434. package/dist/tests/core/fake-creds.test.js.map +0 -1
  435. package/dist/tests/core/file.test.js +0 -197
  436. package/dist/tests/core/file.test.js.map +0 -1
  437. package/dist/tests/core/git-result.test.js +0 -113
  438. package/dist/tests/core/git-result.test.js.map +0 -1
  439. package/dist/tests/core/identity.test.js +0 -180
  440. package/dist/tests/core/identity.test.js.map +0 -1
  441. package/dist/tests/core/image-decide.test.js +0 -59
  442. package/dist/tests/core/image-decide.test.js.map +0 -1
  443. package/dist/tests/core/injection.test.js +0 -163
  444. package/dist/tests/core/injection.test.js.map +0 -1
  445. package/dist/tests/core/ledger.test.js +0 -218
  446. package/dist/tests/core/ledger.test.js.map +0 -1
  447. package/dist/tests/core/managed-image.test.js +0 -68
  448. package/dist/tests/core/managed-image.test.js.map +0 -1
  449. package/dist/tests/core/mise.test.js +0 -138
  450. package/dist/tests/core/mise.test.js.map +0 -1
  451. package/dist/tests/core/parse.test.js +0 -174
  452. package/dist/tests/core/parse.test.js.map +0 -1
  453. package/dist/tests/core/path.test.js +0 -50
  454. package/dist/tests/core/path.test.js.map +0 -1
  455. package/dist/tests/core/plan.test.js +0 -218
  456. package/dist/tests/core/plan.test.js.map +0 -1
  457. package/dist/tests/core/post-move.test.js +0 -162
  458. package/dist/tests/core/post-move.test.js.map +0 -1
  459. package/dist/tests/core/pr-classify.test.js +0 -117
  460. package/dist/tests/core/pr-classify.test.js.map +0 -1
  461. package/dist/tests/core/pr-decide.test.js +0 -298
  462. package/dist/tests/core/pr-decide.test.js.map +0 -1
  463. package/dist/tests/core/pr-loop.test.js +0 -301
  464. package/dist/tests/core/pr-loop.test.js.map +0 -1
  465. package/dist/tests/core/pr-notes.test.js +0 -165
  466. package/dist/tests/core/pr-notes.test.js.map +0 -1
  467. package/dist/tests/core/predicates.test.js +0 -154
  468. package/dist/tests/core/predicates.test.js.map +0 -1
  469. package/dist/tests/core/prompt.test.js +0 -189
  470. package/dist/tests/core/prompt.test.js.map +0 -1
  471. package/dist/tests/core/protocol.test.js +0 -195
  472. package/dist/tests/core/protocol.test.js.map +0 -1
  473. package/dist/tests/core/reconcile-issue.test.js +0 -116
  474. package/dist/tests/core/reconcile-issue.test.js.map +0 -1
  475. package/dist/tests/core/render.test.js +0 -549
  476. package/dist/tests/core/render.test.js.map +0 -1
  477. package/dist/tests/core/retry.test.js +0 -186
  478. package/dist/tests/core/retry.test.js.map +0 -1
  479. package/dist/tests/core/routes.test.js +0 -247
  480. package/dist/tests/core/routes.test.js.map +0 -1
  481. package/dist/tests/core/run-fold.test.js +0 -299
  482. package/dist/tests/core/run-fold.test.js.map +0 -1
  483. package/dist/tests/core/shape.test.js +0 -185
  484. package/dist/tests/core/shape.test.js.map +0 -1
  485. package/dist/tests/core/sleep-cycle.test.js +0 -150
  486. package/dist/tests/core/sleep-cycle.test.js.map +0 -1
  487. package/dist/tests/core/slots.test.js +0 -201
  488. package/dist/tests/core/slots.test.js.map +0 -1
  489. package/dist/tests/core/state-resolve.test.js +0 -80
  490. package/dist/tests/core/state-resolve.test.js.map +0 -1
  491. package/dist/tests/core/summary.test.js +0 -200
  492. package/dist/tests/core/summary.test.js.map +0 -1
  493. package/dist/tests/core/template.test.js +0 -116
  494. package/dist/tests/core/template.test.js.map +0 -1
  495. package/dist/tests/core/tick.test.js +0 -558
  496. package/dist/tests/core/tick.test.js.map +0 -1
  497. package/dist/tests/core/token-fold.test.js +0 -176
  498. package/dist/tests/core/token-fold.test.js.map +0 -1
  499. package/dist/tests/core/turn.test.js +0 -388
  500. package/dist/tests/core/turn.test.js.map +0 -1
  501. package/dist/tests/core/url.test.js +0 -118
  502. package/dist/tests/core/url.test.js.map +0 -1
  503. package/dist/tests/core/validate.test.js +0 -247
  504. package/dist/tests/core/validate.test.js.map +0 -1
  505. package/dist/tests/core/views.test.js +0 -252
  506. package/dist/tests/core/views.test.js.map +0 -1
  507. package/dist/tests/core/vm-decide.test.js +0 -110
  508. package/dist/tests/core/vm-decide.test.js.map +0 -1
  509. package/dist/tests/core/vm-guards.test.js +0 -153
  510. package/dist/tests/core/vm-guards.test.js.map +0 -1
  511. package/dist/tests/core/vm-plan.test.js +0 -332
  512. package/dist/tests/core/vm-plan.test.js.map +0 -1
  513. package/dist/tests/core/vm-reap.test.js +0 -196
  514. package/dist/tests/core/vm-reap.test.js.map +0 -1
  515. package/dist/tests/core/workflow-parse.test.js +0 -493
  516. package/dist/tests/core/workflow-parse.test.js.map +0 -1
  517. package/dist/tests/core/workspace-decide.test.js +0 -236
  518. package/dist/tests/core/workspace-decide.test.js.map +0 -1
  519. package/dist/tests/helpers/fixtures.js +0 -167
  520. package/dist/tests/helpers/fixtures.js.map +0 -1
  521. package/dist/tests/shell/acp-substrate.test.js +0 -101
  522. package/dist/tests/shell/acp-substrate.test.js.map +0 -1
  523. package/dist/tests/shell/actions-runner-push.test.js +0 -203
  524. package/dist/tests/shell/actions-runner-push.test.js.map +0 -1
  525. package/dist/tests/shell/credential-hooks.test.js +0 -36
  526. package/dist/tests/shell/credential-hooks.test.js.map +0 -1
  527. package/dist/tests/shell/credential-registry.test.js +0 -165
  528. package/dist/tests/shell/credential-registry.test.js.map +0 -1
  529. package/dist/tests/shell/credential-substrate.test.js +0 -179
  530. package/dist/tests/shell/credential-substrate.test.js.map +0 -1
  531. package/dist/tests/shell/dockerfile-mise-pin.test.js +0 -51
  532. package/dist/tests/shell/dockerfile-mise-pin.test.js.map +0 -1
  533. package/dist/tests/shell/doctor.test.js +0 -101
  534. package/dist/tests/shell/doctor.test.js.map +0 -1
  535. package/dist/tests/shell/effect-vm-create.test.js +0 -52
  536. package/dist/tests/shell/effect-vm-create.test.js.map +0 -1
  537. package/dist/tests/shell/gh-port.test.js +0 -63
  538. package/dist/tests/shell/gh-port.test.js.map +0 -1
  539. package/dist/tests/shell/gondolin-dispatch-guard.test.js +0 -144
  540. package/dist/tests/shell/gondolin-dispatch-guard.test.js.map +0 -1
  541. package/dist/tests/shell/gondolin-dispatch-shquote.test.js +0 -168
  542. package/dist/tests/shell/gondolin-dispatch-shquote.test.js.map +0 -1
  543. package/dist/tests/shell/gondolin-image-converter.test.js +0 -208
  544. package/dist/tests/shell/gondolin-image-converter.test.js.map +0 -1
  545. package/dist/tests/shell/gondolin-image-fetch.test.js +0 -93
  546. package/dist/tests/shell/gondolin-image-fetch.test.js.map +0 -1
  547. package/dist/tests/shell/http-handler.test.js +0 -608
  548. package/dist/tests/shell/http-handler.test.js.map +0 -1
  549. package/dist/tests/shell/http-server.test.js +0 -53
  550. package/dist/tests/shell/http-server.test.js.map +0 -1
  551. package/dist/tests/shell/mcp-runtime.test.js +0 -366
  552. package/dist/tests/shell/mcp-runtime.test.js.map +0 -1
  553. package/dist/tests/shell/mise-config-asset.test.js +0 -87
  554. package/dist/tests/shell/mise-config-asset.test.js.map +0 -1
  555. package/dist/tests/shell/orchestrator-loop.test.js +0 -583
  556. package/dist/tests/shell/orchestrator-loop.test.js.map +0 -1
  557. package/dist/tests/shell/reconciler-passes.test.js +0 -314
  558. package/dist/tests/shell/reconciler-passes.test.js.map +0 -1
  559. package/dist/tests/shell/runner-loop-turn.test.js +0 -97
  560. package/dist/tests/shell/runner-loop-turn.test.js.map +0 -1
  561. package/dist/tests/shell/runner-slice.test.js +0 -536
  562. package/dist/tests/shell/runner-slice.test.js.map +0 -1
  563. package/dist/tests/shell/scaffold.test.js +0 -65
  564. package/dist/tests/shell/scaffold.test.js.map +0 -1
  565. package/dist/tests/shell/tick-config.test.js +0 -83
  566. package/dist/tests/shell/tick-config.test.js.map +0 -1
  567. package/dist/tests/shell/tracker-parse-dates.test.js +0 -44
  568. package/dist/tests/shell/tracker-parse-dates.test.js.map +0 -1
  569. package/dist/tests/shell/tracker-write-issue.test.js +0 -154
  570. package/dist/tests/shell/tracker-write-issue.test.js.map +0 -1
  571. package/dist/tests/shell/workflow-prompt-split.test.js +0 -208
  572. package/dist/tests/shell/workflow-prompt-split.test.js.map +0 -1
  573. package/dist/tests/shell/workspace-live-config.test.js +0 -140
  574. package/dist/tests/shell/workspace-live-config.test.js.map +0 -1
  575. /package/dist/{src/bin → bin}/symphony.js +0 -0
  576. /package/dist/{src/core → core}/actions/context.js +0 -0
  577. /package/dist/{src/core → core}/actions/parse.js +0 -0
  578. /package/dist/{src/core → core}/actions/plan.js +0 -0
  579. /package/dist/{src/core → core}/actions/predicates.js +0 -0
  580. /package/dist/{src/core → core}/actions/run-fold.js +0 -0
  581. /package/dist/{src/core → core}/actions/template.js +0 -0
  582. /package/dist/{src/core → core}/cli/args.js +0 -0
  583. /package/dist/{src/core → core}/coerce.js +0 -0
  584. /package/dist/{src/core → core}/credential/account-id.js +0 -0
  585. /package/dist/{src/core → core}/credential/adapter-config.js +0 -0
  586. /package/dist/{src/core → core}/credential/availability.js +0 -0
  587. /package/dist/{src/core → core}/credential/extract.js +0 -0
  588. /package/dist/{src/core → core}/credential/fake-creds.js +0 -0
  589. /package/dist/{src/core → core}/credential/identity.js +0 -0
  590. /package/dist/{src/core → core}/credential/shape.js +0 -0
  591. /package/dist/{src/core → core}/credential/strings.js +0 -0
  592. /package/dist/{src/core → core}/doctor/checks.js +0 -0
  593. /package/dist/{src/core → core}/git/result.js +0 -0
  594. /package/dist/{src/core → core}/http/decisions.js +0 -0
  595. /package/dist/{src/core → core}/http/render.js +0 -0
  596. /package/dist/{src/core → core}/http/routes.js +0 -0
  597. /package/dist/{src/core → core}/http/views.js +0 -0
  598. /package/dist/{src/core → core}/image/managed-image.js +0 -0
  599. /package/dist/{src/core → core}/issue/file.js +0 -0
  600. /package/dist/{src/core → core}/issue/parse.js +0 -0
  601. /package/dist/{src/core → core}/mcp/dispatch.js +0 -0
  602. /package/dist/{src/core → core}/mcp/post-move.js +0 -0
  603. /package/dist/{src/core → core}/mcp/protocol.js +0 -0
  604. /package/dist/{src/core → core}/mcp/url.js +0 -0
  605. /package/dist/{src/core → core}/path.js +0 -0
  606. /package/dist/{src/core → core}/reconcile/image-decide.js +0 -0
  607. /package/dist/{src/core → core}/reconcile/ledger.js +0 -0
  608. /package/dist/{src/core → core}/reconcile/pr-classify.js +0 -0
  609. /package/dist/{src/core → core}/reconcile/pr-decide.js +0 -0
  610. /package/dist/{src/core → core}/reconcile/pr-loop.js +0 -0
  611. /package/dist/{src/core → core}/reconcile/pr-notes.js +0 -0
  612. /package/dist/{src/core → core}/reconcile/vm-decide.js +0 -0
  613. /package/dist/{src/core → core}/reconcile/vm-reap.js +0 -0
  614. /package/dist/{src/core → core}/reconcile/workspace-decide.js +0 -0
  615. /package/dist/{src/core → core}/runlog/summary.js +0 -0
  616. /package/dist/{src/core → core}/runner/dispatch-config.js +0 -0
  617. /package/dist/{src/core → core}/runner/injection.js +0 -0
  618. /package/dist/{src/core → core}/runner/mise.js +0 -0
  619. /package/dist/{src/core → core}/runner/prompt.js +0 -0
  620. /package/dist/{src/core → core}/runner/turn.js +0 -0
  621. /package/dist/{src/core → core}/runner/vm-plan.js +0 -0
  622. /package/dist/{src/core → core}/schedule/admission.js +0 -0
  623. /package/dist/{src/core → core}/schedule/circuit-breaker.js +0 -0
  624. /package/dist/{src/core → core}/schedule/eligibility.js +0 -0
  625. /package/dist/{src/core → core}/schedule/reconcile-issue.js +0 -0
  626. /package/dist/{src/core → core}/schedule/retry.js +0 -0
  627. /package/dist/{src/core → core}/schedule/sleep-cycle.js +0 -0
  628. /package/dist/{src/core → core}/schedule/slots.js +0 -0
  629. /package/dist/{src/core → core}/schedule/tick.js +0 -0
  630. /package/dist/{src/core → core}/schedule/token-fold.js +0 -0
  631. /package/dist/{src/core → core}/state-resolve.js +0 -0
  632. /package/dist/{src/core → core}/vm-guards.js +0 -0
  633. /package/dist/{src/core → core}/workflow/derive.js +0 -0
  634. /package/dist/{src/core → core}/workflow/parse.js +0 -0
  635. /package/dist/{src/core → core}/workflow/prompt-probe.js +0 -0
  636. /package/dist/{src/core → core}/workflow/validate.js +0 -0
  637. /package/dist/{src/core → core}/workspace-key.js +0 -0
  638. /package/dist/{src/shell → shell}/actions-runner.js +0 -0
  639. /package/dist/{src/shell → shell}/adapter/adapter-registry.js +0 -0
  640. /package/dist/{src/shell → shell}/adapter/clock-random.js +0 -0
  641. /package/dist/{src/shell → shell}/adapter/gondolin-dispatch-helpers.js +0 -0
  642. /package/dist/{src/shell → shell}/adapter/gondolin-dispatch.js +0 -0
  643. /package/dist/{src/shell → shell}/adapter/gondolin-image-converter.js +0 -0
  644. /package/dist/{src/shell → shell}/adapter/gondolin-image-fetch.js +0 -0
  645. /package/dist/{src/shell → shell}/adapter/launcher-asset.js +0 -0
  646. /package/dist/{src/shell → shell}/adapter/mise-config-asset.js +0 -0
  647. /package/dist/{src/shell → shell}/adapter/workflow-loader.js +0 -0
  648. /package/dist/{src/shell → shell}/cli/doctor.js +0 -0
  649. /package/dist/{src/shell → shell}/effect-interpreter-families.js +0 -0
  650. /package/dist/{src/shell → shell}/effect-interpreter.js +0 -0
  651. /package/dist/{src/shell → shell}/interp/acp-frame.js +0 -0
  652. /package/dist/{src/shell → shell}/interp/acp-ws-conn.js +0 -0
  653. /package/dist/{src/shell → shell}/interp/acp-ws-frames.js +0 -0
  654. /package/dist/{src/shell → shell}/interp/acp-ws.js +0 -0
  655. /package/dist/{src/shell → shell}/interp/acp.js +0 -0
  656. /package/dist/{src/shell → shell}/interp/credential-defaults.js +0 -0
  657. /package/dist/{src/shell → shell}/interp/credential-hooks.js +0 -0
  658. /package/dist/{src/shell → shell}/interp/credential-registry.js +0 -0
  659. /package/dist/{src/shell → shell}/interp/credential.js +0 -0
  660. /package/dist/{src/shell → shell}/interp/gh.js +0 -0
  661. /package/dist/{src/shell → shell}/interp/git.js +0 -0
  662. /package/dist/{src/shell → shell}/interp/log.js +0 -0
  663. /package/dist/{src/shell → shell}/interp/process.js +0 -0
  664. /package/dist/{src/shell → shell}/interp/runlog.js +0 -0
  665. /package/dist/{src/shell → shell}/interp/timer.js +0 -0
  666. /package/dist/{src/shell → shell}/interp/tracker-disk.js +0 -0
  667. /package/dist/{src/shell → shell}/interp/tracker-parse.js +0 -0
  668. /package/dist/{src/shell → shell}/interp/tracker-scan.js +0 -0
  669. /package/dist/{src/shell → shell}/interp/tracker-write.js +0 -0
  670. /package/dist/{src/shell → shell}/interp/tracker.js +0 -0
  671. /package/dist/{src/shell → shell}/interp/tty.js +0 -0
  672. /package/dist/{src/shell → shell}/interp/vm.js +0 -0
  673. /package/dist/{src/shell → shell}/interp/workspace.js +0 -0
  674. /package/dist/{src/shell → shell}/main-acp.js +0 -0
  675. /package/dist/{src/shell → shell}/main-adapters.js +0 -0
  676. /package/dist/{src/shell → shell}/main-credential.js +0 -0
  677. /package/dist/{src/shell → shell}/main-doctor.js +0 -0
  678. /package/dist/{src/shell → shell}/main-entry.js +0 -0
  679. /package/dist/{src/shell → shell}/main-http-csrf.js +0 -0
  680. /package/dist/{src/shell → shell}/main-http-handler.js +0 -0
  681. /package/dist/{src/shell → shell}/main-http-mcp.js +0 -0
  682. /package/dist/{src/shell → shell}/main-http-views.js +0 -0
  683. /package/dist/{src/shell → shell}/main-http.js +0 -0
  684. /package/dist/{src/shell → shell}/main-loops.js +0 -0
  685. /package/dist/{src/shell → shell}/main-mcp.js +0 -0
  686. /package/dist/{src/shell → shell}/main-orchestrator.js +0 -0
  687. /package/dist/{src/shell → shell}/main-preflight.js +0 -0
  688. /package/dist/{src/shell → shell}/main-reconcilers-helpers.js +0 -0
  689. /package/dist/{src/shell → shell}/main-reconcilers-pr.js +0 -0
  690. /package/dist/{src/shell → shell}/main-reconcilers.js +0 -0
  691. /package/dist/{src/shell → shell}/main-runner.js +0 -0
  692. /package/dist/{src/shell → shell}/main-scaffold.js +0 -0
  693. /package/dist/{src/shell → shell}/main-shutdown.js +0 -0
  694. /package/dist/{src/shell → shell}/main-startup.js +0 -0
  695. /package/dist/{src/shell → shell}/main-substrates.js +0 -0
  696. /package/dist/{src/shell → shell}/main.js +0 -0
  697. /package/dist/{src/shell → shell}/orchestrator-feedback.js +0 -0
  698. /package/dist/{src/shell → shell}/orchestrator-image.js +0 -0
  699. /package/dist/{src/shell → shell}/orchestrator-loop.js +0 -0
  700. /package/dist/{src/shell → shell}/orchestrator-reconcile.js +0 -0
  701. /package/dist/{src/shell → shell}/reconciler-loop.js +0 -0
  702. /package/dist/{src/shell → shell}/runner-loop-turn.js +0 -0
  703. /package/dist/{src/shell → shell}/runner-loop.js +0 -0
  704. /package/dist/{src/shell → shell}/server/http.js +0 -0
  705. /package/dist/{src/shell → shell}/server/mcp-runtime-effects.js +0 -0
  706. /package/dist/{src/shell → shell}/server/mcp-runtime.js +0 -0
  707. /package/dist/{src/shell → shell}/workspace-key.js +0 -0
  708. /package/dist/{src/types → types}/acp.js +0 -0
  709. /package/dist/{src/types → types}/actions/plan.js +0 -0
  710. /package/dist/{src/types → types}/actions/predicates.js +0 -0
  711. /package/dist/{src/types → types}/actions/run-fold.js +0 -0
  712. /package/dist/{src/types → types}/actions.js +0 -0
  713. /package/dist/{src/types → types}/adapter/clock-random.js +0 -0
  714. /package/dist/{src/types → types}/adapter/gondolin-image-converter.js +0 -0
  715. /package/dist/{src/types → types}/adapter/gondolin-image-fetch.js +0 -0
  716. /package/dist/{src/types → types}/adapter/workflow-loader.js +0 -0
  717. /package/dist/{src/types → types}/cli/args.js +0 -0
  718. /package/dist/{src/types → types}/config.js +0 -0
  719. /package/dist/{src/types → types}/credential-interp.js +0 -0
  720. /package/dist/{src/types → types}/credentials.js +0 -0
  721. /package/dist/{src/types → types}/doctor.js +0 -0
  722. /package/dist/{src/types → types}/domain.js +0 -0
  723. /package/dist/{src/types → types}/effect.js +0 -0
  724. /package/dist/{src/types → types}/errors.js +0 -0
  725. /package/dist/{src/types → types}/http/decisions.js +0 -0
  726. /package/dist/{src/types → types}/http/render.js +0 -0
  727. /package/dist/{src/types → types}/http/views.js +0 -0
  728. /package/dist/{src/types → types}/http.js +0 -0
  729. /package/dist/{src/types → types}/image/managed-image.js +0 -0
  730. /package/dist/{src/types → types}/interp/effect-interpreter.js +0 -0
  731. /package/dist/{src/types → types}/interp/tracker.js +0 -0
  732. /package/dist/{src/types → types}/issue/file.js +0 -0
  733. /package/dist/{src/types → types}/issue/parse.js +0 -0
  734. /package/dist/{src/types → types}/main-acp.js +0 -0
  735. /package/dist/{src/types → types}/main-adapters.js +0 -0
  736. /package/dist/{src/types → types}/main-credential.js +0 -0
  737. /package/dist/{src/types → types}/main-doctor.js +0 -0
  738. /package/dist/{src/types → types}/main-http-handler.js +0 -0
  739. /package/dist/{src/types → types}/main-http.js +0 -0
  740. /package/dist/{src/types → types}/main-loops.js +0 -0
  741. /package/dist/{src/types → types}/main-mcp.js +0 -0
  742. /package/dist/{src/types → types}/main-orchestrator.js +0 -0
  743. /package/dist/{src/types → types}/main-reconcilers.js +0 -0
  744. /package/dist/{src/types → types}/main-runner.js +0 -0
  745. /package/dist/{src/types → types}/main-startup.js +0 -0
  746. /package/dist/{src/types → types}/main-substrates.js +0 -0
  747. /package/dist/{src/types → types}/mcp/dispatch.js +0 -0
  748. /package/dist/{src/types → types}/mcp/post-move.js +0 -0
  749. /package/dist/{src/types → types}/mcp.js +0 -0
  750. /package/dist/{src/types → types}/ports.js +0 -0
  751. /package/dist/{src/types → types}/reconcile/image-decide.js +0 -0
  752. /package/dist/{src/types → types}/reconcile/ledger.js +0 -0
  753. /package/dist/{src/types → types}/reconcile/pr-loop.js +0 -0
  754. /package/dist/{src/types → types}/reconcile/vm-reap.js +0 -0
  755. /package/dist/{src/types → types}/reconcile/workspace-decide.js +0 -0
  756. /package/dist/{src/types → types}/reconcile.js +0 -0
  757. /package/dist/{src/types → types}/runlog.js +0 -0
  758. /package/dist/{src/types → types}/runner/actions-runner.js +0 -0
  759. /package/dist/{src/types → types}/runner/gondolin-dispatch.js +0 -0
  760. /package/dist/{src/types → types}/runner/injection.js +0 -0
  761. /package/dist/{src/types → types}/runner/runner-loop.js +0 -0
  762. /package/dist/{src/types → types}/runner/turn.js +0 -0
  763. /package/dist/{src/types → types}/runner/vm-plan.js +0 -0
  764. /package/dist/{src/types → types}/runtime.js +0 -0
  765. /package/dist/{src/types → types}/schedule/admission.js +0 -0
  766. /package/dist/{src/types → types}/schedule/circuit-breaker.js +0 -0
  767. /package/dist/{src/types → types}/schedule/eligibility.js +0 -0
  768. /package/dist/{src/types → types}/schedule/orchestrator-loop.js +0 -0
  769. /package/dist/{src/types → types}/schedule/sleep-cycle.js +0 -0
  770. /package/dist/{src/types → types}/schedule/slots.js +0 -0
  771. /package/dist/{src/types → types}/schedule/tick.js +0 -0
  772. /package/dist/{src/types → types}/server/mcp-runtime.js +0 -0
  773. /package/dist/{src/types → types}/workflow/parse.js +0 -0
@@ -1,558 +0,0 @@
1
- // Pure unit tests for src/core/schedule/tick.ts (node:test + node:assert).
2
- //
3
- // The tick reducer is pure/synchronous, so no mocks are needed — every test
4
- // feeds a plain-data TickSnapshot + TickEvent and asserts on the returned
5
- // TickResult (dispatch plans + Effect[] + state deltas). The tests cover the
6
- // three event kinds and the main decision branches inside each:
7
- // - poll: eligibility/slot gating, in-tick slot decrement, sleep-cycle spawn.
8
- // - worker_exit: clean continuation, abnormal failure-backoff, breaker trip.
9
- // - retry_timer: redispatch / not-in-candidates release / no-slot reschedule /
10
- // ineligible release.
11
- import { test } from 'node:test';
12
- import assert from 'node:assert/strict';
13
- import { tick, CONTINUATION_DELAY_MS, FAILURE_BASE_MS, POLL_TIMER_ID, SPAWN_CYCLE_ACTOR, } from '../../src/core/schedule/tick.js';
14
- import { decideReconcileForIssue } from '../../src/core/schedule/reconcile-issue.js';
15
- import { makeIssue as issue } from '../helpers/fixtures.js';
16
- // ─── builders ──────────────────────────────────────────────────────────────
17
- function cfg(over = {}) {
18
- return {
19
- pollIntervalMs: 5_000,
20
- staticCap: 3,
21
- memoryAdmissionEnabled: false,
22
- hostMemoryReserveMib: 0,
23
- perVmMib: 0,
24
- maxRetryBackoffMs: 60_000,
25
- circuitBreakerThreshold: 3,
26
- activeStates: new Set(['todo', 'review']),
27
- terminalStates: new Set(['done']),
28
- states: { Todo: { role: 'active' }, Review: { role: 'active' }, Done: { role: 'terminal' } },
29
- spawn: { spawnState: null, onIdle: false, afterTerminal: 0, title: 'Reflection {{ stamp }}', body: null, maxInFlight: 1 },
30
- holdingState: 'Triage',
31
- ...over,
32
- };
33
- }
34
- function snapshot(over = {}) {
35
- return {
36
- cfg: over.cfg ?? cfg(),
37
- running: [],
38
- claimed: new Set(),
39
- retries: [],
40
- circuitBreakers: new Map(),
41
- doneSinceReflect: 0,
42
- previousClampActive: false,
43
- memoryProbe: { memAvailableMib: null },
44
- now: 1_000_000,
45
- nowIso: '2026-06-02T00:00:00.000Z',
46
- ...over,
47
- };
48
- }
49
- function effectsOfFamily(effects, family) {
50
- return effects.filter((e) => e.family === family);
51
- }
52
- // ─── poll ────────────────────────────────────────────────────────────────────
53
- test('poll: dispatches all eligible candidates up to the global cap, sorted', () => {
54
- const event = {
55
- kind: 'poll',
56
- trackerRoot: '/tracker',
57
- candidates: [
58
- issue({ id: 'b', identifier: 'B', priority: 2 }),
59
- issue({ id: 'a', identifier: 'A', priority: 1 }),
60
- issue({ id: 'c', identifier: 'C', priority: 3 }),
61
- ],
62
- };
63
- const res = tick(event, snapshot({ cfg: cfg({ staticCap: 3 }) }));
64
- // priority ASC ordering: a, b, c.
65
- assert.deepEqual(res.dispatch.map((d) => d.issue.id), ['a', 'b', 'c']);
66
- assert.deepEqual(res.claim, ['a', 'b', 'c']);
67
- // every dispatch pins the fetch's tracker root + a null (fresh) attempt.
68
- assert.ok(res.dispatch.every((d) => d.trackerRoot === '/tracker' && d.attempt === null));
69
- // the poll always reschedules itself.
70
- const timers = effectsOfFamily(res.effects, 'timer');
71
- assert.equal(timers.length, 1);
72
- assert.deepEqual(timers[0], { family: 'timer', kind: 'set_timer', id: POLL_TIMER_ID, ms: 5_000 });
73
- assert.equal(res.lastPollAt, '2026-06-02T00:00:00.000Z');
74
- });
75
- test('poll: the global cap bounds dispatch and the in-tick decrement is honoured', () => {
76
- const event = {
77
- kind: 'poll',
78
- trackerRoot: null,
79
- candidates: [
80
- issue({ id: 'a', identifier: 'A' }),
81
- issue({ id: 'b', identifier: 'B' }),
82
- issue({ id: 'c', identifier: 'C' }),
83
- ],
84
- };
85
- const res = tick(event, snapshot({ cfg: cfg({ staticCap: 2 }) }));
86
- assert.equal(res.dispatch.length, 2);
87
- assert.deepEqual(res.claim, ['a', 'b']);
88
- });
89
- test('poll: skips ineligible candidates (already running / wrong state / blocked) without consuming a slot', () => {
90
- const event = {
91
- kind: 'poll',
92
- trackerRoot: null,
93
- candidates: [
94
- issue({ id: 'running-now', identifier: 'R' }), // already running
95
- issue({ id: 'wrong', identifier: 'W', state: 'Backlog' }), // not active
96
- issue({
97
- id: 'blocked',
98
- identifier: 'BL',
99
- state: 'Todo',
100
- blocked_by: [{ id: 'x', identifier: 'X', state: 'Todo' }],
101
- }), // todo with non-terminal blocker
102
- issue({ id: 'ok', identifier: 'OK' }), // eligible
103
- ],
104
- };
105
- const res = tick(event, snapshot({ running: [{ issue_id: 'running-now', state: 'Todo' }], cfg: cfg({ staticCap: 5 }) }));
106
- assert.deepEqual(res.dispatch.map((d) => d.issue.id), ['ok']);
107
- });
108
- test('poll: per-state cap blocks a second dispatch into the same state', () => {
109
- const states = {
110
- Todo: { role: 'active', max_concurrent: 1 },
111
- Done: { role: 'terminal' },
112
- };
113
- const event = {
114
- kind: 'poll',
115
- trackerRoot: null,
116
- candidates: [
117
- issue({ id: 'a', identifier: 'A', state: 'Todo' }),
118
- issue({ id: 'b', identifier: 'B', state: 'Todo' }),
119
- ],
120
- };
121
- const res = tick(event, snapshot({ cfg: cfg({ staticCap: 5, states, activeStates: new Set(['todo']) }) }));
122
- // First Todo dispatches; the in-tick running decrement then fills the per-state
123
- // cap of 1, so the second is skipped.
124
- assert.deepEqual(res.dispatch.map((d) => d.issue.id), ['a']);
125
- });
126
- test('poll: memory clamp toggling emits a single transition log and reports admission', () => {
127
- const event = { kind: 'poll', trackerRoot: null, candidates: [] };
128
- const res = tick(event, snapshot({
129
- previousClampActive: false,
130
- memoryProbe: { memAvailableMib: 1_000 },
131
- cfg: cfg({
132
- staticCap: 10,
133
- memoryAdmissionEnabled: true,
134
- perVmMib: 500,
135
- hostMemoryReserveMib: 0,
136
- }),
137
- }));
138
- // room = floor(1000/500) = 2 → effective cap 2 < static 10 → clamp active.
139
- assert.equal(res.clampActive, true);
140
- assert.equal(res.admission?.effectiveCap, 2);
141
- const logs = effectsOfFamily(res.effects, 'log');
142
- assert.equal(logs.length, 1);
143
- assert.match(logs[0].message, /clamping/);
144
- });
145
- test('poll: sleep cycle spawns on done-threshold — write_issue into the spawn state + counter reset', () => {
146
- const spawnCfg = cfg({
147
- spawn: { spawnState: 'Reflect', onIdle: true, afterTerminal: 2, title: 'Reflection {{ stamp }}', body: null, maxInFlight: 1 },
148
- activeStates: new Set(['todo', 'reflect']),
149
- });
150
- const event = { kind: 'poll', trackerRoot: '/tracker', candidates: [] };
151
- const res = tick(event, snapshot({ cfg: spawnCfg, doneSinceReflect: 2 }));
152
- const writes = effectsOfFamily(res.effects, 'tracker');
153
- assert.equal(writes.length, 1);
154
- const write = writes[0];
155
- assert.equal(write.kind, 'write_issue');
156
- assert.equal(write.trackerRoot, '/tracker');
157
- assert.equal(write.state, 'Reflect');
158
- assert.equal(write.title, 'Reflection 2026-06-02 00:00');
159
- assert.equal(write.actor, SPAWN_CYCLE_ACTOR);
160
- assert.match(write.description ?? '', /done_threshold/);
161
- assert.equal(res.doneSinceReflect, 0);
162
- });
163
- test('poll: sleep cycle does NOT spawn when the tracker root is unresolved', () => {
164
- const spawnCfg = cfg({
165
- spawn: { spawnState: 'Reflect', onIdle: true, afterTerminal: 2, title: 'Reflection {{ stamp }}', body: null, maxInFlight: 1 },
166
- activeStates: new Set(['todo', 'reflect']),
167
- });
168
- const event = { kind: 'poll', trackerRoot: null, candidates: [] };
169
- const res = tick(event, snapshot({ cfg: spawnCfg, doneSinceReflect: 2 }));
170
- assert.equal(effectsOfFamily(res.effects, 'tracker').length, 0);
171
- assert.equal(res.doneSinceReflect, undefined);
172
- });
173
- test('poll: sleep cycle does NOT spawn a second while one is already live (max_in_flight)', () => {
174
- const spawnCfg = cfg({
175
- spawn: { spawnState: 'Reflect', onIdle: true, afterTerminal: 2, title: 'Reflection {{ stamp }}', body: null, maxInFlight: 1 },
176
- activeStates: new Set(['todo', 'reflect']),
177
- });
178
- // A live reflection issue is in the candidate scan (still on disk in Reflect); the
179
- // done-threshold trigger would otherwise fire, but max_in_flight: 1 suppresses it.
180
- const event = {
181
- kind: 'poll',
182
- trackerRoot: '/tracker',
183
- candidates: [issue({ id: 'r1', identifier: 'R1', state: 'Reflect' })],
184
- };
185
- const res = tick(event, snapshot({ cfg: spawnCfg, doneSinceReflect: 9 }));
186
- assert.equal(res.effects.filter((e) => e.family === 'tracker').length, 0);
187
- assert.equal(res.doneSinceReflect, undefined);
188
- });
189
- test('poll: a pending mint (write_issue emitted but not yet landed) counts toward max_in_flight', () => {
190
- // The race the candidate-scan/running guard alone can't catch: a previous poll
191
- // already EMITTED a mint whose async write hasn't landed on disk yet — so it shows
192
- // in NEITHER the candidate scan NOR the running set — and a worker exit pushed the
193
- // counter back over the threshold. The shell surfaces the in-flight write as
194
- // `pendingSpawnMints`; the reducer must fold it into the in-flight count so the
195
- // done-threshold trigger does NOT mint a second reflection.
196
- const spawnCfg = cfg({
197
- spawn: { spawnState: 'Reflect', onIdle: true, afterTerminal: 1, title: 'Reflection {{ stamp }}', body: null, maxInFlight: 1 },
198
- activeStates: new Set(['todo', 'reflect']),
199
- });
200
- // No on-disk reflection candidate and nothing running in Reflect — only the pending
201
- // (not-yet-written) mint exists. Without the pending count this would mint again.
202
- const event = { kind: 'poll', trackerRoot: '/tracker', candidates: [] };
203
- const res = tick(event, snapshot({ cfg: spawnCfg, doneSinceReflect: 1, pendingSpawnMints: 1 }));
204
- assert.equal(res.effects.filter((e) => e.family === 'tracker').length, 0, 'the in-flight mint suppresses a second');
205
- assert.equal(res.doneSinceReflect, undefined, 'the counter is left intact for the pending mint to reset');
206
- });
207
- test('poll: sleep cycle does NOT spawn when idle but nothing finished since last run', () => {
208
- const spawnCfg = cfg({
209
- spawn: { spawnState: 'Reflect', onIdle: true, afterTerminal: 0, title: 'Reflection {{ stamp }}', body: null, maxInFlight: 1 },
210
- activeStates: new Set(['todo', 'reflect']),
211
- });
212
- const event = { kind: 'poll', trackerRoot: '/tracker', candidates: [] };
213
- const res = tick(event, snapshot({ cfg: spawnCfg, doneSinceReflect: 0 }));
214
- assert.equal(effectsOfFamily(res.effects, 'tracker').length, 0);
215
- assert.equal(res.doneSinceReflect, undefined);
216
- });
217
- // ─── poll: image-readiness gate (issue 206) ──────────────────────────────────
218
- test('poll: oci_image configured + not converted → holds VM dispatch + emits ensure_image', () => {
219
- const event = {
220
- kind: 'poll',
221
- trackerRoot: '/tracker',
222
- candidates: [issue({ id: 'a', identifier: 'A' }), issue({ id: 'b', identifier: 'B' })],
223
- };
224
- const res = tick(event, snapshot({
225
- image: {
226
- ociConfigured: true,
227
- ref: 'ghcr.io/acme/agent:1',
228
- ready: false,
229
- building: false,
230
- failed: false,
231
- },
232
- }));
233
- // No VM-needing candidate is admitted while the image is unconverted.
234
- assert.deepEqual(res.dispatch, []);
235
- assert.deepEqual(res.claim, []);
236
- // An ensure_image effect kicks off the one-time build.
237
- const imageEffects = effectsOfFamily(res.effects, 'image');
238
- assert.equal(imageEffects.length, 1);
239
- assert.deepEqual(imageEffects[0], {
240
- family: 'image',
241
- kind: 'ensure',
242
- ref: 'ghcr.io/acme/agent:1',
243
- });
244
- // The poll still reschedules itself even while holding.
245
- assert.equal(effectsOfFamily(res.effects, 'timer').length, 1);
246
- });
247
- test('poll: a build in flight holds dispatch but does NOT re-emit ensure_image', () => {
248
- const event = {
249
- kind: 'poll',
250
- trackerRoot: null,
251
- candidates: [issue({ id: 'a', identifier: 'A' })],
252
- };
253
- const res = tick(event, snapshot({ image: { ociConfigured: true, ref: 'r:1', ready: false, building: true, failed: false } }));
254
- assert.deepEqual(res.dispatch, []);
255
- assert.equal(effectsOfFamily(res.effects, 'image').length, 0);
256
- });
257
- test('poll: a failed build holds dispatch and suppresses the auto-retry (no re-emit)', () => {
258
- const event = {
259
- kind: 'poll',
260
- trackerRoot: null,
261
- candidates: [issue({ id: 'a', identifier: 'A' })],
262
- };
263
- const res = tick(event, snapshot({ image: { ociConfigured: true, ref: 'r:1', ready: false, building: false, failed: true } }));
264
- assert.deepEqual(res.dispatch, []);
265
- assert.equal(effectsOfFamily(res.effects, 'image').length, 0);
266
- });
267
- test('poll: once the converted asset is ready, dispatch resumes with no ensure_image', () => {
268
- const event = {
269
- kind: 'poll',
270
- trackerRoot: '/tracker',
271
- candidates: [issue({ id: 'a', identifier: 'A' }), issue({ id: 'b', identifier: 'B' })],
272
- };
273
- const res = tick(event, snapshot({ image: { ociConfigured: true, ref: 'r:1', ready: true, building: false, failed: false } }));
274
- assert.deepEqual(res.dispatch.map((d) => d.issue.id), ['a', 'b']);
275
- assert.equal(effectsOfFamily(res.effects, 'image').length, 0);
276
- });
277
- test('poll: oci_image unset (image projection absent) dispatches normally', () => {
278
- const event = {
279
- kind: 'poll',
280
- trackerRoot: null,
281
- candidates: [issue({ id: 'a', identifier: 'A' })],
282
- };
283
- // No `image` on the snapshot → auto-convert path inactive.
284
- const res = tick(event, snapshot());
285
- assert.deepEqual(res.dispatch.map((d) => d.issue.id), ['a']);
286
- assert.equal(effectsOfFamily(res.effects, 'image').length, 0);
287
- });
288
- test('poll: escape hatch image set → dispatches without waiting for an unconverted oci_image', () => {
289
- const event = {
290
- kind: 'poll',
291
- trackerRoot: '/tracker',
292
- candidates: [issue({ id: 'a', identifier: 'A' }), issue({ id: 'b', identifier: 'B' })],
293
- };
294
- // Both configured: gondolin.image (escape hatch) wins the runtime selector
295
- // (resolveImagePath), so an unconverted oci_image must NOT hold dispatch or
296
- // emit ensure_image — mirrors runtime/doctor precedence.
297
- const res = tick(event, snapshot({
298
- cfg: cfg({ image: 'prebuilt-asset:1' }),
299
- image: { ociConfigured: true, ref: 'ghcr.io/acme/agent:1', ready: false, building: false, failed: false },
300
- }));
301
- assert.deepEqual(res.dispatch.map((d) => d.issue.id), ['a', 'b']);
302
- assert.equal(effectsOfFamily(res.effects, 'image').length, 0);
303
- });
304
- // ─── worker_exit ──────────────────────────────────────────────────────────────
305
- function exitEvent(over = {}) {
306
- return {
307
- kind: 'worker_exit',
308
- issueId: 'i1',
309
- identifier: 'ISSUE-1',
310
- normal: false,
311
- reason: 'boom 500',
312
- priorAttempt: null,
313
- targetState: 'Todo',
314
- progress: { issue_id: 'i1', identifier: 'ISSUE-1', last_transition: null },
315
- trackerRootAtDispatch: '/tracker',
316
- resolvedActor: 'claude/default',
317
- ...over,
318
- };
319
- }
320
- test('worker_exit (clean): schedules a 1s slot-holding continuation and clears the breaker', () => {
321
- const res = tick(exitEvent({ normal: true, reason: 'done', targetState: 'Review' }), snapshot());
322
- const retries = res.effects.filter((e) => e.family === 'timer' && e.kind === 'schedule_retry');
323
- assert.equal(retries.length, 1);
324
- assert.equal(retries[0].plan.kind, 'continuation');
325
- assert.equal(retries[0].plan.delayMs, CONTINUATION_DELAY_MS);
326
- assert.equal(retries[0].plan.attempt, 1);
327
- assert.equal(retries[0].plan.target_state, 'Review');
328
- assert.deepEqual(res.breaker, { op: 'clear', issueId: 'i1' });
329
- });
330
- test('worker_exit (abnormal, under threshold): failure backoff + persists the breaker streak', () => {
331
- const res = tick(exitEvent({ normal: false, priorAttempt: null }), snapshot());
332
- const retries = res.effects.filter((e) => e.family === 'timer' && e.kind === 'schedule_retry');
333
- assert.equal(retries.length, 1);
334
- assert.equal(retries[0].plan.kind, 'failure');
335
- assert.equal(retries[0].plan.attempt, 1);
336
- assert.equal(retries[0].plan.delayMs, FAILURE_BASE_MS); // base * 2^0
337
- assert.equal(res.breaker?.op, 'set');
338
- const set = res.breaker;
339
- assert.equal(set.state.count, 1);
340
- });
341
- test('worker_exit: streak length, not same-reason, drives the breaker (issue 135)', () => {
342
- // Prior streak of 2 (any reason). One more abnormal exit with a DIFFERENT reason
343
- // reaches threshold 3 → trip.
344
- const prior = { normalizedReason: 'econnreset', count: 2 };
345
- const res = tick(exitEvent({ normal: false, reason: 'status 401 unauthorized' }), snapshot({ circuitBreakers: new Map([['i1', prior]]), cfg: cfg({ circuitBreakerThreshold: 3 }) }));
346
- // tripped: no retry scheduled, breaker cleared, route to holding + release.
347
- const retries = res.effects.filter((e) => e.family === 'timer' && e.kind === 'schedule_retry');
348
- assert.equal(retries.length, 0);
349
- assert.deepEqual(res.breaker, { op: 'clear', issueId: 'i1' });
350
- const moves = res.effects.filter((e) => e.family === 'tracker' && e.kind === 'move_state');
351
- assert.equal(moves.length, 1);
352
- assert.equal(moves[0].toState, 'Triage');
353
- assert.equal(moves[0].fromState, 'Todo');
354
- assert.match(moves[0].notes, /Circuit breaker tripped/);
355
- assert.deepEqual(res.release, ['i1']);
356
- });
357
- test('worker_exit (trip, no holding state declared): retains the claim, no move', () => {
358
- const prior = { normalizedReason: 'x', count: 2 };
359
- const res = tick(exitEvent({ normal: false }), snapshot({
360
- circuitBreakers: new Map([['i1', prior]]),
361
- cfg: cfg({ circuitBreakerThreshold: 3, holdingState: null }),
362
- }));
363
- assert.equal(res.effects.filter((e) => e.family === 'tracker').length, 0);
364
- assert.deepEqual(res.release, []); // claim retained to halt the loop
365
- assert.deepEqual(res.breaker, { op: 'clear', issueId: 'i1' });
366
- });
367
- test('worker_exit: a terminal transition advances the sleep-cycle counter', () => {
368
- const res = tick(exitEvent({
369
- normal: true,
370
- reason: 'done',
371
- progress: {
372
- issue_id: 'i1',
373
- identifier: 'ISSUE-1',
374
- last_transition: {
375
- from_state: 'Review',
376
- to_state: 'Done',
377
- notes: '',
378
- actor: null,
379
- terminal: true,
380
- },
381
- },
382
- }), snapshot({ cfg: cfg({ spawn: { spawnState: 'Reflect', onIdle: true, afterTerminal: 5, title: 'Reflection {{ stamp }}', body: null, maxInFlight: 1 } }), doneSinceReflect: 1 }));
383
- assert.equal(res.doneSinceReflect, 2);
384
- });
385
- test("worker_exit: a finished reflection's own terminal move does NOT advance the counter", () => {
386
- const res = tick(exitEvent({
387
- normal: true,
388
- reason: 'done',
389
- progress: {
390
- issue_id: 'r1',
391
- identifier: 'R1',
392
- last_transition: {
393
- from_state: 'Reflect',
394
- to_state: 'Reflected',
395
- notes: '',
396
- actor: null,
397
- terminal: true,
398
- },
399
- },
400
- }), snapshot({ cfg: cfg({ spawn: { spawnState: 'Reflect', onIdle: true, afterTerminal: 5, title: 'Reflection {{ stamp }}', body: null, maxInFlight: 1 } }), doneSinceReflect: 1 }));
401
- // Excluded structurally (terminal move OUT of the spawn state) ⇒ counter unchanged.
402
- assert.equal(res.doneSinceReflect, undefined);
403
- });
404
- // ─── retry_timer ──────────────────────────────────────────────────────────────
405
- function retryEvent(over = {}) {
406
- return {
407
- kind: 'retry_timer',
408
- issueId: 'i1',
409
- identifier: 'ISSUE-1',
410
- attempt: 1,
411
- targetState: 'Todo',
412
- candidates: [issue({ id: 'i1', identifier: 'ISSUE-1', state: 'Todo' })],
413
- trackerRoot: '/tracker',
414
- ...over,
415
- };
416
- }
417
- test('retry_timer: eligible candidate redispatches carrying the attempt number', () => {
418
- // The issue is claimed (its own retry claim) — the retry path ignores its own claim.
419
- const res = tick(retryEvent({ attempt: 2 }), snapshot({ claimed: new Set(['i1']) }));
420
- assert.equal(res.dispatch.length, 1);
421
- assert.equal(res.dispatch[0].issue.id, 'i1');
422
- assert.equal(res.dispatch[0].attempt, 2);
423
- assert.equal(res.dispatch[0].trackerRoot, '/tracker');
424
- assert.deepEqual(res.claim, ['i1']);
425
- assert.deepEqual(res.release, []);
426
- });
427
- test('retry_timer: issue gone from candidates releases the claim', () => {
428
- const res = tick(retryEvent({ candidates: [] }), snapshot({ claimed: new Set(['i1']) }));
429
- assert.equal(res.dispatch.length, 0);
430
- assert.deepEqual(res.release, ['i1']);
431
- assert.deepEqual(res.breaker, { op: 'clear', issueId: 'i1' });
432
- });
433
- test('retry_timer: no-slot ineligibility reschedules a failure backoff (does not release)', () => {
434
- // staticCap 1 with one already running fills the global cap → no per-state slot.
435
- const res = tick(retryEvent({ attempt: 1 }), snapshot({
436
- claimed: new Set(['i1']),
437
- running: [{ issue_id: 'other', state: 'Todo' }],
438
- cfg: cfg({ staticCap: 1 }),
439
- }));
440
- assert.equal(res.dispatch.length, 0);
441
- assert.deepEqual(res.release, []);
442
- const retries = res.effects.filter((e) => e.family === 'timer' && e.kind === 'schedule_retry');
443
- assert.equal(retries.length, 1);
444
- assert.equal(retries[0].plan.kind, 'failure');
445
- assert.equal(retries[0].plan.attempt, 2);
446
- assert.equal(retries[0].plan.error, 'no available orchestrator slots');
447
- });
448
- test('retry_timer: other ineligibility (state no longer active) releases the claim', () => {
449
- const res = tick(retryEvent({ candidates: [issue({ id: 'i1', identifier: 'ISSUE-1', state: 'Done' })] }), snapshot({ claimed: new Set(['i1']) }));
450
- assert.equal(res.dispatch.length, 0);
451
- assert.deepEqual(res.release, ['i1']);
452
- assert.deepEqual(res.breaker, { op: 'clear', issueId: 'i1' });
453
- });
454
- // ─── operator_nudge ────────────────────────────────────────────────────────────
455
- test('operator_nudge: folds to an immediate poll reschedule and no other deltas', () => {
456
- const res = tick({ kind: 'operator_nudge' }, snapshot());
457
- // The only effect is the poll timer re-armed at ms:0 (coalesce an immediate poll).
458
- assert.deepEqual(res.effects, [
459
- { family: 'timer', kind: 'set_timer', id: POLL_TIMER_ID, ms: 0 },
460
- ]);
461
- // Otherwise empty: no dispatch / claim / release / breaker / counter / clamp / poll-stamp.
462
- assert.deepEqual(res.dispatch, []);
463
- assert.deepEqual(res.claim, []);
464
- assert.deepEqual(res.release, []);
465
- assert.equal(res.breaker, undefined);
466
- assert.equal(res.doneSinceReflect, undefined);
467
- assert.equal(res.clampActive, undefined);
468
- assert.equal(res.lastPollAt, undefined);
469
- assert.equal(res.admission, undefined);
470
- });
471
- // ─── operator_move ──────────────────────────────────────────────────────────
472
- // The move-time cancel/cleanup/release decision (REF: the old shell-side
473
- // cancelLiveAttemptOnMove) now lives here: fold the move against the live
474
- // running/retry projections and emit a worker.cancel effect / release delta /
475
- // poll nudge as data — the shell only performs them (issue 199).
476
- function moveEvent(over = {}) {
477
- return {
478
- kind: 'operator_move',
479
- issueId: 'i1',
480
- identifier: 'ISSUE-1',
481
- toState: 'Done',
482
- toTerminal: false,
483
- toActive: false,
484
- ...over,
485
- };
486
- }
487
- const POLL_NUDGE = { family: 'timer', kind: 'set_timer', id: POLL_TIMER_ID, ms: 0 };
488
- test('operator_move: a running attempt onto a TERMINAL state emits worker.cancel WITH cleanup, no nudge', () => {
489
- const res = tick(moveEvent({ toState: 'Done', toTerminal: true, toActive: false }), snapshot({ running: [{ issue_id: 'i1', state: 'Todo' }] }));
490
- assert.deepEqual(res.effects, [
491
- { family: 'worker', kind: 'cancel', issueId: 'i1', cleanupWorkspace: true },
492
- ]);
493
- assert.deepEqual(res.release, []);
494
- assert.deepEqual(res.dispatch, []);
495
- assert.deepEqual(res.claim, []);
496
- });
497
- test('operator_move: a running attempt onto an ACTIVE state emits worker.cancel WITHOUT cleanup + a poll nudge', () => {
498
- const res = tick(moveEvent({ toState: 'Review', toTerminal: false, toActive: true }), snapshot({ running: [{ issue_id: 'i1', state: 'Todo' }] }));
499
- assert.deepEqual(res.effects, [
500
- { family: 'worker', kind: 'cancel', issueId: 'i1', cleanupWorkspace: false },
501
- POLL_NUDGE,
502
- ]);
503
- assert.deepEqual(res.release, []);
504
- });
505
- test('operator_move: a pending retry onto a TERMINAL state releases the claim (no worker.cancel, no nudge)', () => {
506
- const res = tick(moveEvent({ toState: 'Done', toTerminal: true, toActive: false }), snapshot({ retries: [{ issue_id: 'i1', kind: 'failure', target_state: 'Todo' }] }));
507
- assert.deepEqual(res.release, ['i1']);
508
- assert.deepEqual(res.effects, []);
509
- assert.deepEqual(res.dispatch, []);
510
- assert.deepEqual(res.claim, []);
511
- });
512
- test('operator_move: a pending retry onto an ACTIVE state releases the claim + nudges the poll', () => {
513
- const res = tick(moveEvent({ toState: 'Review', toTerminal: false, toActive: true }), snapshot({ retries: [{ issue_id: 'i1', kind: 'continuation', target_state: 'Todo' }] }));
514
- assert.deepEqual(res.release, ['i1']);
515
- assert.deepEqual(res.effects, [POLL_NUDGE]);
516
- });
517
- test('operator_move: a running attempt wins over a stale pending retry (cancel, not release)', () => {
518
- // running/retry are meant to be mutually exclusive, but if both are projected the
519
- // running branch takes precedence (cancel the worker; do not also release).
520
- const res = tick(moveEvent({ toState: 'Done', toTerminal: true }), snapshot({
521
- running: [{ issue_id: 'i1', state: 'Todo' }],
522
- retries: [{ issue_id: 'i1', kind: 'failure', target_state: 'Todo' }],
523
- }));
524
- assert.deepEqual(res.effects, [
525
- { family: 'worker', kind: 'cancel', issueId: 'i1', cleanupWorkspace: true },
526
- ]);
527
- assert.deepEqual(res.release, []);
528
- });
529
- test('operator_move: a settled issue with no live attempt onto an ACTIVE state is just the poll nudge', () => {
530
- const res = tick(moveEvent({ toState: 'Todo', toActive: true }), snapshot());
531
- assert.deepEqual(res.effects, [POLL_NUDGE]);
532
- assert.deepEqual(res.release, []);
533
- assert.deepEqual(res.dispatch, []);
534
- });
535
- test('operator_move + poll reconcile share the cleanup decision (issue 211)', () => {
536
- // Both the dashboard move (this reducer) and the poll-loop's cancel-on-move net
537
- // source the worker.cancel `cleanupWorkspace` flag from the SAME decider
538
- // (decideReconcileForState / decideReconcileForIssue), so a terminal-vs-holding
539
- // target can't drift between the two paths. (Active is the documented exception: an
540
- // operator move always cancels, where the reconcile net `refresh`es — covered above.)
541
- for (const [toState, expectCleanup] of [['Done', true], ['Triage', false]]) {
542
- const res = tick(moveEvent({ toState, toTerminal: toState === 'Done', toActive: false }), snapshot({ running: [{ issue_id: 'i1', state: 'Todo' }] }));
543
- assert.deepEqual(res.effects, [
544
- { family: 'worker', kind: 'cancel', issueId: 'i1', cleanupWorkspace: expectCleanup },
545
- ]);
546
- // The reconcile decider (the poll path) agrees on the cleanup flag for that state.
547
- const action = decideReconcileForIssue(issue({ state: toState }), cfg().states);
548
- assert.equal(action.kind === 'terminate' && action.cleanup, expectCleanup);
549
- }
550
- });
551
- test('operator_move: a settled issue onto a HOLDING/terminal state is a no-op (no effects, no release)', () => {
552
- const res = tick(moveEvent({ toState: 'Triage', toTerminal: false, toActive: false }), snapshot());
553
- assert.deepEqual(res.effects, []);
554
- assert.deepEqual(res.release, []);
555
- assert.deepEqual(res.dispatch, []);
556
- assert.deepEqual(res.claim, []);
557
- });
558
- //# sourceMappingURL=tick.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tick.test.js","sourceRoot":"","sources":["../../../tests/core/tick.test.ts"],"names":[],"mappings":"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"}