rafcode 1.3.2 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (417) hide show
  1. package/.claude/settings.local.json +3 -1
  2. package/CLAUDE.md +118 -22
  3. package/RAF/aaaacu-worktree-weaver/decisions.md +88 -0
  4. package/RAF/aaaacu-worktree-weaver/input.md +27 -0
  5. package/RAF/aaaacu-worktree-weaver/outcomes/01-git-worktree-utilities.md +41 -0
  6. package/RAF/aaaacu-worktree-weaver/outcomes/02-worktree-plan-command.md +44 -0
  7. package/RAF/aaaacu-worktree-weaver/outcomes/03-worktree-do-command.md +58 -0
  8. package/RAF/aaaacu-worktree-weaver/outcomes/04-auto-merge-and-cleanup.md +40 -0
  9. package/RAF/aaaacu-worktree-weaver/outcomes/05-worktree-tests.md +43 -0
  10. package/RAF/aaaacu-worktree-weaver/outcomes/06-update-documentation.md +33 -0
  11. package/RAF/aaaacu-worktree-weaver/plans/01-git-worktree-utilities.md +51 -0
  12. package/RAF/aaaacu-worktree-weaver/plans/02-worktree-plan-command.md +93 -0
  13. package/RAF/aaaacu-worktree-weaver/plans/03-worktree-do-command.md +81 -0
  14. package/RAF/aaaacu-worktree-weaver/plans/04-auto-merge-and-cleanup.md +51 -0
  15. package/RAF/aaaacu-worktree-weaver/plans/05-worktree-tests.md +52 -0
  16. package/RAF/aaaacu-worktree-weaver/plans/06-update-documentation.md +55 -0
  17. package/RAF/aaaacv-trim-the-fat/decisions.md +34 -0
  18. package/RAF/aaaacv-trim-the-fat/input.md +5 -0
  19. package/RAF/aaaacv-trim-the-fat/outcomes/01-add-worktree-support-to-status.md +43 -0
  20. package/RAF/aaaacv-trim-the-fat/outcomes/02-remove-multi-project-from-do.md +50 -0
  21. package/RAF/aaaacv-trim-the-fat/outcomes/03-commit-artifacts-on-amend.md +35 -0
  22. package/RAF/aaaacv-trim-the-fat/outcomes/04-worktree-aware-exit-messages.md +36 -0
  23. package/RAF/aaaacv-trim-the-fat/plans/01-add-worktree-support-to-status.md +43 -0
  24. package/RAF/aaaacv-trim-the-fat/plans/02-remove-multi-project-from-do.md +44 -0
  25. package/RAF/aaaacv-trim-the-fat/plans/03-commit-artifacts-on-amend.md +38 -0
  26. package/RAF/aaaacv-trim-the-fat/plans/04-worktree-aware-exit-messages.md +38 -0
  27. package/RAF/aaaacw-prune-cycle/decisions.md +25 -0
  28. package/RAF/aaaacw-prune-cycle/input.md +5 -0
  29. package/RAF/aaaacw-prune-cycle/outcomes/01-create-worktree-from-branch.md +32 -0
  30. package/RAF/aaaacw-prune-cycle/outcomes/02-cleanup-worktree-on-success.md +33 -0
  31. package/RAF/aaaacw-prune-cycle/outcomes/03-amend-recreate-worktree.md +40 -0
  32. package/RAF/aaaacw-prune-cycle/plans/01-create-worktree-from-branch.md +31 -0
  33. package/RAF/aaaacw-prune-cycle/plans/02-cleanup-worktree-on-success.md +38 -0
  34. package/RAF/aaaacw-prune-cycle/plans/03-amend-recreate-worktree.md +50 -0
  35. package/RAF/aaaacx-epoch-shift/decisions.md +25 -0
  36. package/RAF/aaaacx-epoch-shift/input.md +1 -0
  37. package/RAF/aaaacx-epoch-shift/outcomes/01-epoch-id-generation.md +34 -0
  38. package/RAF/aaaacx-epoch-shift/outcomes/02-update-pattern-matching.md +32 -0
  39. package/RAF/aaaacx-epoch-shift/outcomes/03-update-tests.md +59 -0
  40. package/RAF/aaaacx-epoch-shift/outcomes/04-update-documentation.md +30 -0
  41. package/RAF/aaaacx-epoch-shift/plans/01-epoch-id-generation.md +40 -0
  42. package/RAF/aaaacx-epoch-shift/plans/02-update-pattern-matching.md +60 -0
  43. package/RAF/aaaacx-epoch-shift/plans/03-update-tests.md +48 -0
  44. package/RAF/aaaacx-epoch-shift/plans/04-update-documentation.md +44 -0
  45. package/RAF/ahmpro-merge-guardian/decisions.md +25 -0
  46. package/RAF/ahmpro-merge-guardian/input.md +4 -0
  47. package/RAF/ahmpro-merge-guardian/outcomes/001-fix-amend-worktree-commit.md +45 -0
  48. package/RAF/ahmpro-merge-guardian/outcomes/002-base36-task-ids.md +55 -0
  49. package/RAF/ahmpro-merge-guardian/outcomes/003-worktree-pr-creation.md +41 -0
  50. package/RAF/ahmpro-merge-guardian/outcomes/004-post-execution-picker.md +53 -0
  51. package/RAF/ahmpro-merge-guardian/plans/001-fix-amend-worktree-commit.md +39 -0
  52. package/RAF/ahmpro-merge-guardian/plans/002-base36-task-ids.md +43 -0
  53. package/RAF/ahmpro-merge-guardian/plans/003-worktree-pr-creation.md +43 -0
  54. package/RAF/ahmpro-merge-guardian/plans/004-post-execution-picker.md +51 -0
  55. package/RAF/ahnbcu-letterjam/decisions.md +13 -0
  56. package/RAF/ahnbcu-letterjam/input.md +3 -0
  57. package/RAF/ahnbcu-letterjam/outcomes/01-base26-encoding.md +42 -0
  58. package/RAF/ahnbcu-letterjam/outcomes/02-update-tests.md +38 -0
  59. package/RAF/ahnbcu-letterjam/outcomes/03-migrate-command.md +51 -0
  60. package/RAF/ahnbcu-letterjam/outcomes/04-update-documentation.md +29 -0
  61. package/RAF/ahnbcu-letterjam/plans/01-base26-encoding.md +36 -0
  62. package/RAF/ahnbcu-letterjam/plans/02-update-tests.md +37 -0
  63. package/RAF/ahnbcu-letterjam/plans/03-migrate-command.md +49 -0
  64. package/RAF/ahnbcu-letterjam/plans/04-update-documentation.md +39 -0
  65. package/RAF/ahnwrk-worktree-weaver/decisions.md +19 -0
  66. package/RAF/ahnwrk-worktree-weaver/input.md +4 -0
  67. package/RAF/ahnwrk-worktree-weaver/outcomes/01-remove-co-authored-by.md +20 -0
  68. package/RAF/ahnwrk-worktree-weaver/outcomes/02-update-task-status-format.md +21 -0
  69. package/RAF/ahnwrk-worktree-weaver/outcomes/03-worktree-auto-discovery.md +34 -0
  70. package/RAF/ahnwrk-worktree-weaver/outcomes/04-fix-pr-description.md +30 -0
  71. package/RAF/ahnwrk-worktree-weaver/plans/01-remove-co-authored-by.md +26 -0
  72. package/RAF/ahnwrk-worktree-weaver/plans/02-update-task-status-format.md +27 -0
  73. package/RAF/ahnwrk-worktree-weaver/plans/03-worktree-auto-discovery.md +37 -0
  74. package/RAF/ahnwrk-worktree-weaver/plans/04-fix-pr-description.md +50 -0
  75. package/RAF/ahrren-turbo-finder/decisions.md +19 -0
  76. package/RAF/ahrren-turbo-finder/input.md +2 -0
  77. package/RAF/ahrren-turbo-finder/outcomes/01-worktree-auto-detect.md +40 -0
  78. package/RAF/ahrren-turbo-finder/outcomes/02-medium-effort-do.md +34 -0
  79. package/RAF/ahrren-turbo-finder/plans/01-worktree-auto-detect.md +44 -0
  80. package/RAF/ahrren-turbo-finder/plans/02-medium-effort-do.md +39 -0
  81. package/RAF/ahrtxf-session-sentinel/decisions.md +19 -0
  82. package/RAF/ahrtxf-session-sentinel/input.md +1 -0
  83. package/RAF/ahrtxf-session-sentinel/outcomes/01-capture-session-id.md +37 -0
  84. package/RAF/ahrtxf-session-sentinel/outcomes/02-resume-flag.md +45 -0
  85. package/RAF/ahrtxf-session-sentinel/plans/01-capture-session-id.md +41 -0
  86. package/RAF/ahrtxf-session-sentinel/plans/02-resume-flag.md +51 -0
  87. package/README.md +56 -10
  88. package/dist/commands/do.d.ts +15 -0
  89. package/dist/commands/do.d.ts.map +1 -1
  90. package/dist/commands/do.js +431 -129
  91. package/dist/commands/do.js.map +1 -1
  92. package/dist/commands/migrate.d.ts +14 -0
  93. package/dist/commands/migrate.d.ts.map +1 -0
  94. package/dist/commands/migrate.js +228 -0
  95. package/dist/commands/migrate.js.map +1 -0
  96. package/dist/commands/plan.d.ts.map +1 -1
  97. package/dist/commands/plan.js +237 -40
  98. package/dist/commands/plan.js.map +1 -1
  99. package/dist/commands/status.d.ts.map +1 -1
  100. package/dist/commands/status.js +221 -47
  101. package/dist/commands/status.js.map +1 -1
  102. package/dist/core/claude-runner.d.ts +21 -2
  103. package/dist/core/claude-runner.d.ts.map +1 -1
  104. package/dist/core/claude-runner.js +199 -29
  105. package/dist/core/claude-runner.js.map +1 -1
  106. package/dist/core/git.d.ts +15 -6
  107. package/dist/core/git.d.ts.map +1 -1
  108. package/dist/core/git.js +53 -20
  109. package/dist/core/git.js.map +1 -1
  110. package/dist/core/project-manager.d.ts.map +1 -1
  111. package/dist/core/project-manager.js +2 -2
  112. package/dist/core/project-manager.js.map +1 -1
  113. package/dist/core/pull-request.d.ts +84 -0
  114. package/dist/core/pull-request.d.ts.map +1 -0
  115. package/dist/core/pull-request.js +414 -0
  116. package/dist/core/pull-request.js.map +1 -0
  117. package/dist/core/shutdown-handler.d.ts.map +1 -1
  118. package/dist/core/shutdown-handler.js +4 -0
  119. package/dist/core/shutdown-handler.js.map +1 -1
  120. package/dist/core/state-derivation.d.ts +3 -3
  121. package/dist/core/state-derivation.d.ts.map +1 -1
  122. package/dist/core/state-derivation.js +18 -14
  123. package/dist/core/state-derivation.js.map +1 -1
  124. package/dist/core/worktree.d.ts +138 -0
  125. package/dist/core/worktree.d.ts.map +1 -0
  126. package/dist/core/worktree.js +383 -0
  127. package/dist/core/worktree.js.map +1 -0
  128. package/dist/index.js +2 -0
  129. package/dist/index.js.map +1 -1
  130. package/dist/parsers/stream-renderer.d.ts +3 -0
  131. package/dist/parsers/stream-renderer.d.ts.map +1 -1
  132. package/dist/parsers/stream-renderer.js +1 -1
  133. package/dist/parsers/stream-renderer.js.map +1 -1
  134. package/dist/prompts/amend.d.ts +1 -0
  135. package/dist/prompts/amend.d.ts.map +1 -1
  136. package/dist/prompts/amend.js +14 -10
  137. package/dist/prompts/amend.js.map +1 -1
  138. package/dist/prompts/execution.d.ts.map +1 -1
  139. package/dist/prompts/execution.js +4 -2
  140. package/dist/prompts/execution.js.map +1 -1
  141. package/dist/prompts/planning.d.ts +1 -0
  142. package/dist/prompts/planning.d.ts.map +1 -1
  143. package/dist/prompts/planning.js +9 -8
  144. package/dist/prompts/planning.js.map +1 -1
  145. package/dist/types/config.d.ts +6 -0
  146. package/dist/types/config.d.ts.map +1 -1
  147. package/dist/ui/project-picker.d.ts +34 -3
  148. package/dist/ui/project-picker.d.ts.map +1 -1
  149. package/dist/ui/project-picker.js +78 -10
  150. package/dist/ui/project-picker.js.map +1 -1
  151. package/dist/utils/paths.d.ts +38 -43
  152. package/dist/utils/paths.d.ts.map +1 -1
  153. package/dist/utils/paths.js +123 -193
  154. package/dist/utils/paths.js.map +1 -1
  155. package/dist/utils/terminal-symbols.d.ts +2 -2
  156. package/dist/utils/terminal-symbols.js +3 -3
  157. package/dist/utils/terminal-symbols.js.map +1 -1
  158. package/dist/utils/validation.d.ts.map +1 -1
  159. package/dist/utils/validation.js +2 -8
  160. package/dist/utils/validation.js.map +1 -1
  161. package/package.json +1 -1
  162. package/src/commands/do.ts +505 -139
  163. package/src/commands/migrate.ts +269 -0
  164. package/src/commands/plan.ts +264 -40
  165. package/src/commands/status.ts +252 -45
  166. package/src/core/claude-runner.ts +246 -33
  167. package/src/core/git.ts +57 -21
  168. package/src/core/project-manager.ts +2 -1
  169. package/src/core/pull-request.ts +480 -0
  170. package/src/core/shutdown-handler.ts +5 -0
  171. package/src/core/state-derivation.ts +18 -14
  172. package/src/core/worktree.ts +434 -0
  173. package/src/index.ts +2 -0
  174. package/src/parsers/stream-renderer.ts +4 -1
  175. package/src/prompts/amend.ts +15 -9
  176. package/src/prompts/execution.ts +4 -2
  177. package/src/prompts/planning.ts +10 -8
  178. package/src/types/config.ts +7 -0
  179. package/src/ui/project-picker.ts +110 -10
  180. package/src/utils/paths.ts +129 -214
  181. package/src/utils/terminal-symbols.ts +3 -3
  182. package/src/utils/validation.ts +2 -9
  183. package/tests/unit/amend-prompt.test.ts +85 -0
  184. package/tests/unit/claude-runner-interactive.test.ts +24 -0
  185. package/tests/unit/claude-runner.test.ts +518 -64
  186. package/tests/unit/commit-planning-artifacts-worktree.test.ts +327 -0
  187. package/tests/unit/commit-planning-artifacts.test.ts +303 -35
  188. package/tests/unit/dependency-integration.test.ts +95 -95
  189. package/tests/unit/do-blocked-tasks.test.ts +53 -53
  190. package/tests/unit/do-command.test.ts +39 -132
  191. package/tests/unit/do-rerun.test.ts +65 -65
  192. package/tests/unit/do-worktree-cleanup.test.ts +151 -0
  193. package/tests/unit/execution-prompt.test.ts +71 -60
  194. package/tests/unit/failure-history.test.ts +19 -19
  195. package/tests/unit/git-commit-helpers.test.ts +5 -5
  196. package/tests/unit/git-stash.test.ts +4 -4
  197. package/tests/unit/migrate-command.test.ts +197 -0
  198. package/tests/unit/outcome-content.test.ts +20 -20
  199. package/tests/unit/paths.test.ts +269 -467
  200. package/tests/unit/plan-amend-worktree-recreate.test.ts +246 -0
  201. package/tests/unit/plan-command.test.ts +103 -103
  202. package/tests/unit/planning-prompt.test.ts +41 -4
  203. package/tests/unit/post-execution-picker.test.ts +252 -0
  204. package/tests/unit/project-manager.test.ts +20 -8
  205. package/tests/unit/project-picker.test.ts +425 -42
  206. package/tests/unit/pull-request.test.ts +852 -0
  207. package/tests/unit/state-derivation.test.ts +138 -137
  208. package/tests/unit/status-command.test.ts +344 -76
  209. package/tests/unit/stream-renderer.test.ts +30 -0
  210. package/tests/unit/terminal-symbols.test.ts +4 -4
  211. package/tests/unit/worktree-integration.test.ts +405 -0
  212. package/tests/unit/worktree.test.ts +625 -0
  213. package/tests/unit/do-multiproject.test.ts +0 -270
  214. /package/RAF/{001-raf-task-improvements → aaaaab-raf-task-improvements}/input.md +0 -0
  215. /package/RAF/{001-raf-task-improvements/outcomes/001-add-decisions-folder.md → aaaaab-raf-task-improvements/outcomes/01-add-decisions-folder.md} +0 -0
  216. /package/RAF/{001-raf-task-improvements/outcomes/002-fix-write-error-on-shutdown.md → aaaaab-raf-task-improvements/outcomes/02-fix-write-error-on-shutdown.md} +0 -0
  217. /package/RAF/{001-raf-task-improvements/outcomes/003-stash-changes-on-failure.md → aaaaab-raf-task-improvements/outcomes/03-stash-changes-on-failure.md} +0 -0
  218. /package/RAF/{001-raf-task-improvements/outcomes/004-add-project-name-to-commits.md → aaaaab-raf-task-improvements/outcomes/04-add-project-name-to-commits.md} +0 -0
  219. /package/RAF/{001-raf-task-improvements/outcomes/005-add-running-time-display.md → aaaaab-raf-task-improvements/outcomes/05-add-running-time-display.md} +0 -0
  220. /package/RAF/{001-raf-task-improvements/outcomes/006-add-task-name-to-logs.md → aaaaab-raf-task-improvements/outcomes/06-add-task-name-to-logs.md} +0 -0
  221. /package/RAF/{001-raf-task-improvements/outcomes/007-show-model-at-task-start.md → aaaaab-raf-task-improvements/outcomes/07-show-model-at-task-start.md} +0 -0
  222. /package/RAF/{001-raf-task-improvements/outcomes/009-remove-editor-placeholder-text.md → aaaaab-raf-task-improvements/outcomes/09-remove-editor-placeholder-text.md} +0 -0
  223. /package/RAF/{001-raf-task-improvements → aaaaab-raf-task-improvements}/outcomes/SUMMARY.md +0 -0
  224. /package/RAF/{001-raf-task-improvements/plans/001-add-decisions-folder.md → aaaaab-raf-task-improvements/plans/01-add-decisions-folder.md} +0 -0
  225. /package/RAF/{001-raf-task-improvements/plans/002-fix-write-error-on-shutdown.md → aaaaab-raf-task-improvements/plans/02-fix-write-error-on-shutdown.md} +0 -0
  226. /package/RAF/{001-raf-task-improvements/plans/003-stash-changes-on-failure.md → aaaaab-raf-task-improvements/plans/03-stash-changes-on-failure.md} +0 -0
  227. /package/RAF/{001-raf-task-improvements/plans/004-add-project-name-to-commits.md → aaaaab-raf-task-improvements/plans/04-add-project-name-to-commits.md} +0 -0
  228. /package/RAF/{001-raf-task-improvements/plans/005-add-running-time-display.md → aaaaab-raf-task-improvements/plans/05-add-running-time-display.md} +0 -0
  229. /package/RAF/{001-raf-task-improvements/plans/006-add-task-name-to-logs.md → aaaaab-raf-task-improvements/plans/06-add-task-name-to-logs.md} +0 -0
  230. /package/RAF/{001-raf-task-improvements/plans/009-remove-editor-placeholder-text.md → aaaaab-raf-task-improvements/plans/09-remove-editor-placeholder-text.md} +0 -0
  231. /package/RAF/{002-raf-task-improvements-execution → aaaaac-raf-task-improvements-execution}/decisions/DECISIONS.md +0 -0
  232. /package/RAF/{002-raf-task-improvements-execution → aaaaac-raf-task-improvements-execution}/input.md +0 -0
  233. /package/RAF/{002-raf-task-improvements-execution/outcomes/001-commit-show-model-at-task-start.md → aaaaac-raf-task-improvements-execution/outcomes/01-commit-show-model-at-task-start.md} +0 -0
  234. /package/RAF/{002-raf-task-improvements-execution/outcomes/002-delete-skipped-plan.md → aaaaac-raf-task-improvements-execution/outcomes/02-delete-skipped-plan.md} +0 -0
  235. /package/RAF/{002-raf-task-improvements-execution → aaaaac-raf-task-improvements-execution}/outcomes/SUMMARY.md +0 -0
  236. /package/RAF/{002-raf-task-improvements-execution/plans/001-commit-show-model-at-task-start.md → aaaaac-raf-task-improvements-execution/plans/01-commit-show-model-at-task-start.md} +0 -0
  237. /package/RAF/{002-raf-task-improvements-execution/plans/002-delete-skipped-plan.md → aaaaac-raf-task-improvements-execution/plans/02-delete-skipped-plan.md} +0 -0
  238. /package/RAF/{003-multi-project-execution → aaaaad-multi-project-execution}/decisions/DECISIONS.md +0 -0
  239. /package/RAF/{003-multi-project-execution → aaaaad-multi-project-execution}/input.md +0 -0
  240. /package/RAF/{003-multi-project-execution/outcomes/001-remove-state-json.md → aaaaad-multi-project-execution/outcomes/01-remove-state-json.md} +0 -0
  241. /package/RAF/{003-multi-project-execution/outcomes/002-update-raf-status.md → aaaaad-multi-project-execution/outcomes/02-update-raf-status.md} +0 -0
  242. /package/RAF/{003-multi-project-execution/outcomes/003-simplify-git-logic.md → aaaaad-multi-project-execution/outcomes/03-simplify-git-logic.md} +0 -0
  243. /package/RAF/{003-multi-project-execution/outcomes/004-auto-commit-planning.md → aaaaad-multi-project-execution/outcomes/04-auto-commit-planning.md} +0 -0
  244. /package/RAF/{003-multi-project-execution/outcomes/005-rerun-failed-tasks.md → aaaaad-multi-project-execution/outcomes/05-rerun-failed-tasks.md} +0 -0
  245. /package/RAF/{003-multi-project-execution/outcomes/006-multi-project-execution.md → aaaaad-multi-project-execution/outcomes/06-multi-project-execution.md} +0 -0
  246. /package/RAF/{003-multi-project-execution/outcomes/007-verify-timeout.md → aaaaad-multi-project-execution/outcomes/07-verify-timeout.md} +0 -0
  247. /package/RAF/{003-multi-project-execution/outcomes/008-move-decisions-file.md → aaaaad-multi-project-execution/outcomes/08-move-decisions-file.md} +0 -0
  248. /package/RAF/{003-multi-project-execution → aaaaad-multi-project-execution}/outcomes/SUMMARY.md +0 -0
  249. /package/RAF/{003-multi-project-execution/plans/001-remove-state-json.md → aaaaad-multi-project-execution/plans/01-remove-state-json.md} +0 -0
  250. /package/RAF/{003-multi-project-execution/plans/002-update-raf-status.md → aaaaad-multi-project-execution/plans/02-update-raf-status.md} +0 -0
  251. /package/RAF/{003-multi-project-execution/plans/003-simplify-git-logic.md → aaaaad-multi-project-execution/plans/03-simplify-git-logic.md} +0 -0
  252. /package/RAF/{003-multi-project-execution/plans/004-auto-commit-planning.md → aaaaad-multi-project-execution/plans/04-auto-commit-planning.md} +0 -0
  253. /package/RAF/{003-multi-project-execution/plans/005-rerun-failed-tasks.md → aaaaad-multi-project-execution/plans/05-rerun-failed-tasks.md} +0 -0
  254. /package/RAF/{003-multi-project-execution/plans/006-multi-project-execution.md → aaaaad-multi-project-execution/plans/06-multi-project-execution.md} +0 -0
  255. /package/RAF/{003-multi-project-execution/plans/007-verify-timeout.md → aaaaad-multi-project-execution/plans/07-verify-timeout.md} +0 -0
  256. /package/RAF/{003-multi-project-execution/plans/008-move-decisions-file.md → aaaaad-multi-project-execution/plans/08-move-decisions-file.md} +0 -0
  257. /package/RAF/{004-task-naming-optimization → aaaaae-task-naming-optimization}/decisions.md +0 -0
  258. /package/RAF/{004-task-naming-optimization → aaaaae-task-naming-optimization}/input.md +0 -0
  259. /package/RAF/{004-task-naming-optimization/outcomes/001-remove-summary-file.md → aaaaae-task-naming-optimization/outcomes/01-remove-summary-file.md} +0 -0
  260. /package/RAF/{004-task-naming-optimization/outcomes/002-base36-project-numbering.md → aaaaae-task-naming-optimization/outcomes/02-base36-project-numbering.md} +0 -0
  261. /package/RAF/{004-task-naming-optimization/outcomes/003-improve-haiku-prompt.md → aaaaae-task-naming-optimization/outcomes/03-improve-haiku-prompt.md} +0 -0
  262. /package/RAF/{004-task-naming-optimization → aaaaae-task-naming-optimization}/outcomes/SUMMARY.md +0 -0
  263. /package/RAF/{004-task-naming-optimization/plans/001-remove-summary-file.md → aaaaae-task-naming-optimization/plans/01-remove-summary-file.md} +0 -0
  264. /package/RAF/{004-task-naming-optimization/plans/002-base36-project-numbering.md → aaaaae-task-naming-optimization/plans/02-base36-project-numbering.md} +0 -0
  265. /package/RAF/{004-task-naming-optimization/plans/003-improve-haiku-prompt.md → aaaaae-task-naming-optimization/plans/03-improve-haiku-prompt.md} +0 -0
  266. /package/RAF/{005-task-naming-improvements → aaaaaf-task-naming-improvements}/decisions.md +0 -0
  267. /package/RAF/{005-task-naming-improvements → aaaaaf-task-naming-improvements}/input.md +0 -0
  268. /package/RAF/{005-task-naming-improvements/outcomes/001-enhance-identifier-resolution.md → aaaaaf-task-naming-improvements/outcomes/01-enhance-identifier-resolution.md} +0 -0
  269. /package/RAF/{005-task-naming-improvements/outcomes/002-add-identifier-support-to-status.md → aaaaaf-task-naming-improvements/outcomes/02-add-identifier-support-to-status.md} +0 -0
  270. /package/RAF/{005-task-naming-improvements/outcomes/003-update-do-for-full-folder-names.md → aaaaaf-task-naming-improvements/outcomes/03-update-do-for-full-folder-names.md} +0 -0
  271. /package/RAF/{005-task-naming-improvements/outcomes/004-implement-amend-flag-for-plan.md → aaaaaf-task-naming-improvements/outcomes/04-implement-amend-flag-for-plan.md} +0 -0
  272. /package/RAF/{005-task-naming-improvements/outcomes/005-commit-outcomes-on-complete.md → aaaaaf-task-naming-improvements/outcomes/05-commit-outcomes-on-complete.md} +0 -0
  273. /package/RAF/{005-task-naming-improvements/outcomes/006-update-execution-prompt-commit-schema.md → aaaaaf-task-naming-improvements/outcomes/06-update-execution-prompt-commit-schema.md} +0 -0
  274. /package/RAF/{005-task-naming-improvements/outcomes/007-allow-pending-task-amendments.md → aaaaaf-task-naming-improvements/outcomes/07-allow-pending-task-amendments.md} +0 -0
  275. /package/RAF/{005-task-naming-improvements/outcomes/008-fix-timeout-label.md → aaaaaf-task-naming-improvements/outcomes/08-fix-timeout-label.md} +0 -0
  276. /package/RAF/{005-task-naming-improvements/plans/001-enhance-identifier-resolution.md → aaaaaf-task-naming-improvements/plans/01-enhance-identifier-resolution.md} +0 -0
  277. /package/RAF/{005-task-naming-improvements/plans/002-add-identifier-support-to-status.md → aaaaaf-task-naming-improvements/plans/02-add-identifier-support-to-status.md} +0 -0
  278. /package/RAF/{005-task-naming-improvements/plans/003-update-do-for-full-folder-names.md → aaaaaf-task-naming-improvements/plans/03-update-do-for-full-folder-names.md} +0 -0
  279. /package/RAF/{005-task-naming-improvements/plans/004-implement-amend-flag-for-plan.md → aaaaaf-task-naming-improvements/plans/04-implement-amend-flag-for-plan.md} +0 -0
  280. /package/RAF/{005-task-naming-improvements/plans/005-commit-outcomes-on-complete.md → aaaaaf-task-naming-improvements/plans/05-commit-outcomes-on-complete.md} +0 -0
  281. /package/RAF/{005-task-naming-improvements/plans/006-update-execution-prompt-commit-schema.md → aaaaaf-task-naming-improvements/plans/06-update-execution-prompt-commit-schema.md} +0 -0
  282. /package/RAF/{005-task-naming-improvements/plans/007-allow-pending-task-amendments.md → aaaaaf-task-naming-improvements/plans/07-allow-pending-task-amendments.md} +0 -0
  283. /package/RAF/{005-task-naming-improvements/plans/008-fix-timeout-label.md → aaaaaf-task-naming-improvements/plans/08-fix-timeout-label.md} +0 -0
  284. /package/RAF/{006-fix-double-summary-headers → aaaaag-fix-double-summary-headers}/decisions.md +0 -0
  285. /package/RAF/{006-fix-double-summary-headers → aaaaag-fix-double-summary-headers}/input.md +0 -0
  286. /package/RAF/{006-fix-double-summary-headers/outcomes/001-fix-double-summary-headers.md → aaaaag-fix-double-summary-headers/outcomes/01-fix-double-summary-headers.md} +0 -0
  287. /package/RAF/{006-fix-double-summary-headers/outcomes/002-update-readme-for-npm.md → aaaaag-fix-double-summary-headers/outcomes/02-update-readme-for-npm.md} +0 -0
  288. /package/RAF/{006-fix-double-summary-headers/outcomes/003-npm-publish-instructions.md → aaaaag-fix-double-summary-headers/outcomes/03-npm-publish-instructions.md} +0 -0
  289. /package/RAF/{006-fix-double-summary-headers/outcomes/004-flexible-project-lookup.md → aaaaag-fix-double-summary-headers/outcomes/04-flexible-project-lookup.md} +0 -0
  290. /package/RAF/{006-fix-double-summary-headers/plans/001-fix-double-summary-headers.md → aaaaag-fix-double-summary-headers/plans/01-fix-double-summary-headers.md} +0 -0
  291. /package/RAF/{006-fix-double-summary-headers/plans/002-update-readme-for-npm.md → aaaaag-fix-double-summary-headers/plans/02-update-readme-for-npm.md} +0 -0
  292. /package/RAF/{006-fix-double-summary-headers/plans/003-npm-publish-instructions.md → aaaaag-fix-double-summary-headers/plans/03-npm-publish-instructions.md} +0 -0
  293. /package/RAF/{006-fix-double-summary-headers/plans/004-flexible-project-lookup.md → aaaaag-fix-double-summary-headers/plans/04-flexible-project-lookup.md} +0 -0
  294. /package/RAF/{007-improve-outcome-format → aaaaah-improve-outcome-format}/decisions.md +0 -0
  295. /package/RAF/{007-improve-outcome-format → aaaaah-improve-outcome-format}/input.md +0 -0
  296. /package/RAF/{007-improve-outcome-format/outcomes/001-update-execution-prompt.md → aaaaah-improve-outcome-format/outcomes/01-update-execution-prompt.md} +0 -0
  297. /package/RAF/{007-improve-outcome-format/outcomes/002-update-state-derivation.md → aaaaah-improve-outcome-format/outcomes/02-update-state-derivation.md} +0 -0
  298. /package/RAF/{007-improve-outcome-format/outcomes/003-update-do-command-outcome-handling.md → aaaaah-improve-outcome-format/outcomes/03-update-do-command-outcome-handling.md} +0 -0
  299. /package/RAF/{007-improve-outcome-format/outcomes/004-implement-failure-analysis.md → aaaaah-improve-outcome-format/outcomes/04-implement-failure-analysis.md} +0 -0
  300. /package/RAF/{007-improve-outcome-format/outcomes/005-update-documentation.md → aaaaah-improve-outcome-format/outcomes/05-update-documentation.md} +0 -0
  301. /package/RAF/{007-improve-outcome-format/plans/001-update-execution-prompt.md → aaaaah-improve-outcome-format/plans/01-update-execution-prompt.md} +0 -0
  302. /package/RAF/{007-improve-outcome-format/plans/002-update-state-derivation.md → aaaaah-improve-outcome-format/plans/02-update-state-derivation.md} +0 -0
  303. /package/RAF/{007-improve-outcome-format/plans/003-update-do-command-outcome-handling.md → aaaaah-improve-outcome-format/plans/03-update-do-command-outcome-handling.md} +0 -0
  304. /package/RAF/{007-improve-outcome-format/plans/004-implement-failure-analysis.md → aaaaah-improve-outcome-format/plans/04-implement-failure-analysis.md} +0 -0
  305. /package/RAF/{007-improve-outcome-format/plans/005-update-documentation.md → aaaaah-improve-outcome-format/plans/05-update-documentation.md} +0 -0
  306. /package/RAF/{008-beautiful-do → aaaaai-beautiful-do}/decisions.md +0 -0
  307. /package/RAF/{008-beautiful-do → aaaaai-beautiful-do}/input.md +0 -0
  308. /package/RAF/{008-beautiful-do/outcomes/001-terminal-symbols.md → aaaaai-beautiful-do/outcomes/01-terminal-symbols.md} +0 -0
  309. /package/RAF/{008-beautiful-do/outcomes/002-refactor-do-output.md → aaaaai-beautiful-do/outcomes/02-refactor-do-output.md} +0 -0
  310. /package/RAF/{008-beautiful-do/outcomes/003-refactor-status-output.md → aaaaai-beautiful-do/outcomes/03-refactor-status-output.md} +0 -0
  311. /package/RAF/{008-beautiful-do/outcomes/004-simplify-logger.md → aaaaai-beautiful-do/outcomes/04-simplify-logger.md} +0 -0
  312. /package/RAF/{008-beautiful-do/outcomes/005-add-tests.md → aaaaai-beautiful-do/outcomes/05-add-tests.md} +0 -0
  313. /package/RAF/{008-beautiful-do/plans/001-terminal-symbols.md → aaaaai-beautiful-do/plans/01-terminal-symbols.md} +0 -0
  314. /package/RAF/{008-beautiful-do/plans/002-refactor-do-output.md → aaaaai-beautiful-do/plans/02-refactor-do-output.md} +0 -0
  315. /package/RAF/{008-beautiful-do/plans/003-refactor-status-output.md → aaaaai-beautiful-do/plans/03-refactor-status-output.md} +0 -0
  316. /package/RAF/{008-beautiful-do/plans/004-simplify-logger.md → aaaaai-beautiful-do/plans/04-simplify-logger.md} +0 -0
  317. /package/RAF/{008-beautiful-do/plans/005-add-tests.md → aaaaai-beautiful-do/plans/05-add-tests.md} +0 -0
  318. /package/RAF/{009-system-promt-ammend → aaaaaj-system-promt-ammend}/decisions.md +0 -0
  319. /package/RAF/{009-system-promt-ammend → aaaaaj-system-promt-ammend}/input.md +0 -0
  320. /package/RAF/{009-system-promt-ammend/outcomes/001-model-override.md → aaaaaj-system-promt-ammend/outcomes/01-model-override.md} +0 -0
  321. /package/RAF/{009-system-promt-ammend/outcomes/002-system-prompt-append.md → aaaaaj-system-promt-ammend/outcomes/02-system-prompt-append.md} +0 -0
  322. /package/RAF/{009-system-promt-ammend/outcomes/003-retry-context.md → aaaaaj-system-promt-ammend/outcomes/03-retry-context.md} +0 -0
  323. /package/RAF/{009-system-promt-ammend/plans/001-model-override.md → aaaaaj-system-promt-ammend/plans/01-model-override.md} +0 -0
  324. /package/RAF/{009-system-promt-ammend/plans/002-system-prompt-append.md → aaaaaj-system-promt-ammend/plans/02-system-prompt-append.md} +0 -0
  325. /package/RAF/{009-system-promt-ammend/plans/003-retry-context.md → aaaaaj-system-promt-ammend/plans/03-retry-context.md} +0 -0
  326. /package/RAF/{010-outcome-marker-fallback → aaaabk-outcome-marker-fallback}/decisions.md +0 -0
  327. /package/RAF/{010-outcome-marker-fallback → aaaabk-outcome-marker-fallback}/input.md +0 -0
  328. /package/RAF/{010-outcome-marker-fallback/outcomes/001-outcome-file-marker-fallback.md → aaaabk-outcome-marker-fallback/outcomes/01-outcome-file-marker-fallback.md} +0 -0
  329. /package/RAF/{010-outcome-marker-fallback/outcomes/002-creative-project-naming.md → aaaabk-outcome-marker-fallback/outcomes/02-creative-project-naming.md} +0 -0
  330. /package/RAF/{010-outcome-marker-fallback/plans/001-outcome-file-marker-fallback.md → aaaabk-outcome-marker-fallback/plans/01-outcome-file-marker-fallback.md} +0 -0
  331. /package/RAF/{010-outcome-marker-fallback/plans/002-creative-project-naming.md → aaaabk-outcome-marker-fallback/plans/02-creative-project-naming.md} +0 -0
  332. /package/RAF/{011-do-task-in-commit → aaaabl-do-task-in-commit}/decisions.md +0 -0
  333. /package/RAF/{011-do-task-in-commit → aaaabl-do-task-in-commit}/input.md +0 -0
  334. /package/RAF/{011-do-task-in-commit/outcomes/001-update-execution-prompt.md → aaaabl-do-task-in-commit/outcomes/01-update-execution-prompt.md} +0 -0
  335. /package/RAF/{011-do-task-in-commit/outcomes/002-update-tests.md → aaaabl-do-task-in-commit/outcomes/02-update-tests.md} +0 -0
  336. /package/RAF/{011-do-task-in-commit/outcomes/003-update-documentation.md → aaaabl-do-task-in-commit/outcomes/03-update-documentation.md} +0 -0
  337. /package/RAF/{011-do-task-in-commit/plans/001-update-execution-prompt.md → aaaabl-do-task-in-commit/plans/01-update-execution-prompt.md} +0 -0
  338. /package/RAF/{011-do-task-in-commit/plans/002-update-tests.md → aaaabl-do-task-in-commit/plans/02-update-tests.md} +0 -0
  339. /package/RAF/{011-do-task-in-commit/plans/003-update-documentation.md → aaaabl-do-task-in-commit/plans/03-update-documentation.md} +0 -0
  340. /package/RAF/{012-name-picker-buffet → aaaabm-name-picker-buffet}/decisions.md +0 -0
  341. /package/RAF/{012-name-picker-buffet → aaaabm-name-picker-buffet}/input.md +0 -0
  342. /package/RAF/{012-name-picker-buffet/outcomes/001-name-picker-for-raf-plan.md → aaaabm-name-picker-buffet/outcomes/01-name-picker-for-raf-plan.md} +0 -0
  343. /package/RAF/{012-name-picker-buffet/outcomes/002-interactive-project-picker-for-raf-do.md → aaaabm-name-picker-buffet/outcomes/02-interactive-project-picker-for-raf-do.md} +0 -0
  344. /package/RAF/{012-name-picker-buffet/outcomes/003-raf-status-truncation.md → aaaabm-name-picker-buffet/outcomes/03-raf-status-truncation.md} +0 -0
  345. /package/RAF/{012-name-picker-buffet/outcomes/004-failure-reason-details.md → aaaabm-name-picker-buffet/outcomes/04-failure-reason-details.md} +0 -0
  346. /package/RAF/{012-name-picker-buffet/outcomes/005-remove-raf-commits.md → aaaabm-name-picker-buffet/outcomes/05-remove-raf-commits.md} +0 -0
  347. /package/RAF/{012-name-picker-buffet/outcomes/006-update-execution-prompt-for-commits.md → aaaabm-name-picker-buffet/outcomes/06-update-execution-prompt-for-commits.md} +0 -0
  348. /package/RAF/{012-name-picker-buffet/outcomes/007-fix-plan-mode-user-prompt.md → aaaabm-name-picker-buffet/outcomes/07-fix-plan-mode-user-prompt.md} +0 -0
  349. /package/RAF/{012-name-picker-buffet/outcomes/008-add-auto-flag-for-plan-mode.md → aaaabm-name-picker-buffet/outcomes/08-add-auto-flag-for-plan-mode.md} +0 -0
  350. /package/RAF/{012-name-picker-buffet/plans/001-name-picker-for-raf-plan.md → aaaabm-name-picker-buffet/plans/01-name-picker-for-raf-plan.md} +0 -0
  351. /package/RAF/{012-name-picker-buffet/plans/002-interactive-project-picker-for-raf-do.md → aaaabm-name-picker-buffet/plans/02-interactive-project-picker-for-raf-do.md} +0 -0
  352. /package/RAF/{012-name-picker-buffet/plans/003-raf-status-truncation.md → aaaabm-name-picker-buffet/plans/03-raf-status-truncation.md} +0 -0
  353. /package/RAF/{012-name-picker-buffet/plans/004-failure-reason-details.md → aaaabm-name-picker-buffet/plans/04-failure-reason-details.md} +0 -0
  354. /package/RAF/{012-name-picker-buffet/plans/005-remove-raf-commits.md → aaaabm-name-picker-buffet/plans/05-remove-raf-commits.md} +0 -0
  355. /package/RAF/{012-name-picker-buffet/plans/006-update-execution-prompt-for-commits.md → aaaabm-name-picker-buffet/plans/06-update-execution-prompt-for-commits.md} +0 -0
  356. /package/RAF/{012-name-picker-buffet/plans/007-fix-plan-mode-user-prompt.md → aaaabm-name-picker-buffet/plans/07-fix-plan-mode-user-prompt.md} +0 -0
  357. /package/RAF/{012-name-picker-buffet/plans/008-add-auto-flag-for-plan-mode.md → aaaabm-name-picker-buffet/plans/08-add-auto-flag-for-plan-mode.md} +0 -0
  358. /package/RAF/{013-dependencies-watchdog → aaaabn-dependencies-watchdog}/decisions.md +0 -0
  359. /package/RAF/{013-dependencies-watchdog → aaaabn-dependencies-watchdog}/input.md +0 -0
  360. /package/RAF/{013-dependencies-watchdog/outcomes/001-define-dependency-syntax.md → aaaabn-dependencies-watchdog/outcomes/01-define-dependency-syntax.md} +0 -0
  361. /package/RAF/{013-dependencies-watchdog/outcomes/002-update-planning-prompts.md → aaaabn-dependencies-watchdog/outcomes/02-update-planning-prompts.md} +0 -0
  362. /package/RAF/{013-dependencies-watchdog/outcomes/003-parse-dependencies-update-state.md → aaaabn-dependencies-watchdog/outcomes/03-parse-dependencies-update-state.md} +0 -0
  363. /package/RAF/{013-dependencies-watchdog/outcomes/004-implement-dependency-checking-in-do.md → aaaabn-dependencies-watchdog/outcomes/04-implement-dependency-checking-in-do.md} +0 -0
  364. /package/RAF/{013-dependencies-watchdog/outcomes/005-update-execution-prompts.md → aaaabn-dependencies-watchdog/outcomes/05-update-execution-prompts.md} +0 -0
  365. /package/RAF/{013-dependencies-watchdog/outcomes/006-add-tests.md → aaaabn-dependencies-watchdog/outcomes/06-add-tests.md} +0 -0
  366. /package/RAF/{013-dependencies-watchdog/outcomes/007-add-act-alias.md → aaaabn-dependencies-watchdog/outcomes/07-add-act-alias.md} +0 -0
  367. /package/RAF/{013-dependencies-watchdog/outcomes/008-add-exit-message.md → aaaabn-dependencies-watchdog/outcomes/08-add-exit-message.md} +0 -0
  368. /package/RAF/{013-dependencies-watchdog/plans/001-define-dependency-syntax.md → aaaabn-dependencies-watchdog/plans/01-define-dependency-syntax.md} +0 -0
  369. /package/RAF/{013-dependencies-watchdog/plans/002-update-planning-prompts.md → aaaabn-dependencies-watchdog/plans/02-update-planning-prompts.md} +0 -0
  370. /package/RAF/{013-dependencies-watchdog/plans/003-parse-dependencies-update-state.md → aaaabn-dependencies-watchdog/plans/03-parse-dependencies-update-state.md} +0 -0
  371. /package/RAF/{013-dependencies-watchdog/plans/004-implement-dependency-checking-in-do.md → aaaabn-dependencies-watchdog/plans/04-implement-dependency-checking-in-do.md} +0 -0
  372. /package/RAF/{013-dependencies-watchdog/plans/005-update-execution-prompts.md → aaaabn-dependencies-watchdog/plans/05-update-execution-prompts.md} +0 -0
  373. /package/RAF/{013-dependencies-watchdog/plans/006-add-tests.md → aaaabn-dependencies-watchdog/plans/06-add-tests.md} +0 -0
  374. /package/RAF/{013-dependencies-watchdog/plans/007-add-act-alias.md → aaaabn-dependencies-watchdog/plans/07-add-act-alias.md} +0 -0
  375. /package/RAF/{013-dependencies-watchdog/plans/008-add-exit-message.md → aaaabn-dependencies-watchdog/plans/08-add-exit-message.md} +0 -0
  376. /package/RAF/{014-watchdog → aaaabo-watchdog}/decisions.md +0 -0
  377. /package/RAF/{014-watchdog → aaaabo-watchdog}/input.md +0 -0
  378. /package/RAF/{014-watchdog/outcomes/001-amend-flag-position.md → aaaabo-watchdog/outcomes/01-amend-flag-position.md} +0 -0
  379. /package/RAF/{014-watchdog/outcomes/002-details-only-on-failure.md → aaaabo-watchdog/outcomes/02-details-only-on-failure.md} +0 -0
  380. /package/RAF/{014-watchdog/plans/001-amend-flag-position.md → aaaabo-watchdog/plans/01-amend-flag-position.md} +0 -0
  381. /package/RAF/{014-watchdog/plans/002-details-only-on-failure.md → aaaabo-watchdog/plans/02-details-only-on-failure.md} +0 -0
  382. /package/RAF/{015-name-lottery → aaaabp-name-lottery}/decisions.md +0 -0
  383. /package/RAF/{015-name-lottery → aaaabp-name-lottery}/input.md +0 -0
  384. /package/RAF/{015-name-lottery/outcomes/001-auto-pick-project-name.md → aaaabp-name-lottery/outcomes/01-auto-pick-project-name.md} +0 -0
  385. /package/RAF/{015-name-lottery/outcomes/002-mention-plan-files-in-commit.md → aaaabp-name-lottery/outcomes/02-mention-plan-files-in-commit.md} +0 -0
  386. /package/RAF/{015-name-lottery/outcomes/003-fix-input-md-in-amend-flow.md → aaaabp-name-lottery/outcomes/03-fix-input-md-in-amend-flow.md} +0 -0
  387. /package/RAF/{015-name-lottery/plans/001-auto-pick-project-name.md → aaaabp-name-lottery/plans/01-auto-pick-project-name.md} +0 -0
  388. /package/RAF/{015-name-lottery/plans/002-mention-plan-files-in-commit.md → aaaabp-name-lottery/plans/02-mention-plan-files-in-commit.md} +0 -0
  389. /package/RAF/{015-name-lottery/plans/003-fix-input-md-in-amend-flow.md → aaaabp-name-lottery/plans/03-fix-input-md-in-amend-flow.md} +0 -0
  390. /package/RAF/{016-planning-scalpel → aaaabq-planning-scalpel}/decisions.md +0 -0
  391. /package/RAF/{016-planning-scalpel → aaaabq-planning-scalpel}/input.md +0 -0
  392. /package/RAF/{016-planning-scalpel/outcomes/001-update-git-commit-instructions.md → aaaabq-planning-scalpel/outcomes/01-update-git-commit-instructions.md} +0 -0
  393. /package/RAF/{016-planning-scalpel/plans/001-update-git-commit-instructions.md → aaaabq-planning-scalpel/plans/01-update-git-commit-instructions.md} +0 -0
  394. /package/RAF/{017-decision-vault → aaaabr-decision-vault}/decisions.md +0 -0
  395. /package/RAF/{017-decision-vault → aaaabr-decision-vault}/input.md +0 -0
  396. /package/RAF/{017-decision-vault/outcomes/001-create-git-commit-utility.md → aaaabr-decision-vault/outcomes/01-create-git-commit-utility.md} +0 -0
  397. /package/RAF/{017-decision-vault/outcomes/002-integrate-commit-into-plan.md → aaaabr-decision-vault/outcomes/02-integrate-commit-into-plan.md} +0 -0
  398. /package/RAF/{017-decision-vault/outcomes/003-add-tests-for-planning-commit.md → aaaabr-decision-vault/outcomes/03-add-tests-for-planning-commit.md} +0 -0
  399. /package/RAF/{017-decision-vault/plans/001-create-git-commit-utility.md → aaaabr-decision-vault/plans/01-create-git-commit-utility.md} +0 -0
  400. /package/RAF/{017-decision-vault/plans/002-integrate-commit-into-plan.md → aaaabr-decision-vault/plans/02-integrate-commit-into-plan.md} +0 -0
  401. /package/RAF/{017-decision-vault/plans/003-add-tests-for-planning-commit.md → aaaabr-decision-vault/plans/03-add-tests-for-planning-commit.md} +0 -0
  402. /package/RAF/{018-workflow-forge → aaaabs-workflow-forge}/decisions.md +0 -0
  403. /package/RAF/{018-workflow-forge → aaaabs-workflow-forge}/input.md +0 -0
  404. /package/RAF/{018-workflow-forge/outcomes/001-add-task-number-progress.md → aaaabs-workflow-forge/outcomes/01-add-task-number-progress.md} +0 -0
  405. /package/RAF/{018-workflow-forge/outcomes/002-update-plan-do-prompts.md → aaaabs-workflow-forge/outcomes/02-update-plan-do-prompts.md} +0 -0
  406. /package/RAF/{018-workflow-forge/plans/001-add-task-number-progress.md → aaaabs-workflow-forge/plans/01-add-task-number-progress.md} +0 -0
  407. /package/RAF/{018-workflow-forge/plans/002-update-plan-do-prompts.md → aaaabs-workflow-forge/plans/02-update-plan-do-prompts.md} +0 -0
  408. /package/RAF/{019-verbose-chronicle → aaaabt-verbose-chronicle}/decisions.md +0 -0
  409. /package/RAF/{019-verbose-chronicle → aaaabt-verbose-chronicle}/input.md +0 -0
  410. /package/RAF/{019-verbose-chronicle/outcomes/001-amend-iteration-references.md → aaaabt-verbose-chronicle/outcomes/01-amend-iteration-references.md} +0 -0
  411. /package/RAF/{019-verbose-chronicle/outcomes/002-verbose-task-name-display.md → aaaabt-verbose-chronicle/outcomes/02-verbose-task-name-display.md} +0 -0
  412. /package/RAF/{019-verbose-chronicle/outcomes/003-verbose-streaming-fix.md → aaaabt-verbose-chronicle/outcomes/03-verbose-streaming-fix.md} +0 -0
  413. /package/RAF/{019-verbose-chronicle/outcomes/004-commit-verification-before-halt.md → aaaabt-verbose-chronicle/outcomes/04-commit-verification-before-halt.md} +0 -0
  414. /package/RAF/{019-verbose-chronicle/plans/001-amend-iteration-references.md → aaaabt-verbose-chronicle/plans/01-amend-iteration-references.md} +0 -0
  415. /package/RAF/{019-verbose-chronicle/plans/002-verbose-task-name-display.md → aaaabt-verbose-chronicle/plans/02-verbose-task-name-display.md} +0 -0
  416. /package/RAF/{019-verbose-chronicle/plans/003-verbose-streaming-fix.md → aaaabt-verbose-chronicle/plans/03-verbose-streaming-fix.md} +0 -0
  417. /package/RAF/{019-verbose-chronicle/plans/004-commit-verification-before-halt.md → aaaabt-verbose-chronicle/plans/04-commit-verification-before-halt.md} +0 -0
