agentplane 0.3.16 → 0.3.18

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 (722) hide show
  1. package/assets/policy/incidents.md +1 -0
  2. package/dist/.build-manifest.json +798 -603
  3. package/dist/adapters/git/git-context-adapter.d.ts +1 -1
  4. package/dist/adapters/git/git-context-adapter.d.ts.map +1 -1
  5. package/dist/agents/agents-template.d.ts.map +1 -1
  6. package/dist/agents/agents-template.js +23 -9
  7. package/dist/backends/task-backend/load.d.ts +2 -1
  8. package/dist/backends/task-backend/load.d.ts.map +1 -1
  9. package/dist/backends/task-backend/load.js +2 -1
  10. package/dist/backends/task-backend/local-backend-doc.d.ts.map +1 -1
  11. package/dist/backends/task-backend/local-backend-doc.js +2 -1
  12. package/dist/backends/task-backend/local-backend-read.d.ts.map +1 -1
  13. package/dist/backends/task-backend/local-backend-read.js +2 -1
  14. package/dist/backends/task-backend/local-backend-state.d.ts +1 -1
  15. package/dist/backends/task-backend/local-backend-state.d.ts.map +1 -1
  16. package/dist/backends/task-backend/local-backend-write.d.ts.map +1 -1
  17. package/dist/backends/task-backend/local-backend-write.js +2 -1
  18. package/dist/backends/task-backend/redmine/backend-cache-doc.js +1 -1
  19. package/dist/backends/task-backend/redmine/backend-report.js +1 -1
  20. package/dist/backends/task-backend/redmine/backend-runtime.d.ts +4 -146
  21. package/dist/backends/task-backend/redmine/backend-runtime.d.ts.map +1 -1
  22. package/dist/backends/task-backend/redmine/backend-runtime.js +4 -258
  23. package/dist/backends/task-backend/redmine/backend-sync/migration.js +1 -1
  24. package/dist/backends/task-backend/redmine/backend-sync/status.d.ts.map +1 -1
  25. package/dist/backends/task-backend/redmine/backend-sync/status.js +2 -1
  26. package/dist/backends/task-backend/redmine/backend-sync/write.js +1 -1
  27. package/dist/backends/task-backend/redmine/mapping.d.ts +1 -1
  28. package/dist/backends/task-backend/redmine/mapping.d.ts.map +1 -1
  29. package/dist/backends/task-backend/redmine/mapping.js +3 -3
  30. package/dist/backends/task-backend/redmine/parse.d.ts +1 -1
  31. package/dist/backends/task-backend/redmine/parse.d.ts.map +1 -1
  32. package/dist/backends/task-backend/redmine/runtime-context.d.ts +98 -0
  33. package/dist/backends/task-backend/redmine/runtime-context.d.ts.map +1 -0
  34. package/dist/backends/task-backend/redmine/runtime-context.js +57 -0
  35. package/dist/backends/task-backend/redmine/runtime-methods.d.ts +33 -0
  36. package/dist/backends/task-backend/redmine/runtime-methods.d.ts.map +1 -0
  37. package/dist/backends/task-backend/redmine/runtime-methods.js +86 -0
  38. package/dist/backends/task-backend/redmine/runtime-operations.d.ts +19 -0
  39. package/dist/backends/task-backend/redmine/runtime-operations.d.ts.map +1 -0
  40. package/dist/backends/task-backend/redmine/runtime-operations.js +83 -0
  41. package/dist/backends/task-backend/redmine/runtime-state.d.ts +10 -0
  42. package/dist/backends/task-backend/redmine/runtime-state.d.ts.map +1 -0
  43. package/dist/backends/task-backend/redmine/runtime-state.js +45 -0
  44. package/dist/backends/task-backend/redmine/state.js +1 -1
  45. package/dist/backends/task-backend/shared/constants.d.ts +2 -2
  46. package/dist/backends/task-backend/shared/constants.d.ts.map +1 -1
  47. package/dist/backends/task-backend/shared/constants.js +2 -2
  48. package/dist/backends/task-backend/shared/doc.js +1 -1
  49. package/dist/backends/task-backend/shared/export.d.ts +1 -1
  50. package/dist/backends/task-backend/shared/export.d.ts.map +1 -1
  51. package/dist/backends/task-backend/shared/export.js +3 -14
  52. package/dist/backends/task-backend/shared/id.js +1 -1
  53. package/dist/backends/task-backend/shared/record.d.ts +1 -1
  54. package/dist/backends/task-backend/shared/record.d.ts.map +1 -1
  55. package/dist/backends/task-backend/shared/record.js +2 -3
  56. package/dist/backends/task-backend/shared/types.d.ts +2 -2
  57. package/dist/backends/task-backend/shared/types.d.ts.map +1 -1
  58. package/dist/backends/task-index.d.ts +0 -4
  59. package/dist/backends/task-index.d.ts.map +1 -1
  60. package/dist/backends/task-index.js +0 -33
  61. package/dist/cli/archive.d.ts.map +1 -1
  62. package/dist/cli/archive.js +1 -1
  63. package/dist/cli/exit-codes.d.ts.map +1 -1
  64. package/dist/cli/exit-codes.js +1 -0
  65. package/dist/cli/group-command.d.ts +1 -0
  66. package/dist/cli/group-command.d.ts.map +1 -1
  67. package/dist/cli/group-command.js +7 -3
  68. package/dist/cli/http.d.ts.map +1 -1
  69. package/dist/cli/http.js +34 -15
  70. package/dist/cli/output.d.ts +1 -1
  71. package/dist/cli/output.d.ts.map +1 -1
  72. package/dist/cli/output.js +1 -1
  73. package/dist/cli/prompts.d.ts.map +1 -1
  74. package/dist/cli/prompts.js +8 -6
  75. package/dist/cli/run-cli/command-catalog/core.d.ts +1 -1
  76. package/dist/cli/run-cli/command-catalog/core.js +8 -8
  77. package/dist/cli/run-cli/command-catalog/{shared.d.ts → kernel.d.ts} +3 -2
  78. package/dist/cli/run-cli/command-catalog/kernel.d.ts.map +1 -0
  79. package/dist/cli/run-cli/command-catalog/lifecycle.d.ts +1 -1
  80. package/dist/cli/run-cli/command-catalog/lifecycle.js +3 -3
  81. package/dist/cli/run-cli/command-catalog/project.d.ts +1 -1
  82. package/dist/cli/run-cli/command-catalog/project.js +4 -4
  83. package/dist/cli/run-cli/command-catalog/task.d.ts +1 -1
  84. package/dist/cli/run-cli/command-catalog/task.js +3 -3
  85. package/dist/cli/run-cli/command-catalog.d.ts +2 -2
  86. package/dist/cli/run-cli/command-catalog.d.ts.map +1 -1
  87. package/dist/cli/run-cli/command-catalog.js +2 -0
  88. package/dist/cli/run-cli/command-loaders/core.d.ts +55 -0
  89. package/dist/cli/run-cli/command-loaders/core.d.ts.map +1 -0
  90. package/dist/cli/run-cli/command-loaders/core.js +27 -0
  91. package/dist/cli/run-cli/command-loaders/lifecycle.d.ts +19 -0
  92. package/dist/cli/run-cli/command-loaders/lifecycle.d.ts.map +1 -0
  93. package/dist/cli/run-cli/command-loaders/lifecycle.js +18 -0
  94. package/dist/cli/run-cli/command-loaders/project.d.ts +37 -0
  95. package/dist/cli/run-cli/command-loaders/project.d.ts.map +1 -0
  96. package/dist/cli/run-cli/command-loaders/project.js +36 -0
  97. package/dist/cli/run-cli/command-loaders/task.d.ts +65 -0
  98. package/dist/cli/run-cli/command-loaders/task.d.ts.map +1 -0
  99. package/dist/cli/run-cli/command-loaders/task.js +50 -0
  100. package/dist/cli/run-cli/commands/codex.d.ts +1 -1
  101. package/dist/cli/run-cli/commands/codex.d.ts.map +1 -1
  102. package/dist/cli/run-cli/commands/config.d.ts +1 -1
  103. package/dist/cli/run-cli/commands/config.d.ts.map +1 -1
  104. package/dist/cli/run-cli/commands/config.js +1 -1
  105. package/dist/cli/run-cli/commands/core/agent-profiles.js +1 -1
  106. package/dist/cli/run-cli/commands/core/agents.d.ts +1 -1
  107. package/dist/cli/run-cli/commands/core/agents.d.ts.map +1 -1
  108. package/dist/cli/run-cli/commands/core/preflight.d.ts.map +1 -1
  109. package/dist/cli/run-cli/commands/core/preflight.js +3 -2
  110. package/dist/cli/run-cli/commands/ide.d.ts +1 -1
  111. package/dist/cli/run-cli/commands/ide.d.ts.map +1 -1
  112. package/dist/cli/run-cli/commands/init/model.d.ts +2 -1
  113. package/dist/cli/run-cli/commands/init/model.d.ts.map +1 -1
  114. package/dist/cli/run-cli/commands/init/orchestrate-v2.d.ts +9 -0
  115. package/dist/cli/run-cli/commands/init/orchestrate-v2.d.ts.map +1 -0
  116. package/dist/cli/run-cli/commands/init/orchestrate-v2.js +265 -0
  117. package/dist/cli/run-cli/commands/init/orchestrate.d.ts.map +1 -1
  118. package/dist/cli/run-cli/commands/init/orchestrate.js +19 -23
  119. package/dist/cli/run-cli/commands/init/prompts-v2.d.ts +10 -0
  120. package/dist/cli/run-cli/commands/init/prompts-v2.d.ts.map +1 -0
  121. package/dist/cli/run-cli/commands/init/prompts-v2.js +26 -0
  122. package/dist/cli/run-cli/commands/init/recipes.d.ts +2 -1
  123. package/dist/cli/run-cli/commands/init/recipes.d.ts.map +1 -1
  124. package/dist/cli/run-cli/commands/init/recipes.js +3 -1
  125. package/dist/cli/run-cli/commands/init/spec.d.ts.map +1 -1
  126. package/dist/cli/run-cli/commands/init/spec.js +14 -0
  127. package/dist/cli/run-cli/commands/init/steps/advanced-settings.d.ts +9 -0
  128. package/dist/cli/run-cli/commands/init/steps/advanced-settings.d.ts.map +1 -0
  129. package/dist/cli/run-cli/commands/init/steps/advanced-settings.js +48 -0
  130. package/dist/cli/run-cli/commands/init/steps/apply.d.ts +30 -0
  131. package/dist/cli/run-cli/commands/init/steps/apply.d.ts.map +1 -0
  132. package/dist/cli/run-cli/commands/init/steps/apply.js +96 -0
  133. package/dist/cli/run-cli/commands/init/steps/backend.d.ts +8 -0
  134. package/dist/cli/run-cli/commands/init/steps/backend.d.ts.map +1 -0
  135. package/dist/cli/run-cli/commands/init/steps/backend.js +17 -0
  136. package/dist/cli/run-cli/commands/init/steps/conflict-resolver.d.ts +10 -0
  137. package/dist/cli/run-cli/commands/init/steps/conflict-resolver.d.ts.map +1 -0
  138. package/dist/cli/run-cli/commands/init/steps/conflict-resolver.js +41 -0
  139. package/dist/cli/run-cli/commands/init/steps/contracts.d.ts +57 -0
  140. package/dist/cli/run-cli/commands/init/steps/contracts.d.ts.map +1 -0
  141. package/dist/cli/run-cli/commands/init/steps/contracts.js +1 -0
  142. package/dist/cli/run-cli/commands/init/steps/ide.d.ts +8 -0
  143. package/dist/cli/run-cli/commands/init/steps/ide.d.ts.map +1 -0
  144. package/dist/cli/run-cli/commands/init/steps/ide.js +18 -0
  145. package/dist/cli/run-cli/commands/init/steps/index.d.ts +10 -0
  146. package/dist/cli/run-cli/commands/init/steps/index.d.ts.map +1 -0
  147. package/dist/cli/run-cli/commands/init/steps/index.js +9 -0
  148. package/dist/cli/run-cli/commands/init/steps/policy-gateway.d.ts +8 -0
  149. package/dist/cli/run-cli/commands/init/steps/policy-gateway.d.ts.map +1 -0
  150. package/dist/cli/run-cli/commands/init/steps/policy-gateway.js +17 -0
  151. package/dist/cli/run-cli/commands/init/steps/prompt-utils.d.ts +21 -0
  152. package/dist/cli/run-cli/commands/init/steps/prompt-utils.d.ts.map +1 -0
  153. package/dist/cli/run-cli/commands/init/steps/prompt-utils.js +36 -0
  154. package/dist/cli/run-cli/commands/init/steps/recipe-selection.d.ts +15 -0
  155. package/dist/cli/run-cli/commands/init/steps/recipe-selection.d.ts.map +1 -0
  156. package/dist/cli/run-cli/commands/init/steps/recipe-selection.js +35 -0
  157. package/dist/cli/run-cli/commands/init/steps/setup-profile.d.ts +8 -0
  158. package/dist/cli/run-cli/commands/init/steps/setup-profile.d.ts.map +1 -0
  159. package/dist/cli/run-cli/commands/init/steps/setup-profile.js +32 -0
  160. package/dist/cli/run-cli/commands/init/steps/workflow.d.ts +9 -0
  161. package/dist/cli/run-cli/commands/init/steps/workflow.d.ts.map +1 -0
  162. package/dist/cli/run-cli/commands/init/steps/workflow.js +48 -0
  163. package/dist/cli/run-cli/commands/init/ui-v2.d.ts +17 -0
  164. package/dist/cli/run-cli/commands/init/ui-v2.d.ts.map +1 -0
  165. package/dist/cli/run-cli/commands/init/ui-v2.js +39 -0
  166. package/dist/cli/run-cli/commands/init/write-agents.d.ts.map +1 -1
  167. package/dist/cli/run-cli/commands/init/write-agents.js +1 -1
  168. package/dist/cli/run-cli/commands/init/write-config.d.ts +2 -1
  169. package/dist/cli/run-cli/commands/init/write-config.d.ts.map +1 -1
  170. package/dist/cli/run-cli/commands/init/write-config.js +1 -1
  171. package/dist/cli/run-cli/registry.run.d.ts +1 -1
  172. package/dist/cli/run-cli/registry.run.d.ts.map +1 -1
  173. package/dist/cli/run-cli.d.ts.map +1 -1
  174. package/dist/cli/run-cli.js +2 -1
  175. package/dist/cli/spec/errors.d.ts +5 -0
  176. package/dist/cli/spec/errors.d.ts.map +1 -1
  177. package/dist/cli/spec/errors.js +14 -1
  178. package/dist/cli/spec/parse.d.ts.map +1 -1
  179. package/dist/cli/spec/parse.js +8 -1
  180. package/dist/cli.js +677 -4
  181. package/dist/commands/branch/base.js +3 -1
  182. package/dist/commands/branch/cleanup-merged.d.ts.map +1 -1
  183. package/dist/commands/branch/cleanup-merged.js +4 -5
  184. package/dist/commands/branch/remove.d.ts.map +1 -1
  185. package/dist/commands/branch/remove.js +4 -2
  186. package/dist/commands/branch/status.d.ts.map +1 -1
  187. package/dist/commands/branch/status.js +3 -3
  188. package/dist/commands/branch/work-start.d.ts.map +1 -1
  189. package/dist/commands/branch/work-start.direct.d.ts +13 -0
  190. package/dist/commands/branch/work-start.direct.d.ts.map +1 -0
  191. package/dist/commands/branch/work-start.direct.js +76 -0
  192. package/dist/commands/branch/work-start.git.d.ts +3 -0
  193. package/dist/commands/branch/work-start.git.d.ts.map +1 -0
  194. package/dist/commands/branch/work-start.git.js +19 -0
  195. package/dist/commands/branch/work-start.hook-shim.d.ts +2 -0
  196. package/dist/commands/branch/work-start.hook-shim.d.ts.map +1 -0
  197. package/dist/commands/branch/work-start.hook-shim.js +38 -0
  198. package/dist/commands/branch/work-start.js +8 -236
  199. package/dist/commands/branch/work-start.materialize.d.ts +16 -0
  200. package/dist/commands/branch/work-start.materialize.d.ts.map +1 -0
  201. package/dist/commands/branch/work-start.materialize.js +112 -0
  202. package/dist/commands/codex/plugin-install.d.ts.map +1 -1
  203. package/dist/commands/codex/plugin-install.js +2 -1
  204. package/dist/commands/commit.command.js +1 -1
  205. package/dist/commands/doctor/archive.d.ts.map +1 -1
  206. package/dist/commands/doctor/archive.js +4 -3
  207. package/dist/commands/doctor/fixes.d.ts +0 -5
  208. package/dist/commands/doctor/fixes.d.ts.map +1 -1
  209. package/dist/commands/doctor/fixes.js +0 -70
  210. package/dist/commands/doctor/runtime.d.ts +1 -1
  211. package/dist/commands/doctor/runtime.d.ts.map +1 -1
  212. package/dist/commands/doctor/workflow.d.ts.map +1 -1
  213. package/dist/commands/doctor/workflow.js +3 -24
  214. package/dist/commands/doctor/workspace.d.ts.map +1 -1
  215. package/dist/commands/doctor/workspace.js +7 -9
  216. package/dist/commands/doctor.run.d.ts.map +1 -1
  217. package/dist/commands/doctor.run.js +3 -4
  218. package/dist/commands/finish.run.js +1 -1
  219. package/dist/commands/guard/commit.command.d.ts +3 -16
  220. package/dist/commands/guard/commit.command.d.ts.map +1 -1
  221. package/dist/commands/guard/commit.command.js +1 -132
  222. package/dist/commands/guard/commit.spec.d.ts +17 -0
  223. package/dist/commands/guard/commit.spec.d.ts.map +1 -0
  224. package/dist/commands/guard/commit.spec.js +132 -0
  225. package/dist/commands/guard/impl/allow.js +2 -2
  226. package/dist/commands/guard/impl/close-dirt.d.ts.map +1 -1
  227. package/dist/commands/guard/impl/close-dirt.js +2 -3
  228. package/dist/commands/guard/impl/close-message.d.ts.map +1 -1
  229. package/dist/commands/guard/impl/close-message.js +5 -3
  230. package/dist/commands/guard/impl/comment-commit.d.ts +1 -1
  231. package/dist/commands/guard/impl/comment-commit.d.ts.map +1 -1
  232. package/dist/commands/guard/impl/comment-commit.js +1 -1
  233. package/dist/commands/guard/impl/commit.d.ts.map +1 -1
  234. package/dist/commands/guard/impl/commit.js +3 -2
  235. package/dist/commands/guard/impl/env.js +1 -1
  236. package/dist/commands/guard/impl/policy.js +1 -1
  237. package/dist/commands/guard/index.d.ts +3 -2
  238. package/dist/commands/guard/index.d.ts.map +1 -1
  239. package/dist/commands/guard/index.js +3 -2
  240. package/dist/commands/hooks/index.d.ts +4 -20
  241. package/dist/commands/hooks/index.d.ts.map +1 -1
  242. package/dist/commands/hooks/index.js +4 -432
  243. package/dist/commands/hooks/install.d.ts +11 -0
  244. package/dist/commands/hooks/install.d.ts.map +1 -0
  245. package/dist/commands/hooks/install.js +136 -0
  246. package/dist/commands/hooks/run.commit-msg.d.ts +3 -0
  247. package/dist/commands/hooks/run.commit-msg.d.ts.map +1 -0
  248. package/dist/commands/hooks/run.commit-msg.js +68 -0
  249. package/dist/commands/hooks/run.d.ts +9 -0
  250. package/dist/commands/hooks/run.d.ts.map +1 -0
  251. package/dist/commands/hooks/run.js +45 -0
  252. package/dist/commands/hooks/run.post-merge.d.ts +3 -0
  253. package/dist/commands/hooks/run.post-merge.d.ts.map +1 -0
  254. package/dist/commands/hooks/run.post-merge.js +44 -0
  255. package/dist/commands/hooks/run.pre-commit.d.ts +3 -0
  256. package/dist/commands/hooks/run.pre-commit.d.ts.map +1 -0
  257. package/dist/commands/hooks/run.pre-commit.js +49 -0
  258. package/dist/commands/hooks/run.pre-push.d.ts +6 -0
  259. package/dist/commands/hooks/run.pre-push.d.ts.map +1 -0
  260. package/dist/commands/hooks/run.pre-push.js +89 -0
  261. package/dist/commands/hooks/shared.d.ts +7 -0
  262. package/dist/commands/hooks/shared.d.ts.map +1 -0
  263. package/dist/commands/hooks/shared.js +41 -0
  264. package/dist/commands/incidents/shared.d.ts +1 -2
  265. package/dist/commands/incidents/shared.d.ts.map +1 -1
  266. package/dist/commands/incidents/shared.js +2 -2
  267. package/dist/commands/integrate.command.d.ts +2 -11
  268. package/dist/commands/integrate.command.d.ts.map +1 -1
  269. package/dist/commands/integrate.command.js +1 -45
  270. package/dist/commands/integrate.spec.d.ts +12 -0
  271. package/dist/commands/integrate.spec.d.ts.map +1 -0
  272. package/dist/commands/integrate.spec.js +44 -0
  273. package/dist/commands/pr/check.js +1 -1
  274. package/dist/commands/pr/integrate/artifacts.js +1 -1
  275. package/dist/commands/pr/integrate/cmd.d.ts.map +1 -1
  276. package/dist/commands/pr/integrate/cmd.js +2 -1
  277. package/dist/commands/pr/integrate/internal/cleanup.d.ts +1 -1
  278. package/dist/commands/pr/integrate/internal/cleanup.d.ts.map +1 -1
  279. package/dist/commands/pr/integrate/internal/cleanup.js +1 -1
  280. package/dist/commands/pr/integrate/internal/finalize.d.ts.map +1 -1
  281. package/dist/commands/pr/integrate/internal/finalize.js +3 -2
  282. package/dist/commands/pr/integrate/internal/merge.js +3 -2
  283. package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.d.ts +2 -1
  284. package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.d.ts.map +1 -1
  285. package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.js +1 -1
  286. package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.d.ts +2 -1
  287. package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.d.ts.map +1 -1
  288. package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.js +1 -1
  289. package/dist/commands/pr/integrate/internal/prepare.d.ts +2 -1
  290. package/dist/commands/pr/integrate/internal/prepare.d.ts.map +1 -1
  291. package/dist/commands/pr/integrate/internal/prepare.js +1 -3
  292. package/dist/commands/pr/integrate/internal/worktree.d.ts +2 -1
  293. package/dist/commands/pr/integrate/internal/worktree.d.ts.map +1 -1
  294. package/dist/commands/pr/integrate/internal/worktree.js +2 -2
  295. package/dist/commands/pr/internal/auto-commit.js +3 -3
  296. package/dist/commands/pr/internal/gh-api.js +2 -2
  297. package/dist/commands/pr/internal/pr-paths.d.ts +1 -1
  298. package/dist/commands/pr/internal/pr-paths.d.ts.map +1 -1
  299. package/dist/commands/pr/internal/pr-paths.js +3 -2
  300. package/dist/commands/pr/internal/review-template.js +1 -1
  301. package/dist/commands/pr/internal/sync-branch.d.ts.map +1 -1
  302. package/dist/commands/pr/internal/sync-branch.js +3 -4
  303. package/dist/commands/pr/internal/sync-github.js +1 -1
  304. package/dist/commands/pr/internal/sync-support.js +1 -1
  305. package/dist/commands/pr/internal/sync.d.ts.map +1 -1
  306. package/dist/commands/pr/internal/sync.js +2 -2
  307. package/dist/commands/pr/note.d.ts.map +1 -1
  308. package/dist/commands/pr/note.js +1 -1
  309. package/dist/commands/pr/open.d.ts.map +1 -1
  310. package/dist/commands/pr/open.js +2 -1
  311. package/dist/commands/pr/pr.command.d.ts +3 -37
  312. package/dist/commands/pr/pr.command.d.ts.map +1 -1
  313. package/dist/commands/pr/pr.command.js +9 -211
  314. package/dist/commands/pr/pr.spec.d.ts +38 -0
  315. package/dist/commands/pr/pr.spec.d.ts.map +1 -0
  316. package/dist/commands/pr/pr.spec.js +210 -0
  317. package/dist/commands/recipes/active.command.js +1 -1
  318. package/dist/commands/recipes/add.command.js +1 -1
  319. package/dist/commands/recipes/cache-prune.command.d.ts +1 -1
  320. package/dist/commands/recipes/cache-prune.command.d.ts.map +1 -1
  321. package/dist/commands/recipes/cache-prune.command.js +1 -1
  322. package/dist/commands/recipes/detach.command.js +1 -1
  323. package/dist/commands/recipes/disable.command.js +1 -1
  324. package/dist/commands/recipes/enable.command.js +1 -1
  325. package/dist/commands/recipes/explain-active.command.js +1 -1
  326. package/dist/commands/recipes/explain.command.js +1 -1
  327. package/dist/commands/recipes/impl/commands/active.js +1 -1
  328. package/dist/commands/recipes/impl/commands/add.d.ts.map +1 -1
  329. package/dist/commands/recipes/impl/commands/add.js +2 -1
  330. package/dist/commands/recipes/impl/commands/cache-prune.js +1 -1
  331. package/dist/commands/recipes/impl/commands/detach.d.ts.map +1 -1
  332. package/dist/commands/recipes/impl/commands/detach.js +2 -1
  333. package/dist/commands/recipes/impl/commands/disable.js +1 -1
  334. package/dist/commands/recipes/impl/commands/enable.js +1 -1
  335. package/dist/commands/recipes/impl/commands/explain-active.js +1 -1
  336. package/dist/commands/recipes/impl/commands/explain.js +1 -1
  337. package/dist/commands/recipes/impl/commands/install.d.ts.map +1 -1
  338. package/dist/commands/recipes/impl/commands/install.js +2 -1
  339. package/dist/commands/recipes/impl/commands/list-remote.js +1 -1
  340. package/dist/commands/recipes/impl/commands/remove.d.ts.map +1 -1
  341. package/dist/commands/recipes/impl/commands/remove.js +2 -1
  342. package/dist/commands/recipes/impl/commands/update.d.ts.map +1 -1
  343. package/dist/commands/recipes/impl/commands/update.js +2 -1
  344. package/dist/commands/recipes/impl/index.d.ts.map +1 -1
  345. package/dist/commands/recipes/impl/index.js +13 -3
  346. package/dist/commands/recipes/impl/overlay-project.d.ts.map +1 -1
  347. package/dist/commands/recipes/impl/overlay-project.js +2 -1
  348. package/dist/commands/recipes/impl/project.js +1 -1
  349. package/dist/commands/recipes/impl/resolver.d.ts +1 -1
  350. package/dist/commands/recipes/impl/resolver.d.ts.map +1 -1
  351. package/dist/commands/recipes/info.command.js +1 -1
  352. package/dist/commands/recipes/install.run.js +1 -1
  353. package/dist/commands/recipes/install.spec.d.ts +1 -1
  354. package/dist/commands/recipes/install.spec.d.ts.map +1 -1
  355. package/dist/commands/recipes/list-remote.command.d.ts +1 -1
  356. package/dist/commands/recipes/list-remote.command.d.ts.map +1 -1
  357. package/dist/commands/recipes/list-remote.command.js +1 -1
  358. package/dist/commands/recipes/list.command.d.ts +1 -1
  359. package/dist/commands/recipes/list.command.d.ts.map +1 -1
  360. package/dist/commands/recipes/list.command.js +1 -1
  361. package/dist/commands/recipes/remove.command.js +1 -1
  362. package/dist/commands/recipes/update.command.js +1 -1
  363. package/dist/commands/release/apply.command.d.ts +2 -3
  364. package/dist/commands/release/apply.command.d.ts.map +1 -1
  365. package/dist/commands/release/apply.command.js +4 -137
  366. package/dist/commands/release/apply.mutation.js +4 -3
  367. package/dist/commands/release/apply.pipeline/finalize.d.ts.map +1 -1
  368. package/dist/commands/release/apply.pipeline/finalize.js +2 -1
  369. package/dist/commands/release/apply.pipeline/mutation.d.ts +1 -1
  370. package/dist/commands/release/apply.pipeline/mutation.d.ts.map +1 -1
  371. package/dist/commands/release/apply.pipeline/mutation.js +3 -4
  372. package/dist/commands/release/apply.pipeline/preflight.js +1 -1
  373. package/dist/commands/release/apply.pipeline/state.d.ts.map +1 -1
  374. package/dist/commands/release/apply.pipeline/state.js +2 -1
  375. package/dist/commands/release/apply.pipeline.d.ts +5 -1
  376. package/dist/commands/release/apply.pipeline.d.ts.map +1 -1
  377. package/dist/commands/release/apply.pipeline.js +4 -0
  378. package/dist/commands/release/apply.preflight.d.ts.map +1 -1
  379. package/dist/commands/release/apply.preflight.js +2 -1
  380. package/dist/commands/release/apply.reporting.d.ts.map +1 -1
  381. package/dist/commands/release/apply.reporting.js +2 -1
  382. package/dist/commands/release/apply.spec.d.ts +5 -0
  383. package/dist/commands/release/apply.spec.d.ts.map +1 -0
  384. package/dist/commands/release/apply.spec.js +136 -0
  385. package/dist/commands/release/apply.types.d.ts +1 -1
  386. package/dist/commands/release/apply.types.d.ts.map +1 -1
  387. package/dist/commands/release/plan.command.d.ts +3 -10
  388. package/dist/commands/release/plan.command.d.ts.map +1 -1
  389. package/dist/commands/release/plan.command.js +4 -78
  390. package/dist/commands/release/plan.spec.d.ts +10 -0
  391. package/dist/commands/release/plan.spec.d.ts.map +1 -0
  392. package/dist/commands/release/plan.spec.js +76 -0
  393. package/dist/commands/runtime.command.d.ts +3 -6
  394. package/dist/commands/runtime.command.d.ts.map +1 -1
  395. package/dist/commands/runtime.command.js +5 -32
  396. package/dist/commands/runtime.spec.d.ts +8 -0
  397. package/dist/commands/runtime.spec.d.ts.map +1 -0
  398. package/dist/commands/runtime.spec.js +31 -0
  399. package/dist/commands/scenario/impl/commands.d.ts +1 -1
  400. package/dist/commands/scenario/impl/commands.d.ts.map +1 -1
  401. package/dist/commands/scenario/impl/commands.js +2 -1
  402. package/dist/commands/shared/approval-requirements.d.ts +1 -1
  403. package/dist/commands/shared/approval-requirements.d.ts.map +1 -1
  404. package/dist/commands/shared/comment-format.d.ts +1 -1
  405. package/dist/commands/shared/comment-format.d.ts.map +1 -1
  406. package/dist/commands/shared/git-ops.d.ts +1 -1
  407. package/dist/commands/shared/git-ops.d.ts.map +1 -1
  408. package/dist/commands/shared/git-ops.js +3 -2
  409. package/dist/commands/shared/merged-branch-cleanup.js +2 -2
  410. package/dist/commands/shared/network-approval.d.ts +1 -1
  411. package/dist/commands/shared/network-approval.d.ts.map +1 -1
  412. package/dist/commands/shared/post-commit-pr-artifacts.d.ts.map +1 -1
  413. package/dist/commands/shared/post-commit-pr-artifacts.js +2 -1
  414. package/dist/commands/shared/pr-meta.d.ts +1 -1
  415. package/dist/commands/shared/pr-meta.d.ts.map +1 -1
  416. package/dist/commands/shared/pr-meta.js +2 -2
  417. package/dist/commands/shared/task-backend.d.ts +3 -2
  418. package/dist/commands/shared/task-backend.d.ts.map +1 -1
  419. package/dist/commands/shared/task-backend.js +3 -4
  420. package/dist/commands/shared/task-handoff.d.ts +1 -1
  421. package/dist/commands/shared/task-handoff.d.ts.map +1 -1
  422. package/dist/commands/shared/task-handoff.js +3 -2
  423. package/dist/commands/shared/task-local-freshness.js +1 -1
  424. package/dist/commands/shared/task-store/intents.js +1 -1
  425. package/dist/commands/shared/task-store/readme.d.ts.map +1 -1
  426. package/dist/commands/shared/task-store/readme.js +1 -1
  427. package/dist/commands/shared/task-store/types.d.ts +1 -1
  428. package/dist/commands/shared/task-store/types.d.ts.map +1 -1
  429. package/dist/commands/task/add.command.d.ts +2 -1
  430. package/dist/commands/task/add.command.d.ts.map +1 -1
  431. package/dist/commands/task/add.command.js +2 -1
  432. package/dist/commands/task/close-duplicate.d.ts.map +1 -1
  433. package/dist/commands/task/close-duplicate.js +2 -2
  434. package/dist/commands/task/close-shared.d.ts.map +1 -1
  435. package/dist/commands/task/close-shared.js +2 -1
  436. package/dist/commands/task/close-tail-state.d.ts.map +1 -1
  437. package/dist/commands/task/close-tail-state.js +3 -2
  438. package/dist/commands/task/derive.js +1 -1
  439. package/dist/commands/task/doc-template.js +1 -1
  440. package/dist/commands/task/doc.d.ts.map +1 -1
  441. package/dist/commands/task/doc.js +4 -2
  442. package/dist/commands/task/findings.d.ts +1 -1
  443. package/dist/commands/task/findings.d.ts.map +1 -1
  444. package/dist/commands/task/findings.js +1 -1
  445. package/dist/commands/task/finish-close.js +2 -2
  446. package/dist/commands/task/finish-shared.d.ts.map +1 -1
  447. package/dist/commands/task/finish-shared.js +6 -8
  448. package/dist/commands/task/handoff.shared.d.ts.map +1 -1
  449. package/dist/commands/task/handoff.shared.js +4 -5
  450. package/dist/commands/task/hosted-close-pr.command.d.ts +6 -7
  451. package/dist/commands/task/hosted-close-pr.command.d.ts.map +1 -1
  452. package/dist/commands/task/hosted-close-pr.command.js +13 -373
  453. package/dist/commands/task/hosted-close-pr.execute.d.ts +3 -0
  454. package/dist/commands/task/hosted-close-pr.execute.d.ts.map +1 -0
  455. package/dist/commands/task/hosted-close-pr.execute.js +135 -0
  456. package/dist/commands/task/hosted-close-pr.postcheck.d.ts +3 -0
  457. package/dist/commands/task/hosted-close-pr.postcheck.d.ts.map +1 -0
  458. package/dist/commands/task/hosted-close-pr.postcheck.js +13 -0
  459. package/dist/commands/task/hosted-close-pr.precheck.d.ts +4 -0
  460. package/dist/commands/task/hosted-close-pr.precheck.d.ts.map +1 -0
  461. package/dist/commands/task/hosted-close-pr.precheck.js +288 -0
  462. package/dist/commands/task/hosted-close-pr.report.d.ts +4 -0
  463. package/dist/commands/task/hosted-close-pr.report.d.ts.map +1 -0
  464. package/dist/commands/task/hosted-close-pr.report.js +42 -0
  465. package/dist/commands/task/hosted-close-pr.types.d.ts +75 -0
  466. package/dist/commands/task/hosted-close-pr.types.d.ts.map +1 -0
  467. package/dist/commands/task/hosted-close-pr.types.js +1 -0
  468. package/dist/commands/task/hosted-close.command.d.ts +3 -6
  469. package/dist/commands/task/hosted-close.command.d.ts.map +1 -1
  470. package/dist/commands/task/hosted-close.command.js +4 -41
  471. package/dist/commands/task/hosted-close.spec.d.ts +7 -0
  472. package/dist/commands/task/hosted-close.spec.d.ts.map +1 -0
  473. package/dist/commands/task/hosted-close.spec.js +39 -0
  474. package/dist/commands/task/hosted-merge-sync/builders.d.ts +1 -1
  475. package/dist/commands/task/hosted-merge-sync/builders.d.ts.map +1 -1
  476. package/dist/commands/task/hosted-merge-sync/builders.js +6 -6
  477. package/dist/commands/task/hosted-merge-sync/github.js +2 -2
  478. package/dist/commands/task/hosted-merge-sync/local-branch.d.ts.map +1 -1
  479. package/dist/commands/task/hosted-merge-sync/local-branch.js +5 -5
  480. package/dist/commands/task/hosted-merge-sync/model.d.ts +1 -1
  481. package/dist/commands/task/hosted-merge-sync/model.d.ts.map +1 -1
  482. package/dist/commands/task/hosted-merge-sync/pr-meta.d.ts +1 -1
  483. package/dist/commands/task/hosted-merge-sync/pr-meta.d.ts.map +1 -1
  484. package/dist/commands/task/index.d.ts +1 -1
  485. package/dist/commands/task/index.d.ts.map +1 -1
  486. package/dist/commands/task/index.js +1 -1
  487. package/dist/commands/task/lint.js +1 -1
  488. package/dist/commands/task/list.d.ts.map +1 -1
  489. package/dist/commands/task/list.js +2 -1
  490. package/dist/commands/task/migrate-doc.d.ts +2 -1
  491. package/dist/commands/task/migrate-doc.d.ts.map +1 -1
  492. package/dist/commands/task/migrate-doc.js +6 -2
  493. package/dist/commands/task/new.d.ts.map +1 -1
  494. package/dist/commands/task/new.js +6 -21
  495. package/dist/commands/task/normalize.d.ts.map +1 -1
  496. package/dist/commands/task/normalize.js +2 -1
  497. package/dist/commands/task/plan.d.ts.map +1 -1
  498. package/dist/commands/task/plan.js +1 -1
  499. package/dist/commands/task/ready.d.ts.map +1 -1
  500. package/dist/commands/task/ready.js +2 -1
  501. package/dist/commands/task/scaffold.d.ts.map +1 -1
  502. package/dist/commands/task/scaffold.js +1 -1
  503. package/dist/commands/task/shared/dependencies.d.ts.map +1 -1
  504. package/dist/commands/task/shared/dependencies.js +4 -3
  505. package/dist/commands/task/shared/docs.d.ts +1 -1
  506. package/dist/commands/task/shared/docs.d.ts.map +1 -1
  507. package/dist/commands/task/shared/docs.js +1 -1
  508. package/dist/commands/task/shared/listing.d.ts.map +1 -1
  509. package/dist/commands/task/shared/listing.js +3 -2
  510. package/dist/commands/task/shared/tags.d.ts +1 -1
  511. package/dist/commands/task/shared/tags.d.ts.map +1 -1
  512. package/dist/commands/task/shared/tags.js +4 -4
  513. package/dist/commands/task/shared/transition-rules.d.ts +28 -0
  514. package/dist/commands/task/shared/transition-rules.d.ts.map +1 -0
  515. package/dist/commands/task/shared/transition-rules.js +96 -0
  516. package/dist/commands/task/shared/transitions.d.ts +2 -27
  517. package/dist/commands/task/shared/transitions.d.ts.map +1 -1
  518. package/dist/commands/task/shared/transitions.js +5 -98
  519. package/dist/commands/task/shared/workflow-transition-service.d.ts +1 -1
  520. package/dist/commands/task/shared/workflow-transition-service.d.ts.map +1 -1
  521. package/dist/commands/task/shared/workflow-transition-service.js +6 -6
  522. package/dist/commands/task/shared.d.ts +2 -1
  523. package/dist/commands/task/shared.d.ts.map +1 -1
  524. package/dist/commands/task/shared.js +2 -1
  525. package/dist/commands/task/show.d.ts.map +1 -1
  526. package/dist/commands/task/show.js +1 -1
  527. package/dist/commands/upgrade/apply.js +3 -2
  528. package/dist/commands/upgrade/materialize.d.ts.map +1 -1
  529. package/dist/commands/upgrade/materialize.js +1 -8
  530. package/dist/commands/upgrade/source.d.ts +0 -1
  531. package/dist/commands/upgrade/source.d.ts.map +1 -1
  532. package/dist/commands/upgrade/source.js +1 -9
  533. package/dist/commands/upgrade.command.d.ts +3 -4
  534. package/dist/commands/upgrade.command.d.ts.map +1 -1
  535. package/dist/commands/upgrade.command.js +1 -179
  536. package/dist/commands/upgrade.d.ts.map +1 -1
  537. package/dist/commands/upgrade.js +4 -2
  538. package/dist/commands/upgrade.spec.d.ts +5 -0
  539. package/dist/commands/upgrade.spec.d.ts.map +1 -0
  540. package/dist/commands/upgrade.spec.js +179 -0
  541. package/dist/commands/workflow-build.command.d.ts.map +1 -1
  542. package/dist/commands/workflow-build.command.js +2 -1
  543. package/dist/commands/workflow-playbook.command.d.ts +3 -6
  544. package/dist/commands/workflow-playbook.command.d.ts.map +1 -1
  545. package/dist/commands/workflow-playbook.command.js +6 -24
  546. package/dist/commands/workflow-playbook.spec.d.ts +6 -0
  547. package/dist/commands/workflow-playbook.spec.d.ts.map +1 -0
  548. package/dist/commands/workflow-playbook.spec.js +21 -0
  549. package/dist/commands/workflow-restore.command.js +1 -1
  550. package/dist/commands/workflow.d.ts +4 -5
  551. package/dist/commands/workflow.d.ts.map +1 -1
  552. package/dist/commands/workflow.js +4 -5
  553. package/dist/harness/hooks-lifecycle.js +1 -1
  554. package/dist/meta/release.d.ts.map +1 -1
  555. package/dist/meta/release.js +3 -5
  556. package/dist/meta/version.d.ts.map +1 -1
  557. package/dist/meta/version.js +2 -2
  558. package/dist/policy/engine.d.ts +1 -1
  559. package/dist/policy/engine.d.ts.map +1 -1
  560. package/dist/policy/model.d.ts +1 -1
  561. package/dist/policy/model.d.ts.map +1 -1
  562. package/dist/policy/rules/commit-subject.js +1 -1
  563. package/dist/runner/adapters/base.d.ts +1 -1
  564. package/dist/runner/adapters/base.d.ts.map +1 -1
  565. package/dist/runner/adapters/codex.d.ts.map +1 -1
  566. package/dist/runner/adapters/codex.js +35 -113
  567. package/dist/runner/adapters/custom-preparation.d.ts +1 -1
  568. package/dist/runner/adapters/custom-preparation.d.ts.map +1 -1
  569. package/dist/runner/adapters/custom.d.ts +1 -1
  570. package/dist/runner/adapters/custom.d.ts.map +1 -1
  571. package/dist/runner/adapters/custom.js +34 -115
  572. package/dist/runner/adapters/execute-supervised.d.ts +41 -0
  573. package/dist/runner/adapters/execute-supervised.d.ts.map +1 -0
  574. package/dist/runner/adapters/execute-supervised.js +108 -0
  575. package/dist/runner/adapters/index.d.ts +1 -1
  576. package/dist/runner/adapters/index.d.ts.map +1 -1
  577. package/dist/runner/adapters/shared.d.ts +1 -1
  578. package/dist/runner/adapters/shared.d.ts.map +1 -1
  579. package/dist/runner/artifacts.d.ts.map +1 -1
  580. package/dist/runner/artifacts.js +1 -1
  581. package/dist/runner/config.d.ts +1 -1
  582. package/dist/runner/config.d.ts.map +1 -1
  583. package/dist/runner/context/base-prompt-sources.d.ts.map +1 -1
  584. package/dist/runner/context/base-prompt-sources.js +26 -4
  585. package/dist/runner/context/base-prompts.d.ts.map +1 -1
  586. package/dist/runner/context/base-prompts.js +4 -0
  587. package/dist/runner/context/project-skill-prompt-blocks.d.ts +5 -0
  588. package/dist/runner/context/project-skill-prompt-blocks.d.ts.map +1 -0
  589. package/dist/runner/context/project-skill-prompt-blocks.js +57 -0
  590. package/dist/runner/context/prompt-block-shared.d.ts +1 -1
  591. package/dist/runner/context/prompt-block-shared.d.ts.map +1 -1
  592. package/dist/runner/context/prompt-block-shared.js +8 -2
  593. package/dist/runner/context/recipe-context.d.ts +1 -1
  594. package/dist/runner/context/recipe-context.d.ts.map +1 -1
  595. package/dist/runner/context/task-context.d.ts.map +1 -1
  596. package/dist/runner/context/task-context.js +1 -1
  597. package/dist/runner/process-supervision/buffered-file-writer.d.ts +10 -0
  598. package/dist/runner/process-supervision/buffered-file-writer.d.ts.map +1 -0
  599. package/dist/runner/process-supervision/buffered-file-writer.js +70 -0
  600. package/dist/runner/process-supervision/run.d.ts.map +1 -1
  601. package/dist/runner/process-supervision/run.js +83 -68
  602. package/dist/runner/process-supervision/signals.js +1 -1
  603. package/dist/runner/result-manifest.d.ts.map +1 -1
  604. package/dist/runner/result-manifest.js +1 -1
  605. package/dist/runner/task-state.js +1 -1
  606. package/dist/runner/trace-artifacts.d.ts.map +1 -1
  607. package/dist/runner/trace-artifacts.js +1 -1
  608. package/dist/runner/types.d.ts +2 -2
  609. package/dist/runner/types.d.ts.map +1 -1
  610. package/dist/runner/usecases/scenario-materialize-task.d.ts.map +1 -1
  611. package/dist/runner/usecases/scenario-materialize-task.js +1 -1
  612. package/dist/runner/usecases/task-run-lifecycle-cancel.d.ts.map +1 -1
  613. package/dist/runner/usecases/task-run-lifecycle-cancel.js +2 -1
  614. package/dist/runner/usecases/task-run-lifecycle-shared.d.ts.map +1 -1
  615. package/dist/runner/usecases/task-run-lifecycle-shared.js +3 -7
  616. package/dist/runner/usecases/task-run.d.ts.map +1 -1
  617. package/dist/runner/usecases/task-run.js +2 -3
  618. package/dist/runtime/approvals/model.d.ts +1 -1
  619. package/dist/runtime/approvals/model.d.ts.map +1 -1
  620. package/dist/runtime/approvals/runtime.d.ts +1 -1
  621. package/dist/runtime/approvals/runtime.d.ts.map +1 -1
  622. package/dist/runtime/execution-context.d.ts +2 -1
  623. package/dist/runtime/execution-context.d.ts.map +1 -1
  624. package/dist/runtime/execution-profile/model.d.ts +1 -1
  625. package/dist/runtime/execution-profile/model.d.ts.map +1 -1
  626. package/dist/runtime/execution-profile/resolve.d.ts +1 -1
  627. package/dist/runtime/execution-profile/resolve.d.ts.map +1 -1
  628. package/dist/runtime/execution-profile/resolve.js +1 -1
  629. package/dist/runtime/harness/resolve.d.ts +2 -1
  630. package/dist/runtime/harness/resolve.d.ts.map +1 -1
  631. package/dist/runtime/harness/resolve.js +1 -1
  632. package/dist/runtime/harness/types.d.ts +2 -1
  633. package/dist/runtime/harness/types.d.ts.map +1 -1
  634. package/dist/runtime/incidents/paths.d.ts +3 -0
  635. package/dist/runtime/incidents/paths.d.ts.map +1 -0
  636. package/dist/runtime/incidents/paths.js +2 -0
  637. package/dist/runtime/shared/repo-cli-version.d.ts +1 -1
  638. package/dist/runtime/shared/repo-cli-version.d.ts.map +1 -1
  639. package/dist/runtime/task-intake/types.d.ts +2 -1
  640. package/dist/runtime/task-intake/types.d.ts.map +1 -1
  641. package/dist/shared/errors.d.ts +4 -1
  642. package/dist/shared/errors.d.ts.map +1 -1
  643. package/dist/shared/errors.js +6 -0
  644. package/dist/shared/package-paths.d.ts +8 -0
  645. package/dist/shared/package-paths.d.ts.map +1 -0
  646. package/dist/shared/package-paths.js +80 -0
  647. package/dist/shared/trace-events.d.ts +1 -1
  648. package/dist/shared/trace-events.d.ts.map +1 -1
  649. package/dist/shared/trace-events.js +1 -1
  650. package/dist/shared/workflow-artifacts.d.ts.map +1 -1
  651. package/dist/shared/workflow-artifacts.js +1 -8
  652. package/dist/shared/write-if-changed.js +2 -1
  653. package/dist/task-doc/conflicts.js +1 -1
  654. package/dist/task-doc/state.d.ts +2 -2
  655. package/dist/task-doc/state.d.ts.map +1 -1
  656. package/dist/task-doc/state.js +1 -1
  657. package/dist/workflow-runtime/file-ops.d.ts.map +1 -1
  658. package/dist/workflow-runtime/file-ops.js +2 -21
  659. package/dist/workflow-runtime/markdown.js +1 -1
  660. package/dist/workflow-runtime/paths.d.ts.map +1 -1
  661. package/dist/workflow-runtime/paths.js +0 -1
  662. package/dist/workflow-runtime/types.d.ts +0 -1
  663. package/dist/workflow-runtime/types.d.ts.map +1 -1
  664. package/dist/workflow-runtime/validate.d.ts +1 -1
  665. package/dist/workflow-runtime/validate.d.ts.map +1 -1
  666. package/package.json +6 -4
  667. package/dist/cli/cli-error.d.ts +0 -9
  668. package/dist/cli/cli-error.d.ts.map +0 -1
  669. package/dist/cli/cli-error.js +0 -13
  670. package/dist/cli/run-cli/command-catalog/shared.d.ts.map +0 -1
  671. package/dist/cli/run-cli/command-loaders.d.ts +0 -174
  672. package/dist/cli/run-cli/command-loaders.d.ts.map +0 -1
  673. package/dist/cli/run-cli/command-loaders.js +0 -128
  674. package/dist/cli/run-cli/commands/init/ui.d.ts +0 -3
  675. package/dist/cli/run-cli/commands/init/ui.d.ts.map +0 -1
  676. package/dist/cli/run-cli/commands/init/ui.js +0 -58
  677. package/dist/cli/run-cli/commands/init.d.ts +0 -2
  678. package/dist/cli/run-cli/commands/init.d.ts.map +0 -1
  679. package/dist/cli/run-cli/commands/init.js +0 -1
  680. package/dist/commands/guard/impl/commands.d.ts +0 -5
  681. package/dist/commands/guard/impl/commands.d.ts.map +0 -1
  682. package/dist/commands/guard/impl/commands.js +0 -4
  683. package/dist/commands/pr/index.d.ts +0 -8
  684. package/dist/commands/pr/index.d.ts.map +0 -1
  685. package/dist/commands/pr/index.js +0 -7
  686. package/dist/commands/pr/integrate.d.ts +0 -2
  687. package/dist/commands/pr/integrate.d.ts.map +0 -1
  688. package/dist/commands/pr/integrate.js +0 -1
  689. package/dist/commands/scenario/execute.command.d.ts +0 -8
  690. package/dist/commands/scenario/execute.command.d.ts.map +0 -1
  691. package/dist/commands/scenario/execute.command.js +0 -117
  692. package/dist/commands/scenario/impl/report.d.ts +0 -38
  693. package/dist/commands/scenario/impl/report.d.ts.map +0 -1
  694. package/dist/commands/scenario/impl/report.js +0 -97
  695. package/dist/commands/scenario/scenario.command.d.ts +0 -5
  696. package/dist/commands/scenario/scenario.command.d.ts.map +0 -1
  697. package/dist/commands/scenario/scenario.command.js +0 -19
  698. package/dist/commands/shared/git-context.d.ts +0 -2
  699. package/dist/commands/shared/git-context.d.ts.map +0 -1
  700. package/dist/commands/shared/git-context.js +0 -1
  701. package/dist/commands/shared/git-diff.d.ts +0 -2
  702. package/dist/commands/shared/git-diff.d.ts.map +0 -1
  703. package/dist/commands/shared/git-diff.js +0 -1
  704. package/dist/commands/shared/git-worktree.d.ts +0 -2
  705. package/dist/commands/shared/git-worktree.d.ts.map +0 -1
  706. package/dist/commands/shared/git-worktree.js +0 -1
  707. package/dist/commands/shared/git.d.ts +0 -2
  708. package/dist/commands/shared/git.d.ts.map +0 -1
  709. package/dist/commands/shared/git.js +0 -1
  710. package/dist/commands/task/finish.d.ts +0 -2
  711. package/dist/commands/task/finish.d.ts.map +0 -1
  712. package/dist/commands/task/finish.js +0 -1
  713. package/dist/harness/index.d.ts +0 -9
  714. package/dist/harness/index.d.ts.map +0 -1
  715. package/dist/harness/index.js +0 -8
  716. package/dist/runner/index.d.ts +0 -12
  717. package/dist/runner/index.d.ts.map +0 -1
  718. package/dist/runner/index.js +0 -11
  719. package/dist/runner/process-supervision.d.ts +0 -6
  720. package/dist/runner/process-supervision.d.ts.map +0 -1
  721. package/dist/runner/process-supervision.js +0 -3
  722. /package/dist/cli/run-cli/command-catalog/{shared.js → kernel.js} +0 -0
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schema_version": 1,
3
3
  "package_dir": "/home/runner/work/agentplane/agentplane/packages/agentplane",
