@luanpdd/kit-mcp 1.21.0 → 1.26.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 (275) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +914 -648
  3. package/kit/COMANDOS.md +138 -138
  4. package/kit/README.md +76 -52
  5. package/kit/agents/advisor-researcher.md +106 -106
  6. package/kit/agents/assumptions-analyzer.md +107 -107
  7. package/kit/agents/audit-log-implementer.md +138 -0
  8. package/kit/agents/auditor-consistencia-isolamento.md +413 -0
  9. package/kit/agents/codebase-mapper.md +768 -768
  10. package/kit/agents/crm-pipeline-implementer.md +106 -0
  11. package/kit/agents/debugger.md +813 -772
  12. package/kit/agents/detector-tenant-quente.md +337 -0
  13. package/kit/agents/evolution-go-integrator.md +21 -0
  14. package/kit/agents/example-reviewer.md +21 -21
  15. package/kit/agents/executor.md +564 -523
  16. package/kit/agents/integration-checker.md +200 -200
  17. package/kit/agents/invite-flow-implementer.md +52 -0
  18. package/kit/agents/lgpd-compliance-auditor.md +89 -0
  19. package/kit/agents/multi-tenant-isolation-auditor.md +10 -0
  20. package/kit/agents/multi-tenant-rls-writer.md +78 -0
  21. package/kit/agents/nyquist-auditor.md +178 -178
  22. package/kit/agents/org-onboarding-implementer.md +21 -0
  23. package/kit/agents/phase-researcher.md +696 -696
  24. package/kit/agents/plan-checker.md +272 -272
  25. package/kit/agents/planner.md +922 -891
  26. package/kit/agents/project-researcher.md +652 -652
  27. package/kit/agents/research-synthesizer.md +245 -245
  28. package/kit/agents/roadmapper.md +677 -677
  29. package/kit/agents/supabase-architect.md +27 -0
  30. package/kit/agents/supabase-auth-bootstrapper.md +80 -0
  31. package/kit/agents/supabase-column-privileges-writer.md +399 -0
  32. package/kit/agents/supabase-migration-writer.md +141 -14
  33. package/kit/agents/supabase-rbac-implementer.md +392 -0
  34. package/kit/agents/supabase-rls-hardener.md +521 -0
  35. package/kit/agents/supabase-rls-writer.md +105 -9
  36. package/kit/agents/supabase-roles-implementer.md +355 -0
  37. package/kit/agents/super-admin-implementer.md +99 -0
  38. package/kit/agents/ui-auditor.md +437 -437
  39. package/kit/agents/ui-checker.md +302 -302
  40. package/kit/agents/ui-researcher.md +355 -355
  41. package/kit/agents/user-profiler.md +175 -175
  42. package/kit/agents/validador-evolucao-schema.md +335 -0
  43. package/kit/agents/verifier.md +728 -728
  44. package/kit/commands/adicionar-backlog.md +75 -75
  45. package/kit/commands/adicionar-fase.md +42 -42
  46. package/kit/commands/adicionar-tarefa.md +45 -45
  47. package/kit/commands/adicionar-testes.md +41 -41
  48. package/kit/commands/ajuda.md +21 -21
  49. package/kit/commands/atualizar.md +37 -37
  50. package/kit/commands/auditar-marco.md +179 -179
  51. package/kit/commands/auditar-uat.md +23 -23
  52. package/kit/commands/autonomo.md +40 -40
  53. package/kit/commands/branch-pr.md +24 -24
  54. package/kit/commands/concluir-marco.md +247 -247
  55. package/kit/commands/configuracoes.md +36 -36
  56. package/kit/commands/dados-distribuidos.md +188 -0
  57. package/kit/commands/definir-perfil.md +10 -10
  58. package/kit/commands/depurar.md +190 -190
  59. package/kit/commands/discutir-fase.md +131 -131
  60. package/kit/commands/entrar-discord.md +17 -17
  61. package/kit/commands/estatisticas.md +18 -18
  62. package/kit/commands/example-greeting.md +33 -33
  63. package/kit/commands/executar-fase.md +58 -58
  64. package/kit/commands/expresso.md +56 -56
  65. package/kit/commands/fase-ui.md +34 -34
  66. package/kit/commands/fazer.md +57 -57
  67. package/kit/commands/fio.md +125 -125
  68. package/kit/commands/fluxos-trabalho.md +64 -64
  69. package/kit/commands/forense.md +176 -176
  70. package/kit/commands/gerenciador.md +38 -38
  71. package/kit/commands/inserir-fase.md +31 -31
  72. package/kit/commands/limpeza.md +17 -17
  73. package/kit/commands/listar-hipoteses-fase.md +45 -45
  74. package/kit/commands/listar-workspaces.md +18 -18
  75. package/kit/commands/mapear-codebase.md +70 -70
  76. package/kit/commands/nota.md +33 -33
  77. package/kit/commands/novo-marco.md +43 -43
  78. package/kit/commands/novo-projeto.md +41 -41
  79. package/kit/commands/novo-workspace.md +43 -43
  80. package/kit/commands/pausar-trabalho.md +37 -37
  81. package/kit/commands/perfil-usuario.md +45 -45
  82. package/kit/commands/pesquisar-fase.md +195 -195
  83. package/kit/commands/planejar-fase.md +67 -67
  84. package/kit/commands/planejar-lacunas.md +33 -33
  85. package/kit/commands/plantar-ideia.md +25 -25
  86. package/kit/commands/progresso.md +24 -24
  87. package/kit/commands/proximo.md +30 -30
  88. package/kit/commands/publicar.md +490 -490
  89. package/kit/commands/rapido.md +35 -35
  90. package/kit/commands/reaplicar-patches.md +124 -124
  91. package/kit/commands/relatorio-sessao.md +19 -19
  92. package/kit/commands/remover-fase.md +31 -31
  93. package/kit/commands/remover-workspace.md +26 -26
  94. package/kit/commands/resumo-marco.md +50 -50
  95. package/kit/commands/retomar-trabalho.md +40 -40
  96. package/kit/commands/revisar-backlog.md +60 -60
  97. package/kit/commands/revisar-ui.md +32 -32
  98. package/kit/commands/revisar.md +37 -37
  99. package/kit/commands/saude.md +21 -21
  100. package/kit/commands/setup-notion.md +93 -93
  101. package/kit/commands/supabase.md +55 -8
  102. package/kit/commands/sync-main.md +68 -68
  103. package/kit/commands/validar-fase.md +35 -35
  104. package/kit/commands/verificar-tarefas.md +44 -44
  105. package/kit/commands/verificar-trabalho.md +64 -64
  106. package/kit/file-manifest.json +52 -32
  107. package/kit/framework/bin/lib/commands.cjs +959 -959
  108. package/kit/framework/bin/lib/config.cjs +442 -442
  109. package/kit/framework/bin/lib/core.cjs +1230 -1230
  110. package/kit/framework/bin/lib/frontmatter.cjs +336 -336
  111. package/kit/framework/bin/lib/init.cjs +1442 -1442
  112. package/kit/framework/bin/lib/milestone.cjs +252 -252
  113. package/kit/framework/bin/lib/model-profiles.cjs +68 -68
  114. package/kit/framework/bin/lib/phase.cjs +888 -888
  115. package/kit/framework/bin/lib/profile-output.cjs +952 -952
  116. package/kit/framework/bin/lib/profile-pipeline.cjs +539 -539
  117. package/kit/framework/bin/lib/roadmap.cjs +329 -329
  118. package/kit/framework/bin/lib/security.cjs +382 -382
  119. package/kit/framework/bin/lib/state.cjs +1031 -1031
  120. package/kit/framework/bin/lib/template.cjs +222 -222
  121. package/kit/framework/bin/lib/uat.cjs +282 -282
  122. package/kit/framework/bin/lib/verify.cjs +888 -888
  123. package/kit/framework/bin/lib/workstream.cjs +491 -491
  124. package/kit/framework/bin/tools.cjs +918 -918
  125. package/kit/framework/commands/workstreams.md +63 -63
  126. package/kit/framework/references/checkpoints.md +778 -778
  127. package/kit/framework/references/continuation-format.md +249 -249
  128. package/kit/framework/references/decimal-phase-calculation.md +64 -64
  129. package/kit/framework/references/git-integration.md +295 -295
  130. package/kit/framework/references/git-planning-commit.md +38 -38
  131. package/kit/framework/references/model-profile-resolution.md +36 -36
  132. package/kit/framework/references/model-profiles.md +139 -139
  133. package/kit/framework/references/phase-argument-parsing.md +61 -61
  134. package/kit/framework/references/planning-config.md +202 -202
  135. package/kit/framework/references/questioning.md +162 -162
  136. package/kit/framework/references/tdd.md +263 -263
  137. package/kit/framework/references/ui-brand.md +160 -160
  138. package/kit/framework/references/user-profiling.md +657 -657
  139. package/kit/framework/references/verification-patterns.md +612 -612
  140. package/kit/framework/references/workstream-flag.md +58 -58
  141. package/kit/framework/templates/DEBUG.md +164 -164
  142. package/kit/framework/templates/UAT.md +265 -265
  143. package/kit/framework/templates/UI-SPEC.md +100 -100
  144. package/kit/framework/templates/VALIDATION.md +76 -76
  145. package/kit/framework/templates/claude-md.md +122 -122
  146. package/kit/framework/templates/codebase/architecture.md +185 -185
  147. package/kit/framework/templates/codebase/concerns.md +205 -205
  148. package/kit/framework/templates/codebase/conventions.md +204 -204
  149. package/kit/framework/templates/codebase/integrations.md +192 -192
  150. package/kit/framework/templates/codebase/stack.md +158 -158
  151. package/kit/framework/templates/codebase/structure.md +199 -199
  152. package/kit/framework/templates/codebase/testing.md +301 -301
  153. package/kit/framework/templates/config.json +44 -44
  154. package/kit/framework/templates/context.md +352 -352
  155. package/kit/framework/templates/continue-here.md +78 -78
  156. package/kit/framework/templates/copilot-instructions.md +7 -7
  157. package/kit/framework/templates/debug-subagent-prompt.md +91 -91
  158. package/kit/framework/templates/dev-preferences.md +20 -20
  159. package/kit/framework/templates/discovery.md +146 -146
  160. package/kit/framework/templates/discussion-log.md +63 -63
  161. package/kit/framework/templates/milestone-archive.md +123 -123
  162. package/kit/framework/templates/milestone.md +115 -115
  163. package/kit/framework/templates/phase-prompt.md +610 -610
  164. package/kit/framework/templates/planner-subagent-prompt.md +117 -117
  165. package/kit/framework/templates/project.md +186 -186
  166. package/kit/framework/templates/requirements.md +231 -231
  167. package/kit/framework/templates/research-project/ARCHITECTURE.md +204 -204
  168. package/kit/framework/templates/research-project/FEATURES.md +147 -147
  169. package/kit/framework/templates/research-project/PITFALLS.md +200 -200
  170. package/kit/framework/templates/research-project/STACK.md +120 -120
  171. package/kit/framework/templates/research-project/SUMMARY.md +170 -170
  172. package/kit/framework/templates/research.md +419 -419
  173. package/kit/framework/templates/retrospective.md +54 -54
  174. package/kit/framework/templates/roadmap.md +202 -202
  175. package/kit/framework/templates/state.md +176 -176
  176. package/kit/framework/templates/summary-complex.md +59 -59
  177. package/kit/framework/templates/summary-minimal.md +41 -41
  178. package/kit/framework/templates/summary-standard.md +48 -48
  179. package/kit/framework/templates/summary.md +209 -209
  180. package/kit/framework/templates/user-profile.md +146 -146
  181. package/kit/framework/templates/user-setup.md +256 -256
  182. package/kit/framework/templates/verification-report.md +258 -258
  183. package/kit/framework/workflows/add-phase.md +112 -112
  184. package/kit/framework/workflows/add-tests.md +351 -351
  185. package/kit/framework/workflows/add-todo.md +158 -158
  186. package/kit/framework/workflows/audit-milestone.md +340 -340
  187. package/kit/framework/workflows/audit-uat.md +109 -109
  188. package/kit/framework/workflows/autonomous.md +891 -891
  189. package/kit/framework/workflows/check-todos.md +177 -177
  190. package/kit/framework/workflows/cleanup.md +152 -152
  191. package/kit/framework/workflows/complete-milestone.md +696 -696
  192. package/kit/framework/workflows/diagnose-issues.md +231 -231
  193. package/kit/framework/workflows/discovery-phase.md +289 -289
  194. package/kit/framework/workflows/discuss-phase-assumptions.md +653 -653
  195. package/kit/framework/workflows/discuss-phase.md +784 -784
  196. package/kit/framework/workflows/do.md +104 -104
  197. package/kit/framework/workflows/execute-phase.md +838 -838
  198. package/kit/framework/workflows/execute-plan.md +510 -510
  199. package/kit/framework/workflows/fast.md +102 -102
  200. package/kit/framework/workflows/forensics.md +265 -265
  201. package/kit/framework/workflows/health.md +181 -181
  202. package/kit/framework/workflows/help.md +619 -619
  203. package/kit/framework/workflows/insert-phase.md +130 -130
  204. package/kit/framework/workflows/list-phase-assumptions.md +178 -178
  205. package/kit/framework/workflows/list-workspaces.md +56 -56
  206. package/kit/framework/workflows/manager.md +362 -362
  207. package/kit/framework/workflows/map-codebase.md +377 -377
  208. package/kit/framework/workflows/milestone-summary.md +223 -223
  209. package/kit/framework/workflows/new-milestone.md +486 -486
  210. package/kit/framework/workflows/new-project.md +1159 -1159
  211. package/kit/framework/workflows/new-workspace.md +237 -237
  212. package/kit/framework/workflows/next.md +97 -97
  213. package/kit/framework/workflows/node-repair.md +92 -92
  214. package/kit/framework/workflows/note.md +156 -156
  215. package/kit/framework/workflows/pause-work.md +176 -176
  216. package/kit/framework/workflows/plan-milestone-gaps.md +273 -273
  217. package/kit/framework/workflows/plan-phase.md +765 -765
  218. package/kit/framework/workflows/plant-seed.md +169 -169
  219. package/kit/framework/workflows/pr-branch.md +129 -129
  220. package/kit/framework/workflows/profile-user.md +450 -450
  221. package/kit/framework/workflows/progress.md +507 -507
  222. package/kit/framework/workflows/quick.md +757 -757
  223. package/kit/framework/workflows/remove-phase.md +155 -155
  224. package/kit/framework/workflows/remove-workspace.md +90 -90
  225. package/kit/framework/workflows/research-phase.md +82 -82
  226. package/kit/framework/workflows/resume-project.md +326 -326
  227. package/kit/framework/workflows/review.md +228 -228
  228. package/kit/framework/workflows/session-report.md +146 -146
  229. package/kit/framework/workflows/settings.md +283 -283
  230. package/kit/framework/workflows/ship.md +228 -228
  231. package/kit/framework/workflows/stats.md +60 -60
  232. package/kit/framework/workflows/transition.md +671 -671
  233. package/kit/framework/workflows/ui-phase.md +302 -302
  234. package/kit/framework/workflows/ui-review.md +165 -165
  235. package/kit/framework/workflows/update.md +323 -323
  236. package/kit/framework/workflows/validate-phase.md +174 -174
  237. package/kit/framework/workflows/verify-phase.md +252 -252
  238. package/kit/framework/workflows/verify-work.md +637 -637
  239. package/kit/hooks/check-update.js +118 -118
  240. package/kit/hooks/context-monitor.js +163 -163
  241. package/kit/hooks/prompt-guard.js +103 -103
  242. package/kit/hooks/statusline.js +125 -125
  243. package/kit/hooks/workflow-guard.js +101 -101
  244. package/kit/settings.json +45 -45
  245. package/kit/skills/_shared-dados-distribuidos/glossary.md +224 -0
  246. package/kit/skills/_shared-supabase/glossary.md +27 -0
  247. package/kit/skills/armadilhas-sistemas-distribuidos/SKILL.md +447 -0
  248. package/kit/skills/audit-log-multi-tenant/SKILL.md +6 -0
  249. package/kit/skills/cascading-failures/SKILL.md +4 -0
  250. package/kit/skills/consistencia-leitura-replica/SKILL.md +385 -0
  251. package/kit/skills/crm-lead-pipeline-patterns/SKILL.md +17 -0
  252. package/kit/skills/escolha-modelo-consistencia/SKILL.md +495 -0
  253. package/kit/skills/evolucao-schema-compativel/SKILL.md +448 -0
  254. package/kit/skills/example-skill/SKILL.md +42 -42
  255. package/kit/skills/multi-tenant-performance-scaling/SKILL.md +4 -0
  256. package/kit/skills/multi-tenant-rls-hierarchy/SKILL.md +4 -0
  257. package/kit/skills/postgres-isolamento-concorrencia/SKILL.md +552 -0
  258. package/kit/skills/rbac-permissions-matrix-supabase/SKILL.md +37 -0
  259. package/kit/skills/streams-eventos-cdc/SKILL.md +712 -0
  260. package/kit/skills/supabase-column-level-security/SKILL.md +426 -0
  261. package/kit/skills/supabase-cron-queues/SKILL.md +9 -0
  262. package/kit/skills/supabase-custom-claims-rbac/SKILL.md +472 -0
  263. package/kit/skills/supabase-database-functions/SKILL.md +85 -0
  264. package/kit/skills/supabase-migrations/SKILL.md +133 -11
  265. package/kit/skills/supabase-postgres-roles/SKILL.md +392 -0
  266. package/kit/skills/supabase-rls-defense-in-depth/SKILL.md +418 -0
  267. package/kit/skills/supabase-rls-policies/SKILL.md +462 -12
  268. package/kit/skills/super-admin-platform-pattern/SKILL.md +4 -0
  269. package/kit/skills/tenant-quente-mitigacao/SKILL.md +605 -0
  270. package/package.json +63 -63
  271. package/src/core/kit.js +216 -216
  272. package/src/core/reflect.js +247 -247
  273. package/src/core/reverse-sync.js +372 -372
  274. package/src/core/sync.js +418 -418
  275. package/src/core/watch.js +121 -121
