agentplane 0.3.17 → 0.3.19

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