@@ -0,0 +1,625 @@
1
+ import { jest } from '@jest/globals';
2
+ import * as os from 'node:os';
3
+ import * as path from 'node:path';
4
+
5
+ // Mock execSync before importing the module
6
+ const mockExecSync = jest.fn();
7
+ jest.unstable_mockModule('node:child_process', () => ({
8
+ execSync: mockExecSync,
9
+ }));
10
+
11
+ // Mock fs
12
+ const mockExistsSync = jest.fn();
13
+ const mockMkdirSync = jest.fn();
14
+ const mockReaddirSync = jest.fn();
15
+ jest.unstable_mockModule('node:fs', () => ({
16
+ existsSync: mockExistsSync,
17
+ mkdirSync: mockMkdirSync,
18
+ readdirSync: mockReaddirSync,
19
+ }));
20
+
21
+ // Mock logger to prevent console output
22
+ jest.unstable_mockModule('../../src/utils/logger.js', () => ({
23
+ logger: {
24
+ debug: jest.fn(),
25
+ warn: jest.fn(),
26
+ error: jest.fn(),
27
+ },
28
+ }));
29
+
30
+ // Import after mocking
31
+ const {
32
+ getRepoRoot,
33
+ getRepoBasename,
34
+ getCurrentBranch,
35
+ computeWorktreePath,
36
+ computeWorktreeBaseDir,
37
+ getWorktreeProjectPath,
38
+ createWorktree,
39
+ createWorktreeFromBranch,
40
+ branchExists,
41
+ validateWorktree,
42
+ mergeWorktreeBranch,
43
+ removeWorktree,
44
+ listWorktreeProjects,
45
+ resolveWorktreeProjectByIdentifier,
46
+ } = await import('../../src/core/worktree.js');
47
+
48
+ const HOME = os.homedir();
49
+
50
+ describe('worktree utilities', () => {
51
+ beforeEach(() => {
52
+ jest.clearAllMocks();
53
+ });
54
+
55
+ describe('getRepoRoot', () => {
56
+ it('should return the repo root path', () => {
57
+ mockExecSync.mockReturnValue('/Users/me/projects/myapp\n');
58
+ expect(getRepoRoot()).toBe('/Users/me/projects/myapp');
59
+ });
60
+
61
+ it('should return null when not in a git repo', () => {
62
+ mockExecSync.mockImplementation(() => {
63
+ throw new Error('not a git repository');
64
+ });
65
+ expect(getRepoRoot()).toBeNull();
66
+ });
67
+
68
+ it('should return null for empty output', () => {
69
+ mockExecSync.mockReturnValue('');
70
+ expect(getRepoRoot()).toBeNull();
71
+ });
72
+ });
73
+
74
+ describe('getRepoBasename', () => {
75
+ it('should return the basename of the repo root', () => {
76
+ mockExecSync.mockReturnValue('/Users/me/projects/myapp\n');
77
+ expect(getRepoBasename()).toBe('myapp');
78
+ });
79
+
80
+ it('should return null when not in a git repo', () => {
81
+ mockExecSync.mockImplementation(() => {
82
+ throw new Error('not a git repository');
83
+ });
84
+ expect(getRepoBasename()).toBeNull();
85
+ });
86
+ });
87
+
88
+ describe('getCurrentBranch', () => {
89
+ it('should return the current branch name', () => {
90
+ mockExecSync.mockReturnValue('main\n');
91
+ expect(getCurrentBranch()).toBe('main');
92
+ });
93
+
94
+ it('should return null in detached HEAD state', () => {
95
+ mockExecSync.mockReturnValue('');
96
+ expect(getCurrentBranch()).toBeNull();
97
+ });
98
+
99
+ it('should return null when not in a git repo', () => {
100
+ mockExecSync.mockImplementation(() => {
101
+ throw new Error('not a git repository');
102
+ });
103
+ expect(getCurrentBranch()).toBeNull();
104
+ });
105
+ });
106
+
107
+ describe('computeWorktreePath', () => {
108
+ it('should compute the correct worktree path', () => {
109
+ const result = computeWorktreePath('myapp', 'abaaba-worktree-weaver');
110
+ expect(result).toBe(path.join(HOME, '.raf', 'worktrees', 'myapp', 'abaaba-worktree-weaver'));
111
+ });
112
+
113
+ it('should handle repo names with dots', () => {
114
+ const result = computeWorktreePath('my.app.v2', 'aaaaab-feature');
115
+ expect(result).toBe(path.join(HOME, '.raf', 'worktrees', 'my.app.v2', 'aaaaab-feature'));
116
+ });
117
+
118
+ it('should handle repo names with underscores', () => {
119
+ const result = computeWorktreePath('my_app', 'aaaaab-feature');
120
+ expect(result).toBe(path.join(HOME, '.raf', 'worktrees', 'my_app', 'aaaaab-feature'));
121
+ });
122
+
123
+ it('should handle repo names with hyphens', () => {
124
+ const result = computeWorktreePath('my-cool-app', 'abcdef-my-project');
125
+ expect(result).toBe(path.join(HOME, '.raf', 'worktrees', 'my-cool-app', 'abcdef-my-project'));
126
+ });
127
+
128
+ it('should handle base26 project IDs', () => {
129
+ const result = computeWorktreePath('myapp', 'abcdef-my-project');
130
+ expect(result).toBe(path.join(HOME, '.raf', 'worktrees', 'myapp', 'abcdef-my-project'));
131
+ });
132
+ });
133
+
134
+ describe('computeWorktreeBaseDir', () => {
135
+ it('should compute the correct base directory', () => {
136
+ const result = computeWorktreeBaseDir('myapp');
137
+ expect(result).toBe(path.join(HOME, '.raf', 'worktrees', 'myapp'));
138
+ });
139
+
140
+ it('should handle repo names with special characters', () => {
141
+ const result = computeWorktreeBaseDir('my.app_v2');
142
+ expect(result).toBe(path.join(HOME, '.raf', 'worktrees', 'my.app_v2'));
143
+ });
144
+ });
145
+
146
+ describe('getWorktreeProjectPath', () => {
147
+ it('should return the project path inside the worktree', () => {
148
+ const result = getWorktreeProjectPath('/worktree/root', 'RAF/abaaba-worktree-weaver');
149
+ expect(result).toBe(path.join('/worktree/root', 'RAF/abaaba-worktree-weaver'));
150
+ });
151
+
152
+ it('should handle nested relative paths', () => {
153
+ const result = getWorktreeProjectPath('/worktree/root', 'deep/nested/RAF/aaaaab-feature');
154
+ expect(result).toBe(path.join('/worktree/root', 'deep/nested/RAF/aaaaab-feature'));
155
+ });
156
+ });
157
+
158
+ describe('createWorktree', () => {
159
+ it('should create parent directory and worktree successfully', () => {
160
+ mockMkdirSync.mockReturnValue(undefined);
161
+ mockExecSync.mockReturnValue('');
162
+
163
+ const result = createWorktree('myapp', 'abaaba-worktree-weaver');
164
+
165
+ expect(result.success).toBe(true);
166
+ expect(result.branch).toBe('abaaba-worktree-weaver');
167
+ expect(result.worktreePath).toBe(
168
+ path.join(HOME, '.raf', 'worktrees', 'myapp', 'abaaba-worktree-weaver')
169
+ );
170
+ expect(mockMkdirSync).toHaveBeenCalledWith(
171
+ path.join(HOME, '.raf', 'worktrees', 'myapp'),
172
+ { recursive: true }
173
+ );
174
+ expect(mockExecSync).toHaveBeenCalledWith(
175
+ expect.stringContaining('git worktree add'),
176
+ expect.any(Object)
177
+ );
178
+ });
179
+
180
+ it('should return error when parent directory creation fails', () => {
181
+ mockMkdirSync.mockImplementation(() => {
182
+ throw new Error('permission denied');
183
+ });
184
+
185
+ const result = createWorktree('myapp', 'abaaba-worktree-weaver');
186
+
187
+ expect(result.success).toBe(false);
188
+ expect(result.error).toContain('Failed to create parent directory');
189
+ });
190
+
191
+ it('should return error when git worktree add fails', () => {
192
+ mockMkdirSync.mockReturnValue(undefined);
193
+ mockExecSync.mockImplementation(() => {
194
+ throw new Error('branch already exists');
195
+ });
196
+
197
+ const result = createWorktree('myapp', 'abaaba-worktree-weaver');
198
+
199
+ expect(result.success).toBe(false);
200
+ expect(result.error).toContain('Failed to create worktree');
201
+ });
202
+ });
203
+
204
+ describe('validateWorktree', () => {
205
+ const worktreePath = '/worktree/path';
206
+ const projectRelPath = 'RAF/abaaba-worktree-weaver';
207
+
208
+ it('should return exists=false when directory does not exist', () => {
209
+ mockExistsSync.mockReturnValue(false);
210
+
211
+ const result = validateWorktree(worktreePath, projectRelPath);
212
+
213
+ expect(result.exists).toBe(false);
214
+ expect(result.isValidWorktree).toBe(false);
215
+ });
216
+
217
+ it('should validate a fully valid worktree', () => {
218
+ const resolvedPath = path.resolve(worktreePath);
219
+ mockExistsSync.mockImplementation((p: unknown) => {
220
+ const pStr = p as string;
221
+ if (pStr === worktreePath) return true;
222
+ if (pStr === path.join(worktreePath, projectRelPath)) return true;
223
+ if (pStr === path.join(worktreePath, projectRelPath, 'plans')) return true;
224
+ return false;
225
+ });
226
+
227
+ mockExecSync.mockReturnValue(`worktree ${resolvedPath}\nHEAD abc123\nbranch refs/heads/abaaba-worktree-weaver\n\n`);
228
+
229
+ const result = validateWorktree(worktreePath, projectRelPath);
230
+
231
+ expect(result.exists).toBe(true);
232
+ expect(result.isValidWorktree).toBe(true);
233
+ expect(result.hasProjectFolder).toBe(true);
234
+ expect(result.hasPlans).toBe(true);
235
+ expect(result.projectPath).toBe(path.join(worktreePath, projectRelPath));
236
+ });
237
+
238
+ it('should detect worktree not in git worktree list', () => {
239
+ mockExistsSync.mockReturnValue(true);
240
+ mockExecSync.mockReturnValue('worktree /some/other/path\nHEAD abc123\n\n');
241
+
242
+ const result = validateWorktree(worktreePath, projectRelPath);
243
+
244
+ expect(result.exists).toBe(true);
245
+ expect(result.isValidWorktree).toBe(false);
246
+ });
247
+
248
+ it('should detect missing project folder', () => {
249
+ const resolvedPath = path.resolve(worktreePath);
250
+ mockExistsSync.mockImplementation((p: unknown) => {
251
+ const pStr = p as string;
252
+ if (pStr === worktreePath) return true;
253
+ return false;
254
+ });
255
+
256
+ mockExecSync.mockReturnValue(`worktree ${resolvedPath}\nHEAD abc123\n\n`);
257
+
258
+ const result = validateWorktree(worktreePath, projectRelPath);
259
+
260
+ expect(result.exists).toBe(true);
261
+ expect(result.isValidWorktree).toBe(true);
262
+ expect(result.hasProjectFolder).toBe(false);
263
+ expect(result.hasPlans).toBe(false);
264
+ });
265
+
266
+ it('should handle git worktree list failure', () => {
267
+ mockExistsSync.mockReturnValue(true);
268
+ mockExecSync.mockImplementation(() => {
269
+ throw new Error('not a git repository');
270
+ });
271
+
272
+ const result = validateWorktree(worktreePath, projectRelPath);
273
+
274
+ expect(result.exists).toBe(true);
275
+ expect(result.isValidWorktree).toBe(false);
276
+ });
277
+ });
278
+
279
+ describe('mergeWorktreeBranch', () => {
280
+ it('should succeed with fast-forward merge', () => {
281
+ mockExecSync.mockImplementation((cmd: unknown) => {
282
+ const cmdStr = cmd as string;
283
+ if (cmdStr.includes('checkout')) return '';
284
+ if (cmdStr.includes('--ff-only')) return '';
285
+ return '';
286
+ });
287
+
288
+ const result = mergeWorktreeBranch('abaaba-worktree-weaver', 'main');
289
+
290
+ expect(result.success).toBe(true);
291
+ expect(result.merged).toBe(true);
292
+ expect(result.fastForward).toBe(true);
293
+ });
294
+
295
+ it('should fall back to merge commit when ff not possible', () => {
296
+ let ffAttempted = false;
297
+ mockExecSync.mockImplementation((cmd: unknown) => {
298
+ const cmdStr = cmd as string;
299
+ if (cmdStr.includes('checkout')) return '';
300
+ if (cmdStr.includes('--ff-only')) {
301
+ ffAttempted = true;
302
+ throw new Error('Not possible to fast-forward');
303
+ }
304
+ if (cmdStr.includes('git merge') && !cmdStr.includes('--abort') && ffAttempted) return '';
305
+ return '';
306
+ });
307
+
308
+ const result = mergeWorktreeBranch('abaaba-worktree-weaver', 'main');
309
+
310
+ expect(result.success).toBe(true);
311
+ expect(result.merged).toBe(true);
312
+ expect(result.fastForward).toBe(false);
313
+ });
314
+
315
+ it('should abort and return failure on merge conflicts', () => {
316
+ mockExecSync.mockImplementation((cmd: unknown) => {
317
+ const cmdStr = cmd as string;
318
+ if (cmdStr.includes('checkout')) return '';
319
+ if (cmdStr.includes('--ff-only')) throw new Error('Not possible to fast-forward');
320
+ if (cmdStr.includes('--abort')) return '';
321
+ if (cmdStr.includes('git merge')) throw new Error('CONFLICT');
322
+ return '';
323
+ });
324
+
325
+ const result = mergeWorktreeBranch('abaaba-worktree-weaver', 'main');
326
+
327
+ expect(result.success).toBe(false);
328
+ expect(result.merged).toBe(false);
329
+ expect(result.error).toContain('manually');
330
+ expect(mockExecSync).toHaveBeenCalledWith(
331
+ 'git merge --abort',
332
+ expect.any(Object)
333
+ );
334
+ });
335
+
336
+ it('should return failure when checkout fails', () => {
337
+ mockExecSync.mockImplementation(() => {
338
+ throw new Error('pathspec "main" did not match');
339
+ });
340
+
341
+ const result = mergeWorktreeBranch('abaaba-worktree-weaver', 'main');
342
+
343
+ expect(result.success).toBe(false);
344
+ expect(result.error).toContain('Failed to checkout');
345
+ });
346
+ });
347
+
348
+ describe('removeWorktree', () => {
349
+ it('should remove worktree successfully', () => {
350
+ mockExecSync.mockReturnValue('');
351
+
352
+ const result = removeWorktree('/path/to/worktree');
353
+
354
+ expect(result.success).toBe(true);
355
+ expect(mockExecSync).toHaveBeenCalledWith(
356
+ 'git worktree remove "/path/to/worktree"',
357
+ expect.any(Object)
358
+ );
359
+ });
360
+
361
+ it('should return error when removal fails', () => {
362
+ mockExecSync.mockImplementation(() => {
363
+ throw new Error('worktree is dirty');
364
+ });
365
+
366
+ const result = removeWorktree('/path/to/worktree');
367
+
368
+ expect(result.success).toBe(false);
369
+ expect(result.error).toContain('Failed to remove worktree');
370
+ });
371
+ });
372
+
373
+ describe('branchExists', () => {
374
+ it('should return true when branch exists', () => {
375
+ mockExecSync.mockReturnValue(' abcabc-prune-cycle\n');
376
+ expect(branchExists('abcabc-prune-cycle')).toBe(true);
377
+ expect(mockExecSync).toHaveBeenCalledWith(
378
+ 'git branch --list "abcabc-prune-cycle"',
379
+ expect.any(Object)
380
+ );
381
+ });
382
+
383
+ it('should return false when branch does not exist', () => {
384
+ mockExecSync.mockReturnValue('');
385
+ expect(branchExists('nonexistent-branch')).toBe(false);
386
+ });
387
+
388
+ it('should return false when git command fails', () => {
389
+ mockExecSync.mockImplementation(() => {
390
+ throw new Error('not a git repository');
391
+ });
392
+ expect(branchExists('any-branch')).toBe(false);
393
+ });
394
+ });
395
+
396
+ describe('createWorktreeFromBranch', () => {
397
+ it('should create worktree from existing branch successfully', () => {
398
+ mockExecSync.mockImplementation((cmd: unknown) => {
399
+ const cmdStr = cmd as string;
400
+ if (cmdStr.includes('git branch --list')) return ' abcabc-prune-cycle\n';
401
+ return '';
402
+ });
403
+ mockMkdirSync.mockReturnValue(undefined);
404
+
405
+ const result = createWorktreeFromBranch('myapp', 'abcabc-prune-cycle');
406
+
407
+ expect(result.success).toBe(true);
408
+ expect(result.branch).toBe('abcabc-prune-cycle');
409
+ expect(result.worktreePath).toBe(
410
+ path.join(HOME, '.raf', 'worktrees', 'myapp', 'abcabc-prune-cycle')
411
+ );
412
+ expect(mockExecSync).toHaveBeenCalledWith(
413
+ expect.stringContaining('git worktree add'),
414
+ expect.any(Object)
415
+ );
416
+ // Should NOT have -b flag
417
+ const worktreeCall = mockExecSync.mock.calls.find(
418
+ (call: unknown[]) => (call[0] as string).includes('git worktree add')
419
+ );
420
+ expect(worktreeCall).toBeDefined();
421
+ expect(worktreeCall![0]).not.toContain('-b');
422
+ });
423
+
424
+ it('should return error when branch does not exist', () => {
425
+ mockExecSync.mockReturnValue('');
426
+
427
+ const result = createWorktreeFromBranch('myapp', 'nonexistent-branch');
428
+
429
+ expect(result.success).toBe(false);
430
+ expect(result.error).toContain('does not exist locally');
431
+ });
432
+
433
+ it('should return error when parent directory creation fails', () => {
434
+ mockExecSync.mockImplementation((cmd: unknown) => {
435
+ const cmdStr = cmd as string;
436
+ if (cmdStr.includes('git branch --list')) return ' abcabc-prune-cycle\n';
437
+ return '';
438
+ });
439
+ mockMkdirSync.mockImplementation(() => {
440
+ throw new Error('permission denied');
441
+ });
442
+
443
+ const result = createWorktreeFromBranch('myapp', 'abcabc-prune-cycle');
444
+
445
+ expect(result.success).toBe(false);
446
+ expect(result.error).toContain('Failed to create parent directory');
447
+ });
448
+
449
+ it('should return error when git worktree add fails', () => {
450
+ let branchChecked = false;
451
+ mockExecSync.mockImplementation((cmd: unknown) => {
452
+ const cmdStr = cmd as string;
453
+ if (cmdStr.includes('git branch --list')) {
454
+ branchChecked = true;
455
+ return ' abcabc-prune-cycle\n';
456
+ }
457
+ if (cmdStr.includes('git worktree add') && branchChecked) {
458
+ throw new Error('worktree path already exists');
459
+ }
460
+ return '';
461
+ });
462
+ mockMkdirSync.mockReturnValue(undefined);
463
+
464
+ const result = createWorktreeFromBranch('myapp', 'abcabc-prune-cycle');
465
+
466
+ expect(result.success).toBe(false);
467
+ expect(result.error).toContain('Failed to create worktree');
468
+ });
469
+ });
470
+
471
+ describe('listWorktreeProjects', () => {
472
+ it('should return empty array when base directory does not exist', () => {
473
+ mockExistsSync.mockReturnValue(false);
474
+
475
+ const result = listWorktreeProjects('myapp');
476
+
477
+ expect(result).toEqual([]);
478
+ });
479
+
480
+ it('should return sorted list of project directories', () => {
481
+ mockExistsSync.mockReturnValue(true);
482
+ mockReaddirSync.mockReturnValue([
483
+ { name: 'ababab-another-feature', isDirectory: () => true },
484
+ { name: 'abaaba-worktree-weaver', isDirectory: () => true },
485
+ ]);
486
+
487
+ const result = listWorktreeProjects('myapp');
488
+
489
+ expect(result).toEqual(['abaaba-worktree-weaver', 'ababab-another-feature']);
490
+ });
491
+
492
+ it('should filter out non-directory entries', () => {
493
+ mockExistsSync.mockReturnValue(true);
494
+ mockReaddirSync.mockReturnValue([
495
+ { name: 'abaaba-worktree-weaver', isDirectory: () => true },
496
+ { name: '.DS_Store', isDirectory: () => false },
497
+ ]);
498
+
499
+ const result = listWorktreeProjects('myapp');
500
+
501
+ expect(result).toEqual(['abaaba-worktree-weaver']);
502
+ });
503
+
504
+ it('should return empty array when directory is empty', () => {
505
+ mockExistsSync.mockReturnValue(true);
506
+ mockReaddirSync.mockReturnValue([]);
507
+
508
+ const result = listWorktreeProjects('myapp');
509
+
510
+ expect(result).toEqual([]);
511
+ });
512
+
513
+ it('should handle readdir errors gracefully', () => {
514
+ mockExistsSync.mockReturnValue(true);
515
+ mockReaddirSync.mockImplementation(() => {
516
+ throw new Error('permission denied');
517
+ });
518
+
519
+ const result = listWorktreeProjects('myapp');
520
+
521
+ expect(result).toEqual([]);
522
+ });
523
+ });
524
+
525
+ describe('resolveWorktreeProjectByIdentifier', () => {
526
+ const worktreeDirs = [
527
+ { name: 'ahrren-turbo-finder', isDirectory: () => true },
528
+ { name: 'abcdef-cool-feature', isDirectory: () => true },
529
+ { name: 'ghijkl-another-thing', isDirectory: () => true },
530
+ ];
531
+
532
+ beforeEach(() => {
533
+ mockExistsSync.mockReturnValue(true);
534
+ mockReaddirSync.mockReturnValue(worktreeDirs);
535
+ });
536
+
537
+ it('should resolve by full folder name (exact match)', () => {
538
+ const result = resolveWorktreeProjectByIdentifier('myapp', 'ahrren-turbo-finder');
539
+
540
+ expect(result).not.toBeNull();
541
+ expect(result!.folder).toBe('ahrren-turbo-finder');
542
+ expect(result!.worktreeRoot).toBe(
543
+ path.join(HOME, '.raf', 'worktrees', 'myapp', 'ahrren-turbo-finder')
544
+ );
545
+ });
546
+
547
+ it('should resolve by full folder name case-insensitively', () => {
548
+ const result = resolveWorktreeProjectByIdentifier('myapp', 'Ahrren-Turbo-Finder');
549
+
550
+ expect(result).not.toBeNull();
551
+ expect(result!.folder).toBe('ahrren-turbo-finder');
552
+ });
553
+
554
+ it('should resolve by base26 prefix (6-char ID)', () => {
555
+ const result = resolveWorktreeProjectByIdentifier('myapp', 'ahrren');
556
+
557
+ expect(result).not.toBeNull();
558
+ expect(result!.folder).toBe('ahrren-turbo-finder');
559
+ });
560
+
561
+ it('should resolve by base26 prefix for different project', () => {
562
+ const result = resolveWorktreeProjectByIdentifier('myapp', 'abcdef');
563
+
564
+ expect(result).not.toBeNull();
565
+ expect(result!.folder).toBe('abcdef-cool-feature');
566
+ });
567
+
568
+ it('should resolve by project name', () => {
569
+ const result = resolveWorktreeProjectByIdentifier('myapp', 'turbo-finder');
570
+
571
+ expect(result).not.toBeNull();
572
+ expect(result!.folder).toBe('ahrren-turbo-finder');
573
+ });
574
+
575
+ it('should resolve by project name case-insensitively', () => {
576
+ const result = resolveWorktreeProjectByIdentifier('myapp', 'Turbo-Finder');
577
+
578
+ expect(result).not.toBeNull();
579
+ expect(result!.folder).toBe('ahrren-turbo-finder');
580
+ });
581
+
582
+ it('should return null when no match found', () => {
583
+ const result = resolveWorktreeProjectByIdentifier('myapp', 'nonexistent');
584
+
585
+ expect(result).toBeNull();
586
+ });
587
+
588
+ it('should return null when no worktree projects exist', () => {
589
+ mockExistsSync.mockReturnValue(false);
590
+
591
+ const result = resolveWorktreeProjectByIdentifier('myapp', 'turbo-finder');
592
+
593
+ expect(result).toBeNull();
594
+ });
595
+
596
+ it('should return null for ambiguous name match (multiple projects with same name)', () => {
597
+ mockReaddirSync.mockReturnValue([
598
+ { name: 'ahrren-my-feature', isDirectory: () => true },
599
+ { name: 'abcdef-my-feature', isDirectory: () => true },
600
+ ]);
601
+
602
+ const result = resolveWorktreeProjectByIdentifier('myapp', 'my-feature');
603
+
604
+ // Ambiguous: two projects named "my-feature"
605
+ expect(result).toBeNull();
606
+ });
607
+
608
+ it('should prefer full folder name match over name match', () => {
609
+ // "abcdef-cool-feature" could match as full folder name
610
+ const result = resolveWorktreeProjectByIdentifier('myapp', 'abcdef-cool-feature');
611
+
612
+ expect(result).not.toBeNull();
613
+ expect(result!.folder).toBe('abcdef-cool-feature');
614
+ });
615
+
616
+ it('should return correct worktreeRoot path', () => {
617
+ const result = resolveWorktreeProjectByIdentifier('myapp', 'another-thing');
618
+
619
+ expect(result).not.toBeNull();
620
+ expect(result!.worktreeRoot).toBe(
621
+ path.join(HOME, '.raf', 'worktrees', 'myapp', 'ghijkl-another-thing')
622
+ );
623
+ });
624
+ });
625
+ });