@@ -1,1442 +1,1442 @@
1
- /**
2
- * Init — Compound init commands for workflow bootstrapping
3
- */
4
-
5
- const fs = require('fs');
6
- const path = require('path');
7
- const { execSync } = require('child_process');
8
- const { loadConfig, resolveModelInternal, findPhaseInternal, getRoadmapPhaseInternal, pathExistsInternal, generateSlugInternal, getMilestoneInfo, getMilestonePhaseFilter, stripShippedMilestones, extractCurrentMilestone, normalizePhaseName, planningPaths, planningDir, planningRoot, toPosixPath, output, error, checkAgentsInstalled } = require('./core.cjs');
9
-
10
- function getLatestCompletedMilestone(cwd) {
11
- const milestonesPath = path.join(planningRoot(cwd), 'MILESTONES.md');
12
- if (!fs.existsSync(milestonesPath)) return null;
13
-
14
- try {
15
- const content = fs.readFileSync(milestonesPath, 'utf-8');
16
- const match = content.match(/^##\s+(v[\d.]+)\s+(.+?)\s+\(Shipped:/m);
17
- if (!match) return null;
18
- return {
19
- version: match[1],
20
- name: match[2].trim(),
21
- };
22
- } catch {
23
- return null;
24
- }
25
- }
26
-
27
- /**
28
- * Inject `project_root` into an init result object.
29
- * Workflows use this to prefix `.planning/` paths correctly when Claude's CWD
30
- * differs from the project root (e.g., inside a sub-repo).
31
- */
32
- function withProjectRoot(cwd, result) {
33
- result.project_root = cwd;
34
- // Inject agent installation status into all init outputs (#1371).
35
- // Workflows that spawn named subagents use this to detect when agents
36
- // are missing and would silently fall back to general-purpose.
37
- const agentStatus = checkAgentsInstalled();
38
- result.agents_installed = agentStatus.agents_installed;
39
- result.missing_agents = agentStatus.missing_agents;
40
- return result;
41
- }
42
-
43
- function cmdInitExecutePhase(cwd, phase, raw) {
44
- if (!phase) {
45
- error('phase required for init execute-phase');
46
- }
47
-
48
- const config = loadConfig(cwd);
49
- let phaseInfo = findPhaseInternal(cwd, phase);
50
- const milestone = getMilestoneInfo(cwd);
51
-
52
- const roadmapPhase = getRoadmapPhaseInternal(cwd, phase);
53
-
54
- // Fallback to ROADMAP.md if no phase directory exists yet
55
- if (!phaseInfo && roadmapPhase?.found) {
56
- const phaseName = roadmapPhase.phase_name;
57
- phaseInfo = {
58
- found: true,
59
- directory: null,
60
- phase_number: roadmapPhase.phase_number,
61
- phase_name: phaseName,
62
- phase_slug: phaseName ? phaseName.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '') : null,
63
- plans: [],
64
- summaries: [],
65
- incomplete_plans: [],
66
- has_research: false,
67
- has_context: false,
68
- has_verification: false,
69
- has_reviews: false,
70
- };
71
- }
72
- const reqMatch = roadmapPhase?.section?.match(/^\*\*Requirements\*\*:[^\S\n]*([^\n]*)$/m);
73
- const reqExtracted = reqMatch
74
- ? reqMatch[1].replace(/[\[\]]/g, '').split(',').map(s => s.trim()).filter(Boolean).join(', ')
75
- : null;
76
- const phase_req_ids = (reqExtracted && reqExtracted !== 'TBD') ? reqExtracted : null;
77
-
78
- const result = {
79
- // Models
80
- executor_model: resolveModelInternal(cwd, 'executor'),
81
- verifier_model: resolveModelInternal(cwd, 'verifier'),
82
-
83
- // Config flags
84
- commit_docs: config.commit_docs,
85
- sub_repos: config.sub_repos,
86
- parallelization: config.parallelization,
87
- context_window: config.context_window,
88
- branching_strategy: config.branching_strategy,
89
- phase_branch_template: config.phase_branch_template,
90
- milestone_branch_template: config.milestone_branch_template,
91
- verifier_enabled: config.verifier,
92
-
93
- // Phase info
94
- phase_found: !!phaseInfo,
95
- phase_dir: phaseInfo?.directory || null,
96
- phase_number: phaseInfo?.phase_number || null,
97
- phase_name: phaseInfo?.phase_name || null,
98
- phase_slug: phaseInfo?.phase_slug || null,
99
- phase_req_ids,
100
-
101
- // Plan inventory
102
- plans: phaseInfo?.plans || [],
103
- summaries: phaseInfo?.summaries || [],
104
- incomplete_plans: phaseInfo?.incomplete_plans || [],
105
- plan_count: phaseInfo?.plans?.length || 0,
106
- incomplete_count: phaseInfo?.incomplete_plans?.length || 0,
107
-
108
- // Branch name (pre-computed)
109
- branch_name: config.branching_strategy === 'phase' && phaseInfo
110
- ? config.phase_branch_template
111
- .replace('{phase}', phaseInfo.phase_number)
112
- .replace('{slug}', phaseInfo.phase_slug || 'phase')
113
- : config.branching_strategy === 'milestone'
114
- ? config.milestone_branch_template
115
- .replace('{milestone}', milestone.version)
116
- .replace('{slug}', generateSlugInternal(milestone.name) || 'milestone')
117
- : null,
118
-
119
- // Milestone info
120
- milestone_version: milestone.version,
121
- milestone_name: milestone.name,
122
- milestone_slug: generateSlugInternal(milestone.name),
123
-
124
- // File existence
125
- state_exists: fs.existsSync(path.join(planningDir(cwd), 'STATE.md')),
126
- roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
127
- config_exists: fs.existsSync(path.join(planningDir(cwd), 'config.json')),
128
- // File paths
129
- state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
130
- roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
131
- config_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'config.json'))),
132
- };
133
-
134
- output(withProjectRoot(cwd, result), raw);
135
- }
136
-
137
- function cmdInitPlanPhase(cwd, phase, raw) {
138
- if (!phase) {
139
- error('phase required for init plan-phase');
140
- }
141
-
142
- const config = loadConfig(cwd);
143
- let phaseInfo = findPhaseInternal(cwd, phase);
144
-
145
- const roadmapPhase = getRoadmapPhaseInternal(cwd, phase);
146
-
147
- // Fallback to ROADMAP.md if no phase directory exists yet
148
- if (!phaseInfo && roadmapPhase?.found) {
149
- const phaseName = roadmapPhase.phase_name;
150
- phaseInfo = {
151
- found: true,
152
- directory: null,
153
- phase_number: roadmapPhase.phase_number,
154
- phase_name: phaseName,
155
- phase_slug: phaseName ? phaseName.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '') : null,
156
- plans: [],
157
- summaries: [],
158
- incomplete_plans: [],
159
- has_research: false,
160
- has_context: false,
161
- has_verification: false,
162
- has_reviews: false,
163
- };
164
- }
165
- const reqMatch = roadmapPhase?.section?.match(/^\*\*Requirements\*\*:[^\S\n]*([^\n]*)$/m);
166
- const reqExtracted = reqMatch
167
- ? reqMatch[1].replace(/[\[\]]/g, '').split(',').map(s => s.trim()).filter(Boolean).join(', ')
168
- : null;
169
- const phase_req_ids = (reqExtracted && reqExtracted !== 'TBD') ? reqExtracted : null;
170
-
171
- const result = {
172
- // Models
173
- researcher_model: resolveModelInternal(cwd, 'phase-researcher'),
174
- planner_model: resolveModelInternal(cwd, 'planner'),
175
- checker_model: resolveModelInternal(cwd, 'plan-checker'),
176
-
177
- // Workflow flags
178
- research_enabled: config.research,
179
- plan_checker_enabled: config.plan_checker,
180
- nyquist_validation_enabled: config.nyquist_validation,
181
- commit_docs: config.commit_docs,
182
- text_mode: config.text_mode,
183
-
184
- // Phase info
185
- phase_found: !!phaseInfo,
186
- phase_dir: phaseInfo?.directory || null,
187
- phase_number: phaseInfo?.phase_number || null,
188
- phase_name: phaseInfo?.phase_name || null,
189
- phase_slug: phaseInfo?.phase_slug || null,
190
- padded_phase: phaseInfo?.phase_number ? normalizePhaseName(phaseInfo.phase_number) : null,
191
- phase_req_ids,
192
-
193
- // Existing artifacts
194
- has_research: phaseInfo?.has_research || false,
195
- has_context: phaseInfo?.has_context || false,
196
- has_reviews: phaseInfo?.has_reviews || false,
197
- has_plans: (phaseInfo?.plans?.length || 0) > 0,
198
- plan_count: phaseInfo?.plans?.length || 0,
199
-
200
- // Environment
201
- planning_exists: fs.existsSync(planningDir(cwd)),
202
- roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
203
-
204
- // File paths
205
- state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
206
- roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
207
- requirements_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'REQUIREMENTS.md'))),
208
- };
209
-
210
- if (phaseInfo?.directory) {
211
- // Find *-CONTEXT.md in phase directory
212
- const phaseDirFull = path.join(cwd, phaseInfo.directory);
213
- try {
214
- const files = fs.readdirSync(phaseDirFull);
215
- const contextFile = files.find(f => f.endsWith('-CONTEXT.md') || f === 'CONTEXT.md');
216
- if (contextFile) {
217
- result.context_path = toPosixPath(path.join(phaseInfo.directory, contextFile));
218
- }
219
- const researchFile = files.find(f => f.endsWith('-RESEARCH.md') || f === 'RESEARCH.md');
220
- if (researchFile) {
221
- result.research_path = toPosixPath(path.join(phaseInfo.directory, researchFile));
222
- }
223
- const verificationFile = files.find(f => f.endsWith('-VERIFICATION.md') || f === 'VERIFICATION.md');
224
- if (verificationFile) {
225
- result.verification_path = toPosixPath(path.join(phaseInfo.directory, verificationFile));
226
- }
227
- const uatFile = files.find(f => f.endsWith('-UAT.md') || f === 'UAT.md');
228
- if (uatFile) {
229
- result.uat_path = toPosixPath(path.join(phaseInfo.directory, uatFile));
230
- }
231
- const reviewsFile = files.find(f => f.endsWith('-REVIEWS.md') || f === 'REVIEWS.md');
232
- if (reviewsFile) {
233
- result.reviews_path = toPosixPath(path.join(phaseInfo.directory, reviewsFile));
234
- }
235
- } catch { /* intentionally empty */ }
236
- }
237
-
238
- output(withProjectRoot(cwd, result), raw);
239
- }
240
-
241
- function cmdInitNewProject(cwd, raw) {
242
- const config = loadConfig(cwd);
243
-
244
- // Detect Brave Search API key availability
245
- const homedir = require('os').homedir();
246
- const braveKeyFile = path.join(homedir, '.framework', 'brave_api_key');
247
- const hasBraveSearch = !!(process.env.BRAVE_API_KEY || fs.existsSync(braveKeyFile));
248
-
249
- // Detect Firecrawl API key availability
250
- const firecrawlKeyFile = path.join(homedir, '.framework', 'firecrawl_api_key');
251
- const hasFirecrawl = !!(process.env.FIRECRAWL_API_KEY || fs.existsSync(firecrawlKeyFile));
252
-
253
- // Detect Exa API key availability
254
- const exaKeyFile = path.join(homedir, '.framework', 'exa_api_key');
255
- const hasExaSearch = !!(process.env.EXA_API_KEY || fs.existsSync(exaKeyFile));
256
-
257
- // Detect existing code (cross-platform — no Unix `find` dependency)
258
- let hasCode = false;
259
- let hasPackageFile = false;
260
- try {
261
- const codeExtensions = new Set([
262
- '.ts', '.js', '.py', '.go', '.rs', '.swift', '.java',
263
- '.kt', '.kts', // Kotlin (Android, server-side)
264
- '.c', '.cpp', '.h', // C/C++
265
- '.cs', // C#
266
- '.rb', // Ruby
267
- '.php', // PHP
268
- '.dart', // Dart (Flutter)
269
- '.m', '.mm', // Objective-C / Objective-C++
270
- '.scala', // Scala
271
- '.groovy', // Groovy (Gradle build scripts)
272
- '.lua', // Lua
273
- '.r', '.R', // R
274
- '.zig', // Zig
275
- '.ex', '.exs', // Elixir
276
- '.clj', // Clojure
277
- ]);
278
- const skipDirs = new Set(['node_modules', '.git', '.planning', '.claude', '__pycache__', 'target', 'dist', 'build']);
279
- function findCodeFiles(dir, depth) {
280
- if (depth > 3) return false;
281
- let entries;
282
- try { entries = fs.readdirSync(dir, { withFileTypes: true }); } catch { return false; }
283
- for (const entry of entries) {
284
- if (entry.isFile() && codeExtensions.has(path.extname(entry.name))) return true;
285
- if (entry.isDirectory() && !skipDirs.has(entry.name)) {
286
- if (findCodeFiles(path.join(dir, entry.name), depth + 1)) return true;
287
- }
288
- }
289
- return false;
290
- }
291
- hasCode = findCodeFiles(cwd, 0);
292
- } catch { /* intentionally empty — best-effort detection */ }
293
-
294
- hasPackageFile = pathExistsInternal(cwd, 'package.json') ||
295
- pathExistsInternal(cwd, 'requirements.txt') ||
296
- pathExistsInternal(cwd, 'Cargo.toml') ||
297
- pathExistsInternal(cwd, 'go.mod') ||
298
- pathExistsInternal(cwd, 'Package.swift') ||
299
- pathExistsInternal(cwd, 'build.gradle') ||
300
- pathExistsInternal(cwd, 'build.gradle.kts') ||
301
- pathExistsInternal(cwd, 'pom.xml') ||
302
- pathExistsInternal(cwd, 'Gemfile') ||
303
- pathExistsInternal(cwd, 'composer.json') ||
304
- pathExistsInternal(cwd, 'pubspec.yaml') ||
305
- pathExistsInternal(cwd, 'CMakeLists.txt') ||
306
- pathExistsInternal(cwd, 'Makefile') ||
307
- pathExistsInternal(cwd, 'build.zig') ||
308
- pathExistsInternal(cwd, 'mix.exs') ||
309
- pathExistsInternal(cwd, 'project.clj');
310
-
311
- const result = {
312
- // Models
313
- researcher_model: resolveModelInternal(cwd, 'project-researcher'),
314
- synthesizer_model: resolveModelInternal(cwd, 'research-synthesizer'),
315
- roadmapper_model: resolveModelInternal(cwd, 'roadmapper'),
316
-
317
- // Config
318
- commit_docs: config.commit_docs,
319
-
320
- // Existing state
321
- project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
322
- has_codebase_map: pathExistsInternal(cwd, '.planning/codebase'),
323
- planning_exists: pathExistsInternal(cwd, '.planning'),
324
-
325
- // Brownfield detection
326
- has_existing_code: hasCode,
327
- has_package_file: hasPackageFile,
328
- is_brownfield: hasCode || hasPackageFile,
329
- needs_codebase_map: (hasCode || hasPackageFile) && !pathExistsInternal(cwd, '.planning/codebase'),
330
-
331
- // Git state
332
- has_git: pathExistsInternal(cwd, '.git'),
333
-
334
- // Enhanced search
335
- brave_search_available: hasBraveSearch,
336
- firecrawl_available: hasFirecrawl,
337
- exa_search_available: hasExaSearch,
338
-
339
- // File paths
340
- project_path: '.planning/PROJECT.md',
341
- };
342
-
343
- output(withProjectRoot(cwd, result), raw);
344
- }
345
-
346
- function cmdInitNewMilestone(cwd, raw) {
347
- const config = loadConfig(cwd);
348
- const milestone = getMilestoneInfo(cwd);
349
- const latestCompleted = getLatestCompletedMilestone(cwd);
350
- const phasesDir = path.join(planningDir(cwd), 'phases');
351
- let phaseDirCount = 0;
352
-
353
- try {
354
- if (fs.existsSync(phasesDir)) {
355
- phaseDirCount = fs.readdirSync(phasesDir, { withFileTypes: true })
356
- .filter(entry => entry.isDirectory())
357
- .length;
358
- }
359
- } catch {}
360
-
361
- const result = {
362
- // Models
363
- researcher_model: resolveModelInternal(cwd, 'project-researcher'),
364
- synthesizer_model: resolveModelInternal(cwd, 'research-synthesizer'),
365
- roadmapper_model: resolveModelInternal(cwd, 'roadmapper'),
366
-
367
- // Config
368
- commit_docs: config.commit_docs,
369
- research_enabled: config.research,
370
-
371
- // Current milestone
372
- current_milestone: milestone.version,
373
- current_milestone_name: milestone.name,
374
- latest_completed_milestone: latestCompleted?.version || null,
375
- latest_completed_milestone_name: latestCompleted?.name || null,
376
- phase_dir_count: phaseDirCount,
377
- phase_archive_path: latestCompleted ? toPosixPath(path.relative(cwd, path.join(planningRoot(cwd), 'milestones', `${latestCompleted.version}-phases`))) : null,
378
-
379
- // File existence
380
- project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
381
- roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
382
- state_exists: fs.existsSync(path.join(planningDir(cwd), 'STATE.md')),
383
-
384
- // File paths
385
- project_path: '.planning/PROJECT.md',
386
- roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
387
- state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
388
- };
389
-
390
- output(withProjectRoot(cwd, result), raw);
391
- }
392
-
393
- function cmdInitQuick(cwd, description, raw) {
394
- const config = loadConfig(cwd);
395
- const now = new Date();
396
- const slug = description ? generateSlugInternal(description)?.substring(0, 40) : null;
397
-
398
- // Generate collision-resistant quick task ID: YYMMDD-xxx
399
- // xxx = 2-second precision blocks since midnight, encoded as 3-char Base36 (lowercase)
400
- // Range: 000 (00:00:00) to xbz (23:59:58), guaranteed 3 chars for any time of day.
401
- // Provides ~2s uniqueness window per user — practically collision-free across a team.
402
- const yy = String(now.getFullYear()).slice(-2);
403
- const mm = String(now.getMonth() + 1).padStart(2, '0');
404
- const dd = String(now.getDate()).padStart(2, '0');
405
- const dateStr = yy + mm + dd;
406
- const secondsSinceMidnight = now.getHours() * 3600 + now.getMinutes() * 60 + now.getSeconds();
407
- const timeBlocks = Math.floor(secondsSinceMidnight / 2);
408
- const timeEncoded = timeBlocks.toString(36).padStart(3, '0');
409
- const quickId = dateStr + '-' + timeEncoded;
410
- const branchSlug = slug || 'quick';
411
- const quickBranchName = config.quick_branch_template
412
- ? config.quick_branch_template
413
- .replace('{num}', quickId)
414
- .replace('{quick}', quickId)
415
- .replace('{slug}', branchSlug)
416
- : null;
417
-
418
- const result = {
419
- // Models
420
- planner_model: resolveModelInternal(cwd, 'planner'),
421
- executor_model: resolveModelInternal(cwd, 'executor'),
422
- checker_model: resolveModelInternal(cwd, 'plan-checker'),
423
- verifier_model: resolveModelInternal(cwd, 'verifier'),
424
-
425
- // Config
426
- commit_docs: config.commit_docs,
427
- branch_name: quickBranchName,
428
-
429
- // Quick task info
430
- quick_id: quickId,
431
- slug: slug,
432
- description: description || null,
433
-
434
- // Timestamps
435
- date: now.toISOString().split('T')[0],
436
- timestamp: now.toISOString(),
437
-
438
- // Paths
439
- quick_dir: '.planning/quick',
440
- task_dir: slug ? `.planning/quick/${quickId}-${slug}` : null,
441
-
442
- // File existence
443
- roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
444
- planning_exists: fs.existsSync(planningRoot(cwd)),
445
-
446
- };
447
-
448
- output(withProjectRoot(cwd, result), raw);
449
- }
450
-
451
- function cmdInitResume(cwd, raw) {
452
- const config = loadConfig(cwd);
453
-
454
- // Check for interrupted agent
455
- let interruptedAgentId = null;
456
- try {
457
- interruptedAgentId = fs.readFileSync(path.join(planningRoot(cwd), 'current-agent-id.txt'), 'utf-8').trim();
458
- } catch { /* intentionally empty */ }
459
-
460
- const result = {
461
- // File existence
462
- state_exists: fs.existsSync(path.join(planningDir(cwd), 'STATE.md')),
463
- roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
464
- project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
465
- planning_exists: fs.existsSync(planningRoot(cwd)),
466
-
467
- // File paths
468
- state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
469
- roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
470
- project_path: '.planning/PROJECT.md',
471
-
472
- // Agent state
473
- has_interrupted_agent: !!interruptedAgentId,
474
- interrupted_agent_id: interruptedAgentId,
475
-
476
- // Config
477
- commit_docs: config.commit_docs,
478
- };
479
-
480
- output(withProjectRoot(cwd, result), raw);
481
- }
482
-
483
- function cmdInitVerifyWork(cwd, phase, raw) {
484
- if (!phase) {
485
- error('phase required for init verify-work');
486
- }
487
-
488
- const config = loadConfig(cwd);
489
- let phaseInfo = findPhaseInternal(cwd, phase);
490
-
491
- // Fallback to ROADMAP.md if no phase directory exists yet
492
- if (!phaseInfo) {
493
- const roadmapPhase = getRoadmapPhaseInternal(cwd, phase);
494
- if (roadmapPhase?.found) {
495
- const phaseName = roadmapPhase.phase_name;
496
- phaseInfo = {
497
- found: true,
498
- directory: null,
499
- phase_number: roadmapPhase.phase_number,
500
- phase_name: phaseName,
501
- phase_slug: phaseName ? phaseName.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '') : null,
502
- plans: [],
503
- summaries: [],
504
- incomplete_plans: [],
505
- has_research: false,
506
- has_context: false,
507
- has_verification: false,
508
- };
509
- }
510
- }
511
-
512
- const result = {
513
- // Models
514
- planner_model: resolveModelInternal(cwd, 'planner'),
515
- checker_model: resolveModelInternal(cwd, 'plan-checker'),
516
-
517
- // Config
518
- commit_docs: config.commit_docs,
519
-
520
- // Phase info
521
- phase_found: !!phaseInfo,
522
- phase_dir: phaseInfo?.directory || null,
523
- phase_number: phaseInfo?.phase_number || null,
524
- phase_name: phaseInfo?.phase_name || null,
525
-
526
- // Existing artifacts
527
- has_verification: phaseInfo?.has_verification || false,
528
- };
529
-
530
- output(withProjectRoot(cwd, result), raw);
531
- }
532
-
533
- function cmdInitPhaseOp(cwd, phase, raw) {
534
- const config = loadConfig(cwd);
535
- let phaseInfo = findPhaseInternal(cwd, phase);
536
-
537
- // If the only disk match comes from an archived milestone, prefer the
538
- // current milestone's ROADMAP entry so discuss-phase and similar flows
539
- // don't attach to shipped work that reused the same phase number.
540
- if (phaseInfo?.archived) {
541
- const roadmapPhase = getRoadmapPhaseInternal(cwd, phase);
542
- if (roadmapPhase?.found) {
543
- const phaseName = roadmapPhase.phase_name;
544
- phaseInfo = {
545
- found: true,
546
- directory: null,
547
- phase_number: roadmapPhase.phase_number,
548
- phase_name: phaseName,
549
- phase_slug: phaseName ? phaseName.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '') : null,
550
- plans: [],
551
- summaries: [],
552
- incomplete_plans: [],
553
- has_research: false,
554
- has_context: false,
555
- has_verification: false,
556
- };
557
- }
558
- }
559
-
560
- // Fallback to ROADMAP.md if no directory exists (e.g., Plans: TBD)
561
- if (!phaseInfo) {
562
- const roadmapPhase = getRoadmapPhaseInternal(cwd, phase);
563
- if (roadmapPhase?.found) {
564
- const phaseName = roadmapPhase.phase_name;
565
- phaseInfo = {
566
- found: true,
567
- directory: null,
568
- phase_number: roadmapPhase.phase_number,
569
- phase_name: phaseName,
570
- phase_slug: phaseName ? phaseName.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '') : null,
571
- plans: [],
572
- summaries: [],
573
- incomplete_plans: [],
574
- has_research: false,
575
- has_context: false,
576
- has_verification: false,
577
- };
578
- }
579
- }
580
-
581
- const result = {
582
- // Config
583
- commit_docs: config.commit_docs,
584
- brave_search: config.brave_search,
585
- firecrawl: config.firecrawl,
586
- exa_search: config.exa_search,
587
-
588
- // Phase info
589
- phase_found: !!phaseInfo,
590
- phase_dir: phaseInfo?.directory || null,
591
- phase_number: phaseInfo?.phase_number || null,
592
- phase_name: phaseInfo?.phase_name || null,
593
- phase_slug: phaseInfo?.phase_slug || null,
594
- padded_phase: phaseInfo?.phase_number ? normalizePhaseName(phaseInfo.phase_number) : null,
595
-
596
- // Existing artifacts
597
- has_research: phaseInfo?.has_research || false,
598
- has_context: phaseInfo?.has_context || false,
599
- has_plans: (phaseInfo?.plans?.length || 0) > 0,
600
- has_verification: phaseInfo?.has_verification || false,
601
- has_reviews: phaseInfo?.has_reviews || false,
602
- plan_count: phaseInfo?.plans?.length || 0,
603
-
604
- // File existence
605
- roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
606
- planning_exists: fs.existsSync(planningDir(cwd)),
607
-
608
- // File paths
609
- state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
610
- roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
611
- requirements_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'REQUIREMENTS.md'))),
612
- };
613
-
614
- if (phaseInfo?.directory) {
615
- const phaseDirFull = path.join(cwd, phaseInfo.directory);
616
- try {
617
- const files = fs.readdirSync(phaseDirFull);
618
- const contextFile = files.find(f => f.endsWith('-CONTEXT.md') || f === 'CONTEXT.md');
619
- if (contextFile) {
620
- result.context_path = toPosixPath(path.join(phaseInfo.directory, contextFile));
621
- }
622
- const researchFile = files.find(f => f.endsWith('-RESEARCH.md') || f === 'RESEARCH.md');
623
- if (researchFile) {
624
- result.research_path = toPosixPath(path.join(phaseInfo.directory, researchFile));
625
- }
626
- const verificationFile = files.find(f => f.endsWith('-VERIFICATION.md') || f === 'VERIFICATION.md');
627
- if (verificationFile) {
628
- result.verification_path = toPosixPath(path.join(phaseInfo.directory, verificationFile));
629
- }
630
- const uatFile = files.find(f => f.endsWith('-UAT.md') || f === 'UAT.md');
631
- if (uatFile) {
632
- result.uat_path = toPosixPath(path.join(phaseInfo.directory, uatFile));
633
- }
634
- const reviewsFile = files.find(f => f.endsWith('-REVIEWS.md') || f === 'REVIEWS.md');
635
- if (reviewsFile) {
636
- result.reviews_path = toPosixPath(path.join(phaseInfo.directory, reviewsFile));
637
- }
638
- } catch { /* intentionally empty */ }
639
- }
640
-
641
- output(withProjectRoot(cwd, result), raw);
642
- }
643
-
644
- function cmdInitTodos(cwd, area, raw) {
645
- const config = loadConfig(cwd);
646
- const now = new Date();
647
-
648
- // List todos (reuse existing logic)
649
- const pendingDir = path.join(planningDir(cwd), 'todos', 'pending');
650
- let count = 0;
651
- const todos = [];
652
-
653
- try {
654
- const files = fs.readdirSync(pendingDir).filter(f => f.endsWith('.md'));
655
- for (const file of files) {
656
- try {
657
- const content = fs.readFileSync(path.join(pendingDir, file), 'utf-8');
658
- const createdMatch = content.match(/^created:\s*(.+)$/m);
659
- const titleMatch = content.match(/^title:\s*(.+)$/m);
660
- const areaMatch = content.match(/^area:\s*(.+)$/m);
661
- const todoArea = areaMatch ? areaMatch[1].trim() : 'general';
662
-
663
- if (area && todoArea !== area) continue;
664
-
665
- count++;
666
- todos.push({
667
- file,
668
- created: createdMatch ? createdMatch[1].trim() : 'unknown',
669
- title: titleMatch ? titleMatch[1].trim() : 'Untitled',
670
- area: todoArea,
671
- path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'todos', 'pending', file))),
672
- });
673
- } catch { /* intentionally empty */ }
674
- }
675
- } catch { /* intentionally empty */ }
676
-
677
- const result = {
678
- // Config
679
- commit_docs: config.commit_docs,
680
-
681
- // Timestamps
682
- date: now.toISOString().split('T')[0],
683
- timestamp: now.toISOString(),
684
-
685
- // Todo inventory
686
- todo_count: count,
687
- todos,
688
- area_filter: area || null,
689
-
690
- // Paths
691
- pending_dir: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'todos', 'pending'))),
692
- completed_dir: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'todos', 'completed'))),
693
-
694
- // File existence
695
- planning_exists: fs.existsSync(planningDir(cwd)),
696
- todos_dir_exists: fs.existsSync(path.join(planningDir(cwd), 'todos')),
697
- pending_dir_exists: fs.existsSync(path.join(planningDir(cwd), 'todos', 'pending')),
698
- };
699
-
700
- output(withProjectRoot(cwd, result), raw);
701
- }
702
-
703
- function cmdInitMilestoneOp(cwd, raw) {
704
- const config = loadConfig(cwd);
705
- const milestone = getMilestoneInfo(cwd);
706
-
707
- // Count phases
708
- let phaseCount = 0;
709
- let completedPhases = 0;
710
- const phasesDir = path.join(planningDir(cwd), 'phases');
711
- try {
712
- const entries = fs.readdirSync(phasesDir, { withFileTypes: true });
713
- const dirs = entries.filter(e => e.isDirectory()).map(e => e.name);
714
- phaseCount = dirs.length;
715
-
716
- // Count phases with summaries (completed)
717
- for (const dir of dirs) {
718
- try {
719
- const phaseFiles = fs.readdirSync(path.join(phasesDir, dir));
720
- const hasSummary = phaseFiles.some(f => f.endsWith('-SUMMARY.md') || f === 'SUMMARY.md');
721
- if (hasSummary) completedPhases++;
722
- } catch { /* intentionally empty */ }
723
- }
724
- } catch { /* intentionally empty */ }
725
-
726
- // Check archive
727
- const archiveDir = path.join(planningRoot(cwd), 'archive');
728
- let archivedMilestones = [];
729
- try {
730
- archivedMilestones = fs.readdirSync(archiveDir, { withFileTypes: true })
731
- .filter(e => e.isDirectory())
732
- .map(e => e.name);
733
- } catch { /* intentionally empty */ }
734
-
735
- const result = {
736
- // Config
737
- commit_docs: config.commit_docs,
738
-
739
- // Current milestone
740
- milestone_version: milestone.version,
741
- milestone_name: milestone.name,
742
- milestone_slug: generateSlugInternal(milestone.name),
743
-
744
- // Phase counts
745
- phase_count: phaseCount,
746
- completed_phases: completedPhases,
747
- all_phases_complete: phaseCount > 0 && phaseCount === completedPhases,
748
-
749
- // Archive
750
- archived_milestones: archivedMilestones,
751
- archive_count: archivedMilestones.length,
752
-
753
- // File existence
754
- project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
755
- roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
756
- state_exists: fs.existsSync(path.join(planningDir(cwd), 'STATE.md')),
757
- archive_exists: fs.existsSync(path.join(planningRoot(cwd), 'archive')),
758
- phases_dir_exists: fs.existsSync(path.join(planningDir(cwd), 'phases')),
759
- };
760
-
761
- output(withProjectRoot(cwd, result), raw);
762
- }
763
-
764
- function cmdInitMapCodebase(cwd, raw) {
765
- const config = loadConfig(cwd);
766
-
767
- // Check for existing codebase maps
768
- const codebaseDir = path.join(planningRoot(cwd), 'codebase');
769
- let existingMaps = [];
770
- try {
771
- existingMaps = fs.readdirSync(codebaseDir).filter(f => f.endsWith('.md'));
772
- } catch { /* intentionally empty */ }
773
-
774
- const result = {
775
- // Models
776
- mapper_model: resolveModelInternal(cwd, 'codebase-mapper'),
777
-
778
- // Config
779
- commit_docs: config.commit_docs,
780
- search_gitignored: config.search_gitignored,
781
- parallelization: config.parallelization,
782
-
783
- // Paths
784
- codebase_dir: '.planning/codebase',
785
-
786
- // Existing maps
787
- existing_maps: existingMaps,
788
- has_maps: existingMaps.length > 0,
789
-
790
- // File existence
791
- planning_exists: pathExistsInternal(cwd, '.planning'),
792
- codebase_dir_exists: pathExistsInternal(cwd, '.planning/codebase'),
793
- };
794
-
795
- output(withProjectRoot(cwd, result), raw);
796
- }
797
-
798
- function cmdInitManager(cwd, raw) {
799
- const config = loadConfig(cwd);
800
- const milestone = getMilestoneInfo(cwd);
801
-
802
- // Use planningPaths for forward-compatibility with workstream scoping (#1268)
803
- const paths = planningPaths(cwd);
804
-
805
- // Validate prerequisites
806
- if (!fs.existsSync(paths.roadmap)) {
807
- error('No ROADMAP.md found. Run /new-milestone first.');
808
- }
809
- if (!fs.existsSync(paths.state)) {
810
- error('No STATE.md found. Run /new-milestone first.');
811
- }
812
- const rawContent = fs.readFileSync(paths.roadmap, 'utf-8');
813
- const content = extractCurrentMilestone(rawContent, cwd);
814
- const phasesDir = paths.phases;
815
- const isDirInMilestone = getMilestonePhaseFilter(cwd);
816
-
817
- const phasePattern = /#{2,4}\s*Phase\s+(\d+[A-Z]?(?:\.\d+)*)\s*:\s*([^\n]+)/gi;
818
- const phases = [];
819
- let match;
820
-
821
- while ((match = phasePattern.exec(content)) !== null) {
822
- const phaseNum = match[1];
823
- const phaseName = match[2].replace(/\(INSERTED\)/i, '').trim();
824
-
825
- const sectionStart = match.index;
826
- const restOfContent = content.slice(sectionStart);
827
- const nextHeader = restOfContent.match(/\n#{2,4}\s+Phase\s+\d/i);
828
- const sectionEnd = nextHeader ? sectionStart + nextHeader.index : content.length;
829
- const section = content.slice(sectionStart, sectionEnd);
830
-
831
- const goalMatch = section.match(/\*\*Goal(?::\*\*|\*\*:)\s*([^\n]+)/i);
832
- const goal = goalMatch ? goalMatch[1].trim() : null;
833
-
834
- const dependsMatch = section.match(/\*\*Depends on(?::\*\*|\*\*:)\s*([^\n]+)/i);
835
- const depends_on = dependsMatch ? dependsMatch[1].trim() : null;
836
-
837
- const normalized = normalizePhaseName(phaseNum);
838
- let diskStatus = 'no_directory';
839
- let planCount = 0;
840
- let summaryCount = 0;
841
- let hasContext = false;
842
- let hasResearch = false;
843
- let lastActivity = null;
844
- let isActive = false;
845
-
846
- try {
847
- const entries = fs.readdirSync(phasesDir, { withFileTypes: true });
848
- const dirs = entries.filter(e => e.isDirectory()).map(e => e.name).filter(isDirInMilestone);
849
- const dirMatch = dirs.find(d => d.startsWith(normalized + '-') || d === normalized);
850
-
851
- if (dirMatch) {
852
- const fullDir = path.join(phasesDir, dirMatch);
853
- const phaseFiles = fs.readdirSync(fullDir);
854
- planCount = phaseFiles.filter(f => f.endsWith('-PLAN.md') || f === 'PLAN.md').length;
855
- summaryCount = phaseFiles.filter(f => f.endsWith('-SUMMARY.md') || f === 'SUMMARY.md').length;
856
- hasContext = phaseFiles.some(f => f.endsWith('-CONTEXT.md') || f === 'CONTEXT.md');
857
- hasResearch = phaseFiles.some(f => f.endsWith('-RESEARCH.md') || f === 'RESEARCH.md');
858
-
859
- if (summaryCount >= planCount && planCount > 0) diskStatus = 'complete';
860
- else if (summaryCount > 0) diskStatus = 'partial';
861
- else if (planCount > 0) diskStatus = 'planned';
862
- else if (hasResearch) diskStatus = 'researched';
863
- else if (hasContext) diskStatus = 'discussed';
864
- else diskStatus = 'empty';
865
-
866
- // Activity detection: check most recent file mtime
867
- const now = Date.now();
868
- let newestMtime = 0;
869
- for (const f of phaseFiles) {
870
- try {
871
- const stat = fs.statSync(path.join(fullDir, f));
872
- if (stat.mtimeMs > newestMtime) newestMtime = stat.mtimeMs;
873
- } catch { /* intentionally empty */ }
874
- }
875
- if (newestMtime > 0) {
876
- lastActivity = new Date(newestMtime).toISOString();
877
- isActive = (now - newestMtime) < 300000; // 5 minutes
878
- }
879
- }
880
- } catch { /* intentionally empty */ }
881
-
882
- // Check ROADMAP checkbox status
883
- const checkboxPattern = new RegExp(`-\\s*\\[(x| )\\]\\s*.*Phase\\s+${phaseNum.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')}[:\\s]`, 'i');
884
- const checkboxMatch = content.match(checkboxPattern);
885
- const roadmapComplete = checkboxMatch ? checkboxMatch[1] === 'x' : false;
886
- if (roadmapComplete && diskStatus !== 'complete') {
887
- diskStatus = 'complete';
888
- }
889
-
890
- phases.push({
891
- number: phaseNum,
892
- name: phaseName,
893
- goal,
894
- depends_on,
895
- disk_status: diskStatus,
896
- has_context: hasContext,
897
- has_research: hasResearch,
898
- plan_count: planCount,
899
- summary_count: summaryCount,
900
- roadmap_complete: roadmapComplete,
901
- last_activity: lastActivity,
902
- is_active: isActive,
903
- });
904
- }
905
-
906
- // Compute display names: truncate to keep table aligned
907
- const MAX_NAME_WIDTH = 20;
908
- for (const phase of phases) {
909
- if (phase.name.length > MAX_NAME_WIDTH) {
910
- phase.display_name = phase.name.slice(0, MAX_NAME_WIDTH - 1) + '…';
911
- } else {
912
- phase.display_name = phase.name;
913
- }
914
- }
915
-
916
- // Dependency satisfaction: check if all depends_on phases are complete
917
- const completedNums = new Set(phases.filter(p => p.disk_status === 'complete').map(p => p.number));
918
- for (const phase of phases) {
919
- if (!phase.depends_on || /^none$/i.test(phase.depends_on.trim())) {
920
- phase.deps_satisfied = true;
921
- } else {
922
- // Parse "Phase 1, Phase 3" or "1, 3" formats
923
- const depNums = phase.depends_on.match(/\d+(?:\.\d+)*/g) || [];
924
- phase.deps_satisfied = depNums.every(n => completedNums.has(n));
925
- phase.dep_phases = depNums;
926
- }
927
- }
928
-
929
- // Compact dependency display for dashboard
930
- for (const phase of phases) {
931
- phase.deps_display = (phase.dep_phases && phase.dep_phases.length > 0)
932
- ? phase.dep_phases.join(',')
933
- : '—';
934
- }
935
-
936
- // Sliding window: discuss is sequential — only the first undiscussed phase is available
937
- let foundNextToDiscuss = false;
938
- for (const phase of phases) {
939
- if (!foundNextToDiscuss && (phase.disk_status === 'empty' || phase.disk_status === 'no_directory')) {
940
- phase.is_next_to_discuss = true;
941
- foundNextToDiscuss = true;
942
- } else {
943
- phase.is_next_to_discuss = false;
944
- }
945
- }
946
-
947
- // Check for WAITING.json signal
948
- let waitingSignal = null;
949
- try {
950
- const waitingPath = path.join(cwd, '.planning', 'WAITING.json');
951
- if (fs.existsSync(waitingPath)) {
952
- waitingSignal = JSON.parse(fs.readFileSync(waitingPath, 'utf-8'));
953
- }
954
- } catch { /* intentionally empty */ }
955
-
956
- // Compute recommended actions (execute > plan > discuss)
957
- const recommendedActions = [];
958
- for (const phase of phases) {
959
- if (phase.disk_status === 'complete') continue;
960
-
961
- if (phase.disk_status === 'planned' && phase.deps_satisfied) {
962
- recommendedActions.push({
963
- phase: phase.number,
964
- phase_name: phase.name,
965
- action: 'execute',
966
- reason: `${phase.plan_count} plans ready, dependencies met`,
967
- command: `/execute-phase ${phase.number}`,
968
- });
969
- } else if (phase.disk_status === 'discussed' || phase.disk_status === 'researched') {
970
- recommendedActions.push({
971
- phase: phase.number,
972
- phase_name: phase.name,
973
- action: 'plan',
974
- reason: 'Context gathered, ready for planning',
975
- command: `/plan-phase ${phase.number}`,
976
- });
977
- } else if ((phase.disk_status === 'empty' || phase.disk_status === 'no_directory') && phase.is_next_to_discuss) {
978
- recommendedActions.push({
979
- phase: phase.number,
980
- phase_name: phase.name,
981
- action: 'discuss',
982
- reason: 'Unblocked, ready to gather context',
983
- command: `/discuss-phase ${phase.number}`,
984
- });
985
- }
986
- }
987
-
988
- // Filter recommendations: no parallel execute/plan unless phases are independent
989
- // Two phases are "independent" if neither depends on the other (directly or transitively)
990
- const phaseMap = new Map(phases.map(p => [p.number, p]));
991
-
992
- function reaches(from, to, visited = new Set()) {
993
- if (visited.has(from)) return false;
994
- visited.add(from);
995
- const p = phaseMap.get(from);
996
- if (!p || !p.dep_phases || p.dep_phases.length === 0) return false;
997
- if (p.dep_phases.includes(to)) return true;
998
- return p.dep_phases.some(dep => reaches(dep, to, visited));
999
- }
1000
-
1001
- function hasDepRelationship(numA, numB) {
1002
- return reaches(numA, numB) || reaches(numB, numA);
1003
- }
1004
-
1005
- // Detect phases with active work (file modified in last 5 min)
1006
- const activeExecuting = phases.filter(p =>
1007
- p.disk_status === 'partial' ||
1008
- (p.disk_status === 'planned' && p.is_active)
1009
- );
1010
- const activePlanning = phases.filter(p =>
1011
- p.is_active && (p.disk_status === 'discussed' || p.disk_status === 'researched')
1012
- );
1013
-
1014
- const filteredActions = recommendedActions.filter(action => {
1015
- if (action.action === 'execute' && activeExecuting.length > 0) {
1016
- // Only allow if independent of ALL actively-executing phases
1017
- return activeExecuting.every(active => !hasDepRelationship(action.phase, active.number));
1018
- }
1019
- if (action.action === 'plan' && activePlanning.length > 0) {
1020
- // Only allow if independent of ALL actively-planning phases
1021
- return activePlanning.every(active => !hasDepRelationship(action.phase, active.number));
1022
- }
1023
- return true;
1024
- });
1025
-
1026
- const completedCount = phases.filter(p => p.disk_status === 'complete').length;
1027
- const result = {
1028
- milestone_version: milestone.version,
1029
- milestone_name: milestone.name,
1030
- phases,
1031
- phase_count: phases.length,
1032
- completed_count: completedCount,
1033
- in_progress_count: phases.filter(p => ['partial', 'planned', 'discussed', 'researched'].includes(p.disk_status)).length,
1034
- recommended_actions: filteredActions,
1035
- waiting_signal: waitingSignal,
1036
- all_complete: completedCount === phases.length && phases.length > 0,
1037
- project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
1038
- roadmap_exists: true,
1039
- state_exists: true,
1040
- };
1041
-
1042
- output(withProjectRoot(cwd, result), raw);
1043
- }
1044
-
1045
- function cmdInitProgress(cwd, raw) {
1046
- const config = loadConfig(cwd);
1047
- const milestone = getMilestoneInfo(cwd);
1048
-
1049
- // Analyze phases — filter to current milestone and include ROADMAP-only phases
1050
- const phasesDir = path.join(planningDir(cwd), 'phases');
1051
- const phases = [];
1052
- let currentPhase = null;
1053
- let nextPhase = null;
1054
-
1055
- // Build set of phases defined in ROADMAP for the current milestone
1056
- const roadmapPhaseNums = new Set();
1057
- const roadmapPhaseNames = new Map();
1058
- try {
1059
- const roadmapContent = extractCurrentMilestone(
1060
- fs.readFileSync(path.join(planningDir(cwd), 'ROADMAP.md'), 'utf-8'), cwd
1061
- );
1062
- const headingPattern = /#{2,4}\s*Phase\s+(\d+[A-Z]?(?:\.\d+)*)\s*:\s*([^\n]+)/gi;
1063
- let hm;
1064
- while ((hm = headingPattern.exec(roadmapContent)) !== null) {
1065
- roadmapPhaseNums.add(hm[1]);
1066
- roadmapPhaseNames.set(hm[1], hm[2].replace(/\(INSERTED\)/i, '').trim());
1067
- }
1068
- } catch { /* intentionally empty */ }
1069
-
1070
- const isDirInMilestone = getMilestonePhaseFilter(cwd);
1071
- const seenPhaseNums = new Set();
1072
-
1073
- try {
1074
- const entries = fs.readdirSync(phasesDir, { withFileTypes: true });
1075
- const dirs = entries.filter(e => e.isDirectory()).map(e => e.name)
1076
- .filter(isDirInMilestone)
1077
- .sort((a, b) => {
1078
- const pa = a.match(/^(\d+[A-Z]?(?:\.\d+)*)/i);
1079
- const pb = b.match(/^(\d+[A-Z]?(?:\.\d+)*)/i);
1080
- if (!pa || !pb) return a.localeCompare(b);
1081
- return parseInt(pa[1], 10) - parseInt(pb[1], 10);
1082
- });
1083
-
1084
- for (const dir of dirs) {
1085
- const match = dir.match(/^(\d+[A-Z]?(?:\.\d+)*)-?(.*)/i);
1086
- const phaseNumber = match ? match[1] : dir;
1087
- const phaseName = match && match[2] ? match[2] : null;
1088
- seenPhaseNums.add(phaseNumber.replace(/^0+/, '') || '0');
1089
-
1090
- const phasePath = path.join(phasesDir, dir);
1091
- const phaseFiles = fs.readdirSync(phasePath);
1092
-
1093
- const plans = phaseFiles.filter(f => f.endsWith('-PLAN.md') || f === 'PLAN.md');
1094
- const summaries = phaseFiles.filter(f => f.endsWith('-SUMMARY.md') || f === 'SUMMARY.md');
1095
- const hasResearch = phaseFiles.some(f => f.endsWith('-RESEARCH.md') || f === 'RESEARCH.md');
1096
-
1097
- const status = summaries.length >= plans.length && plans.length > 0 ? 'complete' :
1098
- plans.length > 0 ? 'in_progress' :
1099
- hasResearch ? 'researched' : 'pending';
1100
-
1101
- const phaseInfo = {
1102
- number: phaseNumber,
1103
- name: phaseName,
1104
- directory: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'phases', dir))),
1105
- status,
1106
- plan_count: plans.length,
1107
- summary_count: summaries.length,
1108
- has_research: hasResearch,
1109
- };
1110
-
1111
- phases.push(phaseInfo);
1112
-
1113
- // Find current (first incomplete with plans) and next (first pending)
1114
- if (!currentPhase && (status === 'in_progress' || status === 'researched')) {
1115
- currentPhase = phaseInfo;
1116
- }
1117
- if (!nextPhase && status === 'pending') {
1118
- nextPhase = phaseInfo;
1119
- }
1120
- }
1121
- } catch { /* intentionally empty */ }
1122
-
1123
- // Add phases defined in ROADMAP but not yet scaffolded to disk
1124
- for (const [num, name] of roadmapPhaseNames) {
1125
- const stripped = num.replace(/^0+/, '') || '0';
1126
- if (!seenPhaseNums.has(stripped)) {
1127
- const phaseInfo = {
1128
- number: num,
1129
- name: name.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, ''),
1130
- directory: null,
1131
- status: 'not_started',
1132
- plan_count: 0,
1133
- summary_count: 0,
1134
- has_research: false,
1135
- };
1136
- phases.push(phaseInfo);
1137
- if (!nextPhase && !currentPhase) {
1138
- nextPhase = phaseInfo;
1139
- }
1140
- }
1141
- }
1142
-
1143
- // Re-sort phases by number after adding ROADMAP-only phases
1144
- phases.sort((a, b) => parseInt(a.number, 10) - parseInt(b.number, 10));
1145
-
1146
- // Check for paused work
1147
- let pausedAt = null;
1148
- try {
1149
- const state = fs.readFileSync(path.join(planningDir(cwd), 'STATE.md'), 'utf-8');
1150
- const pauseMatch = state.match(/\*\*Paused At:\*\*\s*(.+)/);
1151
- if (pauseMatch) pausedAt = pauseMatch[1].trim();
1152
- } catch { /* intentionally empty */ }
1153
-
1154
- const result = {
1155
- // Models
1156
- executor_model: resolveModelInternal(cwd, 'executor'),
1157
- planner_model: resolveModelInternal(cwd, 'planner'),
1158
-
1159
- // Config
1160
- commit_docs: config.commit_docs,
1161
-
1162
- // Milestone
1163
- milestone_version: milestone.version,
1164
- milestone_name: milestone.name,
1165
-
1166
- // Phase overview
1167
- phases,
1168
- phase_count: phases.length,
1169
- completed_count: phases.filter(p => p.status === 'complete').length,
1170
- in_progress_count: phases.filter(p => p.status === 'in_progress').length,
1171
-
1172
- // Current state
1173
- current_phase: currentPhase,
1174
- next_phase: nextPhase,
1175
- paused_at: pausedAt,
1176
- has_work_in_progress: !!currentPhase,
1177
-
1178
- // File existence
1179
- project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
1180
- roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
1181
- state_exists: fs.existsSync(path.join(planningDir(cwd), 'STATE.md')),
1182
- // File paths
1183
- state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
1184
- roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
1185
- project_path: '.planning/PROJECT.md',
1186
- config_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'config.json'))),
1187
- };
1188
-
1189
- output(withProjectRoot(cwd, result), raw);
1190
- }
1191
-
1192
- /**
1193
- * Detect child git repos in a directory (one level deep).
1194
- * Returns array of { name, path, has_uncommitted } objects.
1195
- */
1196
- function detectChildRepos(dir) {
1197
- const repos = [];
1198
- let entries;
1199
- try { entries = fs.readdirSync(dir, { withFileTypes: true }); } catch { return repos; }
1200
- for (const entry of entries) {
1201
- if (!entry.isDirectory()) continue;
1202
- if (entry.name.startsWith('.')) continue;
1203
- const fullPath = path.join(dir, entry.name);
1204
- const gitDir = path.join(fullPath, '.git');
1205
- if (fs.existsSync(gitDir)) {
1206
- let hasUncommitted = false;
1207
- try {
1208
- const status = execSync('git status --porcelain', { cwd: fullPath, encoding: 'utf8', timeout: 5000 });
1209
- hasUncommitted = status.trim().length > 0;
1210
- } catch { /* best-effort */ }
1211
- repos.push({ name: entry.name, path: fullPath, has_uncommitted: hasUncommitted });
1212
- }
1213
- }
1214
- return repos;
1215
- }
1216
-
1217
- function cmdInitNewWorkspace(cwd, raw) {
1218
- const homedir = process.env.HOME || require('os').homedir();
1219
- const defaultBase = path.join(homedir, 'workspaces');
1220
-
1221
- // Detect child git repos for interactive selection
1222
- const childRepos = detectChildRepos(cwd);
1223
-
1224
- // Check if git worktree is available
1225
- let worktreeAvailable = false;
1226
- try {
1227
- execSync('git --version', { encoding: 'utf8', timeout: 5000, stdio: 'pipe' });
1228
- worktreeAvailable = true;
1229
- } catch { /* no git at all */ }
1230
-
1231
- const result = {
1232
- default_workspace_base: defaultBase,
1233
- child_repos: childRepos,
1234
- child_repo_count: childRepos.length,
1235
- worktree_available: worktreeAvailable,
1236
- is_git_repo: pathExistsInternal(cwd, '.git'),
1237
- cwd_repo_name: path.basename(cwd),
1238
- };
1239
-
1240
- output(withProjectRoot(cwd, result), raw);
1241
- }
1242
-
1243
- function cmdInitListWorkspaces(cwd, raw) {
1244
- const homedir = process.env.HOME || require('os').homedir();
1245
- const defaultBase = path.join(homedir, 'workspaces');
1246
-
1247
- const workspaces = [];
1248
- if (fs.existsSync(defaultBase)) {
1249
- let entries;
1250
- try { entries = fs.readdirSync(defaultBase, { withFileTypes: true }); } catch { entries = []; }
1251
- for (const entry of entries) {
1252
- if (!entry.isDirectory()) continue;
1253
- const wsPath = path.join(defaultBase, entry.name);
1254
- const manifestPath = path.join(wsPath, 'WORKSPACE.md');
1255
- if (!fs.existsSync(manifestPath)) continue;
1256
-
1257
- let repoCount = 0;
1258
- let hasProject = false;
1259
- let strategy = 'unknown';
1260
- try {
1261
- const manifest = fs.readFileSync(manifestPath, 'utf8');
1262
- const strategyMatch = manifest.match(/^Strategy:\s*(.+)$/m);
1263
- if (strategyMatch) strategy = strategyMatch[1].trim();
1264
- // Count table rows (lines starting with |, excluding header and separator)
1265
- const tableRows = manifest.split('\n').filter(l => l.match(/^\|\s*\w/) && !l.includes('Repo') && !l.includes('---'));
1266
- repoCount = tableRows.length;
1267
- } catch { /* best-effort */ }
1268
- hasProject = fs.existsSync(path.join(wsPath, '.planning', 'PROJECT.md'));
1269
-
1270
- workspaces.push({
1271
- name: entry.name,
1272
- path: wsPath,
1273
- repo_count: repoCount,
1274
- strategy,
1275
- has_project: hasProject,
1276
- });
1277
- }
1278
- }
1279
-
1280
- const result = {
1281
- workspace_base: defaultBase,
1282
- workspaces,
1283
- workspace_count: workspaces.length,
1284
- };
1285
-
1286
- output(result, raw);
1287
- }
1288
-
1289
- function cmdInitRemoveWorkspace(cwd, name, raw) {
1290
- const homedir = process.env.HOME || require('os').homedir();
1291
- const defaultBase = path.join(homedir, 'workspaces');
1292
-
1293
- if (!name) {
1294
- error('workspace name required for init remove-workspace');
1295
- }
1296
-
1297
- const wsPath = path.join(defaultBase, name);
1298
- const manifestPath = path.join(wsPath, 'WORKSPACE.md');
1299
-
1300
- if (!fs.existsSync(wsPath)) {
1301
- error(`Workspace not found: ${wsPath}`);
1302
- }
1303
-
1304
- // Parse manifest for repo info
1305
- const repos = [];
1306
- let strategy = 'unknown';
1307
- if (fs.existsSync(manifestPath)) {
1308
- try {
1309
- const manifest = fs.readFileSync(manifestPath, 'utf8');
1310
- const strategyMatch = manifest.match(/^Strategy:\s*(.+)$/m);
1311
- if (strategyMatch) strategy = strategyMatch[1].trim();
1312
-
1313
- // Parse table rows for repo names and source paths
1314
- const lines = manifest.split('\n');
1315
- for (const line of lines) {
1316
- const match = line.match(/^\|\s*(\S+)\s*\|\s*(\S+)\s*\|\s*(\S+)\s*\|\s*(\S+)\s*\|$/);
1317
- if (match && match[1] !== 'Repo' && !match[1].includes('---')) {
1318
- repos.push({ name: match[1], source: match[2], branch: match[3], strategy: match[4] });
1319
- }
1320
- }
1321
- } catch { /* best-effort */ }
1322
- }
1323
-
1324
- // Check for uncommitted changes in workspace repos
1325
- const dirtyRepos = [];
1326
- for (const repo of repos) {
1327
- const repoPath = path.join(wsPath, repo.name);
1328
- if (!fs.existsSync(repoPath)) continue;
1329
- try {
1330
- const status = execSync('git status --porcelain', { cwd: repoPath, encoding: 'utf8', timeout: 5000, stdio: 'pipe' });
1331
- if (status.trim().length > 0) {
1332
- dirtyRepos.push(repo.name);
1333
- }
1334
- } catch { /* best-effort */ }
1335
- }
1336
-
1337
- const result = {
1338
- workspace_name: name,
1339
- workspace_path: wsPath,
1340
- has_manifest: fs.existsSync(manifestPath),
1341
- strategy,
1342
- repos,
1343
- repo_count: repos.length,
1344
- dirty_repos: dirtyRepos,
1345
- has_dirty_repos: dirtyRepos.length > 0,
1346
- };
1347
-
1348
- output(result, raw);
1349
- }
1350
-
1351
- /**
1352
- * Build a formatted agent skills block for injection into Task() prompts.
1353
- *
1354
- * Reads `config.agent_skills[agentType]` and validates each skill path exists
1355
- * within the project root. Returns a formatted `<agent_skills>` block or empty
1356
- * string if no skills are configured.
1357
- *
1358
- * @param {object} config - Loaded project config
1359
- * @param {string} agentType - The agent type (e.g., 'executor', 'planner')
1360
- * @param {string} projectRoot - Absolute path to project root (for path validation)
1361
- * @returns {string} Formatted skills block or empty string
1362
- */
1363
- function buildAgentSkillsBlock(config, agentType, projectRoot) {
1364
- const { validatePath } = require('./security.cjs');
1365
-
1366
- if (!config || !config.agent_skills || !agentType) return '';
1367
-
1368
- let skillPaths = config.agent_skills[agentType];
1369
- if (!skillPaths) return '';
1370
-
1371
- // Normalize single string to array
1372
- if (typeof skillPaths === 'string') skillPaths = [skillPaths];
1373
- if (!Array.isArray(skillPaths) || skillPaths.length === 0) return '';
1374
-
1375
- const validPaths = [];
1376
- for (const skillPath of skillPaths) {
1377
- if (typeof skillPath !== 'string') continue;
1378
-
1379
- // Validate path safety — must resolve within project root
1380
- const pathCheck = validatePath(skillPath, projectRoot);
1381
- if (!pathCheck.safe) {
1382
- process.stderr.write(`[agent-skills] WARNING: Skipping unsafe path "${skillPath}": ${pathCheck.error}\n`);
1383
- continue;
1384
- }
1385
-
1386
- // Check that the skill directory and SKILL.md exist
1387
- const skillMdPath = path.join(projectRoot, skillPath, 'SKILL.md');
1388
- if (!fs.existsSync(skillMdPath)) {
1389
- process.stderr.write(`[agent-skills] WARNING: Skill not found at "${skillPath}/SKILL.md" — skipping\n`);
1390
- continue;
1391
- }
1392
-
1393
- validPaths.push(skillPath);
1394
- }
1395
-
1396
- if (validPaths.length === 0) return '';
1397
-
1398
- const lines = validPaths.map(p => `- @${p}/SKILL.md`).join('\n');
1399
- return `<agent_skills>\nRead these user-configured skills:\n${lines}\n</agent_skills>`;
1400
- }
1401
-
1402
- /**
1403
- * Command: output the agent skills block for a given agent type.
1404
- * Used by workflows: SKILLS=$(node "$TOOLS" agent-skills executor 2>/dev/null)
1405
- */
1406
- function cmdAgentSkills(cwd, agentType, raw) {
1407
- if (!agentType) {
1408
- // No agent type — output empty string silently
1409
- output('', raw, '');
1410
- return;
1411
- }
1412
-
1413
- const config = loadConfig(cwd);
1414
- const block = buildAgentSkillsBlock(config, agentType, cwd);
1415
- // Output raw text (not JSON) so workflows can embed it directly
1416
- if (block) {
1417
- process.stdout.write(block);
1418
- }
1419
- process.exit(0);
1420
- }
1421
-
1422
- module.exports = {
1423
- cmdInitExecutePhase,
1424
- cmdInitPlanPhase,
1425
- cmdInitNewProject,
1426
- cmdInitNewMilestone,
1427
- cmdInitQuick,
1428
- cmdInitResume,
1429
- cmdInitVerifyWork,
1430
- cmdInitPhaseOp,
1431
- cmdInitTodos,
1432
- cmdInitMilestoneOp,
1433
- cmdInitMapCodebase,
1434
- cmdInitProgress,
1435
- cmdInitManager,
1436
- cmdInitNewWorkspace,
1437
- cmdInitListWorkspaces,
1438
- cmdInitRemoveWorkspace,
1439
- detectChildRepos,
1440
- buildAgentSkillsBlock,
1441
- cmdAgentSkills,
1442
- };
1
+ /**
2
+ * Init — Compound init commands for workflow bootstrapping
3
+ */
4
+
5
+ const fs = require('fs');
6
+ const path = require('path');
7
+ const { execSync } = require('child_process');
8
+ const { loadConfig, resolveModelInternal, findPhaseInternal, getRoadmapPhaseInternal, pathExistsInternal, generateSlugInternal, getMilestoneInfo, getMilestonePhaseFilter, stripShippedMilestones, extractCurrentMilestone, normalizePhaseName, planningPaths, planningDir, planningRoot, toPosixPath, output, error, checkAgentsInstalled } = require('./core.cjs');
9
+
10
+ function getLatestCompletedMilestone(cwd) {
11
+ const milestonesPath = path.join(planningRoot(cwd), 'MILESTONES.md');
12
+ if (!fs.existsSync(milestonesPath)) return null;
13
+
14
+ try {
15
+ const content = fs.readFileSync(milestonesPath, 'utf-8');
16
+ const match = content.match(/^##\s+(v[\d.]+)\s+(.+?)\s+\(Shipped:/m);
17
+ if (!match) return null;
18
+ return {
19
+ version: match[1],
20
+ name: match[2].trim(),
21
+ };
22
+ } catch {
23
+ return null;
24
+ }
25
+ }
26
+
27
+ /**
28
+ * Inject `project_root` into an init result object.
29
+ * Workflows use this to prefix `.planning/` paths correctly when Claude's CWD
30
+ * differs from the project root (e.g., inside a sub-repo).
31
+ */
32
+ function withProjectRoot(cwd, result) {
33
+ result.project_root = cwd;
34
+ // Inject agent installation status into all init outputs (#1371).
35
+ // Workflows that spawn named subagents use this to detect when agents
36
+ // are missing and would silently fall back to general-purpose.
37
+ const agentStatus = checkAgentsInstalled();
38
+ result.agents_installed = agentStatus.agents_installed;
39
+ result.missing_agents = agentStatus.missing_agents;
40
+ return result;
41
+ }
42
+
43
+ function cmdInitExecutePhase(cwd, phase, raw) {
44
+ if (!phase) {
45
+ error('phase required for init execute-phase');
46
+ }
47
+
48
+ const config = loadConfig(cwd);
49
+ let phaseInfo = findPhaseInternal(cwd, phase);
50
+ const milestone = getMilestoneInfo(cwd);
51
+
52
+ const roadmapPhase = getRoadmapPhaseInternal(cwd, phase);
53
+
54
+ // Fallback to ROADMAP.md if no phase directory exists yet
55
+ if (!phaseInfo && roadmapPhase?.found) {
56
+ const phaseName = roadmapPhase.phase_name;
57
+ phaseInfo = {
58
+ found: true,
59
+ directory: null,
60
+ phase_number: roadmapPhase.phase_number,
61
+ phase_name: phaseName,
62
+ phase_slug: phaseName ? phaseName.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '') : null,
63
+ plans: [],
64
+ summaries: [],
65
+ incomplete_plans: [],
66
+ has_research: false,
67
+ has_context: false,
68
+ has_verification: false,
69
+ has_reviews: false,
70
+ };
71
+ }
72
+ const reqMatch = roadmapPhase?.section?.match(/^\*\*Requirements\*\*:[^\S\n]*([^\n]*)$/m);
73
+ const reqExtracted = reqMatch
74
+ ? reqMatch[1].replace(/[\[\]]/g, '').split(',').map(s => s.trim()).filter(Boolean).join(', ')
75
+ : null;
76
+ const phase_req_ids = (reqExtracted && reqExtracted !== 'TBD') ? reqExtracted : null;
77
+
78
+ const result = {
79
+ // Models
80
+ executor_model: resolveModelInternal(cwd, 'executor'),
81
+ verifier_model: resolveModelInternal(cwd, 'verifier'),
82
+
83
+ // Config flags
84
+ commit_docs: config.commit_docs,
85
+ sub_repos: config.sub_repos,
86
+ parallelization: config.parallelization,
87
+ context_window: config.context_window,
88
+ branching_strategy: config.branching_strategy,
89
+ phase_branch_template: config.phase_branch_template,
90
+ milestone_branch_template: config.milestone_branch_template,
91
+ verifier_enabled: config.verifier,
92
+
93
+ // Phase info
94
+ phase_found: !!phaseInfo,
95
+ phase_dir: phaseInfo?.directory || null,
96
+ phase_number: phaseInfo?.phase_number || null,
97
+ phase_name: phaseInfo?.phase_name || null,
98
+ phase_slug: phaseInfo?.phase_slug || null,
99
+ phase_req_ids,
100
+
101
+ // Plan inventory
102
+ plans: phaseInfo?.plans || [],
103
+ summaries: phaseInfo?.summaries || [],
104
+ incomplete_plans: phaseInfo?.incomplete_plans || [],
105
+ plan_count: phaseInfo?.plans?.length || 0,
106
+ incomplete_count: phaseInfo?.incomplete_plans?.length || 0,
107
+
108
+ // Branch name (pre-computed)
109
+ branch_name: config.branching_strategy === 'phase' && phaseInfo
110
+ ? config.phase_branch_template
111
+ .replace('{phase}', phaseInfo.phase_number)
112
+ .replace('{slug}', phaseInfo.phase_slug || 'phase')
113
+ : config.branching_strategy === 'milestone'
114
+ ? config.milestone_branch_template
115
+ .replace('{milestone}', milestone.version)
116
+ .replace('{slug}', generateSlugInternal(milestone.name) || 'milestone')
117
+ : null,
118
+
119
+ // Milestone info
120
+ milestone_version: milestone.version,
121
+ milestone_name: milestone.name,
122
+ milestone_slug: generateSlugInternal(milestone.name),
123
+
124
+ // File existence
125
+ state_exists: fs.existsSync(path.join(planningDir(cwd), 'STATE.md')),
126
+ roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
127
+ config_exists: fs.existsSync(path.join(planningDir(cwd), 'config.json')),
128
+ // File paths
129
+ state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
130
+ roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
131
+ config_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'config.json'))),
132
+ };
133
+
134
+ output(withProjectRoot(cwd, result), raw);
135
+ }
136
+
137
+ function cmdInitPlanPhase(cwd, phase, raw) {
138
+ if (!phase) {
139
+ error('phase required for init plan-phase');
140
+ }
141
+
142
+ const config = loadConfig(cwd);
143
+ let phaseInfo = findPhaseInternal(cwd, phase);
144
+
145
+ const roadmapPhase = getRoadmapPhaseInternal(cwd, phase);
146
+
147
+ // Fallback to ROADMAP.md if no phase directory exists yet
148
+ if (!phaseInfo && roadmapPhase?.found) {
149
+ const phaseName = roadmapPhase.phase_name;
150
+ phaseInfo = {
151
+ found: true,
152
+ directory: null,
153
+ phase_number: roadmapPhase.phase_number,
154
+ phase_name: phaseName,
155
+ phase_slug: phaseName ? phaseName.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '') : null,
156
+ plans: [],
157
+ summaries: [],
158
+ incomplete_plans: [],
159
+ has_research: false,
160
+ has_context: false,
161
+ has_verification: false,
162
+ has_reviews: false,
163
+ };
164
+ }
165
+ const reqMatch = roadmapPhase?.section?.match(/^\*\*Requirements\*\*:[^\S\n]*([^\n]*)$/m);
166
+ const reqExtracted = reqMatch
167
+ ? reqMatch[1].replace(/[\[\]]/g, '').split(',').map(s => s.trim()).filter(Boolean).join(', ')
168
+ : null;
169
+ const phase_req_ids = (reqExtracted && reqExtracted !== 'TBD') ? reqExtracted : null;
170
+
171
+ const result = {
172
+ // Models
173
+ researcher_model: resolveModelInternal(cwd, 'phase-researcher'),
174
+ planner_model: resolveModelInternal(cwd, 'planner'),
175
+ checker_model: resolveModelInternal(cwd, 'plan-checker'),
176
+
177
+ // Workflow flags
178
+ research_enabled: config.research,
179
+ plan_checker_enabled: config.plan_checker,
180
+ nyquist_validation_enabled: config.nyquist_validation,
181
+ commit_docs: config.commit_docs,
182
+ text_mode: config.text_mode,
183
+
184
+ // Phase info
185
+ phase_found: !!phaseInfo,
186
+ phase_dir: phaseInfo?.directory || null,
187
+ phase_number: phaseInfo?.phase_number || null,
188
+ phase_name: phaseInfo?.phase_name || null,
189
+ phase_slug: phaseInfo?.phase_slug || null,
190
+ padded_phase: phaseInfo?.phase_number ? normalizePhaseName(phaseInfo.phase_number) : null,
191
+ phase_req_ids,
192
+
193
+ // Existing artifacts
194
+ has_research: phaseInfo?.has_research || false,
195
+ has_context: phaseInfo?.has_context || false,
196
+ has_reviews: phaseInfo?.has_reviews || false,
197
+ has_plans: (phaseInfo?.plans?.length || 0) > 0,
198
+ plan_count: phaseInfo?.plans?.length || 0,
199
+
200
+ // Environment
201
+ planning_exists: fs.existsSync(planningDir(cwd)),
202
+ roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
203
+
204
+ // File paths
205
+ state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
206
+ roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
207
+ requirements_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'REQUIREMENTS.md'))),
208
+ };
209
+
210
+ if (phaseInfo?.directory) {
211
+ // Find *-CONTEXT.md in phase directory
212
+ const phaseDirFull = path.join(cwd, phaseInfo.directory);
213
+ try {
214
+ const files = fs.readdirSync(phaseDirFull);
215
+ const contextFile = files.find(f => f.endsWith('-CONTEXT.md') || f === 'CONTEXT.md');
216
+ if (contextFile) {
217
+ result.context_path = toPosixPath(path.join(phaseInfo.directory, contextFile));
218
+ }
219
+ const researchFile = files.find(f => f.endsWith('-RESEARCH.md') || f === 'RESEARCH.md');
220
+ if (researchFile) {
221
+ result.research_path = toPosixPath(path.join(phaseInfo.directory, researchFile));
222
+ }
223
+ const verificationFile = files.find(f => f.endsWith('-VERIFICATION.md') || f === 'VERIFICATION.md');
224
+ if (verificationFile) {
225
+ result.verification_path = toPosixPath(path.join(phaseInfo.directory, verificationFile));
226
+ }
227
+ const uatFile = files.find(f => f.endsWith('-UAT.md') || f === 'UAT.md');
228
+ if (uatFile) {
229
+ result.uat_path = toPosixPath(path.join(phaseInfo.directory, uatFile));
230
+ }
231
+ const reviewsFile = files.find(f => f.endsWith('-REVIEWS.md') || f === 'REVIEWS.md');
232
+ if (reviewsFile) {
233
+ result.reviews_path = toPosixPath(path.join(phaseInfo.directory, reviewsFile));
234
+ }
235
+ } catch { /* intentionally empty */ }
236
+ }
237
+
238
+ output(withProjectRoot(cwd, result), raw);
239
+ }
240
+
241
+ function cmdInitNewProject(cwd, raw) {
242
+ const config = loadConfig(cwd);
243
+
244
+ // Detect Brave Search API key availability
245
+ const homedir = require('os').homedir();
246
+ const braveKeyFile = path.join(homedir, '.framework', 'brave_api_key');
247
+ const hasBraveSearch = !!(process.env.BRAVE_API_KEY || fs.existsSync(braveKeyFile));
248
+
249
+ // Detect Firecrawl API key availability
250
+ const firecrawlKeyFile = path.join(homedir, '.framework', 'firecrawl_api_key');
251
+ const hasFirecrawl = !!(process.env.FIRECRAWL_API_KEY || fs.existsSync(firecrawlKeyFile));
252
+
253
+ // Detect Exa API key availability
254
+ const exaKeyFile = path.join(homedir, '.framework', 'exa_api_key');
255
+ const hasExaSearch = !!(process.env.EXA_API_KEY || fs.existsSync(exaKeyFile));
256
+
257
+ // Detect existing code (cross-platform — no Unix `find` dependency)
258
+ let hasCode = false;
259
+ let hasPackageFile = false;
260
+ try {
261
+ const codeExtensions = new Set([
262
+ '.ts', '.js', '.py', '.go', '.rs', '.swift', '.java',
263
+ '.kt', '.kts', // Kotlin (Android, server-side)
264
+ '.c', '.cpp', '.h', // C/C++
265
+ '.cs', // C#
266
+ '.rb', // Ruby
267
+ '.php', // PHP
268
+ '.dart', // Dart (Flutter)
269
+ '.m', '.mm', // Objective-C / Objective-C++
270
+ '.scala', // Scala
271
+ '.groovy', // Groovy (Gradle build scripts)
272
+ '.lua', // Lua
273
+ '.r', '.R', // R
274
+ '.zig', // Zig
275
+ '.ex', '.exs', // Elixir
276
+ '.clj', // Clojure
277
+ ]);
278
+ const skipDirs = new Set(['node_modules', '.git', '.planning', '.claude', '__pycache__', 'target', 'dist', 'build']);
279
+ function findCodeFiles(dir, depth) {
280
+ if (depth > 3) return false;
281
+ let entries;
282
+ try { entries = fs.readdirSync(dir, { withFileTypes: true }); } catch { return false; }
283
+ for (const entry of entries) {
284
+ if (entry.isFile() && codeExtensions.has(path.extname(entry.name))) return true;
285
+ if (entry.isDirectory() && !skipDirs.has(entry.name)) {
286
+ if (findCodeFiles(path.join(dir, entry.name), depth + 1)) return true;
287
+ }
288
+ }
289
+ return false;
290
+ }
291
+ hasCode = findCodeFiles(cwd, 0);
292
+ } catch { /* intentionally empty — best-effort detection */ }
293
+
294
+ hasPackageFile = pathExistsInternal(cwd, 'package.json') ||
295
+ pathExistsInternal(cwd, 'requirements.txt') ||
296
+ pathExistsInternal(cwd, 'Cargo.toml') ||
297
+ pathExistsInternal(cwd, 'go.mod') ||
298
+ pathExistsInternal(cwd, 'Package.swift') ||
299
+ pathExistsInternal(cwd, 'build.gradle') ||
300
+ pathExistsInternal(cwd, 'build.gradle.kts') ||
301
+ pathExistsInternal(cwd, 'pom.xml') ||
302
+ pathExistsInternal(cwd, 'Gemfile') ||
303
+ pathExistsInternal(cwd, 'composer.json') ||
304
+ pathExistsInternal(cwd, 'pubspec.yaml') ||
305
+ pathExistsInternal(cwd, 'CMakeLists.txt') ||
306
+ pathExistsInternal(cwd, 'Makefile') ||
307
+ pathExistsInternal(cwd, 'build.zig') ||
308
+ pathExistsInternal(cwd, 'mix.exs') ||
309
+ pathExistsInternal(cwd, 'project.clj');
310
+
311
+ const result = {
312
+ // Models
313
+ researcher_model: resolveModelInternal(cwd, 'project-researcher'),
314
+ synthesizer_model: resolveModelInternal(cwd, 'research-synthesizer'),
315
+ roadmapper_model: resolveModelInternal(cwd, 'roadmapper'),
316
+
317
+ // Config
318
+ commit_docs: config.commit_docs,
319
+
320
+ // Existing state
321
+ project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
322
+ has_codebase_map: pathExistsInternal(cwd, '.planning/codebase'),
323
+ planning_exists: pathExistsInternal(cwd, '.planning'),
324
+
325
+ // Brownfield detection
326
+ has_existing_code: hasCode,
327
+ has_package_file: hasPackageFile,
328
+ is_brownfield: hasCode || hasPackageFile,
329
+ needs_codebase_map: (hasCode || hasPackageFile) && !pathExistsInternal(cwd, '.planning/codebase'),
330
+
331
+ // Git state
332
+ has_git: pathExistsInternal(cwd, '.git'),
333
+
334
+ // Enhanced search
335
+ brave_search_available: hasBraveSearch,
336
+ firecrawl_available: hasFirecrawl,
337
+ exa_search_available: hasExaSearch,
338
+
339
+ // File paths
340
+ project_path: '.planning/PROJECT.md',
341
+ };
342
+
343
+ output(withProjectRoot(cwd, result), raw);
344
+ }
345
+
346
+ function cmdInitNewMilestone(cwd, raw) {
347
+ const config = loadConfig(cwd);
348
+ const milestone = getMilestoneInfo(cwd);
349
+ const latestCompleted = getLatestCompletedMilestone(cwd);
350
+ const phasesDir = path.join(planningDir(cwd), 'phases');
351
+ let phaseDirCount = 0;
352
+
353
+ try {
354
+ if (fs.existsSync(phasesDir)) {
355
+ phaseDirCount = fs.readdirSync(phasesDir, { withFileTypes: true })
356
+ .filter(entry => entry.isDirectory())
357
+ .length;
358
+ }
359
+ } catch {}
360
+
361
+ const result = {
362
+ // Models
363
+ researcher_model: resolveModelInternal(cwd, 'project-researcher'),
364
+ synthesizer_model: resolveModelInternal(cwd, 'research-synthesizer'),
365
+ roadmapper_model: resolveModelInternal(cwd, 'roadmapper'),
366
+
367
+ // Config
368
+ commit_docs: config.commit_docs,
369
+ research_enabled: config.research,
370
+
371
+ // Current milestone
372
+ current_milestone: milestone.version,
373
+ current_milestone_name: milestone.name,
374
+ latest_completed_milestone: latestCompleted?.version || null,
375
+ latest_completed_milestone_name: latestCompleted?.name || null,
376
+ phase_dir_count: phaseDirCount,
377
+ phase_archive_path: latestCompleted ? toPosixPath(path.relative(cwd, path.join(planningRoot(cwd), 'milestones', `${latestCompleted.version}-phases`))) : null,
378
+
379
+ // File existence
380
+ project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
381
+ roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
382
+ state_exists: fs.existsSync(path.join(planningDir(cwd), 'STATE.md')),
383
+
384
+ // File paths
385
+ project_path: '.planning/PROJECT.md',
386
+ roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
387
+ state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
388
+ };
389
+
390
+ output(withProjectRoot(cwd, result), raw);
391
+ }
392
+
393
+ function cmdInitQuick(cwd, description, raw) {
394
+ const config = loadConfig(cwd);
395
+ const now = new Date();
396
+ const slug = description ? generateSlugInternal(description)?.substring(0, 40) : null;
397
+
398
+ // Generate collision-resistant quick task ID: YYMMDD-xxx
399
+ // xxx = 2-second precision blocks since midnight, encoded as 3-char Base36 (lowercase)
400
+ // Range: 000 (00:00:00) to xbz (23:59:58), guaranteed 3 chars for any time of day.
401
+ // Provides ~2s uniqueness window per user — practically collision-free across a team.
402
+ const yy = String(now.getFullYear()).slice(-2);
403
+ const mm = String(now.getMonth() + 1).padStart(2, '0');
404
+ const dd = String(now.getDate()).padStart(2, '0');
405
+ const dateStr = yy + mm + dd;
406
+ const secondsSinceMidnight = now.getHours() * 3600 + now.getMinutes() * 60 + now.getSeconds();
407
+ const timeBlocks = Math.floor(secondsSinceMidnight / 2);
408
+ const timeEncoded = timeBlocks.toString(36).padStart(3, '0');
409
+ const quickId = dateStr + '-' + timeEncoded;
410
+ const branchSlug = slug || 'quick';
411
+ const quickBranchName = config.quick_branch_template
412
+ ? config.quick_branch_template
413
+ .replace('{num}', quickId)
414
+ .replace('{quick}', quickId)
415
+ .replace('{slug}', branchSlug)
416
+ : null;
417
+
418
+ const result = {
419
+ // Models
420
+ planner_model: resolveModelInternal(cwd, 'planner'),
421
+ executor_model: resolveModelInternal(cwd, 'executor'),
422
+ checker_model: resolveModelInternal(cwd, 'plan-checker'),
423
+ verifier_model: resolveModelInternal(cwd, 'verifier'),
424
+
425
+ // Config
426
+ commit_docs: config.commit_docs,
427
+ branch_name: quickBranchName,
428
+
429
+ // Quick task info
430
+ quick_id: quickId,
431
+ slug: slug,
432
+ description: description || null,
433
+
434
+ // Timestamps
435
+ date: now.toISOString().split('T')[0],
436
+ timestamp: now.toISOString(),
437
+
438
+ // Paths
439
+ quick_dir: '.planning/quick',
440
+ task_dir: slug ? `.planning/quick/${quickId}-${slug}` : null,
441
+
442
+ // File existence
443
+ roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
444
+ planning_exists: fs.existsSync(planningRoot(cwd)),
445
+
446
+ };
447
+
448
+ output(withProjectRoot(cwd, result), raw);
449
+ }
450
+
451
+ function cmdInitResume(cwd, raw) {
452
+ const config = loadConfig(cwd);
453
+
454
+ // Check for interrupted agent
455
+ let interruptedAgentId = null;
456
+ try {
457
+ interruptedAgentId = fs.readFileSync(path.join(planningRoot(cwd), 'current-agent-id.txt'), 'utf-8').trim();
458
+ } catch { /* intentionally empty */ }
459
+
460
+ const result = {
461
+ // File existence
462
+ state_exists: fs.existsSync(path.join(planningDir(cwd), 'STATE.md')),
463
+ roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
464
+ project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
465
+ planning_exists: fs.existsSync(planningRoot(cwd)),
466
+
467
+ // File paths
468
+ state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
469
+ roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
470
+ project_path: '.planning/PROJECT.md',
471
+
472
+ // Agent state
473
+ has_interrupted_agent: !!interruptedAgentId,
474
+ interrupted_agent_id: interruptedAgentId,
475
+
476
+ // Config
477
+ commit_docs: config.commit_docs,
478
+ };
479
+
480
+ output(withProjectRoot(cwd, result), raw);
481
+ }
482
+
483
+ function cmdInitVerifyWork(cwd, phase, raw) {
484
+ if (!phase) {
485
+ error('phase required for init verify-work');
486
+ }
487
+
488
+ const config = loadConfig(cwd);
489
+ let phaseInfo = findPhaseInternal(cwd, phase);
490
+
491
+ // Fallback to ROADMAP.md if no phase directory exists yet
492
+ if (!phaseInfo) {
493
+ const roadmapPhase = getRoadmapPhaseInternal(cwd, phase);
494
+ if (roadmapPhase?.found) {
495
+ const phaseName = roadmapPhase.phase_name;
496
+ phaseInfo = {
497
+ found: true,
498
+ directory: null,
499
+ phase_number: roadmapPhase.phase_number,
500
+ phase_name: phaseName,
501
+ phase_slug: phaseName ? phaseName.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '') : null,
502
+ plans: [],
503
+ summaries: [],
504
+ incomplete_plans: [],
505
+ has_research: false,
506
+ has_context: false,
507
+ has_verification: false,
508
+ };
509
+ }
510
+ }
511
+
512
+ const result = {
513
+ // Models
514
+ planner_model: resolveModelInternal(cwd, 'planner'),
515
+ checker_model: resolveModelInternal(cwd, 'plan-checker'),
516
+
517
+ // Config
518
+ commit_docs: config.commit_docs,
519
+
520
+ // Phase info
521
+ phase_found: !!phaseInfo,
522
+ phase_dir: phaseInfo?.directory || null,
523
+ phase_number: phaseInfo?.phase_number || null,
524
+ phase_name: phaseInfo?.phase_name || null,
525
+
526
+ // Existing artifacts
527
+ has_verification: phaseInfo?.has_verification || false,
528
+ };
529
+
530
+ output(withProjectRoot(cwd, result), raw);
531
+ }
532
+
533
+ function cmdInitPhaseOp(cwd, phase, raw) {
534
+ const config = loadConfig(cwd);
535
+ let phaseInfo = findPhaseInternal(cwd, phase);
536
+
537
+ // If the only disk match comes from an archived milestone, prefer the
538
+ // current milestone's ROADMAP entry so discuss-phase and similar flows
539
+ // don't attach to shipped work that reused the same phase number.
540
+ if (phaseInfo?.archived) {
541
+ const roadmapPhase = getRoadmapPhaseInternal(cwd, phase);
542
+ if (roadmapPhase?.found) {
543
+ const phaseName = roadmapPhase.phase_name;
544
+ phaseInfo = {
545
+ found: true,
546
+ directory: null,
547
+ phase_number: roadmapPhase.phase_number,
548
+ phase_name: phaseName,
549
+ phase_slug: phaseName ? phaseName.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '') : null,
550
+ plans: [],
551
+ summaries: [],
552
+ incomplete_plans: [],
553
+ has_research: false,
554
+ has_context: false,
555
+ has_verification: false,
556
+ };
557
+ }
558
+ }
559
+
560
+ // Fallback to ROADMAP.md if no directory exists (e.g., Plans: TBD)
561
+ if (!phaseInfo) {
562
+ const roadmapPhase = getRoadmapPhaseInternal(cwd, phase);
563
+ if (roadmapPhase?.found) {
564
+ const phaseName = roadmapPhase.phase_name;
565
+ phaseInfo = {
566
+ found: true,
567
+ directory: null,
568
+ phase_number: roadmapPhase.phase_number,
569
+ phase_name: phaseName,
570
+ phase_slug: phaseName ? phaseName.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, '') : null,
571
+ plans: [],
572
+ summaries: [],
573
+ incomplete_plans: [],
574
+ has_research: false,
575
+ has_context: false,
576
+ has_verification: false,
577
+ };
578
+ }
579
+ }
580
+
581
+ const result = {
582
+ // Config
583
+ commit_docs: config.commit_docs,
584
+ brave_search: config.brave_search,
585
+ firecrawl: config.firecrawl,
586
+ exa_search: config.exa_search,
587
+
588
+ // Phase info
589
+ phase_found: !!phaseInfo,
590
+ phase_dir: phaseInfo?.directory || null,
591
+ phase_number: phaseInfo?.phase_number || null,
592
+ phase_name: phaseInfo?.phase_name || null,
593
+ phase_slug: phaseInfo?.phase_slug || null,
594
+ padded_phase: phaseInfo?.phase_number ? normalizePhaseName(phaseInfo.phase_number) : null,
595
+
596
+ // Existing artifacts
597
+ has_research: phaseInfo?.has_research || false,
598
+ has_context: phaseInfo?.has_context || false,
599
+ has_plans: (phaseInfo?.plans?.length || 0) > 0,
600
+ has_verification: phaseInfo?.has_verification || false,
601
+ has_reviews: phaseInfo?.has_reviews || false,
602
+ plan_count: phaseInfo?.plans?.length || 0,
603
+
604
+ // File existence
605
+ roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
606
+ planning_exists: fs.existsSync(planningDir(cwd)),
607
+
608
+ // File paths
609
+ state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
610
+ roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
611
+ requirements_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'REQUIREMENTS.md'))),
612
+ };
613
+
614
+ if (phaseInfo?.directory) {
615
+ const phaseDirFull = path.join(cwd, phaseInfo.directory);
616
+ try {
617
+ const files = fs.readdirSync(phaseDirFull);
618
+ const contextFile = files.find(f => f.endsWith('-CONTEXT.md') || f === 'CONTEXT.md');
619
+ if (contextFile) {
620
+ result.context_path = toPosixPath(path.join(phaseInfo.directory, contextFile));
621
+ }
622
+ const researchFile = files.find(f => f.endsWith('-RESEARCH.md') || f === 'RESEARCH.md');
623
+ if (researchFile) {
624
+ result.research_path = toPosixPath(path.join(phaseInfo.directory, researchFile));
625
+ }
626
+ const verificationFile = files.find(f => f.endsWith('-VERIFICATION.md') || f === 'VERIFICATION.md');
627
+ if (verificationFile) {
628
+ result.verification_path = toPosixPath(path.join(phaseInfo.directory, verificationFile));
629
+ }
630
+ const uatFile = files.find(f => f.endsWith('-UAT.md') || f === 'UAT.md');
631
+ if (uatFile) {
632
+ result.uat_path = toPosixPath(path.join(phaseInfo.directory, uatFile));
633
+ }
634
+ const reviewsFile = files.find(f => f.endsWith('-REVIEWS.md') || f === 'REVIEWS.md');
635
+ if (reviewsFile) {
636
+ result.reviews_path = toPosixPath(path.join(phaseInfo.directory, reviewsFile));
637
+ }
638
+ } catch { /* intentionally empty */ }
639
+ }
640
+
641
+ output(withProjectRoot(cwd, result), raw);
642
+ }
643
+
644
+ function cmdInitTodos(cwd, area, raw) {
645
+ const config = loadConfig(cwd);
646
+ const now = new Date();
647
+
648
+ // List todos (reuse existing logic)
649
+ const pendingDir = path.join(planningDir(cwd), 'todos', 'pending');
650
+ let count = 0;
651
+ const todos = [];
652
+
653
+ try {
654
+ const files = fs.readdirSync(pendingDir).filter(f => f.endsWith('.md'));
655
+ for (const file of files) {
656
+ try {
657
+ const content = fs.readFileSync(path.join(pendingDir, file), 'utf-8');
658
+ const createdMatch = content.match(/^created:\s*(.+)$/m);
659
+ const titleMatch = content.match(/^title:\s*(.+)$/m);
660
+ const areaMatch = content.match(/^area:\s*(.+)$/m);
661
+ const todoArea = areaMatch ? areaMatch[1].trim() : 'general';
662
+
663
+ if (area && todoArea !== area) continue;
664
+
665
+ count++;
666
+ todos.push({
667
+ file,
668
+ created: createdMatch ? createdMatch[1].trim() : 'unknown',
669
+ title: titleMatch ? titleMatch[1].trim() : 'Untitled',
670
+ area: todoArea,
671
+ path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'todos', 'pending', file))),
672
+ });
673
+ } catch { /* intentionally empty */ }
674
+ }
675
+ } catch { /* intentionally empty */ }
676
+
677
+ const result = {
678
+ // Config
679
+ commit_docs: config.commit_docs,
680
+
681
+ // Timestamps
682
+ date: now.toISOString().split('T')[0],
683
+ timestamp: now.toISOString(),
684
+
685
+ // Todo inventory
686
+ todo_count: count,
687
+ todos,
688
+ area_filter: area || null,
689
+
690
+ // Paths
691
+ pending_dir: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'todos', 'pending'))),
692
+ completed_dir: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'todos', 'completed'))),
693
+
694
+ // File existence
695
+ planning_exists: fs.existsSync(planningDir(cwd)),
696
+ todos_dir_exists: fs.existsSync(path.join(planningDir(cwd), 'todos')),
697
+ pending_dir_exists: fs.existsSync(path.join(planningDir(cwd), 'todos', 'pending')),
698
+ };
699
+
700
+ output(withProjectRoot(cwd, result), raw);
701
+ }
702
+
703
+ function cmdInitMilestoneOp(cwd, raw) {
704
+ const config = loadConfig(cwd);
705
+ const milestone = getMilestoneInfo(cwd);
706
+
707
+ // Count phases
708
+ let phaseCount = 0;
709
+ let completedPhases = 0;
710
+ const phasesDir = path.join(planningDir(cwd), 'phases');
711
+ try {
712
+ const entries = fs.readdirSync(phasesDir, { withFileTypes: true });
713
+ const dirs = entries.filter(e => e.isDirectory()).map(e => e.name);
714
+ phaseCount = dirs.length;
715
+
716
+ // Count phases with summaries (completed)
717
+ for (const dir of dirs) {
718
+ try {
719
+ const phaseFiles = fs.readdirSync(path.join(phasesDir, dir));
720
+ const hasSummary = phaseFiles.some(f => f.endsWith('-SUMMARY.md') || f === 'SUMMARY.md');
721
+ if (hasSummary) completedPhases++;
722
+ } catch { /* intentionally empty */ }
723
+ }
724
+ } catch { /* intentionally empty */ }
725
+
726
+ // Check archive
727
+ const archiveDir = path.join(planningRoot(cwd), 'archive');
728
+ let archivedMilestones = [];
729
+ try {
730
+ archivedMilestones = fs.readdirSync(archiveDir, { withFileTypes: true })
731
+ .filter(e => e.isDirectory())
732
+ .map(e => e.name);
733
+ } catch { /* intentionally empty */ }
734
+
735
+ const result = {
736
+ // Config
737
+ commit_docs: config.commit_docs,
738
+
739
+ // Current milestone
740
+ milestone_version: milestone.version,
741
+ milestone_name: milestone.name,
742
+ milestone_slug: generateSlugInternal(milestone.name),
743
+
744
+ // Phase counts
745
+ phase_count: phaseCount,
746
+ completed_phases: completedPhases,
747
+ all_phases_complete: phaseCount > 0 && phaseCount === completedPhases,
748
+
749
+ // Archive
750
+ archived_milestones: archivedMilestones,
751
+ archive_count: archivedMilestones.length,
752
+
753
+ // File existence
754
+ project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
755
+ roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
756
+ state_exists: fs.existsSync(path.join(planningDir(cwd), 'STATE.md')),
757
+ archive_exists: fs.existsSync(path.join(planningRoot(cwd), 'archive')),
758
+ phases_dir_exists: fs.existsSync(path.join(planningDir(cwd), 'phases')),
759
+ };
760
+
761
+ output(withProjectRoot(cwd, result), raw);
762
+ }
763
+
764
+ function cmdInitMapCodebase(cwd, raw) {
765
+ const config = loadConfig(cwd);
766
+
767
+ // Check for existing codebase maps
768
+ const codebaseDir = path.join(planningRoot(cwd), 'codebase');
769
+ let existingMaps = [];
770
+ try {
771
+ existingMaps = fs.readdirSync(codebaseDir).filter(f => f.endsWith('.md'));
772
+ } catch { /* intentionally empty */ }
773
+
774
+ const result = {
775
+ // Models
776
+ mapper_model: resolveModelInternal(cwd, 'codebase-mapper'),
777
+
778
+ // Config
779
+ commit_docs: config.commit_docs,
780
+ search_gitignored: config.search_gitignored,
781
+ parallelization: config.parallelization,
782
+
783
+ // Paths
784
+ codebase_dir: '.planning/codebase',
785
+
786
+ // Existing maps
787
+ existing_maps: existingMaps,
788
+ has_maps: existingMaps.length > 0,
789
+
790
+ // File existence
791
+ planning_exists: pathExistsInternal(cwd, '.planning'),
792
+ codebase_dir_exists: pathExistsInternal(cwd, '.planning/codebase'),
793
+ };
794
+
795
+ output(withProjectRoot(cwd, result), raw);
796
+ }
797
+
798
+ function cmdInitManager(cwd, raw) {
799
+ const config = loadConfig(cwd);
800
+ const milestone = getMilestoneInfo(cwd);
801
+
802
+ // Use planningPaths for forward-compatibility with workstream scoping (#1268)
803
+ const paths = planningPaths(cwd);
804
+
805
+ // Validate prerequisites
806
+ if (!fs.existsSync(paths.roadmap)) {
807
+ error('No ROADMAP.md found. Run /new-milestone first.');
808
+ }
809
+ if (!fs.existsSync(paths.state)) {
810
+ error('No STATE.md found. Run /new-milestone first.');
811
+ }
812
+ const rawContent = fs.readFileSync(paths.roadmap, 'utf-8');
813
+ const content = extractCurrentMilestone(rawContent, cwd);
814
+ const phasesDir = paths.phases;
815
+ const isDirInMilestone = getMilestonePhaseFilter(cwd);
816
+
817
+ const phasePattern = /#{2,4}\s*Phase\s+(\d+[A-Z]?(?:\.\d+)*)\s*:\s*([^\n]+)/gi;
818
+ const phases = [];
819
+ let match;
820
+
821
+ while ((match = phasePattern.exec(content)) !== null) {
822
+ const phaseNum = match[1];
823
+ const phaseName = match[2].replace(/\(INSERTED\)/i, '').trim();
824
+
825
+ const sectionStart = match.index;
826
+ const restOfContent = content.slice(sectionStart);
827
+ const nextHeader = restOfContent.match(/\n#{2,4}\s+Phase\s+\d/i);
828
+ const sectionEnd = nextHeader ? sectionStart + nextHeader.index : content.length;
829
+ const section = content.slice(sectionStart, sectionEnd);
830
+
831
+ const goalMatch = section.match(/\*\*Goal(?::\*\*|\*\*:)\s*([^\n]+)/i);
832
+ const goal = goalMatch ? goalMatch[1].trim() : null;
833
+
834
+ const dependsMatch = section.match(/\*\*Depends on(?::\*\*|\*\*:)\s*([^\n]+)/i);
835
+ const depends_on = dependsMatch ? dependsMatch[1].trim() : null;
836
+
837
+ const normalized = normalizePhaseName(phaseNum);
838
+ let diskStatus = 'no_directory';
839
+ let planCount = 0;
840
+ let summaryCount = 0;
841
+ let hasContext = false;
842
+ let hasResearch = false;
843
+ let lastActivity = null;
844
+ let isActive = false;
845
+
846
+ try {
847
+ const entries = fs.readdirSync(phasesDir, { withFileTypes: true });
848
+ const dirs = entries.filter(e => e.isDirectory()).map(e => e.name).filter(isDirInMilestone);
849
+ const dirMatch = dirs.find(d => d.startsWith(normalized + '-') || d === normalized);
850
+
851
+ if (dirMatch) {
852
+ const fullDir = path.join(phasesDir, dirMatch);
853
+ const phaseFiles = fs.readdirSync(fullDir);
854
+ planCount = phaseFiles.filter(f => f.endsWith('-PLAN.md') || f === 'PLAN.md').length;
855
+ summaryCount = phaseFiles.filter(f => f.endsWith('-SUMMARY.md') || f === 'SUMMARY.md').length;
856
+ hasContext = phaseFiles.some(f => f.endsWith('-CONTEXT.md') || f === 'CONTEXT.md');
857
+ hasResearch = phaseFiles.some(f => f.endsWith('-RESEARCH.md') || f === 'RESEARCH.md');
858
+
859
+ if (summaryCount >= planCount && planCount > 0) diskStatus = 'complete';
860
+ else if (summaryCount > 0) diskStatus = 'partial';
861
+ else if (planCount > 0) diskStatus = 'planned';
862
+ else if (hasResearch) diskStatus = 'researched';
863
+ else if (hasContext) diskStatus = 'discussed';
864
+ else diskStatus = 'empty';
865
+
866
+ // Activity detection: check most recent file mtime
867
+ const now = Date.now();
868
+ let newestMtime = 0;
869
+ for (const f of phaseFiles) {
870
+ try {
871
+ const stat = fs.statSync(path.join(fullDir, f));
872
+ if (stat.mtimeMs > newestMtime) newestMtime = stat.mtimeMs;
873
+ } catch { /* intentionally empty */ }
874
+ }
875
+ if (newestMtime > 0) {
876
+ lastActivity = new Date(newestMtime).toISOString();
877
+ isActive = (now - newestMtime) < 300000; // 5 minutes
878
+ }
879
+ }
880
+ } catch { /* intentionally empty */ }
881
+
882
+ // Check ROADMAP checkbox status
883
+ const checkboxPattern = new RegExp(`-\\s*\\[(x| )\\]\\s*.*Phase\\s+${phaseNum.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')}[:\\s]`, 'i');
884
+ const checkboxMatch = content.match(checkboxPattern);
885
+ const roadmapComplete = checkboxMatch ? checkboxMatch[1] === 'x' : false;
886
+ if (roadmapComplete && diskStatus !== 'complete') {
887
+ diskStatus = 'complete';
888
+ }
889
+
890
+ phases.push({
891
+ number: phaseNum,
892
+ name: phaseName,
893
+ goal,
894
+ depends_on,
895
+ disk_status: diskStatus,
896
+ has_context: hasContext,
897
+ has_research: hasResearch,
898
+ plan_count: planCount,
899
+ summary_count: summaryCount,
900
+ roadmap_complete: roadmapComplete,
901
+ last_activity: lastActivity,
902
+ is_active: isActive,
903
+ });
904
+ }
905
+
906
+ // Compute display names: truncate to keep table aligned
907
+ const MAX_NAME_WIDTH = 20;
908
+ for (const phase of phases) {
909
+ if (phase.name.length > MAX_NAME_WIDTH) {
910
+ phase.display_name = phase.name.slice(0, MAX_NAME_WIDTH - 1) + '…';
911
+ } else {
912
+ phase.display_name = phase.name;
913
+ }
914
+ }
915
+
916
+ // Dependency satisfaction: check if all depends_on phases are complete
917
+ const completedNums = new Set(phases.filter(p => p.disk_status === 'complete').map(p => p.number));
918
+ for (const phase of phases) {
919
+ if (!phase.depends_on || /^none$/i.test(phase.depends_on.trim())) {
920
+ phase.deps_satisfied = true;
921
+ } else {
922
+ // Parse "Phase 1, Phase 3" or "1, 3" formats
923
+ const depNums = phase.depends_on.match(/\d+(?:\.\d+)*/g) || [];
924
+ phase.deps_satisfied = depNums.every(n => completedNums.has(n));
925
+ phase.dep_phases = depNums;
926
+ }
927
+ }
928
+
929
+ // Compact dependency display for dashboard
930
+ for (const phase of phases) {
931
+ phase.deps_display = (phase.dep_phases && phase.dep_phases.length > 0)
932
+ ? phase.dep_phases.join(',')
933
+ : '—';
934
+ }
935
+
936
+ // Sliding window: discuss is sequential — only the first undiscussed phase is available
937
+ let foundNextToDiscuss = false;
938
+ for (const phase of phases) {
939
+ if (!foundNextToDiscuss && (phase.disk_status === 'empty' || phase.disk_status === 'no_directory')) {
940
+ phase.is_next_to_discuss = true;
941
+ foundNextToDiscuss = true;
942
+ } else {
943
+ phase.is_next_to_discuss = false;
944
+ }
945
+ }
946
+
947
+ // Check for WAITING.json signal
948
+ let waitingSignal = null;
949
+ try {
950
+ const waitingPath = path.join(cwd, '.planning', 'WAITING.json');
951
+ if (fs.existsSync(waitingPath)) {
952
+ waitingSignal = JSON.parse(fs.readFileSync(waitingPath, 'utf-8'));
953
+ }
954
+ } catch { /* intentionally empty */ }
955
+
956
+ // Compute recommended actions (execute > plan > discuss)
957
+ const recommendedActions = [];
958
+ for (const phase of phases) {
959
+ if (phase.disk_status === 'complete') continue;
960
+
961
+ if (phase.disk_status === 'planned' && phase.deps_satisfied) {
962
+ recommendedActions.push({
963
+ phase: phase.number,
964
+ phase_name: phase.name,
965
+ action: 'execute',
966
+ reason: `${phase.plan_count} plans ready, dependencies met`,
967
+ command: `/execute-phase ${phase.number}`,
968
+ });
969
+ } else if (phase.disk_status === 'discussed' || phase.disk_status === 'researched') {
970
+ recommendedActions.push({
971
+ phase: phase.number,
972
+ phase_name: phase.name,
973
+ action: 'plan',
974
+ reason: 'Context gathered, ready for planning',
975
+ command: `/plan-phase ${phase.number}`,
976
+ });
977
+ } else if ((phase.disk_status === 'empty' || phase.disk_status === 'no_directory') && phase.is_next_to_discuss) {
978
+ recommendedActions.push({
979
+ phase: phase.number,
980
+ phase_name: phase.name,
981
+ action: 'discuss',
982
+ reason: 'Unblocked, ready to gather context',
983
+ command: `/discuss-phase ${phase.number}`,
984
+ });
985
+ }
986
+ }
987
+
988
+ // Filter recommendations: no parallel execute/plan unless phases are independent
989
+ // Two phases are "independent" if neither depends on the other (directly or transitively)
990
+ const phaseMap = new Map(phases.map(p => [p.number, p]));
991
+
992
+ function reaches(from, to, visited = new Set()) {
993
+ if (visited.has(from)) return false;
994
+ visited.add(from);
995
+ const p = phaseMap.get(from);
996
+ if (!p || !p.dep_phases || p.dep_phases.length === 0) return false;
997
+ if (p.dep_phases.includes(to)) return true;
998
+ return p.dep_phases.some(dep => reaches(dep, to, visited));
999
+ }
1000
+
1001
+ function hasDepRelationship(numA, numB) {
1002
+ return reaches(numA, numB) || reaches(numB, numA);
1003
+ }
1004
+
1005
+ // Detect phases with active work (file modified in last 5 min)
1006
+ const activeExecuting = phases.filter(p =>
1007
+ p.disk_status === 'partial' ||
1008
+ (p.disk_status === 'planned' && p.is_active)
1009
+ );
1010
+ const activePlanning = phases.filter(p =>
1011
+ p.is_active && (p.disk_status === 'discussed' || p.disk_status === 'researched')
1012
+ );
1013
+
1014
+ const filteredActions = recommendedActions.filter(action => {
1015
+ if (action.action === 'execute' && activeExecuting.length > 0) {
1016
+ // Only allow if independent of ALL actively-executing phases
1017
+ return activeExecuting.every(active => !hasDepRelationship(action.phase, active.number));
1018
+ }
1019
+ if (action.action === 'plan' && activePlanning.length > 0) {
1020
+ // Only allow if independent of ALL actively-planning phases
1021
+ return activePlanning.every(active => !hasDepRelationship(action.phase, active.number));
1022
+ }
1023
+ return true;
1024
+ });
1025
+
1026
+ const completedCount = phases.filter(p => p.disk_status === 'complete').length;
1027
+ const result = {
1028
+ milestone_version: milestone.version,
1029
+ milestone_name: milestone.name,
1030
+ phases,
1031
+ phase_count: phases.length,
1032
+ completed_count: completedCount,
1033
+ in_progress_count: phases.filter(p => ['partial', 'planned', 'discussed', 'researched'].includes(p.disk_status)).length,
1034
+ recommended_actions: filteredActions,
1035
+ waiting_signal: waitingSignal,
1036
+ all_complete: completedCount === phases.length && phases.length > 0,
1037
+ project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
1038
+ roadmap_exists: true,
1039
+ state_exists: true,
1040
+ };
1041
+
1042
+ output(withProjectRoot(cwd, result), raw);
1043
+ }
1044
+
1045
+ function cmdInitProgress(cwd, raw) {
1046
+ const config = loadConfig(cwd);
1047
+ const milestone = getMilestoneInfo(cwd);
1048
+
1049
+ // Analyze phases — filter to current milestone and include ROADMAP-only phases
1050
+ const phasesDir = path.join(planningDir(cwd), 'phases');
1051
+ const phases = [];
1052
+ let currentPhase = null;
1053
+ let nextPhase = null;
1054
+
1055
+ // Build set of phases defined in ROADMAP for the current milestone
1056
+ const roadmapPhaseNums = new Set();
1057
+ const roadmapPhaseNames = new Map();
1058
+ try {
1059
+ const roadmapContent = extractCurrentMilestone(
1060
+ fs.readFileSync(path.join(planningDir(cwd), 'ROADMAP.md'), 'utf-8'), cwd
1061
+ );
1062
+ const headingPattern = /#{2,4}\s*Phase\s+(\d+[A-Z]?(?:\.\d+)*)\s*:\s*([^\n]+)/gi;
1063
+ let hm;
1064
+ while ((hm = headingPattern.exec(roadmapContent)) !== null) {
1065
+ roadmapPhaseNums.add(hm[1]);
1066
+ roadmapPhaseNames.set(hm[1], hm[2].replace(/\(INSERTED\)/i, '').trim());
1067
+ }
1068
+ } catch { /* intentionally empty */ }
1069
+
1070
+ const isDirInMilestone = getMilestonePhaseFilter(cwd);
1071
+ const seenPhaseNums = new Set();
1072
+
1073
+ try {
1074
+ const entries = fs.readdirSync(phasesDir, { withFileTypes: true });
1075
+ const dirs = entries.filter(e => e.isDirectory()).map(e => e.name)
1076
+ .filter(isDirInMilestone)
1077
+ .sort((a, b) => {
1078
+ const pa = a.match(/^(\d+[A-Z]?(?:\.\d+)*)/i);
1079
+ const pb = b.match(/^(\d+[A-Z]?(?:\.\d+)*)/i);
1080
+ if (!pa || !pb) return a.localeCompare(b);
1081
+ return parseInt(pa[1], 10) - parseInt(pb[1], 10);
1082
+ });
1083
+
1084
+ for (const dir of dirs) {
1085
+ const match = dir.match(/^(\d+[A-Z]?(?:\.\d+)*)-?(.*)/i);
1086
+ const phaseNumber = match ? match[1] : dir;
1087
+ const phaseName = match && match[2] ? match[2] : null;
1088
+ seenPhaseNums.add(phaseNumber.replace(/^0+/, '') || '0');
1089
+
1090
+ const phasePath = path.join(phasesDir, dir);
1091
+ const phaseFiles = fs.readdirSync(phasePath);
1092
+
1093
+ const plans = phaseFiles.filter(f => f.endsWith('-PLAN.md') || f === 'PLAN.md');
1094
+ const summaries = phaseFiles.filter(f => f.endsWith('-SUMMARY.md') || f === 'SUMMARY.md');
1095
+ const hasResearch = phaseFiles.some(f => f.endsWith('-RESEARCH.md') || f === 'RESEARCH.md');
1096
+
1097
+ const status = summaries.length >= plans.length && plans.length > 0 ? 'complete' :
1098
+ plans.length > 0 ? 'in_progress' :
1099
+ hasResearch ? 'researched' : 'pending';
1100
+
1101
+ const phaseInfo = {
1102
+ number: phaseNumber,
1103
+ name: phaseName,
1104
+ directory: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'phases', dir))),
1105
+ status,
1106
+ plan_count: plans.length,
1107
+ summary_count: summaries.length,
1108
+ has_research: hasResearch,
1109
+ };
1110
+
1111
+ phases.push(phaseInfo);
1112
+
1113
+ // Find current (first incomplete with plans) and next (first pending)
1114
+ if (!currentPhase && (status === 'in_progress' || status === 'researched')) {
1115
+ currentPhase = phaseInfo;
1116
+ }
1117
+ if (!nextPhase && status === 'pending') {
1118
+ nextPhase = phaseInfo;
1119
+ }
1120
+ }
1121
+ } catch { /* intentionally empty */ }
1122
+
1123
+ // Add phases defined in ROADMAP but not yet scaffolded to disk
1124
+ for (const [num, name] of roadmapPhaseNames) {
1125
+ const stripped = num.replace(/^0+/, '') || '0';
1126
+ if (!seenPhaseNums.has(stripped)) {
1127
+ const phaseInfo = {
1128
+ number: num,
1129
+ name: name.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/^-+|-+$/g, ''),
1130
+ directory: null,
1131
+ status: 'not_started',
1132
+ plan_count: 0,
1133
+ summary_count: 0,
1134
+ has_research: false,
1135
+ };
1136
+ phases.push(phaseInfo);
1137
+ if (!nextPhase && !currentPhase) {
1138
+ nextPhase = phaseInfo;
1139
+ }
1140
+ }
1141
+ }
1142
+
1143
+ // Re-sort phases by number after adding ROADMAP-only phases
1144
+ phases.sort((a, b) => parseInt(a.number, 10) - parseInt(b.number, 10));
1145
+
1146
+ // Check for paused work
1147
+ let pausedAt = null;
1148
+ try {
1149
+ const state = fs.readFileSync(path.join(planningDir(cwd), 'STATE.md'), 'utf-8');
1150
+ const pauseMatch = state.match(/\*\*Paused At:\*\*\s*(.+)/);
1151
+ if (pauseMatch) pausedAt = pauseMatch[1].trim();
1152
+ } catch { /* intentionally empty */ }
1153
+
1154
+ const result = {
1155
+ // Models
1156
+ executor_model: resolveModelInternal(cwd, 'executor'),
1157
+ planner_model: resolveModelInternal(cwd, 'planner'),
1158
+
1159
+ // Config
1160
+ commit_docs: config.commit_docs,
1161
+
1162
+ // Milestone
1163
+ milestone_version: milestone.version,
1164
+ milestone_name: milestone.name,
1165
+
1166
+ // Phase overview
1167
+ phases,
1168
+ phase_count: phases.length,
1169
+ completed_count: phases.filter(p => p.status === 'complete').length,
1170
+ in_progress_count: phases.filter(p => p.status === 'in_progress').length,
1171
+
1172
+ // Current state
1173
+ current_phase: currentPhase,
1174
+ next_phase: nextPhase,
1175
+ paused_at: pausedAt,
1176
+ has_work_in_progress: !!currentPhase,
1177
+
1178
+ // File existence
1179
+ project_exists: pathExistsInternal(cwd, '.planning/PROJECT.md'),
1180
+ roadmap_exists: fs.existsSync(path.join(planningDir(cwd), 'ROADMAP.md')),
1181
+ state_exists: fs.existsSync(path.join(planningDir(cwd), 'STATE.md')),
1182
+ // File paths
1183
+ state_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'STATE.md'))),
1184
+ roadmap_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'ROADMAP.md'))),
1185
+ project_path: '.planning/PROJECT.md',
1186
+ config_path: toPosixPath(path.relative(cwd, path.join(planningDir(cwd), 'config.json'))),
1187
+ };
1188
+
1189
+ output(withProjectRoot(cwd, result), raw);
1190
+ }
1191
+
1192
+ /**
1193
+ * Detect child git repos in a directory (one level deep).
1194
+ * Returns array of { name, path, has_uncommitted } objects.
1195
+ */
1196
+ function detectChildRepos(dir) {
1197
+ const repos = [];
1198
+ let entries;
1199
+ try { entries = fs.readdirSync(dir, { withFileTypes: true }); } catch { return repos; }
1200
+ for (const entry of entries) {
1201
+ if (!entry.isDirectory()) continue;
1202
+ if (entry.name.startsWith('.')) continue;
1203
+ const fullPath = path.join(dir, entry.name);
1204
+ const gitDir = path.join(fullPath, '.git');
1205
+ if (fs.existsSync(gitDir)) {
1206
+ let hasUncommitted = false;
1207
+ try {
1208
+ const status = execSync('git status --porcelain', { cwd: fullPath, encoding: 'utf8', timeout: 5000 });
1209
+ hasUncommitted = status.trim().length > 0;
1210
+ } catch { /* best-effort */ }
1211
+ repos.push({ name: entry.name, path: fullPath, has_uncommitted: hasUncommitted });
1212
+ }
1213
+ }
1214
+ return repos;
1215
+ }
1216
+
1217
+ function cmdInitNewWorkspace(cwd, raw) {
1218
+ const homedir = process.env.HOME || require('os').homedir();
1219
+ const defaultBase = path.join(homedir, 'workspaces');
1220
+
1221
+ // Detect child git repos for interactive selection
1222
+ const childRepos = detectChildRepos(cwd);
1223
+
1224
+ // Check if git worktree is available
1225
+ let worktreeAvailable = false;
1226
+ try {
1227
+ execSync('git --version', { encoding: 'utf8', timeout: 5000, stdio: 'pipe' });
1228
+ worktreeAvailable = true;
1229
+ } catch { /* no git at all */ }
1230
+
1231
+ const result = {
1232
+ default_workspace_base: defaultBase,
1233
+ child_repos: childRepos,
1234
+ child_repo_count: childRepos.length,
1235
+ worktree_available: worktreeAvailable,
1236
+ is_git_repo: pathExistsInternal(cwd, '.git'),
1237
+ cwd_repo_name: path.basename(cwd),
1238
+ };
1239
+
1240
+ output(withProjectRoot(cwd, result), raw);
1241
+ }
1242
+
1243
+ function cmdInitListWorkspaces(cwd, raw) {
1244
+ const homedir = process.env.HOME || require('os').homedir();
1245
+ const defaultBase = path.join(homedir, 'workspaces');
1246
+
1247
+ const workspaces = [];
1248
+ if (fs.existsSync(defaultBase)) {
1249
+ let entries;
1250
+ try { entries = fs.readdirSync(defaultBase, { withFileTypes: true }); } catch { entries = []; }
1251
+ for (const entry of entries) {
1252
+ if (!entry.isDirectory()) continue;
1253
+ const wsPath = path.join(defaultBase, entry.name);
1254
+ const manifestPath = path.join(wsPath, 'WORKSPACE.md');
1255
+ if (!fs.existsSync(manifestPath)) continue;
1256
+
1257
+ let repoCount = 0;
1258
+ let hasProject = false;
1259
+ let strategy = 'unknown';
1260
+ try {
1261
+ const manifest = fs.readFileSync(manifestPath, 'utf8');
1262
+ const strategyMatch = manifest.match(/^Strategy:\s*(.+)$/m);
1263
+ if (strategyMatch) strategy = strategyMatch[1].trim();
1264
+ // Count table rows (lines starting with |, excluding header and separator)
1265
+ const tableRows = manifest.split('\n').filter(l => l.match(/^\|\s*\w/) && !l.includes('Repo') && !l.includes('---'));
1266
+ repoCount = tableRows.length;
1267
+ } catch { /* best-effort */ }
1268
+ hasProject = fs.existsSync(path.join(wsPath, '.planning', 'PROJECT.md'));
1269
+
1270
+ workspaces.push({
1271
+ name: entry.name,
1272
+ path: wsPath,
1273
+ repo_count: repoCount,
1274
+ strategy,
1275
+ has_project: hasProject,
1276
+ });
1277
+ }
1278
+ }
1279
+
1280
+ const result = {
1281
+ workspace_base: defaultBase,
1282
+ workspaces,
1283
+ workspace_count: workspaces.length,
1284
+ };
1285
+
1286
+ output(result, raw);
1287
+ }
1288
+
1289
+ function cmdInitRemoveWorkspace(cwd, name, raw) {
1290
+ const homedir = process.env.HOME || require('os').homedir();
1291
+ const defaultBase = path.join(homedir, 'workspaces');
1292
+
1293
+ if (!name) {
1294
+ error('workspace name required for init remove-workspace');
1295
+ }
1296
+
1297
+ const wsPath = path.join(defaultBase, name);
1298
+ const manifestPath = path.join(wsPath, 'WORKSPACE.md');
1299
+
1300
+ if (!fs.existsSync(wsPath)) {
1301
+ error(`Workspace not found: ${wsPath}`);
1302
+ }
1303
+
1304
+ // Parse manifest for repo info
1305
+ const repos = [];
1306
+ let strategy = 'unknown';
1307
+ if (fs.existsSync(manifestPath)) {
1308
+ try {
1309
+ const manifest = fs.readFileSync(manifestPath, 'utf8');
1310
+ const strategyMatch = manifest.match(/^Strategy:\s*(.+)$/m);
1311
+ if (strategyMatch) strategy = strategyMatch[1].trim();
1312
+
1313
+ // Parse table rows for repo names and source paths
1314
+ const lines = manifest.split('\n');
1315
+ for (const line of lines) {
1316
+ const match = line.match(/^\|\s*(\S+)\s*\|\s*(\S+)\s*\|\s*(\S+)\s*\|\s*(\S+)\s*\|$/);
1317
+ if (match && match[1] !== 'Repo' && !match[1].includes('---')) {
1318
+ repos.push({ name: match[1], source: match[2], branch: match[3], strategy: match[4] });
1319
+ }
1320
+ }
1321
+ } catch { /* best-effort */ }
1322
+ }
1323
+
1324
+ // Check for uncommitted changes in workspace repos
1325
+ const dirtyRepos = [];
1326
+ for (const repo of repos) {
1327
+ const repoPath = path.join(wsPath, repo.name);
1328
+ if (!fs.existsSync(repoPath)) continue;
1329
+ try {
1330
+ const status = execSync('git status --porcelain', { cwd: repoPath, encoding: 'utf8', timeout: 5000, stdio: 'pipe' });
1331
+ if (status.trim().length > 0) {
1332
+ dirtyRepos.push(repo.name);
1333
+ }
1334
+ } catch { /* best-effort */ }
1335
+ }
1336
+
1337
+ const result = {
1338
+ workspace_name: name,
1339
+ workspace_path: wsPath,
1340
+ has_manifest: fs.existsSync(manifestPath),
1341
+ strategy,
1342
+ repos,
1343
+ repo_count: repos.length,
1344
+ dirty_repos: dirtyRepos,
1345
+ has_dirty_repos: dirtyRepos.length > 0,
1346
+ };
1347
+
1348
+ output(result, raw);
1349
+ }
1350
+
1351
+ /**
1352
+ * Build a formatted agent skills block for injection into Task() prompts.
1353
+ *
1354
+ * Reads `config.agent_skills[agentType]` and validates each skill path exists
1355
+ * within the project root. Returns a formatted `<agent_skills>` block or empty
1356
+ * string if no skills are configured.
1357
+ *
1358
+ * @param {object} config - Loaded project config
1359
+ * @param {string} agentType - The agent type (e.g., 'executor', 'planner')
1360
+ * @param {string} projectRoot - Absolute path to project root (for path validation)
1361
+ * @returns {string} Formatted skills block or empty string
1362
+ */
1363
+ function buildAgentSkillsBlock(config, agentType, projectRoot) {
1364
+ const { validatePath } = require('./security.cjs');
1365
+
1366
+ if (!config || !config.agent_skills || !agentType) return '';
1367
+
1368
+ let skillPaths = config.agent_skills[agentType];
1369
+ if (!skillPaths) return '';
1370
+
1371
+ // Normalize single string to array
1372
+ if (typeof skillPaths === 'string') skillPaths = [skillPaths];
1373
+ if (!Array.isArray(skillPaths) || skillPaths.length === 0) return '';
1374
+
1375
+ const validPaths = [];
1376
+ for (const skillPath of skillPaths) {
1377
+ if (typeof skillPath !== 'string') continue;
1378
+
1379
+ // Validate path safety — must resolve within project root
1380
+ const pathCheck = validatePath(skillPath, projectRoot);
1381
+ if (!pathCheck.safe) {
1382
+ process.stderr.write(`[agent-skills] WARNING: Skipping unsafe path "${skillPath}": ${pathCheck.error}\n`);
1383
+ continue;
1384
+ }
1385
+
1386
+ // Check that the skill directory and SKILL.md exist
1387
+ const skillMdPath = path.join(projectRoot, skillPath, 'SKILL.md');
1388
+ if (!fs.existsSync(skillMdPath)) {
1389
+ process.stderr.write(`[agent-skills] WARNING: Skill not found at "${skillPath}/SKILL.md" — skipping\n`);
1390
+ continue;
1391
+ }
1392
+
1393
+ validPaths.push(skillPath);
1394
+ }
1395
+
1396
+ if (validPaths.length === 0) return '';
1397
+
1398
+ const lines = validPaths.map(p => `- @${p}/SKILL.md`).join('\n');
1399
+ return `<agent_skills>\nRead these user-configured skills:\n${lines}\n</agent_skills>`;
1400
+ }
1401
+
1402
+ /**
1403
+ * Command: output the agent skills block for a given agent type.
1404
+ * Used by workflows: SKILLS=$(node "$TOOLS" agent-skills executor 2>/dev/null)
1405
+ */
1406
+ function cmdAgentSkills(cwd, agentType, raw) {
1407
+ if (!agentType) {
1408
+ // No agent type — output empty string silently
1409
+ output('', raw, '');
1410
+ return;
1411
+ }
1412
+
1413
+ const config = loadConfig(cwd);
1414
+ const block = buildAgentSkillsBlock(config, agentType, cwd);
1415
+ // Output raw text (not JSON) so workflows can embed it directly
1416
+ if (block) {
1417
+ process.stdout.write(block);
1418
+ }
1419
+ process.exit(0);
1420
+ }
1421
+
1422
+ module.exports = {
1423
+ cmdInitExecutePhase,
1424
+ cmdInitPlanPhase,
1425
+ cmdInitNewProject,
1426
+ cmdInitNewMilestone,
1427
+ cmdInitQuick,
1428
+ cmdInitResume,
1429
+ cmdInitVerifyWork,
1430
+ cmdInitPhaseOp,
1431
+ cmdInitTodos,
1432
+ cmdInitMilestoneOp,
1433
+ cmdInitMapCodebase,
1434
+ cmdInitProgress,
1435
+ cmdInitManager,
1436
+ cmdInitNewWorkspace,
1437
+ cmdInitListWorkspaces,
1438
+ cmdInitRemoveWorkspace,
1439
+ detectChildRepos,
1440
+ buildAgentSkillsBlock,
1441
+ cmdAgentSkills,
1442
+ };