4
- "generated_at": "2026-04-20T19:16:57.306Z",
5
- "git_head": "84fc19e95f1f04e94ac6cf62e44449283db6d544",
6
- "src_cli_mtime_ms": 1776712509807.0159,
4
+ "generated_at": "2026-04-22T11:37:36.903Z",
5
+ "git_head": "6ff1f4ac9d1801db88fc3b0fcb7cf7076fd59509",
6
+ "src_cli_mtime_ms": 1776857743518.2686,
7
7
  "src_index_mtime_ms": null,
8
- "dist_cli_mtime_ms": 1776712617052.6648,
8
+ "dist_cli_mtime_ms": 1776857856682.126,
9
9
  "dist_index_mtime_ms": null,
10
- "tsbuildinfo_mtime_ms": 1776712617105.6643,
10
+ "tsbuildinfo_mtime_ms": 1776857854613.087,
11
11
  "watched_runtime_paths": [
12
12
  "src",
13
13
  "bin/agentplane.js",
@@ -15,7 +15,7 @@
15
15
  "bin/runtime-context.js",
16
16
  "bin/stale-dist-policy.js"
17
17
  ],
18
- "watched_runtime_snapshot_hash": "837abe740e44cc8327024eebf2367a0156ddfc59f4c8a4455e4d5dae7aef0462",
18
+ "watched_runtime_snapshot_hash": "09b6764eea0b4ecaa333a70458ca1a44e0637737a715a825ee0078a32d4235c0",
19
19
  "watched_runtime_files": [
20
20
  {
21
21
  "path": "bin/agentplane.js",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  {
51
51
  "path": "src/adapters/git/git-context-adapter.ts",
52
- "sha256": "9ac57558cfbe1b0f0e5fd01f18d992f0690cec1737c78f86977ce7f1e1ced24a",
53
- "size_bytes": 938
52
+ "sha256": "e7b0998b503e2e70a734807f837a4405a9a599404e5d9fcf0388f58398cb395e",
53
+ "size_bytes": 926
54
54
  },
55
55
  {
56
56
  "path": "src/adapters/index.ts",
@@ -64,8 +64,8 @@
64
64
  },
65
65
  {
66
66
  "path": "src/agents/agents-template.ts",
67
- "sha256": "d6dafc62d05da310ec6e73b53ac8aad33f2833e4f436949ab126e35fe21f7bf2",
68
- "size_bytes": 4722
67
+ "sha256": "5a92e4ed8846b5e4c90f3f313429f561c895b50dc4b8026d544166d3e47001e6",
68
+ "size_bytes": 5292
69
69
  },
70
70
  {
71
71
  "path": "src/backends/task-backend.ts",
@@ -74,28 +74,28 @@
74
74
  },
75
75
  {
76
76
  "path": "src/backends/task-backend/load.ts",
77
- "sha256": "16872bc58ae1eac7acd485e85ef8318d2cdb84b8c8b485fc5d43b66efd61df3f",
78
- "size_bytes": 4767
77
+ "sha256": "d5a3f9ced0ddcb94075f7853eb50ef58abd8e77b9fa211ac92db2d2db15b1aa5",
78
+ "size_bytes": 4856
79
79
  },
80
80
  {
81
81
  "path": "src/backends/task-backend/local-backend-doc.ts",
82
- "sha256": "d6085c51e66d48f5fe60c9783033bb1bbb4c322b86eeb12c3879cf9ef3496f00",
83
- "size_bytes": 5057
82
+ "sha256": "1ed2699a3f51003944dde4fa5135bfbf8d049d83e1d10181a4f6c3d0440a0619",
83
+ "size_bytes": 5109
84
84
  },
85
85
  {
86
86
  "path": "src/backends/task-backend/local-backend-read.ts",
87
- "sha256": "8f6b80563f97518a0dfd5090073bd2fe8893f23a26a4306ad2d0d571151ae0b7",
88
- "size_bytes": 6707
87
+ "sha256": "93ecccce64e5f5d879dbe80145d29bebe1ea33928e7a7ca412cb075af78453b6",
88
+ "size_bytes": 6796
89
89
  },
90
90
  {
91
91
  "path": "src/backends/task-backend/local-backend-state.ts",
92
- "sha256": "8107bbf9af8a01566dd1994f192f7319c18a745f7efc9256d36c9ffa04833f29",
93
- "size_bytes": 2222
92
+ "sha256": "2f1ebf8a69624139d1a5b8250466f0b15795d8337935feaa24f535ec55cf8947",
93
+ "size_bytes": 2228
94
94
  },
95
95
  {
96
96
  "path": "src/backends/task-backend/local-backend-write.ts",
97
- "sha256": "a2779da07e0242346753a474a82b6c0f5c1ce07b889156b087fe2b254b834626",
98
- "size_bytes": 11612
97
+ "sha256": "e88dc99fa2345c5d97ed585dfb17c33ebab12da2ba546ff41ca4cd8e87c95eda",
98
+ "size_bytes": 11706
99
99
  },
100
100
  {
101
101
  "path": "src/backends/task-backend/local-backend.ts",
@@ -109,18 +109,18 @@
109
109
  },
110
110
  {
111
111
  "path": "src/backends/task-backend/redmine/backend-cache-doc.ts",
112
- "sha256": "0c7e2d4a9df6e2d0471738ee42f662062283a040e0c8103dd28a3f7501fd2acd",
113
- "size_bytes": 10346
112
+ "sha256": "abf02d367c30148e513289a4cb2ae9cb62de156abd6c84a25a544bb83b8bdef0",
113
+ "size_bytes": 10352
114
114
  },
115
115
  {
116
116
  "path": "src/backends/task-backend/redmine/backend-report.ts",
117
- "sha256": "933c7fc3289e04c757458e4bc316a28d6dac38847518d28fe89333af1414d25d",
118
- "size_bytes": 2351
117
+ "sha256": "720cc8981b38f5c0a33b27d27af76aec5244b1dfa2848baf3703d95f89e5f3b4",
118
+ "size_bytes": 2357
119
119
  },
120
120
  {
121
121
  "path": "src/backends/task-backend/redmine/backend-runtime.ts",
122
- "sha256": "913f67d0764372f3cecc7082480722abc4472fd8dbb7fb7226048242743493c9",
123
- "size_bytes": 18355
122
+ "sha256": "81da3a9dc37f777354b5ee6f440f7f1f86ecea9be9179b315ecf64a32c0d2dd2",
123
+ "size_bytes": 887
124
124
  },
125
125
  {
126
126
  "path": "src/backends/task-backend/redmine/backend-sync.ts",
@@ -139,13 +139,13 @@
139
139
  },
140
140
  {
141
141
  "path": "src/backends/task-backend/redmine/backend-sync/migration.ts",
142
- "sha256": "7fbf67d1533598df2adfc9491cf9caf6482251b2334f095e88ef25c87b8f24e5",
143
- "size_bytes": 3472
142
+ "sha256": "4517aad7d4d0e2473014f044275f34fd590d83f56ed1a29a8cd8a9eba12757e3",
143
+ "size_bytes": 3478
144
144
  },
145
145
  {
146
146
  "path": "src/backends/task-backend/redmine/backend-sync/status.ts",
147
- "sha256": "4903d927a50bc2a7cfa13f96eee2e62657fb7130e3f87b1ef47fb537597086dd",
148
- "size_bytes": 3301
147
+ "sha256": "012dcdf96acdcf60eb64cd22e1e3a7a503e27cde6303db5b6d8baa8b816a3cee",
148
+ "size_bytes": 3367
149
149
  },
150
150
  {
151
151
  "path": "src/backends/task-backend/redmine/backend-sync/sync.ts",
@@ -154,8 +154,8 @@
154
154
  },
155
155
  {
156
156
  "path": "src/backends/task-backend/redmine/backend-sync/write.ts",
157
- "sha256": "83b16d110c42d1573266bb648b43dd6220f7eaae31643e96cb9b0131e50df618",
158
- "size_bytes": 4757
157
+ "sha256": "ef29867a330dbee7d39968d4ffb6f9c5bcfbfd4703fa7f2cf842f8f852c6685e",
158
+ "size_bytes": 4763
159
159
  },
160
160
  {
161
161
  "path": "src/backends/task-backend/redmine/client.ts",
@@ -184,23 +184,43 @@
184
184
  },
185
185
  {
186
186
  "path": "src/backends/task-backend/redmine/mapping.ts",
187
- "sha256": "aeb4d7e9c4f6b8d1e8e71d3520ddc62d83f3f41349304aa261c9ab4c1a1b4268",
188
- "size_bytes": 8932
187
+ "sha256": "fef935c4398f5185647bfbdd9a3a4d4a9887a8aa8e2d4f462ccc41c36c10a533",
188
+ "size_bytes": 9028
189
189
  },
190
190
  {
191
191
  "path": "src/backends/task-backend/redmine/parse.ts",
192
- "sha256": "a3f5cc505c9da8231879e78afd752119ee22e7504991276c30002ad5a57e1984",
193
- "size_bytes": 737
192
+ "sha256": "e54998991b2d4361f8941f725a1c7c767e499a7506d1d2d5dfa48e555800a48b",
193
+ "size_bytes": 743
194
194
  },
195
195
  {
196
196
  "path": "src/backends/task-backend/redmine/remote.ts",
197
197
  "sha256": "a2367f7e019556608f75ad493a562f447f2e3fb16e7fff7d26ccc8004994c543",
198
198
  "size_bytes": 3664
199
199
  },
200
+ {
201
+ "path": "src/backends/task-backend/redmine/runtime-context.ts",
202
+ "sha256": "0d709f7459914951fb3615675b57de6297e6bc5af1b1653d927749b5228fbbdc",
203
+ "size_bytes": 7229
204
+ },
205
+ {
206
+ "path": "src/backends/task-backend/redmine/runtime-methods.ts",
207
+ "sha256": "982008113ee8c68136d377e42513678be2f5ff9930959eb7e1f5aa566991828b",
208
+ "size_bytes": 5588
209
+ },
210
+ {
211
+ "path": "src/backends/task-backend/redmine/runtime-operations.ts",
212
+ "sha256": "ef2424ad63b72248823ef4cb55cb2a4c923da20189d938bb0ae4485db5c3dbe2",
213
+ "size_bytes": 4744
214
+ },
215
+ {
216
+ "path": "src/backends/task-backend/redmine/runtime-state.ts",
217
+ "sha256": "070f4aaa0dfffb58bd3cb798508516d5a30bddb8a6f6e5232734c398691d6473",
218
+ "size_bytes": 2385
219
+ },
200
220
  {
201
221
  "path": "src/backends/task-backend/redmine/state.ts",
202
- "sha256": "b49c2aa363cceb7f882e0f4f15e587dcd43f7916bd57081aeafbb8e6ec5f1aca",
203
- "size_bytes": 4930
222
+ "sha256": "7330377c2657cd29c819ec3da6a1d2e865d685aacd6ddb4395013053e6b806e1",
223
+ "size_bytes": 4936
204
224
  },
205
225
  {
206
226
  "path": "src/backends/task-backend/shared.ts",
@@ -214,13 +234,13 @@
214
234
  },
215
235
  {
216
236
  "path": "src/backends/task-backend/shared/constants.ts",
217
- "sha256": "36bc7d6f30c25cf047055706c5f04230281c3173c9a89dea1dddc2446546ba05",
218
- "size_bytes": 317
237
+ "sha256": "0ac99840bbf2ec50bebfc14f114dea2eb70a4c45007e6b82aeb2e528a4c588fc",
238
+ "size_bytes": 364
219
239
  },
220
240
  {
221
241
  "path": "src/backends/task-backend/shared/doc.ts",
222
- "sha256": "1197303a4de03c3624d7e2c6c288510683a60732b8cfd6d52d89aef3de4ebd65",
223
- "size_bytes": 3344
242
+ "sha256": "85323906ad38fadc1789a92195b37609eb97e8ca543752e4b129ce82f053c6d4",
243
+ "size_bytes": 3350
224
244
  },
225
245
  {
226
246
  "path": "src/backends/task-backend/shared/errors.ts",
@@ -234,13 +254,13 @@
234
254
  },
235
255
  {
236
256
  "path": "src/backends/task-backend/shared/export.ts",
237
- "sha256": "775103feef6870d4bf7db966e99aa54a74a0f73d79dbdf2aa3d42ff79b87b039",
238
- "size_bytes": 5430
257
+ "sha256": "34e09255864a20b43d51d86e5ef17ae0163d2100a517b742a22521703b0e4b19",
258
+ "size_bytes": 5118
239
259
  },
240
260
  {
241
261
  "path": "src/backends/task-backend/shared/id.ts",
242
- "sha256": "65100d03daaf848fe11f57915a8074c52d92e3f7ec5b555771be898d925b1e31",
243
- "size_bytes": 884
262
+ "sha256": "644796e1df0006ccebe7ad868ce4a30a2df83ce0977e5736f5f8da17fb32ef97",
263
+ "size_bytes": 890
244
264
  },
245
265
  {
246
266
  "path": "src/backends/task-backend/shared/normalize.ts",
@@ -249,8 +269,8 @@
249
269
  },
250
270
  {
251
271
  "path": "src/backends/task-backend/shared/record.ts",
252
- "sha256": "e705d6244f943643c816fb8c5d4280e4c3d69a24e145f8e0ddff86b1e3b939f8",
253
- "size_bytes": 4060
272
+ "sha256": "cb880aed8f837a6825a5c8788e09d4d112ff39d40f193692752699ac84a32ee1",
273
+ "size_bytes": 4082
254
274
  },
255
275
  {
256
276
  "path": "src/backends/task-backend/shared/strings.ts",
@@ -259,13 +279,13 @@
259
279
  },
260
280
  {
261
281
  "path": "src/backends/task-backend/shared/types.ts",
262
- "sha256": "3ee9fcd7fdf61c61da1cf8e90784b70fe6dd61af55cc33f3b0c7f2c2003c43ae",
263
- "size_bytes": 5011
282
+ "sha256": "3d6ec1bdfc0cdc3887fef2bdb4d4fc464dcb93973415030fd68675a213ac5714",
283
+ "size_bytes": 5017
264
284
  },
265
285
  {
266
286
  "path": "src/backends/task-index.ts",
267
- "sha256": "07d460779ebcde33c7884fb97ea0a1b3e11c660818435849cd8fc200221e724b",
268
- "size_bytes": 4893
287
+ "sha256": "c8d51055c0c4db47fea9a163c746fd73aaaff232d607894deb948b91f3928657",
288
+ "size_bytes": 3632
269
289
  },
270
290
  {
271
291
  "path": "src/cli.ts",
@@ -274,8 +294,8 @@
274
294
  },
275
295
  {
276
296
  "path": "src/cli/archive.ts",
277
- "sha256": "31f2e71fa30b85f0fc3193ce9ab87a559f86d5716f8415612d1c8326b95b619a",
278
- "size_bytes": 6307
297
+ "sha256": "01b57e3a1c1ad6afe1c5b519c6da4fe8429cdab13f2687ee535cecf2f59d5c6f",
298
+ "size_bytes": 6314
279
299
  },
280
300
  {
281
301
  "path": "src/cli/bootstrap-guide.ts",
@@ -287,11 +307,6 @@
287
307
  "sha256": "9beb5476f0519f8c04bb70a4ad8ad37fd5ec92bb8b80582b372d053437d8364a",
288
308
  "size_bytes": 410
289
309
  },
290
- {
291
- "path": "src/cli/cli-error.ts",
292
- "sha256": "c3cda6a4fde892f9ba12c0647bbda92763a2804c1aa28ce5eae63c5acde918f9",
293
- "size_bytes": 573
294
- },
295
310
  {
296
311
  "path": "src/cli/command-guide.ts",
297
312
  "sha256": "e255edf911de9114ae8cfdcdae8f667fb69f1116351f8dd2d411c52b295aa9af",
@@ -329,8 +344,8 @@
329
344
  },
330
345
  {
331
346
  "path": "src/cli/exit-codes.ts",
332
- "sha256": "718dc5a39ed57817cede8e21b559fcf09d99f1262ba410ad9d928b616e49c92b",
333
- "size_bytes": 830
347
+ "sha256": "8af714991f63f922b120d49ee90eeb5bc98b6a22a93ac810e3c91de36d22d0ff",
348
+ "size_bytes": 895
334
349
  },
335
350
  {
336
351
  "path": "src/cli/fs-utils.ts",
@@ -339,88 +354,128 @@
339
354
  },
340
355
  {
341
356
  "path": "src/cli/group-command.ts",
342
- "sha256": "98c3a63f146a69f2f031ae0d6c6746273ad3a0c15cc257de9883efe5530a7427",
343
- "size_bytes": 2346
357
+ "sha256": "55a108867e3448174a7a2d06b0dd40acb5a0dda5c868bd0422d24fa9096ee0ad",
358
+ "size_bytes": 2482
344
359
  },
345
360
  {
346
361
  "path": "src/cli/http.ts",
347
- "sha256": "b953c1e42b1d193d026191b0f94b8dee3666f441b9aafbf800648c9bc93895f3",
348
- "size_bytes": 3374
362
+ "sha256": "6565c30310cf9e69fbda440db73e032fab84deaa7c0bd9860d7873a548cc854d",
363
+ "size_bytes": 3897
349
364
  },
350
365
  {
351
366
  "path": "src/cli/output.ts",
352
- "sha256": "2cd6c354f88367b329dad900550e98ce4359101864d0312eef0a80478a88cce4",
353
- "size_bytes": 8336
367
+ "sha256": "d316ddc576e49e3fcd93556e7d53134f74dc0128525a8bed2948790f26934f56",
368
+ "size_bytes": 8383
354
369
  },
355
370
  {
356
371
  "path": "src/cli/prompts.ts",
357
- "sha256": "c2a244912bd37a04a1bd51701c0832a718f3b4f905dfb10ad99ff3e7ca817cd0",
358
- "size_bytes": 2803
372
+ "sha256": "f1c0d10eead5f4d6227bf93348e42a8e24f6585ffa0907989d8be90fd1097205",
373
+ "size_bytes": 2914
359
374
  },
360
375
  {
361
376
  "path": "src/cli/reason-codes.ts",
362
377
  "sha256": "cb223727ce412893857977631165b663a9a1905e7959ddb41cfe81df5e4c3dfa",
363
378
  "size_bytes": 4922
364
379
  },
380
+ {
381
+ "path": "src/cli/run-cli.core.lifecycle.helpers.ts",
382
+ "sha256": "b62f7f76708218aa3e5e0c1682380f2114e1fa6313ab59359e4d999f260d6e71",
383
+ "size_bytes": 1649
384
+ },
365
385
  {
366
386
  "path": "src/cli/run-cli.core.pr-flow.pr-support.ts",
367
- "sha256": "d213d85826626cb8ad06d6eb88dc378f370e73797e72220913788832e91b5787",
368
- "size_bytes": 3331
387
+ "sha256": "05dce800e9a02b42283c1bd8458b3ea7440794f512f54e9ffc0a1901c51c0254",
388
+ "size_bytes": 3459
389
+ },
390
+ {
391
+ "path": "src/cli/run-cli.core.tasks.query-support.constants.ts",
392
+ "sha256": "ba28da49cd17bfd5a4768291bf3febe71229a0b0b39a6dc8154eedfbe3fcdeb9",
393
+ "size_bytes": 313
394
+ },
395
+ {
396
+ "path": "src/cli/run-cli.core.tasks.query-support.expected-run.ts",
397
+ "sha256": "4c0ea5071c941ca238dde29fa1dc89ad04a1ee5b2bc936bd92e1d02cfedb2c01",
398
+ "size_bytes": 7473
399
+ },
400
+ {
401
+ "path": "src/cli/run-cli.core.tasks.query-support.fixtures.ts",
402
+ "sha256": "da1ff5cc49c43ca77dedf5e6758621afd0c3eadc7e1976ffdabeb5dedc4ad736",
403
+ "size_bytes": 2067
404
+ },
405
+ {
406
+ "path": "src/cli/run-cli.core.tasks.query-support.shared.ts",
407
+ "sha256": "430dd2a969dd3d97b74c2a716f0938af3f81b9a9fd2a92f9528bffdec365b63e",
408
+ "size_bytes": 1989
369
409
  },
370
410
  {
371
411
  "path": "src/cli/run-cli.core.tasks.query-support.ts",
372
- "sha256": "fdc7636ae3576abd1d2e28a4b98ca6f7e9d0a1b990827f2d7d3e03b890c2e1c3",
373
- "size_bytes": 12012
412
+ "sha256": "3b050f9166c104d3861fe2263391407ab805562843bed27698f75b4ff7beeb02",
413
+ "size_bytes": 259
374
414
  },
375
415
  {
376
416
  "path": "src/cli/run-cli.ts",
377
- "sha256": "b65101dc0488a2aa4e5b7600fb32f77826f3edc15efb46bbe745472eb04f1330",
378
- "size_bytes": 11472
417
+ "sha256": "52ad9012d25f5d208d33642f2a588cb988025b674bc8b495f7842041d89cd350",
418
+ "size_bytes": 11516
379
419
  },
380
420
  {
381
421
  "path": "src/cli/run-cli/command-catalog.ts",
382
- "sha256": "7e45afb032cd4e78fd76285a7c66c0cc24a17904e5729c4913097c293711addf",
383
- "size_bytes": 1902
422
+ "sha256": "09783f0fcd4f2236a631ffb4e3527bd02e177256b1fb60d2e5e76ce40ea5efa9",
423
+ "size_bytes": 2070
384
424
  },
385
425
  {
386
426
  "path": "src/cli/run-cli/command-catalog/core.ts",
387
- "sha256": "97f7bf7a00ad42cb9d2f48b02a1ee4fbe6959d61ac565e15edbb6f15ae1a49fa",
388
- "size_bytes": 5611
427
+ "sha256": "13df54b6f9c1a5b0f3b06663a8303aa6c8bf5ed1da3647788beb251f6664ed8e",
428
+ "size_bytes": 5606
429
+ },
430
+ {
431
+ "path": "src/cli/run-cli/command-catalog/kernel.ts",
432
+ "sha256": "db0aad4fcec17a5de6b1335e1c3d11708475b6e7e1e362e28bfa0c149fff3c2f",
433
+ "size_bytes": 3386
389
434
  },
390
435
  {
391
436
  "path": "src/cli/run-cli/command-catalog/lifecycle.ts",
392
- "sha256": "9e5a5888eab50a1eb85856b9cc90c05e4854db79303eeef1a5ebd4dd0ad224b5",
393
- "size_bytes": 3083
437
+ "sha256": "b74a6c018255c378b78c807c8479043fabf29f1e67b437986101b41b6a5e307f",
438
+ "size_bytes": 3090
394
439
  },
395
440
  {
396
441
  "path": "src/cli/run-cli/command-catalog/project.ts",
397
- "sha256": "fb44954e0d98f311b38779bf788dcab5ab2440b606432741c445f19bc3e92c72",
398
- "size_bytes": 6022
442
+ "sha256": "0e395ce214bfc2b0a33963f5cd356b3e18385df0ef3ef650a9b5c68148fdc293",
443
+ "size_bytes": 6024
399
444
  },
400
445
  {
401
- "path": "src/cli/run-cli/command-catalog/shared.ts",
402
- "sha256": "6c27ea6233aab1627de7113d447805e49d448022d2310f87cc33f0d7c742b1be",
403
- "size_bytes": 3328
446
+ "path": "src/cli/run-cli/command-catalog/task.ts",
447
+ "sha256": "025b75558747acd6d5e0e0e2e620dfa12371d524aea5b6893407eb405b003669",
448
+ "size_bytes": 9413
404
449
  },
405
450
  {
406
- "path": "src/cli/run-cli/command-catalog/task.ts",
407
- "sha256": "94a6db7019521a7dcb327e9ee4cf351323a919e9b04c5cd41644857365bdfb14",
408
- "size_bytes": 9411
451
+ "path": "src/cli/run-cli/command-loaders/core.ts",
452
+ "sha256": "406f52a8f110849ce29a85a4ff561d42c3d0e701c7f1f2a9e71f8d2fd87120ab",
453
+ "size_bytes": 3363
454
+ },
455
+ {
456
+ "path": "src/cli/run-cli/command-loaders/lifecycle.ts",
457
+ "sha256": "01bec49e9da45ff3bd3784031808f0bad1e3e1edf81c3e95677ee0ac63cc59a1",
458
+ "size_bytes": 2427
459
+ },
460
+ {
461
+ "path": "src/cli/run-cli/command-loaders/project.ts",
462
+ "sha256": "cdbad4e7a243642fb91a737dfa390c03ab443a37ca79db24ada60a057b275a1e",
463
+ "size_bytes": 4967
409
464
  },
410
465
  {
411
- "path": "src/cli/run-cli/command-loaders.ts",
412
- "sha256": "f5bb2965cc217f797f90b9034d1101f36e56f7133ddc71bf7a7f6fef1c57dad5",
413
- "size_bytes": 17717
466
+ "path": "src/cli/run-cli/command-loaders/task.ts",
467
+ "sha256": "0c6a459cdf645688c2cd01f63068327cb9c2bc6f1da94381fe8578c8f891304a",
468
+ "size_bytes": 7582
414
469
  },
415
470
  {
416
471
  "path": "src/cli/run-cli/commands/codex.ts",
417
- "sha256": "4f6d2a432e63b979381a5bd3a64f7355ab7930cb103021e8c642241b52ff8288",
418
- "size_bytes": 4821
472
+ "sha256": "29a670e0fa55f43780fe2a91ba4614eff13676c5740def570a6882bab86e3bd8",
473
+ "size_bytes": 4828
419
474
  },
420
475
  {
421
476
  "path": "src/cli/run-cli/commands/config.ts",
422
- "sha256": "7ca450c159aa35d1fda0c25b2213f9eeafee84bc62795a4e3975a98514c0b5a2",
423
- "size_bytes": 10980
477
+ "sha256": "c70dbb20647a8e718e939d919dccedf0ddab4484f47dc9dd81e2ca97552eb2a5",
478
+ "size_bytes": 11003
424
479
  },
425
480
  {
426
481
  "path": "src/cli/run-cli/commands/core.ts",
@@ -429,18 +484,18 @@
429
484
  },
430
485
  {
431
486
  "path": "src/cli/run-cli/commands/core/agent-profiles.ts",
432
- "sha256": "e632cf00bbc1ac48ad19135ce31acea5954838555200efe4a93e5f8f6bea2358",
433
- "size_bytes": 3984
487
+ "sha256": "21c57eaf9609e740790024d3b40f7a121044f06d9042ffef9238d797b19f3f28",
488
+ "size_bytes": 3992
434
489
  },
435
490
  {
436
491
  "path": "src/cli/run-cli/commands/core/agents.ts",
437
- "sha256": "91fb98e11f156297f5e7173e1e4cba3308204dd050edfac98627110f2dc6bd32",
438
- "size_bytes": 4799
492
+ "sha256": "1c782f48499dff9e88809ef412e341b03b2d316ec9015b3dcfbf9c0c1a23cd4d",
493
+ "size_bytes": 4806
439
494
  },
440
495
  {
441
496
  "path": "src/cli/run-cli/commands/core/preflight.ts",
442
- "sha256": "d01086b9b63322d79e7821532ceba6e84a8eefdf224b1aabdcd9e6b1bb774ded",
443
- "size_bytes": 13380
497
+ "sha256": "23993ba46d876d00d9aae0e4da266ab760aefbdf62fca270bcfef1d421ee4958",
498
+ "size_bytes": 13414
444
499
  },
445
500
  {
446
501
  "path": "src/cli/run-cli/commands/core/quickstart.ts",
@@ -454,13 +509,8 @@
454
509
  },
455
510
  {
456
511
  "path": "src/cli/run-cli/commands/ide.ts",
457
- "sha256": "1b7d48b3f112cf98d643e35da809f8ac92a4e2ce019e0939f75e325dbacced30",
458
- "size_bytes": 5618
459
- },
460
- {
461
- "path": "src/cli/run-cli/commands/init.ts",
462
- "sha256": "732e1c7ef3a64a278dd2cf8db0603e2f3cbfcfde44b6e7046cd1c3ef31b90952",
463
- "size_bytes": 52
512
+ "sha256": "762d8e2d2672ebfb85af92aae60511f499343eb18320dd1107f673ae5d04d260",
513
+ "size_bytes": 5625
464
514
  },
465
515
  {
466
516
  "path": "src/cli/run-cli/commands/init/base-branch.ts",
@@ -479,18 +529,23 @@
479
529
  },
480
530
  {
481
531
  "path": "src/cli/run-cli/commands/init/ide-sync.ts",
482
- "sha256": "e99be07baae2383e2f347e532047a12e33fec6feb8ef17e61e7cf1d8cebe36a8",
483
- "size_bytes": 1453
532
+ "sha256": "7d6b77b1910b5b4966b4dd8a53a69ce6842a48d7fa6a83396f856d79bb2f94a9",
533
+ "size_bytes": 1460
484
534
  },
485
535
  {
486
536
  "path": "src/cli/run-cli/commands/init/model.ts",
487
- "sha256": "642f38efe6661db1537c2bccf8225ce43a2d6d35541ecaa3c33f4d82ce41ec87",
488
- "size_bytes": 1419
537
+ "sha256": "3cbd3a73b0346efb2fc570aee7b630f172070e42bad6d66e876902c69c0c9f57",
538
+ "size_bytes": 1453
539
+ },
540
+ {
541
+ "path": "src/cli/run-cli/commands/init/orchestrate-v2.ts",
542
+ "sha256": "6ecea3c1a2811676f56ea685bffbbe9c32d9d1df42cc8f336489c108d784d42f",
543
+ "size_bytes": 11939
489
544
  },
490
545
  {
491
546
  "path": "src/cli/run-cli/commands/init/orchestrate.ts",
492
- "sha256": "999e22b3c48cdaf6467e5bc299f8f7a75c2959defee2fbc9c36ff6b8068dade6",
493
- "size_bytes": 16953
547
+ "sha256": "fed854de5986b3a86f349e1c25a734fa363b67bfcf5f15aff5c411b706b680e5",
548
+ "size_bytes": 15024
494
549
  },
495
550
  {
496
551
  "path": "src/cli/run-cli/commands/init/parsers.ts",
@@ -502,30 +557,95 @@
502
557
  "sha256": "6489b662f0d6c4dcda97704fe00ffcc689b38144ab904e7de02c86cfd228c335",
503
558
  "size_bytes": 2533
504
559
  },
560
+ {
561
+ "path": "src/cli/run-cli/commands/init/prompts-v2.ts",
562
+ "sha256": "e2aa3ca25d601366d8789645588140088e01b2e0e5b0efa8dc55b78c130bdd10",
563
+ "size_bytes": 1096
564
+ },
505
565
  {
506
566
  "path": "src/cli/run-cli/commands/init/recipes.ts",
507
- "sha256": "d8a401dd8fff5c86b5a54bca8e98ffcbd74104eb1b8647436ec604e84beb68b3",
508
- "size_bytes": 1754
567
+ "sha256": "2164d394458cc6892b0f75720a7e8fa0ca64a48dab9a3caf5c32a00cbb2d418f",
568
+ "size_bytes": 1892
509
569
  },
510
570
  {
511
571
  "path": "src/cli/run-cli/commands/init/spec.ts",
512
- "sha256": "9f4078d917296836b73f0116a5706de90e88c6118e3193f7bb6f8c9ac8bf55d3",
513
- "size_bytes": 8906
572
+ "sha256": "2dce964bf058d2e40e9a30d93bebed87ef7c0ddd0b905bf5390bca00ae507ae2",
573
+ "size_bytes": 9330
574
+ },
575
+ {
576
+ "path": "src/cli/run-cli/commands/init/steps/advanced-settings.ts",
577
+ "sha256": "f36c651c9718ecda2dffa67d920e7cac8e9287d7da5c6c9cc2b31f63a5f77fe6",
578
+ "size_bytes": 2954
579
+ },
580
+ {
581
+ "path": "src/cli/run-cli/commands/init/steps/apply.ts",
582
+ "sha256": "a39accc36e3777e6e3276586796e7a0bcce36f36cc16fa8a56d0cb6b513f7303",
583
+ "size_bytes": 3983
584
+ },
585
+ {
586
+ "path": "src/cli/run-cli/commands/init/steps/backend.ts",
587
+ "sha256": "676c78aeae4e720a18d77d7bead46bb885ae771cf2bab6a5d5f40242c4b7989f",
588
+ "size_bytes": 1032
514
589
  },
515
590
  {
516
- "path": "src/cli/run-cli/commands/init/ui.ts",
517
- "sha256": "e34afadc8e0433459c604bb8a9208f41521368dc5e59304687ffdc31732d2107",
518
- "size_bytes": 2755
591
+ "path": "src/cli/run-cli/commands/init/steps/conflict-resolver.ts",
592
+ "sha256": "be60c260063d6cc997e05b408e5309a68f0535e409aad094116028eaafeb904d",
593
+ "size_bytes": 1655
594
+ },
595
+ {
596
+ "path": "src/cli/run-cli/commands/init/steps/contracts.ts",
597
+ "sha256": "9d6ea3eb600d81a646ae189cb4a5edd2861022b5262d87b425540cd42c1fa079",
598
+ "size_bytes": 1809
599
+ },
600
+ {
601
+ "path": "src/cli/run-cli/commands/init/steps/ide.ts",
602
+ "sha256": "10bbc0c97c6e5b5751121705f779bdce311f0f4cd320eecf373a0725e11200fe",
603
+ "size_bytes": 1030
604
+ },
605
+ {
606
+ "path": "src/cli/run-cli/commands/init/steps/index.ts",
607
+ "sha256": "786c96ffa92b1b95d45031b641014a186331004e776f5d6f89a249be1b281a48",
608
+ "size_bytes": 527
609
+ },
610
+ {
611
+ "path": "src/cli/run-cli/commands/init/steps/policy-gateway.ts",
612
+ "sha256": "43c7e77483c336a9f629faab1d49d9f398c3ccb875e3cb50e6dc45ab419066d3",
613
+ "size_bytes": 1138
614
+ },
615
+ {
616
+ "path": "src/cli/run-cli/commands/init/steps/prompt-utils.ts",
617
+ "sha256": "f651b470e4706003b9d8c945b7fa22b24b1e5f8edb6a6312a7a5e6d3db5ef669",
618
+ "size_bytes": 1729
619
+ },
620
+ {
621
+ "path": "src/cli/run-cli/commands/init/steps/recipe-selection.ts",
622
+ "sha256": "71ce62c7f2abe95eb81b45a4adcbec2abc4d0ae48ba3c31355962c7ce6305e42",
623
+ "size_bytes": 2031
624
+ },
625
+ {
626
+ "path": "src/cli/run-cli/commands/init/steps/setup-profile.ts",
627
+ "sha256": "ccd70220971d018e0db7090828cfb99666f9910fdab85baf189d646b22158658",
628
+ "size_bytes": 1275
629
+ },
630
+ {
631
+ "path": "src/cli/run-cli/commands/init/steps/workflow.ts",
632
+ "sha256": "b84966643afff845d9ee73fbaef6f01c15dcb89331aeff3dadb91f97f7169b45",
633
+ "size_bytes": 2903
634
+ },
635
+ {
636
+ "path": "src/cli/run-cli/commands/init/ui-v2.ts",
637
+ "sha256": "bb4c3084d215ae5ec07d80247af4151606cb03511db8b60fd49cade50022f34b",
638
+ "size_bytes": 1977
519
639
  },
520
640
  {
521
641
  "path": "src/cli/run-cli/commands/init/write-agents.ts",
522
- "sha256": "4d061bbf2243eac7f0c1cc1884ad7c3655ba2b1e4d2cf53f2b67c8721b02c839",
523
- "size_bytes": 4004
642
+ "sha256": "e3467c7c7e842e4de05e66a2345dd76ed522822c2067330e91d8ea3cb608f203",
643
+ "size_bytes": 4006
524
644
  },
525
645
  {
526
646
  "path": "src/cli/run-cli/commands/init/write-config.ts",
527
- "sha256": "5cc2be2f9076898fb339df533a18db97f9d343e86c3f4de621b03fb0636a9ca7",
528
- "size_bytes": 3350
647
+ "sha256": "4b75ef5d5f8d468ea7275650e0e0d0bdc2d7ae841d049efc29414e38565ec930",
648
+ "size_bytes": 3349
529
649
  },
530
650
  {
531
651
  "path": "src/cli/run-cli/commands/init/write-env.ts",
@@ -554,8 +674,8 @@
554
674
  },
555
675
  {
556
676
  "path": "src/cli/run-cli/registry.run.ts",
557
- "sha256": "952997f47a01686f9a66a484aef077e1c5f9a4a79ab92e1004dd017051404713",
558
- "size_bytes": 1116
677
+ "sha256": "b3ac443a79af2ac8fc72336a672a4fa597b0365b079ac733495e82c142389fc2",
678
+ "size_bytes": 1162
559
679
  },
560
680
  {
561
681
  "path": "src/cli/run-cli/update-warning.ts",
@@ -574,8 +694,8 @@
574
694
  },
575
695
  {
576
696
  "path": "src/cli/spec/errors.ts",
577
- "sha256": "c220a198c42229820d1bbc4c4560a18485d0e1a08cfc3675f259de010e927c2b",
578
- "size_bytes": 1239
697
+ "sha256": "458d3819aa675820e827d6b51825c5e3af85e116c60cedacbb198ea390b25808",
698
+ "size_bytes": 1922
579
699
  },
580
700
  {
581
701
  "path": "src/cli/spec/help-render.ts",
@@ -594,8 +714,8 @@
594
714
  },
595
715
  {
596
716
  "path": "src/cli/spec/parse.ts",
597
- "sha256": "56ccb69983f8f346ab082dbd927ea465574bd94e3e772fd85d5fcc05aebae876",
598
- "size_bytes": 6520
717
+ "sha256": "3f8d5984ecdf283e78c8d1e62300759159378d16b5a0904510cdb492172d0398",
718
+ "size_bytes": 6839
599
719
  },
600
720
  {
601
721
  "path": "src/cli/spec/registry.ts",
@@ -644,13 +764,13 @@
644
764
  },
645
765
  {
646
766
  "path": "src/commands/branch/base.ts",
647
- "sha256": "53236fd25d8b155323570f17bbd25e8817e70a4d8f44c47b6fe72269e3191744",
648
- "size_bytes": 3966
767
+ "sha256": "0f38ee1f51b8f119abe54967128f077fee044732b3f02f65704ed4c85c1b174f",
768
+ "size_bytes": 4057
649
769
  },
650
770
  {
651
771
  "path": "src/commands/branch/cleanup-merged.ts",
652
- "sha256": "612617e040f1d94599ba351f2e11d74ce7f61d353fbbe3a635dbcb628e1fb083",
653
- "size_bytes": 10305
772
+ "sha256": "8ea683dfa7c4f7499772bec9e987e2aa2c68bdde7413852d6b7f4c0bc606d454",
773
+ "size_bytes": 10300
654
774
  },
655
775
  {
656
776
  "path": "src/commands/branch/index.ts",
@@ -674,8 +794,8 @@
674
794
  },
675
795
  {
676
796
  "path": "src/commands/branch/remove.ts",
677
- "sha256": "a5b6fafb5a13ed5595f7284647afe833a92083cae67c84f1f6fd8d0f59fb6fcd",
678
- "size_bytes": 2916
797
+ "sha256": "9a3eb4c2b2c1f979af7a77ad46111d1e68bcc5c6d574bcbf70b11ca3057de429",
798
+ "size_bytes": 3022
679
799
  },
680
800
  {
681
801
  "path": "src/commands/branch/status.command.ts",
@@ -684,18 +804,38 @@
684
804
  },
685
805
  {
686
806
  "path": "src/commands/branch/status.ts",
687
- "sha256": "b0eb48f958583094fbf9dd98bd12671c08c9e5531356ed28e8f74b3384c72890",
688
- "size_bytes": 2695
807
+ "sha256": "a4ec218197030d6b590aa3b1fc639b1f5774f29e953e17ffe98aa57aff6e9a37",
808
+ "size_bytes": 2715
689
809
  },
690
810
  {
691
811
  "path": "src/commands/branch/work-start.command.ts",
692
812
  "sha256": "0200fa8dc9920565d081d2b716432142ce0aec4cbedc979ebcc07348733b94d4",
693
813
  "size_bytes": 3227
694
814
  },
815
+ {
816
+ "path": "src/commands/branch/work-start.direct.ts",
817
+ "sha256": "a6889584981c7dd7d0febd1c727c5c12d4d43e62a5efaa383c9ac32c0cfbb9f6",
818
+ "size_bytes": 3109
819
+ },
820
+ {
821
+ "path": "src/commands/branch/work-start.git.ts",
822
+ "sha256": "ecca0d77624f35a187cd11561cdde00a568f65c7fcaded5ec3756bea295502a2",
823
+ "size_bytes": 899
824
+ },
825
+ {
826
+ "path": "src/commands/branch/work-start.hook-shim.ts",
827
+ "sha256": "2774009f78ab0d950574c30829fc3c07a62c907503e4aa060ee63a8a30987216",
828
+ "size_bytes": 1548
829
+ },
830
+ {
831
+ "path": "src/commands/branch/work-start.materialize.ts",
832
+ "sha256": "23ba4b28db550ad0864cde3f465ec80e0a0b3c3446ae533ed1d1bd7a4a468ef4",
833
+ "size_bytes": 4862
834
+ },
695
835
  {
696
836
  "path": "src/commands/branch/work-start.ts",
697
- "sha256": "dda45591e354cc5b1c3e09a2caddc7bd4fdb55c025b1b4b8c400b3d0da7b2433",
698
- "size_bytes": 15919
837
+ "sha256": "0fdb101656cd9221ffa555cee8c447d57a9a3476340fba386713c591ba62758f",
838
+ "size_bytes": 6805
699
839
  },
700
840
  {
701
841
  "path": "src/commands/cleanup/merged.command.ts",
@@ -704,13 +844,13 @@
704
844
  },
705
845
  {
706
846
  "path": "src/commands/codex/plugin-install.ts",
707
- "sha256": "94c15f2e3e10444816538d734320bd0f135b0728e03b6cc36b27e66a199e5e50",
708
- "size_bytes": 8301
847
+ "sha256": "e3697bd07100d47cc0d8b00cba5921f56800ee63f1ca35e9b013cdb3174111ee",
848
+ "size_bytes": 8366
709
849
  },
710
850
  {
711
851
  "path": "src/commands/commit.command.ts",
712
- "sha256": "93886fa1f52f58645c10b0cf8935381563cb79dffeff877530c80f5df0fbf7c9",
713
- "size_bytes": 1031
852
+ "sha256": "26c4a05c546aa80baa1e417a7afe6e1199ff08083cf71dc989a41e279f11f35b",
853
+ "size_bytes": 1037
714
854
  },
715
855
  {
716
856
  "path": "src/commands/commit.spec.ts",
@@ -724,8 +864,8 @@
724
864
  },
725
865
  {
726
866
  "path": "src/commands/doctor.run.ts",
727
- "sha256": "0adb43e04b3b07a52ea370ce55527f5c35680a2d2e9b078a74b00f272486a817",
728
- "size_bytes": 3548
867
+ "sha256": "d14fd3269f075ddc7045e6e99f712e3358a69ce20cac63449d705d4dc2bea389",
868
+ "size_bytes": 3384
729
869
  },
730
870
  {
731
871
  "path": "src/commands/doctor.spec.ts",
@@ -734,8 +874,8 @@
734
874
  },
735
875
  {
736
876
  "path": "src/commands/doctor/archive.ts",
737
- "sha256": "c62fe8347b08a68597835531353ec04192fd9041192240977f68730679f6df2a",
738
- "size_bytes": 9110
877
+ "sha256": "a5c522e113c37324638fbf5d54c75235406bedfd5182240766b99e0cfda80ba2",
878
+ "size_bytes": 9172
739
879
  },
740
880
  {
741
881
  "path": "src/commands/doctor/branch-pr.ts",
@@ -744,8 +884,8 @@
744
884
  },
745
885
  {
746
886
  "path": "src/commands/doctor/fixes.ts",
747
- "sha256": "16fea477e8f7a0e2dd1488166816ce18e4452d69c97aacf087dfd5472a1b4b09",
748
- "size_bytes": 4217
887
+ "sha256": "5d85f2539e6828a414cb9f5f2132de869c03d4913465dded51a8279a0aa43737",
888
+ "size_bytes": 1700
749
889
  },
750
890
  {
751
891
  "path": "src/commands/doctor/layering.ts",
@@ -754,23 +894,23 @@
754
894
  },
755
895
  {
756
896
  "path": "src/commands/doctor/runtime.ts",
757
- "sha256": "db8941c3cc10f5044445a2c1553a0b180ce2c08f05fcd06c52c7a72dd23d7cda",
758
- "size_bytes": 2792
897
+ "sha256": "aabfd7651b52fb4949b70422e59ab565178c32a0721ae0687f5a2d8aa3e46e34",
898
+ "size_bytes": 2799
759
899
  },
760
900
  {
761
901
  "path": "src/commands/doctor/workflow.ts",
762
- "sha256": "78607d70847aa416d6be125c454f97fa87fa9cccd4e8f163b14d3136e77192d1",
763
- "size_bytes": 3039
902
+ "sha256": "2288c635b95c2d890960ed37d7b334cb6b2498848dfb99fffdcc0c8ad6c1db78",
903
+ "size_bytes": 2235
764
904
  },
765
905
  {
766
906
  "path": "src/commands/doctor/workspace.ts",
767
- "sha256": "828f78bcc2f6faae942890a006cd85c02962c34b83cf32d3d25ede0028bdbc81",
768
- "size_bytes": 15145
907
+ "sha256": "8d92b2eab7ba2485787995f1807adc1c618e832436b812a86cb82bce09bc9ef2",
908
+ "size_bytes": 14977
769
909
  },
770
910
  {
771
911
  "path": "src/commands/finish.run.ts",
772
- "sha256": "471f908a445f97dad7ec94cfce518c3072f909c38267010e4846287444469bda",
773
- "size_bytes": 2044
912
+ "sha256": "1588ea6d33f008250141a393b499ddd0c596e759e30e44bc5d82e6652bfd803e",
913
+ "size_bytes": 2052
774
914
  },
775
915
  {
776
916
  "path": "src/commands/finish.spec.ts",
@@ -784,8 +924,13 @@
784
924
  },
785
925
  {
786
926
  "path": "src/commands/guard/commit.command.ts",
787
- "sha256": "c429679e47b7ea6d578190ffada59ab67ab9edf91b0e7db4d8c1e5c5d2901f01",
788
- "size_bytes": 6459
927
+ "sha256": "76f743b4d9681b6b7b29e2ed1721c132b536c96f24c81ecfbce2b1060afe61f4",
928
+ "size_bytes": 1193
929
+ },
930
+ {
931
+ "path": "src/commands/guard/commit.spec.ts",
932
+ "sha256": "16da52e370908441cc355a901d72f9962363e326808d1fbc98ae9911da87ca23",
933
+ "size_bytes": 5424
789
934
  },
790
935
  {
791
936
  "path": "src/commands/guard/guard.command.ts",
@@ -794,8 +939,8 @@
794
939
  },
795
940
  {
796
941
  "path": "src/commands/guard/impl/allow.ts",
797
- "sha256": "b811aae4f7200aeb2da808d0469dfd00317853dda23e691b26d6f34b1b2b88f3",
798
- "size_bytes": 5411
942
+ "sha256": "dd167f8e144b1c79799d781b1e294f9bf24f3d3bdc46122634bd1f2379b5becd",
943
+ "size_bytes": 5415
799
944
  },
800
945
  {
801
946
  "path": "src/commands/guard/impl/clean.ts",
@@ -804,23 +949,18 @@
804
949
  },
805
950
  {
806
951
  "path": "src/commands/guard/impl/close-dirt.ts",
807
- "sha256": "e7b51b243389a581868539755ca27f108f9acf1f2a04d2b3168b4fa0b0256c40",
808
- "size_bytes": 2184
952
+ "sha256": "f3ef41cdc0a6aae551edb0fe920f92e940e7db1b8a7e18ee8abe907aac0bec08",
953
+ "size_bytes": 2203
809
954
  },
810
955
  {
811
956
  "path": "src/commands/guard/impl/close-message.ts",
812
- "sha256": "326c5c647fb9ba77258bd0e48658c160bbbd0818fb3a7e94480859a1efd0b9ea",
813
- "size_bytes": 7387
814
- },
815
- {
816
- "path": "src/commands/guard/impl/commands.ts",
817
- "sha256": "1b7a32b4af2c9504f8ad235b4e1617a6b25bde9127fa18e51adb1e52c7a9af5e",
818
- "size_bytes": 190
957
+ "sha256": "c19cdb1fb74ef69bb17d5aa17031aea0d0d11c5bddea55d90abd4b7db3fe7d0b",
958
+ "size_bytes": 7502
819
959
  },
820
960
  {
821
961
  "path": "src/commands/guard/impl/comment-commit.ts",
822
- "sha256": "c6af4bcf94ea375b5351f9175a44790174a4bb21c19f237dc8911fb9a85f9e8e",
823
- "size_bytes": 5370
962
+ "sha256": "9822246508a0767f410a27d832ba725827a0e278ecf4cd9512f5c0195860ddad",
963
+ "size_bytes": 5422
824
964
  },
825
965
  {
826
966
  "path": "src/commands/guard/impl/commit-diagnostics.ts",
@@ -829,13 +969,13 @@
829
969
  },
830
970
  {
831
971
  "path": "src/commands/guard/impl/commit.ts",
832
- "sha256": "6340cc49c2a913ed2bc1420465a8d6e5ada358c7b8825ba9ea6b241bce035772",
833
- "size_bytes": 15160
972
+ "sha256": "2578c9ab061d260b0c6518c458a18b85444489d2cd7cf0d362858d9266215c9b",
973
+ "size_bytes": 15217
834
974
  },
835
975
  {
836
976
  "path": "src/commands/guard/impl/env.ts",
837
- "sha256": "a7793f583b513c1e7fdf9228168e87fd4b5d09d8234e536106a841cbc788dad5",
838
- "size_bytes": 2498
977
+ "sha256": "d5d914d74b908e2cc3095cd510a18a005f252e70cb077d84304551990ab832db",
978
+ "size_bytes": 2506
839
979
  },
840
980
  {
841
981
  "path": "src/commands/guard/impl/guard-commit.ts",
@@ -844,8 +984,8 @@
844
984
  },
845
985
  {
846
986
  "path": "src/commands/guard/impl/policy.ts",
847
- "sha256": "dd65c100e2f3ce7dfee160e6ba7be13bd38d2dc9d3105f622e1b498d83dc5994",
848
- "size_bytes": 2621
987
+ "sha256": "125f7ae282c1c4d2d7fb6522cdeee225c88e6f611c9b350379d80c22b1f34d80",
988
+ "size_bytes": 2625
849
989
  },
850
990
  {
851
991
  "path": "src/commands/guard/impl/suggest.ts",
@@ -854,7 +994,7 @@
854
994
  },
855
995
  {
856
996
  "path": "src/commands/guard/index.ts",
857
- "sha256": "ab0532a72d79cdbd6056c14f315cb2ae3030542eec2a7275382c3441d1495b16",
997
+ "sha256": "e0b6fee8a3758d764127b6edba0f6f62d75e56a4ec868091584f28a724a2520e",
858
998
  "size_bytes": 312
859
999
  },
860
1000
  {
@@ -869,19 +1009,54 @@
869
1009
  },
870
1010
  {
871
1011
  "path": "src/commands/hooks/index.ts",
872
- "sha256": "5ddc3c83a746c38f1fdc82808cd52928855153c4c3c7bdd336dab65676e1ce05",
873
- "size_bytes": 15988
1012
+ "sha256": "eb7a3c58f1d9ffad3ee21757d08ad15e56dccc0ba952909dfa86385cde4b2e94",
1013
+ "size_bytes": 215
874
1014
  },
875
1015
  {
876
1016
  "path": "src/commands/hooks/install.command.ts",
877
1017
  "sha256": "a79b3dc06bd5d316f5510012efda78f86bd4251989325d027bf05522127ce072",
878
1018
  "size_bytes": 805
879
1019
  },
1020
+ {
1021
+ "path": "src/commands/hooks/install.ts",
1022
+ "sha256": "c4930d3732fef17d8518038ea60f0bf11d901e85fd1a9ddcadbd82ce4f02847f",
1023
+ "size_bytes": 5087
1024
+ },
880
1025
  {
881
1026
  "path": "src/commands/hooks/run.command.ts",
882
1027
  "sha256": "e3f7b01444a08a8118ad54c83cc70629f2f8800d93b2d93a1aeff1d6406ffe0e",
883
1028
  "size_bytes": 1520
884
1029
  },
1030
+ {
1031
+ "path": "src/commands/hooks/run.commit-msg.ts",
1032
+ "sha256": "96c54c26e22f4dc918343c01696e34c8916c61dd6627bd075cced89a9b6f9ef8",
1033
+ "size_bytes": 2465
1034
+ },
1035
+ {
1036
+ "path": "src/commands/hooks/run.post-merge.ts",
1037
+ "sha256": "7af23d3c181932f19bdfb6dfe883008ad43ed7316e4f17b87e72d03a917f34bc",
1038
+ "size_bytes": 1448
1039
+ },
1040
+ {
1041
+ "path": "src/commands/hooks/run.pre-commit.ts",
1042
+ "sha256": "14a47ee1a1f5b3819fef05d60f627a949c6621b71b365d4b41bfd183cc2d738b",
1043
+ "size_bytes": 1897
1044
+ },
1045
+ {
1046
+ "path": "src/commands/hooks/run.pre-push.ts",
1047
+ "sha256": "d36b49c91eaeef229c9a2f1ffbff6f41cd3c09632660fed4fd984354fa79dc28",
1048
+ "size_bytes": 3247
1049
+ },
1050
+ {
1051
+ "path": "src/commands/hooks/run.ts",
1052
+ "sha256": "24e832ac1ab959b2123118e41e66feabfbb08ad0f21fab535a029ab0643a5007",
1053
+ "size_bytes": 1656
1054
+ },
1055
+ {
1056
+ "path": "src/commands/hooks/shared.ts",
1057
+ "sha256": "0974f92aceb7209d546f70884324e81ed150f4f54a3ef3efe12a42e0c9e10ae1",
1058
+ "size_bytes": 1782
1059
+ },
885
1060
  {
886
1061
  "path": "src/commands/hooks/uninstall.command.ts",
887
1062
  "sha256": "a79ebbf0a2a6e8b6a8de3f6c58f249b8d995b0ece319dd140fd8a4955896c370",
@@ -904,18 +1079,23 @@
904
1079
  },
905
1080
  {
906
1081
  "path": "src/commands/incidents/shared.ts",
907
- "sha256": "d2c0294b034913e00af28db6fcf236544b8b600f08e77b79b91e823b649855e0",
908
- "size_bytes": 14683
1082
+ "sha256": "b2605ce14930a70f3c3c082325c1ac3fc089330a3853a4a360ea235f2fae8c89",
1083
+ "size_bytes": 14733
909
1084
  },
910
1085
  {
911
1086
  "path": "src/commands/integrate.command.ts",
912
- "sha256": "588e0cf9c0b8fdda5cc301eb14f53ded3b489522d457ad0cddf5c172cf63f51e",
913
- "size_bytes": 3001
1087
+ "sha256": "200b389b1543d35fd758e711a3acecc4909d1cdb10ce0071085e472edb8cacef",
1088
+ "size_bytes": 752
1089
+ },
1090
+ {
1091
+ "path": "src/commands/integrate.spec.ts",
1092
+ "sha256": "a911241808538e1dd8272e67c280fc3c45a59f347d2eccff6f4bd0c0de066901",
1093
+ "size_bytes": 2360
914
1094
  },
915
1095
  {
916
1096
  "path": "src/commands/pr/check.ts",
917
- "sha256": "0dccc90df33dc52b8f284fd9879bf514795b2ebc63b491c3ed6ebc5e0f1867f9",
918
- "size_bytes": 13861
1097
+ "sha256": "73f652d05593372d37979d4cd775c27f3a17d076dfa6b4990c6039c9a5da5083",
1098
+ "size_bytes": 13859
919
1099
  },
920
1100
  {
921
1101
  "path": "src/commands/pr/close-superseded.ts",
@@ -927,25 +1107,15 @@
927
1107
  "sha256": "6d5fc636cd0a8c93f942a96689c1b9b3e41f56e689ec86c4d7ccefe20060802d",
928
1108
  "size_bytes": 4727
929
1109
  },
930
- {
931
- "path": "src/commands/pr/index.ts",
932
- "sha256": "3e0dcc4f76eb632ac55c07d67c8610cbc8afdd1b997d190341415d5e8c09c1cd",
933
- "size_bytes": 312
934
- },
935
- {
936
- "path": "src/commands/pr/integrate.ts",
937
- "sha256": "f2ac65dbfb4652efa32713bbaee113c7d3861235ce636a74858ff264bd2a35c0",
938
- "size_bytes": 51
939
- },
940
1110
  {
941
1111
  "path": "src/commands/pr/integrate/artifacts.ts",
942
- "sha256": "080dbd4030d40c1c43805cbbe5c0314633d65725cb5c18662547eb31c5f78ead",
943
- "size_bytes": 4830
1112
+ "sha256": "767745643bf26b47cf19325e9d6ff245f4940af803c3c869df698e15b1ba25dc",
1113
+ "size_bytes": 4825
944
1114
  },
945
1115
  {
946
1116
  "path": "src/commands/pr/integrate/cmd.ts",
947
- "sha256": "07e63185d357561aac6d9b59f2c6c3fdeecf4e68821b77a179786404277c7951",
948
- "size_bytes": 12318
1117
+ "sha256": "2f3d7629b0eba96867645d0163431259a17f56a31b9a82cb801861b5dd2bb619",
1118
+ "size_bytes": 12368
949
1119
  },
950
1120
  {
951
1121
  "path": "src/commands/pr/integrate/internal/bootstrap-guidance.ts",
@@ -954,13 +1124,13 @@
954
1124
  },
955
1125
  {
956
1126
  "path": "src/commands/pr/integrate/internal/cleanup.ts",
957
- "sha256": "0248a5d500f720fea765dfd3acc2a28486d8e9daa884faba72cf24931292ac3d",
958
- "size_bytes": 175
1127
+ "sha256": "5b6b1f517a10b0123aa0c61a48e8c2085e53fbc82464657c15cb0ca2dbd0eac8",
1128
+ "size_bytes": 112
959
1129
  },
960
1130
  {
961
1131
  "path": "src/commands/pr/integrate/internal/finalize.ts",
962
- "sha256": "ded54dc72968dfa3d379359881a382e6a61b4f4e8b6c09b19d7e72bd7c1baea8",
963
- "size_bytes": 5142
1132
+ "sha256": "4f29db7dd6c2a9c7cfd66490ebf010490fb4f4b1d69e70d1bfe3102bcf3e18a8",
1133
+ "size_bytes": 5192
964
1134
  },
965
1135
  {
966
1136
  "path": "src/commands/pr/integrate/internal/github-protection.ts",
@@ -969,28 +1139,28 @@
969
1139
  },
970
1140
  {
971
1141
  "path": "src/commands/pr/integrate/internal/merge.ts",
972
- "sha256": "3e72d725e7fc05ae96bf4db23fc2caafee14429dbeabaa0add46e7539ffc4e1c",
973
- "size_bytes": 11736
1142
+ "sha256": "077439b0e550fa2dd5a32e5a2b6220e650d182c84ba84dc508abcd754dabd78e",
1143
+ "size_bytes": 11789
974
1144
  },
975
1145
  {
976
1146
  "path": "src/commands/pr/integrate/internal/post-integrate-bootstrap.ts",
977
- "sha256": "e403c173338975c20d2aba962a1c1ad3626ce127a028d238d8a712f948f2b837",
978
- "size_bytes": 983
1147
+ "sha256": "19260db80e3e11cad469764c7aae4ead284b10da5fd4d70e2cc02432929ba2bd",
1148
+ "size_bytes": 981
979
1149
  },
980
1150
  {
981
1151
  "path": "src/commands/pr/integrate/internal/pre-integrate-bootstrap.ts",
982
- "sha256": "f06e4a879c1ffbba856970b27adbc09bfa41e750599f955b2912cfd6dc5a48d7",
983
- "size_bytes": 1445
1152
+ "sha256": "e1e986177ab99f4b307f2ca1fc218240d583d10a41050e459b02c2006290431e",
1153
+ "size_bytes": 1443
984
1154
  },
985
1155
  {
986
1156
  "path": "src/commands/pr/integrate/internal/prepare.ts",
987
- "sha256": "58c954a81a8b00e866693fa9db44e259fbf07aa401e27b878cc414f7bf3aad30",
988
- "size_bytes": 11481
1157
+ "sha256": "cf0f75f84142089f4a83164eadb0fcd7eec563170bd55dfb8cbbe8f7b74de734",
1158
+ "size_bytes": 11381
989
1159
  },
990
1160
  {
991
1161
  "path": "src/commands/pr/integrate/internal/worktree.ts",
992
- "sha256": "38e235a81e9d1f53ac87b87814f7cff87da0b22a96d98f394c9b32ec130446d6",
993
- "size_bytes": 2305
1162
+ "sha256": "9229eb78680bc88e67e037261bc6ade7d8a0ac2ac2b8d3f5e02036aa64649edf",
1163
+ "size_bytes": 2295
994
1164
  },
995
1165
  {
996
1166
  "path": "src/commands/pr/integrate/verify.ts",
@@ -999,8 +1169,8 @@
999
1169
  },
1000
1170
  {
1001
1171
  "path": "src/commands/pr/internal/auto-commit.ts",
1002
- "sha256": "378607664698432a4a5d71eb1cc10db0c14c35a862f047e3725f70add54e7991",
1003
- "size_bytes": 2855
1172
+ "sha256": "b7266d0bccb0a3ce9b1cfc25830f862210537709be6962f09935c394de608444",
1173
+ "size_bytes": 2869
1004
1174
  },
1005
1175
  {
1006
1176
  "path": "src/commands/pr/internal/freshness.ts",
@@ -1009,8 +1179,8 @@
1009
1179
  },
1010
1180
  {
1011
1181
  "path": "src/commands/pr/internal/gh-api.ts",
1012
- "sha256": "a47a7b23f0d5728484f19aca8d1c481b34e6e7588c9874131642b09743ef8638",
1013
- "size_bytes": 3215
1182
+ "sha256": "d9af14b27566f2260699f51d22ea30cfdac23b974204b68811c68b7af098b149",
1183
+ "size_bytes": 3227
1014
1184
  },
1015
1185
  {
1016
1186
  "path": "src/commands/pr/internal/note-store.ts",
@@ -1019,23 +1189,23 @@
1019
1189
  },
1020
1190
  {
1021
1191
  "path": "src/commands/pr/internal/pr-paths.ts",
1022
- "sha256": "93c111c3026ce464746f8e88c8e94be1e8ba9891f4c92a6b62cf6757f4e4dc18",
1023
- "size_bytes": 2741
1192
+ "sha256": "47a4c9b41a9503ee3b3b89cbfc99a3d2cb4df8aa18701241d0f95b8a4564c639",
1193
+ "size_bytes": 2838
1024
1194
  },
1025
1195
  {
1026
1196
  "path": "src/commands/pr/internal/review-template.ts",
1027
- "sha256": "93a98a192f280dba109f85c4b17ed7efd67d03c40896738102729bff16902af2",
1028
- "size_bytes": 9018
1197
+ "sha256": "1e87fea81ebe9b0911b4b4784df83122e6f2e87512ee178a5a530f31de4cbb50",
1198
+ "size_bytes": 9025
1029
1199
  },
1030
1200
  {
1031
1201
  "path": "src/commands/pr/internal/sync-branch.ts",
1032
- "sha256": "a64ab2357ce41c79ce1cd100529ec2decfe3d473b7cfa3cdefa3db5d72897ae4",
1033
- "size_bytes": 4363
1202
+ "sha256": "406beab0b327b73b0ca0453d271d0cf749f56a24a170500c19dd5041cad0e831",
1203
+ "size_bytes": 4330
1034
1204
  },
1035
1205
  {
1036
1206
  "path": "src/commands/pr/internal/sync-github.ts",
1037
- "sha256": "7cbb2918a1829976cb92e59c1a3ebc1ceb21567bb2328c58ce2e6df663f7eaac",
1038
- "size_bytes": 7048
1207
+ "sha256": "e5146bcd57a1134781975e30bdb64c25fd7f14282b032d452e68f63a142c1ac9",
1208
+ "size_bytes": 7056
1039
1209
  },
1040
1210
  {
1041
1211
  "path": "src/commands/pr/internal/sync-model.ts",
@@ -1049,8 +1219,8 @@
1049
1219
  },
1050
1220
  {
1051
1221
  "path": "src/commands/pr/internal/sync-support.ts",
1052
- "sha256": "1f5fad11ad90de1983bebba6a224b244672de3d3595b44c76db854acc15a034c",
1053
- "size_bytes": 1039
1222
+ "sha256": "e5507a8f85e51bd45584161364f83b82c3975d009a74d6ec947209758deae197",
1223
+ "size_bytes": 1049
1054
1224
  },
1055
1225
  {
1056
1226
  "path": "src/commands/pr/internal/sync-update-step.ts",
@@ -1059,23 +1229,28 @@
1059
1229
  },
1060
1230
  {
1061
1231
  "path": "src/commands/pr/internal/sync.ts",
1062
- "sha256": "9dcfee7a7739b0bb4f37e3e97a032df17fd056569e33ee2df389ce55ddaefe1d",
1063
- "size_bytes": 10255
1232
+ "sha256": "74d6be596408df559b388de997afe89f91098462da83da91d3d974e579c24bd3",
1233
+ "size_bytes": 10268
1064
1234
  },
1065
1235
  {
1066
1236
  "path": "src/commands/pr/note.ts",
1067
- "sha256": "f2b7515353397b581105e93d837ccf7081557865c6d4fb2dd967bd3fefb8df0a",
1068
- "size_bytes": 3707
1237
+ "sha256": "9ee7ed5f433b1ebf33dabb8b6c24ccadf54f31d9d39f8213c5306ab283893cb3",
1238
+ "size_bytes": 3709
1069
1239
  },
1070
1240
  {
1071
1241
  "path": "src/commands/pr/open.ts",
1072
- "sha256": "506cabafbea70f899a2f5d4a701f6a2f84b7493116db8b73ebb7ffef429f22a6",
1073
- "size_bytes": 7113
1242
+ "sha256": "18a166e003a9f766ec87f18902204c3bb0fe67aa947d4f4ed646d34af1b4e1bc",
1243
+ "size_bytes": 7166
1074
1244
  },
1075
1245
  {
1076
1246
  "path": "src/commands/pr/pr.command.ts",
1077
- "sha256": "c3d3b01b318818ac8acf4d8407587674d96923ae8b4449a8734fb4456edf70c5",
1078
- "size_bytes": 11311
1247
+ "sha256": "ceaa3543174edf92552509847afd51e2eb2c5eb3059135049b1cf14a84615cd8",
1248
+ "size_bytes": 3534
1249
+ },
1250
+ {
1251
+ "path": "src/commands/pr/pr.spec.ts",
1252
+ "sha256": "716d35f77aad646b85882e6e9501f98139f699b9e5e3cd929d2841702f6b177f",
1253
+ "size_bytes": 8366
1079
1254
  },
1080
1255
  {
1081
1256
  "path": "src/commands/pr/update.ts",
@@ -1094,18 +1269,18 @@
1094
1269
  },
1095
1270
  {
1096
1271
  "path": "src/commands/recipes/active.command.ts",
1097
- "sha256": "fc67475fc5d2c2ddcea523fcb9d6ea2775f86a508be81fc0bd9eb9930d632390",
1098
- "size_bytes": 798
1272
+ "sha256": "e8686b7565d177e985d16d4977bf8a02b2a3527b064470ef571b4ec919d9b5d3",
1273
+ "size_bytes": 810
1099
1274
  },
1100
1275
  {
1101
1276
  "path": "src/commands/recipes/add.command.ts",
1102
- "sha256": "ee86497ac98137c7b92520464910317cc9d535d0e5c081499652c7b73aab5cfb",
1103
- "size_bytes": 1342
1277
+ "sha256": "6d4772fcf1c7f2c35f3847481277d05dee7aaaec10e2a10ba92f6fb219c9bde7",
1278
+ "size_bytes": 1351
1104
1279
  },
1105
1280
  {
1106
1281
  "path": "src/commands/recipes/cache-prune.command.ts",
1107
- "sha256": "a5efbb5cc30068882c9a2e86d2c41051a7a4497a11baf75f98e0bbb78fa2d66c",
1108
- "size_bytes": 1283
1282
+ "sha256": "4bc943b20d3c0fb39f09dbfc79da7250aa730516a066804ddff04dcb2eded317",
1283
+ "size_bytes": 1334
1109
1284
  },
1110
1285
  {
1111
1286
  "path": "src/commands/recipes/cache.command.ts",
@@ -1114,28 +1289,28 @@
1114
1289
  },
1115
1290
  {
1116
1291
  "path": "src/commands/recipes/detach.command.ts",
1117
- "sha256": "6435ae216325c7af4f76de008224a61b41a1d436d9c7d1be37b617a13e014010",
1118
- "size_bytes": 860
1292
+ "sha256": "59bd11232f5c6d27aef454910a7c3e1265b150bd7caf26e5e779d0df54a384f7",
1293
+ "size_bytes": 872
1119
1294
  },
1120
1295
  {
1121
1296
  "path": "src/commands/recipes/disable.command.ts",
1122
- "sha256": "9521d898c3e0829a75d8ea6cd437ac023d108093b022c0e29ed0d852701e91e9",
1123
- "size_bytes": 780
1297
+ "sha256": "e18c288141c79b8e687319fde02426e00388208a07abc6ea34a38476c7237d28",
1298
+ "size_bytes": 793
1124
1299
  },
1125
1300
  {
1126
1301
  "path": "src/commands/recipes/enable.command.ts",
1127
- "sha256": "88cc3243f605ffb158577879905a257c8e4a42c56c7ce7337f9c55dd70676a66",
1128
- "size_bytes": 781
1302
+ "sha256": "704217bd1eca323ee5f6283451abf2c1ad0893f10a4a8d5148a79ab1767ee0a5",
1303
+ "size_bytes": 793
1129
1304
  },
1130
1305
  {
1131
1306
  "path": "src/commands/recipes/explain-active.command.ts",
1132
- "sha256": "77e988e82c67d13cd4b230b48547c427d20e3d510362ec747402c920b3068511",
1133
- "size_bytes": 715
1307
+ "sha256": "f7c6a2e311900034dc2b0f8b360ff86beb1be12edf2f449e1e3651da0923dedb",
1308
+ "size_bytes": 735
1134
1309
  },
1135
1310
  {
1136
1311
  "path": "src/commands/recipes/explain.command.ts",
1137
- "sha256": "f9e5be58b94b2eeafe76fadfefea98ac146b12e07f777c6e942ca3b8898cdd9a",
1138
- "size_bytes": 768
1312
+ "sha256": "57cd1d0b325ca9473039f9bbe3a962d8a5a339fb86bd550a1d240b29acfca408",
1313
+ "size_bytes": 781
1139
1314
  },
1140
1315
  {
1141
1316
  "path": "src/commands/recipes/impl/apply.ts",
@@ -1154,43 +1329,43 @@
1154
1329
  },
1155
1330
  {
1156
1331
  "path": "src/commands/recipes/impl/commands/active.ts",
1157
- "sha256": "fa4bf992e0f499ef77f64bdcd0e219daf3598585b79a78258788586bc1595249",
1158
- "size_bytes": 1703
1332
+ "sha256": "1186f00911cefcc282c7964aef8232a1186b9bc6d44e877c26c59e326a33f49e",
1333
+ "size_bytes": 1711
1159
1334
  },
1160
1335
  {
1161
1336
  "path": "src/commands/recipes/impl/commands/add.ts",
1162
- "sha256": "72c7c8d807e7536c275df37679e6c5d68bcc05b9f19eeb612ea005a1a0685dff",
1163
- "size_bytes": 5259
1337
+ "sha256": "d6590495932cfe557edfe4ff2b2e127085fa714a5e962e837a3105e9d614f9e7",
1338
+ "size_bytes": 5312
1164
1339
  },
1165
1340
  {
1166
1341
  "path": "src/commands/recipes/impl/commands/cache-prune.ts",
1167
- "sha256": "a9866b5fcefe980c5719e6c6df90b7f60ecf5b289c6f6cb04fbdc5580c47c632",
1168
- "size_bytes": 4748
1342
+ "sha256": "34aa58d198c28f0d3d6cf8e8062d581e35f8c60be966db30d68e7a6518701e02",
1343
+ "size_bytes": 4755
1169
1344
  },
1170
1345
  {
1171
1346
  "path": "src/commands/recipes/impl/commands/detach.ts",
1172
- "sha256": "7e08a2d8fc11e44f760521a9db29646d948662c243bc5d057dfad3f3ff697910",
1173
- "size_bytes": 4701
1347
+ "sha256": "6eb9556ea47cc308a2cdfadf1c765d050aabea0e72ebf2901bb96a164b9e877c",
1348
+ "size_bytes": 4754
1174
1349
  },
1175
1350
  {
1176
1351
  "path": "src/commands/recipes/impl/commands/disable.ts",
1177
- "sha256": "69ec8fac07673656b9d322d8980bd9dab4fbf55d34964f3c2d4ac054dfb844bd",
1178
- "size_bytes": 1105
1352
+ "sha256": "4750a2072c3553d3baa1c5d819ecb9d0de978226395c90234eee6f7391d265c1",
1353
+ "size_bytes": 1113
1179
1354
  },
1180
1355
  {
1181
1356
  "path": "src/commands/recipes/impl/commands/enable.ts",
1182
- "sha256": "25e7fd0edba2018ca8a7331f70a44332d99aea8da8655f635a1e1e9c8e289bdf",
1183
- "size_bytes": 1779
1357
+ "sha256": "5efcee006237352839a5c4c0fb9c167a7e80b18d8ae43dba73d84afbb2d63c6c",
1358
+ "size_bytes": 1787
1184
1359
  },
1185
1360
  {
1186
1361
  "path": "src/commands/recipes/impl/commands/explain-active.ts",
1187
- "sha256": "7b8c2e93d5a28fd9101224a178c72b1523f74608aee10a618f962d692e5e46aa",
1188
- "size_bytes": 806
1362
+ "sha256": "64590d59df09a321b443e3dd8ed8718fded9b4ceda66d2b42aa801c30388fc91",
1363
+ "size_bytes": 814
1189
1364
  },
1190
1365
  {
1191
1366
  "path": "src/commands/recipes/impl/commands/explain.ts",
1192
- "sha256": "3e0b4a462d2f362787b6ffea5c94eaa77eda12944fd0bea377c5031a660214b5",
1193
- "size_bytes": 8429
1367
+ "sha256": "8d290ab6d9931f42d345ea03cef9a9147abb57a30da14381596657213e53ee2e",
1368
+ "size_bytes": 8437
1194
1369
  },
1195
1370
  {
1196
1371
  "path": "src/commands/recipes/impl/commands/info.ts",
@@ -1199,13 +1374,13 @@
1199
1374
  },
1200
1375
  {
1201
1376
  "path": "src/commands/recipes/impl/commands/install.ts",
1202
- "sha256": "c88a295ca31af6a6671300fabf958ff89338755eef3f11e29482687eb335a25a",
1203
- "size_bytes": 9912
1377
+ "sha256": "099ea412d166026235ee1d9b1872ad263cb6355d681d5a0548d622dd1c667284",
1378
+ "size_bytes": 9965
1204
1379
  },
1205
1380
  {
1206
1381
  "path": "src/commands/recipes/impl/commands/list-remote.ts",
1207
- "sha256": "06756e6ffbe60813c876a90d027e1b33ae648e25cb1d11c0290b4caa9aa42d0f",
1208
- "size_bytes": 2174
1382
+ "sha256": "dd2dad56c3555106ca043d174dd82df1e3aca1723562bfea11f5dc53e2a22a5f",
1383
+ "size_bytes": 2181
1209
1384
  },
1210
1385
  {
1211
1386
  "path": "src/commands/recipes/impl/commands/list.ts",
@@ -1214,13 +1389,13 @@
1214
1389
  },
1215
1390
  {
1216
1391
  "path": "src/commands/recipes/impl/commands/remove.ts",
1217
- "sha256": "b10772934b928dec3435ba442e53d30f9387a58a95498542f10c7c8c1abb4861",
1218
- "size_bytes": 2342
1392
+ "sha256": "c3660f2dab8e43da06b2accbf1c6dac8ae66890aa69755137cb83a2ca3b20ceb",
1393
+ "size_bytes": 2395
1219
1394
  },
1220
1395
  {
1221
1396
  "path": "src/commands/recipes/impl/commands/update.ts",
1222
- "sha256": "d0860e34a3d3d0a50b0af731e5fb0a7fc788de93eb1a19eea4a64d38909e280b",
1223
- "size_bytes": 5222
1397
+ "sha256": "af0cfc1601fe829e999a71adf76ee4254077a49880102b7131d70050960755d5",
1398
+ "size_bytes": 5275
1224
1399
  },
1225
1400
  {
1226
1401
  "path": "src/commands/recipes/impl/constants.ts",
@@ -1234,8 +1409,8 @@
1234
1409
  },
1235
1410
  {
1236
1411
  "path": "src/commands/recipes/impl/index.ts",
1237
- "sha256": "fdb62add3cb739d31bfc31bb378e41ca9538799155a32b6064a3da00e9fb0698",
1238
- "size_bytes": 7094
1412
+ "sha256": "9734348c8f0805a6e6d4d9994f31f37651dc62930d56669cbd4f4471c352b4a2",
1413
+ "size_bytes": 7827
1239
1414
  },
1240
1415
  {
1241
1416
  "path": "src/commands/recipes/impl/installed-recipes.ts",
@@ -1249,8 +1424,8 @@
1249
1424
  },
1250
1425
  {
1251
1426
  "path": "src/commands/recipes/impl/overlay-project.ts",
1252
- "sha256": "0f096d3dd4dc67cd2916accdbfe0a57d9ea41f7bb42006ad177bfc891470f621",
1253
- "size_bytes": 13972
1427
+ "sha256": "ef14053ae36170e5226815f2bea2b1b0d337070e5d8208cd8b0ad6ddabd98fe9",
1428
+ "size_bytes": 14019
1254
1429
  },
1255
1430
  {
1256
1431
  "path": "src/commands/recipes/impl/paths.ts",
@@ -1274,13 +1449,13 @@
1274
1449
  },
1275
1450
  {
1276
1451
  "path": "src/commands/recipes/impl/project.ts",
1277
- "sha256": "b2c7685808eb250d07edf10d4f39abc710052cdafc760a6cf25971075171eaec",
1278
- "size_bytes": 786
1452
+ "sha256": "1851c5e53fd85041654c6e41244e5c284e609400a8a6c842bf90bdd0f9d81d64",
1453
+ "size_bytes": 794
1279
1454
  },
1280
1455
  {
1281
1456
  "path": "src/commands/recipes/impl/resolver.ts",
1282
- "sha256": "3b67bc70f3b8dd37019eea02d038b007597e2dc2162cfe57cf3da6bdef3791b0",
1283
- "size_bytes": 11843
1457
+ "sha256": "308f0a3f7e592646c5d0cd190609c88603021a3c1e788544c0dba56da20d3d39",
1458
+ "size_bytes": 11851
1284
1459
  },
1285
1460
  {
1286
1461
  "path": "src/commands/recipes/impl/types.ts",
@@ -1294,28 +1469,28 @@
1294
1469
  },
1295
1470
  {
1296
1471
  "path": "src/commands/recipes/info.command.ts",
1297
- "sha256": "ddefcdd3c6cfc42a67accd5755828a343da51701679c505f1dfb4926b0595925",
1298
- "size_bytes": 707
1472
+ "sha256": "c12cd6553724c041a7a5efac9ae4bd16d01df609664f3ccc3a464a60e8fdb5db",
1473
+ "size_bytes": 717
1299
1474
  },
1300
1475
  {
1301
1476
  "path": "src/commands/recipes/install.run.ts",
1302
- "sha256": "300a5323542079147e77135083af2683240f9813415114dc453fc79d26d1d93a",
1303
- "size_bytes": 864
1477
+ "sha256": "6069e0e6de746cde84010bc8a3725fa0fee5d638b02bf9c4b56ea90168224a8e",
1478
+ "size_bytes": 877
1304
1479
  },
1305
1480
  {
1306
1481
  "path": "src/commands/recipes/install.spec.ts",
1307
- "sha256": "a77582d2b892323fddf711aca98654fd737917a5192492af4e97efdc4097724e",
1308
- "size_bytes": 4792
1482
+ "sha256": "baa075406862452e12ceda1e9dbf91513a559ff48d076ba262150c8d05a536e3",
1483
+ "size_bytes": 4801
1309
1484
  },
1310
1485
  {
1311
1486
  "path": "src/commands/recipes/list-remote.command.ts",
1312
- "sha256": "9da79ae327e871df0bd503f84096405784a97501bfb1ffd97a70f4ed57d94526",
1313
- "size_bytes": 1647
1487
+ "sha256": "2dc1c965239f05b1403346e7e56c46a06b60cb030699538974193a0553d5e08d",
1488
+ "size_bytes": 1698
1314
1489
  },
1315
1490
  {
1316
1491
  "path": "src/commands/recipes/list.command.ts",
1317
- "sha256": "e70fa0175d1e4bec42044174fd19e85d50578efe7dd86235c95d0a0ce431fb6b",
1318
- "size_bytes": 1508
1492
+ "sha256": "e7ff2bec20303d21875751520efffcf3c8d29f15c9256603da64e6c1a1625309",
1493
+ "size_bytes": 1552
1319
1494
  },
1320
1495
  {
1321
1496
  "path": "src/commands/recipes/recipes.command.ts",
@@ -1324,43 +1499,43 @@
1324
1499
  },
1325
1500
  {
1326
1501
  "path": "src/commands/recipes/remove.command.ts",
1327
- "sha256": "2704677705ffa0611d295d6adabf3269d719f8250515da52ac92bbbd2b4b6de0",
1328
- "size_bytes": 750
1502
+ "sha256": "0350f001350f05c044452e2436a027a4a961c23c3980afd5819e5715a0d63eb5",
1503
+ "size_bytes": 762
1329
1504
  },
1330
1505
  {
1331
1506
  "path": "src/commands/recipes/update.command.ts",
1332
- "sha256": "559299fe375040313ac9e3339f4ae50dbb48baf37c27ddeb82a6307b14a50eac",
1333
- "size_bytes": 1228
1507
+ "sha256": "29a9e4bd02096132bd8976d4fe2b1442f49f6ce71ffd366178ae8ffbf1451d96",
1508
+ "size_bytes": 1240
1334
1509
  },
1335
1510
  {
1336
1511
  "path": "src/commands/release/apply.command.ts",
1337
- "sha256": "d0405aa68dbcf8f42dd4ae348a1f11616dc9b135a9e119fb402724e6b6e4ba6d",
1338
- "size_bytes": 13548
1512
+ "sha256": "7e1c0bcfd7bf2d637098a5f7231d4cccaa8776b03e78111cf0cb1071e2ae2992",
1513
+ "size_bytes": 8725
1339
1514
  },
1340
1515
  {
1341
1516
  "path": "src/commands/release/apply.mutation.ts",
1342
- "sha256": "3162db9a2ed75a13b681ea2b84064c68dbcb9b267aee562b2eabf6b6e6555526",
1343
- "size_bytes": 5997
1517
+ "sha256": "38ceddeb75c1be1626518959b59b9effdf75762cafa2fe2805c4c276e0ef1354",
1518
+ "size_bytes": 6057
1344
1519
  },
1345
1520
  {
1346
1521
  "path": "src/commands/release/apply.pipeline.ts",
1347
- "sha256": "be17ae4e4b699b6d6acf6b09088bbab457b858848d980d88a0869384219b7b80",
1348
- "size_bytes": 1820
1522
+ "sha256": "226d299063a40f453bf5bc96f8a9cc14c6c16af4c862eaaa4ad6bf35e7cebe78",
1523
+ "size_bytes": 2001
1349
1524
  },
1350
1525
  {
1351
1526
  "path": "src/commands/release/apply.pipeline/finalize.ts",
1352
- "sha256": "83924b7a68227f9beb8c2e54cfff60b1be23cf0957fb891f4fa6cf510cc575d3",
1353
- "size_bytes": 3692
1527
+ "sha256": "2d50b0eabff568a2c0e3736572d24298ab9c25a50014a5550d7d242af39ad3d6",
1528
+ "size_bytes": 3742
1354
1529
  },
1355
1530
  {
1356
1531
  "path": "src/commands/release/apply.pipeline/mutation.ts",
1357
- "sha256": "6e4a04719a5df26ba8b3b50e198e06ddfe69205b46209da02db2da28b326713f",
1358
- "size_bytes": 4084
1532
+ "sha256": "7d1cff958ef41c909663cf3ee24d62161b8d2d27a24d14eb708fda589f141058",
1533
+ "size_bytes": 4048
1359
1534
  },
1360
1535
  {
1361
1536
  "path": "src/commands/release/apply.pipeline/preflight.ts",
1362
- "sha256": "116c09953daf9e6fbfec17cd536a0793718fc584f19cb8b5a66deffc5a746087",
1363
- "size_bytes": 4012
1537
+ "sha256": "72ce0b150dd458f491b214674879504f48e7553fc031db493a88240bcf1e76d7",
1538
+ "size_bytes": 4019
1364
1539
  },
1365
1540
  {
1366
1541
  "path": "src/commands/release/apply.pipeline/shared.ts",
@@ -1369,28 +1544,38 @@
1369
1544
  },
1370
1545
  {
1371
1546
  "path": "src/commands/release/apply.pipeline/state.ts",
1372
- "sha256": "a7652775b28b6af75f43aa816ec0f4860322f1f497634b653d4144af6a3cca52",
1373
- "size_bytes": 6745
1547
+ "sha256": "8b249eaefd45928c67c1acd7a82bcadb96c649a5ea9c3ce2fc6e0919fe5a07ef",
1548
+ "size_bytes": 6798
1374
1549
  },
1375
1550
  {
1376
1551
  "path": "src/commands/release/apply.preflight.ts",
1377
- "sha256": "5246d6ab8f855d7088486d3b1bdc1cc8b67905f4011f5ddd44695a88f4b1e767",
1378
- "size_bytes": 17064
1552
+ "sha256": "dbbdce86ff8bffea7905f0de688a5510f8581da2ccfcff75777e614cfe9e3281",
1553
+ "size_bytes": 17117
1379
1554
  },
1380
1555
  {
1381
1556
  "path": "src/commands/release/apply.reporting.ts",
1382
- "sha256": "9beb497c4aec3e0ad8456e0fae35f7c711e2394dad5c023f883b212856151b9f",
1383
- "size_bytes": 1406
1557
+ "sha256": "66c34ee28f99137e14355fcf06532408c9bf9c13306f871477ef943ed9cddc3f",
1558
+ "size_bytes": 1459
1559
+ },
1560
+ {
1561
+ "path": "src/commands/release/apply.spec.ts",
1562
+ "sha256": "62ba1b237442b76e52237ec2582e8a6d86f69f60b7a49fe97ce3d588e70d911a",
1563
+ "size_bytes": 5127
1384
1564
  },
1385
1565
  {
1386
1566
  "path": "src/commands/release/apply.types.ts",
1387
- "sha256": "173f3159791c6c1f75b935e8cbefa021aad0c2d5aacdd4bf448f96289977f7c7",
1388
- "size_bytes": 1899
1567
+ "sha256": "4a58d1059005190071ba67cc95f471239066748e0625fbbc5a0dcd6dca785f11",
1568
+ "size_bytes": 1907
1389
1569
  },
1390
1570
  {
1391
1571
  "path": "src/commands/release/plan.command.ts",
1392
- "sha256": "3538a8159233866e4b26c733f51b822a389926fcd72c1a221c2d0e37c89080d8",
1393
- "size_bytes": 12458
1572
+ "sha256": "44c0f938368ccc88a401feae6c6feb9a125cb6dfc5acf038584eb0b205a44bda",
1573
+ "size_bytes": 9915
1574
+ },
1575
+ {
1576
+ "path": "src/commands/release/plan.spec.ts",
1577
+ "sha256": "4b470a0e07bdd44a87365204d11aa65d828d5ef56a3a764904d1b7d589dfbcb6",
1578
+ "size_bytes": 2775
1394
1579
  },
1395
1580
  {
1396
1581
  "path": "src/commands/release/release.command.ts",
@@ -1399,28 +1584,23 @@
1399
1584
  },
1400
1585
  {
1401
1586
  "path": "src/commands/runtime.command.ts",
1402
- "sha256": "8a8b53f8e487fc7b625fb1c4549b5bf3ec79733081679d0e5c50c08ca4f9ab36",
1403
- "size_bytes": 8533
1587
+ "sha256": "9ef22e846fd04807025989e44ce9a021b693b8660f704c0dcc6e56e62dad26a5",
1588
+ "size_bytes": 7516
1589
+ },
1590
+ {
1591
+ "path": "src/commands/runtime.spec.ts",
1592
+ "sha256": "d21cfc759dc9d9f4f319a08b172f18282982e68f0429090e53da9076eeeec3c3",
1593
+ "size_bytes": 1324
1404
1594
  },
1405
1595
  {
1406
1596
  "path": "src/commands/scenario.ts",
1407
1597
  "sha256": "2433f38217f6143e9d3580244be0f7069214d7ac3d93554adc0a881e4e8c3017",
1408
1598
  "size_bytes": 121
1409
1599
  },
1410
- {
1411
- "path": "src/commands/scenario/execute.command.ts",
1412
- "sha256": "f89df359b2f26c3e01a4c28845411951afca3a9b0c4c35ed4b22a8858dc21a74",
1413
- "size_bytes": 5017
1414
- },
1415
1600
  {
1416
1601
  "path": "src/commands/scenario/impl/commands.ts",
1417
- "sha256": "4dcb9080fad88623135f962ba86ebcea807e66e9a12c1924c5c930b402c3eab4",
1418
- "size_bytes": 13719
1419
- },
1420
- {
1421
- "path": "src/commands/scenario/impl/report.ts",
1422
- "sha256": "df530f2988d354cd734e4b94746cb425d3eb80416033041d8594bd4a44f77eb6",
1423
- "size_bytes": 3919
1602
+ "sha256": "163426df1446aab06dc7feda1a89e8acd8af52ed642848efa2492ed79a333d70",
1603
+ "size_bytes": 13818
1424
1604
  },
1425
1605
  {
1426
1606
  "path": "src/commands/scenario/info.command.ts",
@@ -1437,11 +1617,6 @@
1437
1617
  "sha256": "4cb5907f8c67b4923b670411f39615d48a8db307fea3ae3a6d0abb054a9b624e",
1438
1618
  "size_bytes": 1344
1439
1619
  },
1440
- {
1441
- "path": "src/commands/scenario/scenario.command.ts",
1442
- "sha256": "373b87cda2a75fbdc4b067d04ecba5581d09717416a3f2776c9b09acd4a10d17",
1443
- "size_bytes": 1068
1444
- },
1445
1620
  {
1446
1621
  "path": "src/commands/shared/allow-prefix-policy.ts",
1447
1622
  "sha256": "53e7a98266a5af3e25e2324517efcff6c38e92073dae3c699f2f7b198b2f470f",
@@ -1449,13 +1624,13 @@
1449
1624
  },
1450
1625
  {
1451
1626
  "path": "src/commands/shared/approval-requirements.ts",
1452
- "sha256": "bf2c8512a154075556a021a397cb3b177e7430de6569a7ee778af87b4abf62b0",
1453
- "size_bytes": 773
1627
+ "sha256": "982a3c786221332b1f215db2e852670c38da49b198cfe0725bb72cc7a95f02fb",
1628
+ "size_bytes": 780
1454
1629
  },
1455
1630
  {
1456
1631
  "path": "src/commands/shared/comment-format.ts",
1457
- "sha256": "9531486df3a3d5b2aed8039502204e8f040bfecf444d222031ef8d3ad956413d",
1458
- "size_bytes": 2894
1632
+ "sha256": "66c78eb22212eb7204a6366cf525dddf5729671df8b995f298ee891fcaa17f16",
1633
+ "size_bytes": 2901
1459
1634
  },
1460
1635
  {
1461
1636
  "path": "src/commands/shared/diagnostics.ts",
@@ -1467,40 +1642,20 @@
1467
1642
  "sha256": "9b93dcfae995bd3787c160ebddeb25cb3b6baeb8949f4b2df6bbeb4ab06fecdc",
1468
1643
  "size_bytes": 2550
1469
1644
  },
1470
- {
1471
- "path": "src/commands/shared/git-context.ts",
1472
- "sha256": "75e47b9d000cb687929fcb399502a473a275e2e2c22dc84cc46424f2f8349a8e",
1473
- "size_bytes": 50
1474
- },
1475
- {
1476
- "path": "src/commands/shared/git-diff.ts",
1477
- "sha256": "876b94e73d950e10fcded805d7c0190271fe52e39482592de880d178bd283ad4",
1478
- "size_bytes": 116
1479
- },
1480
1645
  {
1481
1646
  "path": "src/commands/shared/git-ops.ts",
1482
- "sha256": "ab3a739b478087a3a5483aa494e4b6be06bbf4be5ca63b7eec266b15e7a4b128",
1483
- "size_bytes": 3792
1484
- },
1485
- {
1486
- "path": "src/commands/shared/git-worktree.ts",
1487
- "sha256": "677a656ee2b116c2832646f7d1fdc58de8e676b8176b606eb3a3004e5bf154e1",
1488
- "size_bytes": 188
1489
- },
1490
- {
1491
- "path": "src/commands/shared/git.ts",
1492
- "sha256": "3009138f744f750edccc8602f4f0c0c2b405ef4c32004e88d8e721238a443e65",
1493
- "size_bytes": 61
1647
+ "sha256": "d844689b0171a7699c4bbc14bd7266badae8aa8f4460f6a385e3d9ae698e7119",
1648
+ "size_bytes": 3844
1494
1649
  },
1495
1650
  {
1496
1651
  "path": "src/commands/shared/merged-branch-cleanup.ts",
1497
- "sha256": "3521be214ca86b2f99cd79bc43819e265668c1f7eb0780e421a49dc2cd649941",
1498
- "size_bytes": 1818
1652
+ "sha256": "3d729379ded6d8eeadbdf1ce638fa73b15d43c7723b21e3d03cf2b9256106c1a",
1653
+ "size_bytes": 1843
1499
1654
  },
1500
1655
  {
1501
1656
  "path": "src/commands/shared/network-approval.ts",
1502
- "sha256": "c56aa2b1b65211fd043a4a5ccda7d4cae53d43758b1945ec6c40c9cf57e9d843",
1503
- "size_bytes": 568
1657
+ "sha256": "90e6c8353aef4a8b1459191f8744d5f65b71d5ec66480ac7b5a39e2f71642c85",
1658
+ "size_bytes": 575
1504
1659
  },
1505
1660
  {
1506
1661
  "path": "src/commands/shared/operator-pipeline.ts",
@@ -1519,13 +1674,13 @@
1519
1674
  },
1520
1675
  {
1521
1676
  "path": "src/commands/shared/post-commit-pr-artifacts.ts",
1522
- "sha256": "88e6625502e8d0fe8b23fa074dd4dd2c40d2db4537a75d1b93fe9524a8777ade",
1523
- "size_bytes": 2233
1677
+ "sha256": "49ee17d2fb51a9ff8bd2a6b1445609afbcb005e15c73d1ae8465f8f82cf7850e",
1678
+ "size_bytes": 2286
1524
1679
  },
1525
1680
  {
1526
1681
  "path": "src/commands/shared/pr-meta.ts",
1527
- "sha256": "828357424af5f66cedb6a6152fcf66cf334d4707a818371f9b933a902eec38b7",
1528
- "size_bytes": 12036
1682
+ "sha256": "0a425d7250bb313615279b6e0f64ed8728c5dd6856cfad5f981eac244c529372",
1683
+ "size_bytes": 12108
1529
1684
  },
1530
1685
  {
1531
1686
  "path": "src/commands/shared/reconcile-check.ts",
@@ -1534,18 +1689,18 @@
1534
1689
  },
1535
1690
  {
1536
1691
  "path": "src/commands/shared/task-backend.ts",
1537
- "sha256": "17c5756b905b168b8ecfb778818b9297bc59ccf2e6d4f32c6666559e2ad61275",
1538
- "size_bytes": 13140
1692
+ "sha256": "8a2dd73463518992746f4dca765cceb5538f950249afafbe84db8c1840a194da",
1693
+ "size_bytes": 13267
1539
1694
  },
1540
1695
  {
1541
1696
  "path": "src/commands/shared/task-handoff.ts",
1542
- "sha256": "71daeba5f527657c8b890c36b43a1d4d2db0693b32fa1862b930e4f6cbfafa5c",
1543
- "size_bytes": 7343
1697
+ "sha256": "7dd9a5a57c8ce946d45825d6a95de27597c623112df06c06f9a6afe7bdbcda0b",
1698
+ "size_bytes": 7440
1544
1699
  },
1545
1700
  {
1546
1701
  "path": "src/commands/shared/task-local-freshness.ts",
1547
- "sha256": "85f794e7653c9a5f8a9eef42008eee830ac0d729871b1f60fba3f47684ac46bf",
1548
- "size_bytes": 1303
1702
+ "sha256": "fff2060eb1d7e1820315faf69036092ad6876d7830e3936137faf9acf2e563cd",
1703
+ "size_bytes": 1313
1549
1704
  },
1550
1705
  {
1551
1706
  "path": "src/commands/shared/task-mutation.ts",
@@ -1559,13 +1714,13 @@
1559
1714
  },
1560
1715
  {
1561
1716
  "path": "src/commands/shared/task-store/intents.ts",
1562
- "sha256": "cde14c8960f2ca5f26bb2aa2d5989061066325a2eff4c45fa6f3ba75884e2cb9",
1563
- "size_bytes": 10580
1717
+ "sha256": "2521333a30d760089fbde63e29fe9b59d226c60425c2b0983efb98e3b076a3df",
1718
+ "size_bytes": 10586
1564
1719
  },
1565
1720
  {
1566
1721
  "path": "src/commands/shared/task-store/readme.ts",
1567
- "sha256": "d34041afedf9eb8f9f342ac66d7a438d21ffa96216e9f8beba5187063d739c1a",
1568
- "size_bytes": 5520
1722
+ "sha256": "9c2bb2a649d56c21366e3cb28003b293b625385058ceea7c3f39931f8d035c3e",
1723
+ "size_bytes": 5525
1569
1724
  },
1570
1725
  {
1571
1726
  "path": "src/commands/shared/task-store/store.ts",
@@ -1574,8 +1729,8 @@
1574
1729
  },
1575
1730
  {
1576
1731
  "path": "src/commands/shared/task-store/types.ts",
1577
- "sha256": "c04e64517495786e9b4d5b1e5b9f886623b4311456b99a9fe4c26b7ef9cffba8",
1578
- "size_bytes": 3032
1732
+ "sha256": "c8412a2ce641abc4b1602a1d6443922bef95075cb32fdaf5b6356ad7aa84ffbc",
1733
+ "size_bytes": 3038
1579
1734
  },
1580
1735
  {
1581
1736
  "path": "src/commands/start.run.ts",
@@ -1594,8 +1749,8 @@
1594
1749
  },
1595
1750
  {
1596
1751
  "path": "src/commands/task/add.command.ts",
1597
- "sha256": "a00ff6bc06df4affdf0acbfa68d9394095fd50212d7fa7dacd3795d13f905a5a",
1598
- "size_bytes": 5695
1752
+ "sha256": "538d6fd2e0ebf24fa9b90c095fa375cf7fb6b406a2b7c16a3c83975579e7a74c",
1753
+ "size_bytes": 5737
1599
1754
  },
1600
1755
  {
1601
1756
  "path": "src/commands/task/add.ts",
@@ -1614,8 +1769,8 @@
1614
1769
  },
1615
1770
  {
1616
1771
  "path": "src/commands/task/close-duplicate.ts",
1617
- "sha256": "4c6a9fead2c075e0be9298eb1a8e15d15b6df0ee5a201488c66730058c4d1c2b",
1618
- "size_bytes": 4202
1772
+ "sha256": "abaa71d63a1ba3fcb548a56c5e0c11ffd3e6de666bdfc13544677b29a8fbd01e",
1773
+ "size_bytes": 4205
1619
1774
  },
1620
1775
  {
1621
1776
  "path": "src/commands/task/close-noop.command.ts",
@@ -1629,13 +1784,13 @@
1629
1784
  },
1630
1785
  {
1631
1786
  "path": "src/commands/task/close-shared.ts",
1632
- "sha256": "205e0667a9e5cb2e9870f2184c97d0969ab473c6c9820513c2855ec414d8ec59",
1633
- "size_bytes": 1811
1787
+ "sha256": "354e1e1f8de554c86b38f7b7e505b860261218b684374c25df754116bbd8f66a",
1788
+ "size_bytes": 1866
1634
1789
  },
1635
1790
  {
1636
1791
  "path": "src/commands/task/close-tail-state.ts",
1637
- "sha256": "095914e1b220b6a45f4d43ff980d45055d80e2d58e3a1c6abf43b9d2bc5aa924",
1638
- "size_bytes": 896
1792
+ "sha256": "81c5ec0710f647395813b2e2b98eac4ff994b9488f44bb3e2259e98881d18542",
1793
+ "size_bytes": 956
1639
1794
  },
1640
1795
  {
1641
1796
  "path": "src/commands/task/comment.command.ts",
@@ -1654,8 +1809,8 @@
1654
1809
  },
1655
1810
  {
1656
1811
  "path": "src/commands/task/derive.ts",
1657
- "sha256": "4214b697468ea4d0edd8fc2a16042b9eb7e3e7d26d6d127e3548d8c25a8901c5",
1658
- "size_bytes": 5014
1812
+ "sha256": "7b92d54cec85044884b8e1aa4c4d50147d2c1dc2c1431581f3974fd632b40ac0",
1813
+ "size_bytes": 5020
1659
1814
  },
1660
1815
  {
1661
1816
  "path": "src/commands/task/doc-set.command.ts",
@@ -1669,8 +1824,8 @@
1669
1824
  },
1670
1825
  {
1671
1826
  "path": "src/commands/task/doc-template.ts",
1672
- "sha256": "c7468ec10c43192832bc79f30cd3a6ed7c627d5463c2c2c196d0421b9eedabc5",
1673
- "size_bytes": 4614
1827
+ "sha256": "ec43fc826a979bdd5a885de61b00c26c606e3a7c6969d5d1a61beb9ec5d8a6cb",
1828
+ "size_bytes": 4620
1674
1829
  },
1675
1830
  {
1676
1831
  "path": "src/commands/task/doc.command.ts",
@@ -1679,8 +1834,8 @@
1679
1834
  },
1680
1835
  {
1681
1836
  "path": "src/commands/task/doc.ts",
1682
- "sha256": "582d883e2c9df912dab5a1622fbb0f212b856a270dabfccae6455ca92e1543d0",
1683
- "size_bytes": 10529
1837
+ "sha256": "a76e0f9471d859dd68f3b4a7ffb05365b5b50384d3d1fb521622c08e1d47a73a",
1838
+ "size_bytes": 10613
1684
1839
  },
1685
1840
  {
1686
1841
  "path": "src/commands/task/export.command.ts",
@@ -1704,13 +1859,13 @@
1704
1859
  },
1705
1860
  {
1706
1861
  "path": "src/commands/task/findings.ts",
1707
- "sha256": "e922215e1d750a0bea7402185f2be4b2d4fe04c157d18e893bd2aa0b91082a27",
1708
- "size_bytes": 9070
1862
+ "sha256": "40c50cc67bea7d95c0d18d7d42c5b4adb3ff3b4c29b8a9df172d6e468b20aef2",
1863
+ "size_bytes": 9112
1709
1864
  },
1710
1865
  {
1711
1866
  "path": "src/commands/task/finish-close.ts",
1712
- "sha256": "d56ce703b3143a329a2774240d317c571b4d22310cde8acd898c6f5de35c4bcb",
1713
- "size_bytes": 4642
1867
+ "sha256": "e02edb046aa01062c9f1d71b7297e4d49b3fd74c53ce765e0a8d70a5fc3415e0",
1868
+ "size_bytes": 4657
1714
1869
  },
1715
1870
  {
1716
1871
  "path": "src/commands/task/finish-command.ts",
@@ -1734,19 +1889,14 @@
1734
1889
  },
1735
1890
  {
1736
1891
  "path": "src/commands/task/finish-shared.ts",
1737
- "sha256": "93cd950780b5e38c31d60b1a14283012ff43b48f66260f1431919ec2378ff93e",
1738
- "size_bytes": 10197
1892
+ "sha256": "9639bb7cc9c9706eb6a56abd3c4b5cd0695a148d2838134e29bb7ebd07738434",
1893
+ "size_bytes": 10174
1739
1894
  },
1740
1895
  {
1741
1896
  "path": "src/commands/task/finish-types.ts",
1742
1897
  "sha256": "1619121c127e8a0004c119b42454a63535442adcb760564eca85c0cff976d087",
1743
1898
  "size_bytes": 1782
1744
1899
  },
1745
- {
1746
- "path": "src/commands/task/finish.ts",
1747
- "sha256": "4939512258b7d469d1b136e5fd88d14eab9c3fc580050ec3f371af46e6905a43",
1748
- "size_bytes": 49
1749
- },
1750
1900
  {
1751
1901
  "path": "src/commands/task/handoff-record.command.ts",
1752
1902
  "sha256": "5df4774748abbf1bcc45e2df8b4093322a1c9e9886ac8850aa36d38ea625ce49",
@@ -1764,18 +1914,48 @@
1764
1914
  },
1765
1915
  {
1766
1916
  "path": "src/commands/task/handoff.shared.ts",
1767
- "sha256": "0d480232ae093b511577207ace4c83c692f28c8f40b65efb7b9a68b5c30e2891",
1768
- "size_bytes": 5640
1917
+ "sha256": "c20e69068bc01ef56dee383795812ffdfdd0a47aa6ee46d0ffd0f985ff0120da",
1918
+ "size_bytes": 5689
1769
1919
  },
1770
1920
  {
1771
1921
  "path": "src/commands/task/hosted-close-pr.command.ts",
1772
- "sha256": "3868aa81e47968aea97c3778485d30e75a10b0a1f5fc8285219e6e46d30e9965",
1773
- "size_bytes": 19554
1922
+ "sha256": "a605a35f551a62dfd916c625ad416d9a6daa43797d92490ec880eb8f62b1d92a",
1923
+ "size_bytes": 4520
1924
+ },
1925
+ {
1926
+ "path": "src/commands/task/hosted-close-pr.execute.ts",
1927
+ "sha256": "18e55d37f8fd4c5a04a50ec6f3e61d2a60a3ae82b9aa9cb818267cd798652871",
1928
+ "size_bytes": 4614
1929
+ },
1930
+ {
1931
+ "path": "src/commands/task/hosted-close-pr.postcheck.ts",
1932
+ "sha256": "16e24b7cd2f468b4da6687cb2a920dba28c41b648570bb50fe1f41654df7030d",
1933
+ "size_bytes": 700
1934
+ },
1935
+ {
1936
+ "path": "src/commands/task/hosted-close-pr.precheck.ts",
1937
+ "sha256": "2331be4da906b839645250baf143dcf0d04cac38650cb77d8962037dcae2c52b",
1938
+ "size_bytes": 11594
1939
+ },
1940
+ {
1941
+ "path": "src/commands/task/hosted-close-pr.report.ts",
1942
+ "sha256": "4bf3c24be954d095da95a901dccdcff5db677548ea88e5fa46e8670877acf718",
1943
+ "size_bytes": 2226
1944
+ },
1945
+ {
1946
+ "path": "src/commands/task/hosted-close-pr.types.ts",
1947
+ "sha256": "f6f0f35ac0091f34ef7181137760b2b420f344b10ac7f458dc169aacca000c3d",
1948
+ "size_bytes": 1732
1774
1949
  },
1775
1950
  {
1776
1951
  "path": "src/commands/task/hosted-close.command.ts",
1777
- "sha256": "5259928bd285c9ea049cb5ffd0cb41147409c48810ccb4742d28846b5bdd9773",
1778
- "size_bytes": 16385
1952
+ "sha256": "99dc24d754aaad250872bc86ad52473b02bf300fc52107c0773ab4fec3ef1071",
1953
+ "size_bytes": 15284
1954
+ },
1955
+ {
1956
+ "path": "src/commands/task/hosted-close.spec.ts",
1957
+ "sha256": "31cb7b73ba982364e3699fa706c5ae148a2692e6042262fc8406533b53bba9d8",
1958
+ "size_bytes": 1344
1779
1959
  },
1780
1960
  {
1781
1961
  "path": "src/commands/task/hosted-merge-sync.ts",
@@ -1784,33 +1964,33 @@
1784
1964
  },
1785
1965
  {
1786
1966
  "path": "src/commands/task/hosted-merge-sync/builders.ts",
1787
- "sha256": "96a85198442f8dbd5aa0aa666f9b366f018ec157ec45a267afe25e6e2a8f810f",
1788
- "size_bytes": 6012
1967
+ "sha256": "c82088715e83ba1a7c0780f7d172dffe8800210e799d8274683b4648a0168bda",
1968
+ "size_bytes": 6030
1789
1969
  },
1790
1970
  {
1791
1971
  "path": "src/commands/task/hosted-merge-sync/github.ts",
1792
- "sha256": "98d69955a7266af3f44974c5c1d1c6a42ddbbadefc5fa85d88ef5258f100bdb6",
1793
- "size_bytes": 4832
1972
+ "sha256": "265b8bb03230e1b20532e94c62a64a862ef687e1be51699abaa2f75639c500fb",
1973
+ "size_bytes": 4835
1794
1974
  },
1795
1975
  {
1796
1976
  "path": "src/commands/task/hosted-merge-sync/local-branch.ts",
1797
- "sha256": "988a80950601cb0e5b8cbc91807f6fdfaeb839de921d303056cde75ee6d445c3",
1798
- "size_bytes": 5460
1977
+ "sha256": "46c80f9ab85541d60077ff6906adc6278b7948be3ff636715c13c55af137adba",
1978
+ "size_bytes": 5514
1799
1979
  },
1800
1980
  {
1801
1981
  "path": "src/commands/task/hosted-merge-sync/model.ts",
1802
- "sha256": "fb6407934c6a4c7435fbda2b7bf82ed23448eab3f5dca6491fb9185b41bf6dab",
1803
- "size_bytes": 1091
1982
+ "sha256": "84cb4db2ccbebb12a9c18898e51311a9e44b006c570d281381c1d300b325ddb1",
1983
+ "size_bytes": 1099
1804
1984
  },
1805
1985
  {
1806
1986
  "path": "src/commands/task/hosted-merge-sync/pr-meta.ts",
1807
- "sha256": "83ac080bef9a9745bfb098190fc0bdf709e3aee0f8a71ed36778e163eccbfcd5",
1808
- "size_bytes": 1192
1987
+ "sha256": "e7fc3a4266ab41ddb86c667e1cf548fac22ab9289167a8ce19c7c534a2f1d9e0",
1988
+ "size_bytes": 1199
1809
1989
  },
1810
1990
  {
1811
1991
  "path": "src/commands/task/index.ts",
1812
- "sha256": "5c8729c403caafbad9183a0ed3b789349a2e24b3d3425db9597ac450b6b35e60",
1813
- "size_bytes": 1545
1992
+ "sha256": "2c238546bde5346c21d3bea12b50105225d3bc6d747c27e912255ff9e58e74ad",
1993
+ "size_bytes": 1553
1814
1994
  },
1815
1995
  {
1816
1996
  "path": "src/commands/task/lint.command.ts",
@@ -1819,8 +1999,8 @@
1819
1999
  },
1820
2000
  {
1821
2001
  "path": "src/commands/task/lint.ts",
1822
- "sha256": "3e4c11305379b1e053b3fd8c5c0d02e0b215fc49ac9fcc33ee477f2bf6f24a33",
1823
- "size_bytes": 745
2002
+ "sha256": "7458ce138d05d3bd22ba1a86fba312d67108cd470e08dac23fa9a86dd8e9ad58",
2003
+ "size_bytes": 751
1824
2004
  },
1825
2005
  {
1826
2006
  "path": "src/commands/task/list.run.ts",
@@ -1834,8 +2014,8 @@
1834
2014
  },
1835
2015
  {
1836
2016
  "path": "src/commands/task/list.ts",
1837
- "sha256": "0a8c50eb986001486b025e0f9da20a332c11d29d47cc17e1bfda852c0e24f116",
1838
- "size_bytes": 1779
2017
+ "sha256": "fef13e69781831b92e046f8d1f73a3054ae4fcc0bc2e3c261a7316056942cff0",
2018
+ "size_bytes": 1834
1839
2019
  },
1840
2020
  {
1841
2021
  "path": "src/commands/task/migrate-doc.command.ts",
@@ -1844,8 +2024,8 @@
1844
2024
  },
1845
2025
  {
1846
2026
  "path": "src/commands/task/migrate-doc.ts",
1847
- "sha256": "6ceed2be7b2c41b141b04ede8f69d26fc983315b353a813e44ec07fb5480bc5c",
1848
- "size_bytes": 15098
2027
+ "sha256": "61f8c394e7e92cb955130d13eb7b2b4275782fe46faf406103824261854692f3",
2028
+ "size_bytes": 15325
1849
2029
  },
1850
2030
  {
1851
2031
  "path": "src/commands/task/migrate.command.ts",
@@ -1869,8 +2049,8 @@
1869
2049
  },
1870
2050
  {
1871
2051
  "path": "src/commands/task/new.ts",
1872
- "sha256": "abf4cdbcc1b97c89f77b34cd5fe20054268fb28599feceb2e823961f63a3aa94",
1873
- "size_bytes": 9894
2052
+ "sha256": "68922fd8aaad91a319a56b7b89562c5adef82cc9d8e7f6100621e1b0b3fe3985",
2053
+ "size_bytes": 9454
1874
2054
  },
1875
2055
  {
1876
2056
  "path": "src/commands/task/next.run.ts",
@@ -1894,8 +2074,8 @@
1894
2074
  },
1895
2075
  {
1896
2076
  "path": "src/commands/task/normalize.ts",
1897
- "sha256": "9b8eb46d4da4960adf3716c1ce5472d9fb5975882ccb44fdef2f541bd352f93c",
1898
- "size_bytes": 5627
2077
+ "sha256": "f48758c62fe3e53be77c1a5b41e4e7b44324266d16214091d9d5a26b5b06eee7",
2078
+ "size_bytes": 5649
1899
2079
  },
1900
2080
  {
1901
2081
  "path": "src/commands/task/plan-approve.command.ts",
@@ -1919,13 +2099,13 @@
1919
2099
  },
1920
2100
  {
1921
2101
  "path": "src/commands/task/plan.ts",
1922
- "sha256": "4231fa891281bed100edc9094f82e1c98b88a5512ba56cbdb4728633a8fe9d4b",
1923
- "size_bytes": 12878
2102
+ "sha256": "cf13fb3ce87e131ec1c4186d5ee2b7003c7472b252270673c60515ba9c37a1c0",
2103
+ "size_bytes": 12883
1924
2104
  },
1925
2105
  {
1926
2106
  "path": "src/commands/task/ready.ts",
1927
- "sha256": "d99f56ab264067a615f8604fba91595a1e14a62582cd4b27ccc1aff46ab457f7",
1928
- "size_bytes": 2464
2107
+ "sha256": "4c3b942700a928a8195e1c56fb420e221ace3d400f6c0872a472c32822acb8c1",
2108
+ "size_bytes": 2519
1929
2109
  },
1930
2110
  {
1931
2111
  "path": "src/commands/task/rebuild-index.command.ts",
@@ -2019,8 +2199,8 @@
2019
2199
  },
2020
2200
  {
2021
2201
  "path": "src/commands/task/scaffold.ts",
2022
- "sha256": "a62d5a69d8edb625b13e3624b7d6eb7adf27ad8ae26f022bc50fb02c9405f904",
2023
- "size_bytes": 3918
2202
+ "sha256": "103b0b06b07d6182b30d5b8fa74ef136e5cdbe14fc406cbfe2bad34316c1687a",
2203
+ "size_bytes": 3923
2024
2204
  },
2025
2205
  {
2026
2206
  "path": "src/commands/task/scrub.command.ts",
@@ -2059,13 +2239,13 @@
2059
2239
  },
2060
2240
  {
2061
2241
  "path": "src/commands/task/shared.ts",
2062
- "sha256": "6e3bd6289ff16ead97441db5b67064504b5e7fc9ffa111a43af980de39aea1f2",
2063
- "size_bytes": 2434
2242
+ "sha256": "e01e899b2ad8e00bd356dd8863c3da3c60be6a769a88c3c696d9e068c033fad4",
2243
+ "size_bytes": 2382
2064
2244
  },
2065
2245
  {
2066
2246
  "path": "src/commands/task/shared/dependencies.ts",
2067
- "sha256": "df9e14def8b3718495860e3adeceee1e9591d83828a43714b15c5bdc2c3d549a",
2068
- "size_bytes": 5787
2247
+ "sha256": "953e3968dc79c3ae48c171dfc22e9a447148559708cd9dc593e9f8471441f4c6",
2248
+ "size_bytes": 5820
2069
2249
  },
2070
2250
  {
2071
2251
  "path": "src/commands/task/shared/direct-work-lock.ts",
@@ -2074,8 +2254,8 @@
2074
2254
  },
2075
2255
  {
2076
2256
  "path": "src/commands/task/shared/docs.ts",
2077
- "sha256": "867caac5b8cb21422a56f73834ec40dbf378e0e1eb5fc8c7cc6fdcfaa297a7bc",
2078
- "size_bytes": 6507
2257
+ "sha256": "1a32b467a3dea9ddd57886b95b799e1209f77cf69232b4fd3c201d50465ff6ff",
2258
+ "size_bytes": 6558
2079
2259
  },
2080
2260
  {
2081
2261
  "path": "src/commands/task/shared/git-log.ts",
@@ -2084,28 +2264,33 @@
2084
2264
  },
2085
2265
  {
2086
2266
  "path": "src/commands/task/shared/listing.ts",
2087
- "sha256": "61ed723f24362e632a860ba20bc66c57a8b84630aa28b200d9f04e50a8f6f1ae",
2088
- "size_bytes": 7288
2267
+ "sha256": "82d58bbe94c0c6b38e75f2b7b89eb09133de6c2405de65dcfe57e6289e84342e",
2268
+ "size_bytes": 7401
2089
2269
  },
2090
2270
  {
2091
2271
  "path": "src/commands/task/shared/tags.ts",
2092
- "sha256": "7e1246b5678fd4e01c540b040c9698a95358e130491d7d69847f22045a5fe018",
2093
- "size_bytes": 8641
2272
+ "sha256": "cab311788613d4dc3f635ad841b58c9c61ff67971dee4139497d7a63819cf6d5",
2273
+ "size_bytes": 8579
2094
2274
  },
2095
2275
  {
2096
2276
  "path": "src/commands/task/shared/transition-command.ts",
2097
2277
  "sha256": "bc8ce54983d6ff8793a50ef4ac73486c7f194cbeed2d34c075be92946dc7eae0",
2098
2278
  "size_bytes": 2411
2099
2279
  },
2280
+ {
2281
+ "path": "src/commands/task/shared/transition-rules.ts",
2282
+ "sha256": "7ab0b9ee6c75fc8cc78e27d88e9fcfe80db2da9a5ee511d81a59110109069957",
2283
+ "size_bytes": 3797
2284
+ },
2100
2285
  {
2101
2286
  "path": "src/commands/task/shared/transitions.ts",
2102
- "sha256": "f5f0bfcc3da573226dd035bda7d1a599e8a98699fad8a31ecf41408d04c512cc",
2103
- "size_bytes": 10897
2287
+ "sha256": "75a5e5220a2c71b6673cb6be7cc94c248b2710ddeeba1ff7b15d1373f9eeffd0",
2288
+ "size_bytes": 7530
2104
2289
  },
2105
2290
  {
2106
2291
  "path": "src/commands/task/shared/workflow-transition-service.ts",
2107
- "sha256": "21c5918f2cbdcaa56bec2765a00647ebfe4de456cde8471a42146bb7bd380251",
2108
- "size_bytes": 10892
2292
+ "sha256": "167a227c4a932385ba04b7c8c1f6ea5f3b6e4738439bb7537996412bdcb72b29",
2293
+ "size_bytes": 10944
2109
2294
  },
2110
2295
  {
2111
2296
  "path": "src/commands/task/show.run.ts",
@@ -2119,8 +2304,8 @@
2119
2304
  },
2120
2305
  {
2121
2306
  "path": "src/commands/task/show.ts",
2122
- "sha256": "1498fbb43da5a438ba71d486c1719c6e06b731a2f6e3fdcfb25111dba4c58136",
2123
- "size_bytes": 2708
2307
+ "sha256": "a7fad7e0eb020b8d3ca3c4a95e6842059c292121fc911fd407b87326b9ca515d",
2308
+ "size_bytes": 2721
2124
2309
  },
2125
2310
  {
2126
2311
  "path": "src/commands/task/start-ready.command.ts",
@@ -2184,23 +2369,28 @@
2184
2369
  },
2185
2370
  {
2186
2371
  "path": "src/commands/upgrade.command.ts",
2187
- "sha256": "ea391847a92e69bf0cfa6022162285ecd933fda5de83425df7db02eefc615aab",
2188
- "size_bytes": 6642
2372
+ "sha256": "e9c2d97003702713b6d823db0e6aebf25511f75f9c1e59332ec8c737530f03d2",
2373
+ "size_bytes": 365
2374
+ },
2375
+ {
2376
+ "path": "src/commands/upgrade.spec.ts",
2377
+ "sha256": "f404c77bc6a00b9ef47972fcda0f36399f650ef54e8cc646d44cfd6dba10c36b",
2378
+ "size_bytes": 6457
2189
2379
  },
2190
2380
  {
2191
2381
  "path": "src/commands/upgrade.ts",
2192
- "sha256": "7a14216c97e771b9b2e5c5a0c552cd94714351f33d11417a357ffe9fcbb66cf4",
2193
- "size_bytes": 11199
2382
+ "sha256": "a04b203b4cc7c3fca8d082f9df01ca0e3b795d2b40ce5fc59f93865f76e9ead0",
2383
+ "size_bytes": 11316
2194
2384
  },
2195
2385
  {
2196
2386
  "path": "src/commands/upgrade/apply.ts",
2197
- "sha256": "13a464316bd7f9a063cdb276ed500da9dddd937d146261884706a7fa8e3c43b0",
2198
- "size_bytes": 9889
2387
+ "sha256": "920df74e8a3ea7baddcdc0ff1d0455746951f3cc2d5cc880614956ff144a3d56",
2388
+ "size_bytes": 9948
2199
2389
  },
2200
2390
  {
2201
2391
  "path": "src/commands/upgrade/materialize.ts",
2202
- "sha256": "b0faf12c6530111ffd6ce64c4023fbed77397dfce2e372c9c0d9643655f8808c",
2203
- "size_bytes": 8272
2392
+ "sha256": "33bc88f5f919e8b70f92602285939aee77b83daa0bab4e0e558e016ebf0dc5c4",
2393
+ "size_bytes": 7792
2204
2394
  },
2205
2395
  {
2206
2396
  "path": "src/commands/upgrade/plan.ts",
@@ -2219,8 +2409,8 @@
2219
2409
  },
2220
2410
  {
2221
2411
  "path": "src/commands/upgrade/source.ts",
2222
- "sha256": "8208a248ee0fe76222c875672ba5943752c5eb238ae06718639a624cccb4f55d",
2223
- "size_bytes": 5120
2412
+ "sha256": "0b1f8570fd69f3d7e403bd1ae83414446101feeee6a3730981e599808d8d6ab4",
2413
+ "size_bytes": 4880
2224
2414
  },
2225
2415
  {
2226
2416
  "path": "src/commands/upgrade/types.ts",
@@ -2239,18 +2429,23 @@
2239
2429
  },
2240
2430
  {
2241
2431
  "path": "src/commands/workflow-build.command.ts",
2242
- "sha256": "9e3d0af31e3ea2c971c1ef466d0ac6add3d29e3064c0d4bc78d19e830458808f",
2243
- "size_bytes": 4233
2432
+ "sha256": "1453c0b93c46206c08a36d40c5de53fddeb176c5c2be633dd170f6d5117d46a0",
2433
+ "size_bytes": 4286
2244
2434
  },
2245
2435
  {
2246
2436
  "path": "src/commands/workflow-playbook.command.ts",
2247
- "sha256": "4d23f3d9cc2abf42092632362955964e73786644ed59208bc17cb9827f2ebf3e",
2248
- "size_bytes": 7355
2437
+ "sha256": "2d3e70b97b764b023a9f9ff878d6a6da2874816aaa987fb66ba1dc51733a12e9",
2438
+ "size_bytes": 6617
2439
+ },
2440
+ {
2441
+ "path": "src/commands/workflow-playbook.spec.ts",
2442
+ "sha256": "808c884ff3ac5dbfb34b3ba2d169dd9ebe78b5227262d9d40401143019565253",
2443
+ "size_bytes": 1043
2249
2444
  },
2250
2445
  {
2251
2446
  "path": "src/commands/workflow-restore.command.ts",
2252
- "sha256": "53c2688b15fdd4835d69eb6c146af5aee3f9e7747e0ebfda95e266b9d49c1665",
2253
- "size_bytes": 1618
2447
+ "sha256": "d2811a81a848f7034e52d4360fa3b0c4cab911e0942d87ac7e79b49508be5b5a",
2448
+ "size_bytes": 1626
2254
2449
  },
2255
2450
  {
2256
2451
  "path": "src/commands/workflow.command.ts",
@@ -2259,8 +2454,8 @@
2259
2454
  },
2260
2455
  {
2261
2456
  "path": "src/commands/workflow.ts",
2262
- "sha256": "2ca18edef6c48dddfd82cc586c00738db070efabea02ca79a97474d061c3b588",
2263
- "size_bytes": 1145
2457
+ "sha256": "03559766838d920708d30f6dec6643f6ef3939043f5f52fb8c6a726461fb4658",
2458
+ "size_bytes": 735
2264
2459
  },
2265
2460
  {
2266
2461
  "path": "src/harness/dynamic-tool-contract.ts",
@@ -2269,13 +2464,8 @@
2269
2464
  },
2270
2465
  {
2271
2466
  "path": "src/harness/hooks-lifecycle.ts",
2272
- "sha256": "8d819426ff075e23e221e604f65cafada78d50d250b4bd57d351a256bbb94cbb",
2273
- "size_bytes": 2416
2274
- },
2275
- {
2276
- "path": "src/harness/index.ts",
2277
- "sha256": "41c333bf5842f91b25cf947b5a80ef341924ad7cf20c60fccbb6ebd4510c61e4",
2278
- "size_bytes": 295
2467
+ "sha256": "e391f4fa0836474d024827974c6bde4a60879e2ebf876e31ee48e680d4bd66dc",
2468
+ "size_bytes": 2424
2279
2469
  },
2280
2470
  {
2281
2471
  "path": "src/harness/reconcile.ts",
@@ -2309,18 +2499,18 @@
2309
2499
  },
2310
2500
  {
2311
2501
  "path": "src/meta/release.ts",
2312
- "sha256": "24724f7a4cc879352d34a5dc9837a99f97b5667c36626eb85c85ad2119e2fcac",
2313
- "size_bytes": 1669
2502
+ "sha256": "e1d543cb7d02b9e99aa2e8bd7baa7766b4363a57f20f119a9299851d2996d9a7",
2503
+ "size_bytes": 1621
2314
2504
  },
2315
2505
  {
2316
2506
  "path": "src/meta/version.ts",
2317
- "sha256": "17d56dd9ea8c15cca8f8bb1b6ddcaff3dd7b075629b936ad211a75c6767ff2b7",
2318
- "size_bytes": 546
2507
+ "sha256": "92a0c4cf71b3b692d621131244c571ed426fb9b478e65bffd120a05d789b9b67",
2508
+ "size_bytes": 587
2319
2509
  },
2320
2510
  {
2321
2511
  "path": "src/policy/engine.ts",
2322
- "sha256": "42ff568f50f8ed1631b6f06600c0e30353c081ea0a2ac89e3b61fe614f6798f5",
2323
- "size_bytes": 1841
2512
+ "sha256": "69eb8dce5eafdf7d12b9514f6fcb22a5330800cf778d13a01147a13792810a35",
2513
+ "size_bytes": 1848
2324
2514
  },
2325
2515
  {
2326
2516
  "path": "src/policy/evaluate.ts",
@@ -2329,8 +2519,8 @@
2329
2519
  },
2330
2520
  {
2331
2521
  "path": "src/policy/model.ts",
2332
- "sha256": "d8fe769d87de38ef3ef16c1928623d184ca9a70be4b321afe4f4db0bb568df35",
2333
- "size_bytes": 1010
2522
+ "sha256": "fd2c6fbfa8f4c4f65b804d6923af586458f7c19455c58ee560f61c227ac01f8c",
2523
+ "size_bytes": 1017
2334
2524
  },
2335
2525
  {
2336
2526
  "path": "src/policy/result.ts",
@@ -2354,8 +2544,8 @@
2354
2544
  },
2355
2545
  {
2356
2546
  "path": "src/policy/rules/commit-subject.ts",
2357
- "sha256": "840870be1c84f7d1adc89ca76da2a6b1b9eca6ad0c36005039f1eb8dbc3bbb04",
2358
- "size_bytes": 746
2547
+ "sha256": "9c57d2e19a4e873f1b224ecce9b39a1b1f806b6cda74d4559783700c9ca5c4e3",
2548
+ "size_bytes": 753
2359
2549
  },
2360
2550
  {
2361
2551
  "path": "src/policy/rules/protected-paths.ts",
@@ -2389,8 +2579,8 @@
2389
2579
  },
2390
2580
  {
2391
2581
  "path": "src/runner/adapters/base.ts",
2392
- "sha256": "57dea3b395b95a08aedc19421fd0c456fc2119c768122e4be047ad601eb6c07d",
2393
- "size_bytes": 5298
2582
+ "sha256": "f66863321765499096b166595f4f12e2de00bafc6444f9f0d1bace161f6f2bf5",
2583
+ "size_bytes": 5302
2394
2584
  },
2395
2585
  {
2396
2586
  "path": "src/runner/adapters/codex-preparation.ts",
@@ -2399,23 +2589,28 @@
2399
2589
  },
2400
2590
  {
2401
2591
  "path": "src/runner/adapters/codex.ts",
2402
- "sha256": "a9b440cd282d7b6cf8abdfaacd6215c257c9f97db45d4a284c4fdd41b5dadc1d",
2403
- "size_bytes": 11119
2592
+ "sha256": "8263035fb4da33a51832f9eea6e75f3d68ee2d265b28e8786cbc865083854fd5",
2593
+ "size_bytes": 7832
2404
2594
  },
2405
2595
  {
2406
2596
  "path": "src/runner/adapters/custom-preparation.ts",
2407
- "sha256": "a3da8708984d2e1ad9740275f2ebd6b327a9c8a1cb337e20f5542badfc3bab7b",
2408
- "size_bytes": 8404
2597
+ "sha256": "88cb30c980b8088d201ce972117cde7f4792d52c6c1710c0164d8460f352f8bf",
2598
+ "size_bytes": 8411
2409
2599
  },
2410
2600
  {
2411
2601
  "path": "src/runner/adapters/custom.ts",
2412
- "sha256": "0f1c7a96deec516949d69227e417f2119ea3db3af87006e828a65543d6295e44",
2413
- "size_bytes": 11473
2602
+ "sha256": "e18e3a3a975c102e9649c386218db64d200f500c8db1ca4208287ed7b0787b50",
2603
+ "size_bytes": 7979
2604
+ },
2605
+ {
2606
+ "path": "src/runner/adapters/execute-supervised.ts",
2607
+ "sha256": "e9e58fa47b922588fb4e3190a7b43bf1076a4529b4e922ebab63045b8bb18ca2",
2608
+ "size_bytes": 5817
2414
2609
  },
2415
2610
  {
2416
2611
  "path": "src/runner/adapters/index.ts",
2417
- "sha256": "72a469914f124d3a11e4da87ac7f157f5e2536de2400351fd4bad350713734b6",
2418
- "size_bytes": 746
2612
+ "sha256": "175208e0cb9c987d224a0886a25bea06e75f76874d459b6b348f3d802ac4346a",
2613
+ "size_bytes": 753
2419
2614
  },
2420
2615
  {
2421
2616
  "path": "src/runner/adapters/recipe-run-profile.ts",
@@ -2429,13 +2624,13 @@
2429
2624
  },
2430
2625
  {
2431
2626
  "path": "src/runner/adapters/shared.ts",
2432
- "sha256": "8b0edf11b0cb5061dc746db5d9d9e0ed50779b5f2724a6fc85a68248eff4a396",
2433
- "size_bytes": 3253
2627
+ "sha256": "b3d7f900ad444212c2af54357b546178d34bd9d0112fc248159a1b81679a082d",
2628
+ "size_bytes": 3260
2434
2629
  },
2435
2630
  {
2436
2631
  "path": "src/runner/artifacts.ts",
2437
- "sha256": "38b20458e728a9621c5de69a30c41fe29676ce80a28d294458b170f32fc46bb6",
2438
- "size_bytes": 7695
2632
+ "sha256": "9403336d796324ea6dd44936472311f0e94f20f951a36604a3395d080f5efdbf",
2633
+ "size_bytes": 7697
2439
2634
  },
2440
2635
  {
2441
2636
  "path": "src/runner/codex-approval-probe.ts",
@@ -2449,33 +2644,38 @@
2449
2644
  },
2450
2645
  {
2451
2646
  "path": "src/runner/config.ts",
2452
- "sha256": "c35259c3bcced29d05352914c2fddd2b80e8689f95596a2f95e22cace9d61dff",
2453
- "size_bytes": 836
2647
+ "sha256": "77a0873564c3f6b365425155a4eca4ac8bf7d57de46f79c834eb34024ed026a8",
2648
+ "size_bytes": 843
2454
2649
  },
2455
2650
  {
2456
2651
  "path": "src/runner/context/base-prompt-sources.ts",
2457
- "sha256": "c28ed246e49941d73fe7cd34a9d2d4461847eb7d709cb50ef802215c4729c93c",
2458
- "size_bytes": 6612
2652
+ "sha256": "4e29fc1f7599f524e289d7972076cf634fe0cda452c00a563bac9e32eb8d88d2",
2653
+ "size_bytes": 7734
2459
2654
  },
2460
2655
  {
2461
2656
  "path": "src/runner/context/base-prompts.ts",
2462
- "sha256": "927e405a0b3d1f7c3f7e2554f9d44840bd5706df61115d0a4c7d0ef36fda49e4",
2463
- "size_bytes": 2493
2657
+ "sha256": "29ddbff5c5e368f72ed55d45028da2aacf590d97d76e63cf58be8918b24e884b",
2658
+ "size_bytes": 2665
2464
2659
  },
2465
2660
  {
2466
2661
  "path": "src/runner/context/overlay-prompt-blocks.ts",
2467
2662
  "sha256": "14de9404ebe72a713b9d3bf3891bd64b0a3ac863661383ed463e3d9dd284b596",
2468
2663
  "size_bytes": 2813
2469
2664
  },
2665
+ {
2666
+ "path": "src/runner/context/project-skill-prompt-blocks.ts",
2667
+ "sha256": "732beef20cbdb9ddd9547b39883ad679bf77bf633b49bbfe08bb1043e971a52d",
2668
+ "size_bytes": 2361
2669
+ },
2470
2670
  {
2471
2671
  "path": "src/runner/context/prompt-block-shared.ts",
2472
- "sha256": "8351a826aaa0df020db1c811e5061256ff02580c7ba245cb20e67f5a5a892f14",
2473
- "size_bytes": 4129
2672
+ "sha256": "e1b2dbdf7758ed2414f0fc5433b44370eb34ade324093afaac681e90d64f3eec",
2673
+ "size_bytes": 4439
2474
2674
  },
2475
2675
  {
2476
2676
  "path": "src/runner/context/recipe-context.ts",
2477
- "sha256": "cfdc1b6748dcf033abff35e2214ba87c5475426b97112c77e24bcc49936d532f",
2478
- "size_bytes": 4476
2677
+ "sha256": "206f4e239350dab8bba4c1f9b28a3289a74d1f8fd5be0a19caa4cee903f364eb",
2678
+ "size_bytes": 4484
2479
2679
  },
2480
2680
  {
2481
2681
  "path": "src/runner/context/recipe-prompt-blocks.ts",
@@ -2484,13 +2684,8 @@
2484
2684
  },
2485
2685
  {
2486
2686
  "path": "src/runner/context/task-context.ts",
2487
- "sha256": "44bca2f9fdb0e38ede8f2575dcea294f74b643b75d383f1b4692b4632a296e5e",
2488
- "size_bytes": 10865
2489
- },
2490
- {
2491
- "path": "src/runner/index.ts",
2492
- "sha256": "198fdc6a8af0238d2fc752d790f23d2cc2d51a910fe5bc9a7557faf1e60f54bb",
2493
- "size_bytes": 1804
2687
+ "sha256": "3ad872b902dff667ccdc4448013a90245e4c589f1f6b4a12f9e48a18d1ebb9e1",
2688
+ "size_bytes": 10870
2494
2689
  },
2495
2690
  {
2496
2691
  "path": "src/runner/policy-decision.ts",
@@ -2503,19 +2698,19 @@
2503
2698
  "size_bytes": 1712
2504
2699
  },
2505
2700
  {
2506
- "path": "src/runner/process-supervision.ts",
2507
- "sha256": "501e213a4b85325bc983f721b58b36f14efbb9bc34b120c1e9996c739a7f23db",
2508
- "size_bytes": 444
2701
+ "path": "src/runner/process-supervision/buffered-file-writer.ts",
2702
+ "sha256": "407b4672625da695bb1ad2fc4c4b10ac4be83fd5bec5c6f0fa0062d347760225",
2703
+ "size_bytes": 1887
2509
2704
  },
2510
2705
  {
2511
2706
  "path": "src/runner/process-supervision/run.ts",
2512
- "sha256": "a90d9636b9e09a2b55e1da9947c0c1a520de6d64947d3ef7a66397958486a80c",
2513
- "size_bytes": 13225
2707
+ "sha256": "619cde83322062a8aabe75b4138174e6b56dbf6f76a4a5d011cecaa766b56e85",
2708
+ "size_bytes": 14087
2514
2709
  },
2515
2710
  {
2516
2711
  "path": "src/runner/process-supervision/signals.ts",
2517
- "sha256": "3cc6bfc0b0bbabfcbefbc5d394c86a187ef09b2302f6479c0f6ac8bb20778ecd",
2518
- "size_bytes": 2697
2712
+ "sha256": "2ac81e27a4189318dc1d5a25d97444406a067c55a4e380c979a7f669606d56f8",
2713
+ "size_bytes": 2705
2519
2714
  },
2520
2715
  {
2521
2716
  "path": "src/runner/process-supervision/state.ts",
@@ -2534,8 +2729,8 @@
2534
2729
  },
2535
2730
  {
2536
2731
  "path": "src/runner/result-manifest.ts",
2537
- "sha256": "17ed9c90a8d0c788372eeafc598c4c174963260a0d69155e31a5f2cd7d65056e",
2538
- "size_bytes": 14251
2732
+ "sha256": "707583b71a190daf2a7895abae3006cd2e5302def9542142753bbcf31220340f",
2733
+ "size_bytes": 14253
2539
2734
  },
2540
2735
  {
2541
2736
  "path": "src/runner/run-id.ts",
@@ -2554,13 +2749,13 @@
2554
2749
  },
2555
2750
  {
2556
2751
  "path": "src/runner/task-state.ts",
2557
- "sha256": "c4871cf95fb907704fcfc8e3f48eb76c362591a4f6289fb83b66ce2bf45d00d8",
2558
- "size_bytes": 15341
2752
+ "sha256": "537610c3464268645d1aa9ea3400f246bec7e6b1c86762d1613b4fc26133af92",
2753
+ "size_bytes": 15347
2559
2754
  },
2560
2755
  {
2561
2756
  "path": "src/runner/trace-artifacts.ts",
2562
- "sha256": "d0a6f6ae2b25df049fb0838ab52a1d77219bd3b5475e23c6ac6925cb4dc851e3",
2563
- "size_bytes": 2896
2757
+ "sha256": "75e10a230c460bec88d60d7e039deba5d93d73bf697007118209c42d952d2e42",
2758
+ "size_bytes": 2898
2564
2759
  },
2565
2760
  {
2566
2761
  "path": "src/runner/trace.ts",
@@ -2569,13 +2764,13 @@
2569
2764
  },
2570
2765
  {
2571
2766
  "path": "src/runner/types.ts",
2572
- "sha256": "34b80d25e9fc6e15b1a82dca58bcb913786bb4e12407e40cc629b65de94b35b7",
2573
- "size_bytes": 10419
2767
+ "sha256": "089c94ea6ae975346b0ce7631ec0dc8708c8c7430f2f3c18d5e9120225fbceef",
2768
+ "size_bytes": 10433
2574
2769
  },
2575
2770
  {
2576
2771
  "path": "src/runner/usecases/scenario-materialize-task.ts",
2577
- "sha256": "56805a4c9f762a60370c3c33e582c1b673ab58819d58b49d134d446d71b98709",
2578
- "size_bytes": 9905
2772
+ "sha256": "6768a92f5c30365cb48282a97b6e8266d8952207660080a51f0953525ea51954",
2773
+ "size_bytes": 9910
2579
2774
  },
2580
2775
  {
2581
2776
  "path": "src/runner/usecases/task-run-inspect.ts",
@@ -2584,8 +2779,8 @@
2584
2779
  },
2585
2780
  {
2586
2781
  "path": "src/runner/usecases/task-run-lifecycle-cancel.ts",
2587
- "sha256": "642fa373b058f4e568570e47a8fd7a54965653ddc8739a78fe15cba28db6ca36",
2588
- "size_bytes": 6022
2782
+ "sha256": "0d2dfdcc42c8876b944c2a60baedfdbe1320630567a3c61f6e30e723d0641931",
2783
+ "size_bytes": 6073
2589
2784
  },
2590
2785
  {
2591
2786
  "path": "src/runner/usecases/task-run-lifecycle-replay.ts",
@@ -2594,8 +2789,8 @@
2594
2789
  },
2595
2790
  {
2596
2791
  "path": "src/runner/usecases/task-run-lifecycle-shared.ts",
2597
- "sha256": "f69e5532459897a5e421e85219ee9112f6bef162b5fd998f0380f053ad0e9b80",
2598
- "size_bytes": 8243
2792
+ "sha256": "8c5a71310692c61d411f1a7acaf2fcd2f68d77ec70c38a2836cb86a33040e167",
2793
+ "size_bytes": 8195
2599
2794
  },
2600
2795
  {
2601
2796
  "path": "src/runner/usecases/task-run-lifecycle.ts",
@@ -2604,8 +2799,8 @@
2604
2799
  },
2605
2800
  {
2606
2801
  "path": "src/runner/usecases/task-run.ts",
2607
- "sha256": "8dec3a114f5f46cd0882f583e1aec3654b6cbdc74900e9e67d36da81aaedb86c",
2608
- "size_bytes": 14349
2802
+ "sha256": "4c880e5f87f6d4901e91c78f497e4e549a37dde6e81c29e87d60afca18a62132",
2803
+ "size_bytes": 14387
2609
2804
  },
2610
2805
  {
2611
2806
  "path": "src/runtime/approvals/index.ts",
@@ -2614,13 +2809,13 @@
2614
2809
  },
2615
2810
  {
2616
2811
  "path": "src/runtime/approvals/model.ts",
2617
- "sha256": "481348a394bebbf4b7170e939f46f64d1efece9221c84c6f812f41fc3ca394e8",
2618
- "size_bytes": 944
2812
+ "sha256": "457cbc4a56d85ba792a2a39468c2e3e477592ba2c815dc32ad2321f045b4ff81",
2813
+ "size_bytes": 951
2619
2814
  },
2620
2815
  {
2621
2816
  "path": "src/runtime/approvals/runtime.ts",
2622
- "sha256": "26523820fdd3c74aa48974174973eb268cc2fac8eb4076dc16e936997073cad6",
2623
- "size_bytes": 5226
2817
+ "sha256": "a8269dc6c8ca6cbe47fe0df5b69147b6a5a9c10c43047f218162c0cf571f395d",
2818
+ "size_bytes": 5233
2624
2819
  },
2625
2820
  {
2626
2821
  "path": "src/runtime/behavior/index.ts",
@@ -2669,8 +2864,8 @@
2669
2864
  },
2670
2865
  {
2671
2866
  "path": "src/runtime/execution-context.ts",
2672
- "sha256": "cf3d7c99e2304f1fd395a1345ee852a1e7e2192fc0ad1defb584c35eb251b1e8",
2673
- "size_bytes": 6694
2867
+ "sha256": "db0a1c113462b482ddd2f99c626099f6ebb3d1ecd2d837839a93c96f38f1d83c",
2868
+ "size_bytes": 6752
2674
2869
  },
2675
2870
  {
2676
2871
  "path": "src/runtime/execution-profile/index.ts",
@@ -2679,13 +2874,13 @@
2679
2874
  },
2680
2875
  {
2681
2876
  "path": "src/runtime/execution-profile/model.ts",
2682
- "sha256": "3fd4b7a4773b2086e5f9c3a123889f4a764f0b1788a5bc9dd6b72caeb3930ac1",
2683
- "size_bytes": 894
2877
+ "sha256": "09b12536088f280151dea1dd757275972ab379e15b42b8e4b15d89f927ca35af",
2878
+ "size_bytes": 908
2684
2879
  },
2685
2880
  {
2686
2881
  "path": "src/runtime/execution-profile/resolve.ts",
2687
- "sha256": "743efdacb4ce5675696de287af75a1dc974ed86fd5b6c07566571fe498e084e1",
2688
- "size_bytes": 3051
2882
+ "sha256": "57f7175650d7255cb5aa2765900c637ea869d0036bff42172259b5f38d314232",
2883
+ "size_bytes": 3058
2689
2884
  },
2690
2885
  {
2691
2886
  "path": "src/runtime/explain/index.ts",
@@ -2714,13 +2909,13 @@
2714
2909
  },
2715
2910
  {
2716
2911
  "path": "src/runtime/harness/resolve.ts",
2717
- "sha256": "c267b309a6eef7a2e7dc54b0a38430963d4ad47a13d4aa059b81d33034dabd6c",
2718
- "size_bytes": 7846
2912
+ "sha256": "e54bf779961a90c0b644f3ea367192478ed006c38e82d8a360eec184fb803feb",
2913
+ "size_bytes": 7892
2719
2914
  },
2720
2915
  {
2721
2916
  "path": "src/runtime/harness/types.ts",
2722
- "sha256": "8fe94a7f18a11401d140bc1f3748bfeb37e10e89b4054b57be8ac3b329a1dd20",
2723
- "size_bytes": 2720
2917
+ "sha256": "da2051dbe9c9cc71526f7b37d79c3486919e5aa8c9d5988474b29bd993f7375b",
2918
+ "size_bytes": 2778
2724
2919
  },
2725
2920
  {
2726
2921
  "path": "src/runtime/incidents/advice-strategy.ts",
@@ -2732,6 +2927,11 @@
2732
2927
  "sha256": "10bae87d02c646f7d97d3a84b7fb3a5d001c78429e2d0974f8305d96a1c35273",
2733
2928
  "size_bytes": 634
2734
2929
  },
2930
+ {
2931
+ "path": "src/runtime/incidents/paths.ts",
2932
+ "sha256": "804a36e180e47f956ee37fec3f37cd089750e34b02ef8a2d1e241e27eddfdf3e",
2933
+ "size_bytes": 165
2934
+ },
2735
2935
  {
2736
2936
  "path": "src/runtime/incidents/plan-strategy.ts",
2737
2937
  "sha256": "ee7ad959153bb4da89551f7081169b3efc1578c9b3bade3ae661273d63848d02",
@@ -2774,8 +2974,8 @@
2774
2974
  },
2775
2975
  {
2776
2976
  "path": "src/runtime/shared/repo-cli-version.ts",
2777
- "sha256": "d043bd4e857185c4d9f70a7652b6d0cbbcb50d07ddde07a494e7ce1f8497a9aa",
2778
- "size_bytes": 3605
2977
+ "sha256": "3bfd2717dd85f16a4a03b23da211419bc026d9ccd4ea656257b957555b3930e3",
2978
+ "size_bytes": 3612
2779
2979
  },
2780
2980
  {
2781
2981
  "path": "src/runtime/shared/runtime-artifacts.ts",
@@ -2804,8 +3004,8 @@
2804
3004
  },
2805
3005
  {
2806
3006
  "path": "src/runtime/task-intake/types.ts",
2807
- "sha256": "e97317f5b594e6771a9ee76af2c92654f0c7fe8e22a5f9747eb62fc5837c5933",
2808
- "size_bytes": 3419
3007
+ "sha256": "510541ba511f3975be94737526060ceb26ed7729b18f5871b86aad2a39e891df",
3008
+ "size_bytes": 3475
2809
3009
  },
2810
3010
  {
2811
3011
  "path": "src/shared/env.ts",
@@ -2814,8 +3014,8 @@
2814
3014
  },
2815
3015
  {
2816
3016
  "path": "src/shared/errors.ts",
2817
- "sha256": "d01cd4230c2799fce3018aacf51874af7bfd5a83a545511326e93b4e89293667",
2818
- "size_bytes": 3621
3017
+ "sha256": "9fc903bd34b1efca225283324199119b14bcf71609bc33103f34786c3df276dd",
3018
+ "size_bytes": 3825
2819
3019
  },
2820
3020
  {
2821
3021
  "path": "src/shared/git-path.ts",
@@ -2827,6 +3027,11 @@
2827
3027
  "sha256": "1ff5f14cca90fa8520e0cb0deff2384f304ac407b2352e703be850d8210a8821",
2828
3028
  "size_bytes": 213
2829
3029
  },
3030
+ {
3031
+ "path": "src/shared/package-paths.ts",
3032
+ "sha256": "86317af25547b77be9cf8fc339e9fd453cf62b41ea24540ef9af759aa7e0c710",
3033
+ "size_bytes": 2921
3034
+ },
2830
3035
  {
2831
3036
  "path": "src/shared/policy-gateway.ts",
2832
3037
  "sha256": "71b22fbba15060e48cc889e338c4fc9d430695299c9fd89ae63bf11e42950397",
@@ -2844,44 +3049,34 @@
2844
3049
  },
2845
3050
  {
2846
3051
  "path": "src/shared/trace-events.ts",
2847
- "sha256": "fb19c42e93726ac06bbe4848ba18c5038183aa6c35c17ad35816c12ee7391274",
2848
- "size_bytes": 866
3052
+ "sha256": "7f505871f072e34e706e56b4ec68ceeade47568c2ca29150acd7d0f5eeba4e3a",
3053
+ "size_bytes": 913
2849
3054
  },
2850
3055
  {
2851
3056
  "path": "src/shared/workflow-artifacts.ts",
2852
- "sha256": "3d61fb748def0a909cf933bc14d2c8e2b4c3365b92a032d6ddb4fbdf387e217d",
2853
- "size_bytes": 3939
3057
+ "sha256": "b2aef768f439641f28f39a0c874103ceda999a53ccb5199eaa4ad20d37e66760",
3058
+ "size_bytes": 3583
2854
3059
  },
2855
3060
  {
2856
3061
  "path": "src/shared/write-if-changed.ts",
2857
- "sha256": "9e4191b19d885c1384f3d8644c13162836864c0391233ab06f54d845eff44ecd",
2858
- "size_bytes": 916
3062
+ "sha256": "c2ecf10c34e1555912272ce386e6587929a726013e36287b383c0a465cda9fe9",
3063
+ "size_bytes": 962
2859
3064
  },
2860
3065
  {
2861
3066
  "path": "src/task-doc/conflicts.ts",
2862
- "sha256": "686a1fd3bf720e69f0939ce3aa6d6a7e6ca91ebeb6423f37f8c5313c9bc39780",
2863
- "size_bytes": 1702
3067
+ "sha256": "7523d4d623eb74d641d7552fb53d372195b61fe7c7ac8d6601c5baf75269a02a",
3068
+ "size_bytes": 1708
2864
3069
  },
2865
3070
  {
2866
3071
  "path": "src/task-doc/state.ts",
2867
- "sha256": "8ef9e439d2e9711d46894562fe8995bdc91293efb08151c43bf3c4e9f156b7dd",
2868
- "size_bytes": 674
3072
+ "sha256": "bbfa5bdfdb6e5fcf32c907ac45f4c19eedc870170e33790e640b6d3e3a2e2940",
3073
+ "size_bytes": 712
2869
3074
  },
2870
3075
  {
2871
3076
  "path": "src/test-helpers/fs.ts",
2872
3077
  "sha256": "38fe84c724f86af169a78895ce3e733a2af53f3fff13b2a5f2ad74bab13ca765",
2873
3078
  "size_bytes": 505
2874
3079
  },
2875
- {
2876
- "path": "src/testing/index.ts",
2877
- "sha256": "a3d9751abe6451a52d3cb4bb9dd8259274bfaf7b312f0152fec64c40a6780516",
2878
- "size_bytes": 168
2879
- },
2880
- {
2881
- "path": "src/testing/runtime-env.ts",
2882
- "sha256": "bd56dd45adc51803a09345d15e503e200d9f8e7622e934a7f5e571ab5a5ed288",
2883
- "size_bytes": 96
2884
- },
2885
3080
  {
2886
3081
  "path": "src/workflow-runtime/build.ts",
2887
3082
  "sha256": "8c945ff1f399d60c31cad7ba04ebe45fe3364bb4e5f6a7d8c3a1a3af23852d43",
@@ -2894,8 +3089,8 @@
2894
3089
  },
2895
3090
  {
2896
3091
  "path": "src/workflow-runtime/file-ops.ts",
2897
- "sha256": "001dc8bb2354572286a37e2067f66c02cc7606b26a9191082066af84c92d0425",
2898
- "size_bytes": 8718
3092
+ "sha256": "d02d1e8810ae067c257b340a6dfb061016ba8c82ec441fd5f0170483755c552f",
3093
+ "size_bytes": 7994
2899
3094
  },
2900
3095
  {
2901
3096
  "path": "src/workflow-runtime/fix.ts",
@@ -2909,8 +3104,8 @@
2909
3104
  },
2910
3105
  {
2911
3106
  "path": "src/workflow-runtime/markdown.ts",
2912
- "sha256": "15da7b89b75a9b92c1a879b7a702d98538fa81bb454fb88bcec901d566f0afdf",
2913
- "size_bytes": 5027
3107
+ "sha256": "c66cc75e1b7102a027a5797224fbd786cb6e195fc721eac565deb165116d3254",
3108
+ "size_bytes": 5033
2914
3109
  },
2915
3110
  {
2916
3111
  "path": "src/workflow-runtime/observability.ts",
@@ -2919,8 +3114,8 @@
2919
3114
  },
2920
3115
  {
2921
3116
  "path": "src/workflow-runtime/paths.ts",
2922
- "sha256": "bf2536a2104c2aeb89a75d91cf22a4dca698bb7c0959ede0919c8444b0c9037d",
2923
- "size_bytes": 480
3117
+ "sha256": "d40a83252fe3cdf3efc956b89211222c13ca5895a3d90786e7e006eafb87bebb",
3118
+ "size_bytes": 420
2924
3119
  },
2925
3120
  {
2926
3121
  "path": "src/workflow-runtime/template.ts",
@@ -2929,13 +3124,13 @@
2929
3124
  },
2930
3125
  {
2931
3126
  "path": "src/workflow-runtime/types.ts",
2932
- "sha256": "e7cd434c126519639f969262a124146835d8c9b53f6413a8815a2526eb0d5c10",
2933
- "size_bytes": 2245
3127
+ "sha256": "d6795d4fb32e673cc13d070af65322b8e74481feb218faf3e355dd23f7d1fc1d",
3128
+ "size_bytes": 2215
2934
3129
  },
2935
3130
  {
2936
3131
  "path": "src/workflow-runtime/validate.ts",
2937
- "sha256": "9fbea4cd05bca02e3978fc2217676a4688ef0a73bfe4efdacc4fd05dda290201",
2938
- "size_bytes": 12034
3132
+ "sha256": "91bc9d7cfc096df6bc557fad27ae3672c41cf523a5fd70b009b9a13555272a55",
3133
+ "size_bytes": 12041
2939
3134
  }
2940
3135
  ]
2941
3136
  }