maestro-flow 0.5.42 → 0.5.44

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 (412) hide show
  1. package/.agents/skills/domain-add/SKILL.md +3 -0
  2. package/.agents/skills/learn-decompose/SKILL.md +7 -4
  3. package/.agents/skills/learn-follow/SKILL.md +4 -2
  4. package/.agents/skills/learn-investigate/SKILL.md +8 -6
  5. package/.agents/skills/learn-second-opinion/SKILL.md +6 -3
  6. package/.agents/skills/maestro/SKILL.md +1 -1
  7. package/.agents/skills/maestro-amend/SKILL.md +1 -1
  8. package/.agents/skills/maestro-analyze/SKILL.md +1 -1
  9. package/.agents/skills/maestro-blueprint/SKILL.md +1 -1
  10. package/.agents/skills/maestro-brainstorm/SKILL.md +4 -1
  11. package/.agents/skills/maestro-collab/SKILL.md +6 -2
  12. package/.agents/skills/maestro-companion/SKILL.md +4 -1
  13. package/.agents/skills/maestro-composer/SKILL.md +4 -2
  14. package/.agents/skills/maestro-execute/SKILL.md +26 -8
  15. package/.agents/skills/maestro-fork/SKILL.md +4 -3
  16. package/.agents/skills/maestro-grill/SKILL.md +1 -1
  17. package/.agents/skills/maestro-guard/SKILL.md +2 -2
  18. package/.agents/skills/maestro-impeccable/SKILL.md +2 -1
  19. package/.agents/skills/maestro-init/SKILL.md +1 -1
  20. package/.agents/skills/maestro-merge/SKILL.md +12 -1
  21. package/.agents/skills/maestro-milestone-audit/SKILL.md +1 -0
  22. package/.agents/skills/maestro-milestone-complete/SKILL.md +8 -3
  23. package/.agents/skills/maestro-milestone-release/SKILL.md +8 -4
  24. package/.agents/skills/maestro-overlay/SKILL.md +9 -0
  25. package/.agents/skills/maestro-plan/SKILL.md +1 -0
  26. package/.agents/skills/maestro-player/SKILL.md +2 -2
  27. package/.agents/skills/maestro-quick/SKILL.md +5 -3
  28. package/.agents/skills/maestro-ralph/SKILL.md +8 -8
  29. package/.agents/skills/maestro-ralph-agent/SKILL.md +697 -0
  30. package/.agents/skills/maestro-ralph-agent-execute/SKILL.md +461 -0
  31. package/.agents/skills/maestro-ralph-cli/SKILL.md +665 -0
  32. package/.agents/skills/maestro-ralph-cli-execute/SKILL.md +239 -0
  33. package/.agents/skills/maestro-ralph-execute/SKILL.md +127 -11
  34. package/.agents/skills/maestro-roadmap/SKILL.md +1 -1
  35. package/.agents/skills/maestro-swarm-workflow/SKILL.md +16 -14
  36. package/.agents/skills/maestro-tools-register/SKILL.md +16 -1
  37. package/.agents/skills/maestro-ui-codify/SKILL.md +11 -1
  38. package/.agents/skills/maestro-universal-workflow/SKILL.md +28 -5
  39. package/.agents/skills/maestro-update/SKILL.md +10 -7
  40. package/.agents/skills/manage-codebase-rebuild/SKILL.md +5 -1
  41. package/.agents/skills/manage-drift-realign/SKILL.md +6 -2
  42. package/.agents/skills/manage-harvest/SKILL.md +4 -1
  43. package/.agents/skills/manage-issue-discover/SKILL.md +1 -0
  44. package/.agents/skills/manage-kg-extractors/SKILL.md +5 -1
  45. package/.agents/skills/manage-knowhow-capture/SKILL.md +1 -0
  46. package/.agents/skills/manage-knowledge-audit/SKILL.md +3 -0
  47. package/.agents/skills/manage-wiki/SKILL.md +1 -0
  48. package/.agents/skills/odyssey-debug/SKILL.md +2 -1
  49. package/.agents/skills/odyssey-improve/SKILL.md +2 -2
  50. package/.agents/skills/odyssey-planex/SKILL.md +8 -7
  51. package/.agents/skills/odyssey-review-test-fix/SKILL.md +4 -1
  52. package/.agents/skills/odyssey-ui/SKILL.md +4 -4
  53. package/.agents/skills/quality-auto-test/SKILL.md +11 -1
  54. package/.agents/skills/quality-debug/SKILL.md +16 -2
  55. package/.agents/skills/quality-retrospective/SKILL.md +9 -1
  56. package/.agents/skills/quality-review/SKILL.md +8 -0
  57. package/.agents/skills/quality-sync/SKILL.md +2 -2
  58. package/.agents/skills/quality-test/SKILL.md +9 -1
  59. package/.agents/skills/security-audit/SKILL.md +14 -4
  60. package/.agents/skills/spec-add/SKILL.md +5 -2
  61. package/.agents/skills/spec-load/SKILL.md +1 -1
  62. package/.agents/skills/spec-remove/SKILL.md +1 -1
  63. package/.agents/skills/spec-setup/SKILL.md +3 -0
  64. package/.agy/skills/domain-add/SKILL.md +3 -0
  65. package/.agy/skills/learn-decompose/SKILL.md +7 -4
  66. package/.agy/skills/learn-follow/SKILL.md +4 -2
  67. package/.agy/skills/learn-investigate/SKILL.md +8 -6
  68. package/.agy/skills/learn-second-opinion/SKILL.md +6 -3
  69. package/.agy/skills/maestro/SKILL.md +1 -1
  70. package/.agy/skills/maestro-amend/SKILL.md +1 -1
  71. package/.agy/skills/maestro-analyze/SKILL.md +1 -1
  72. package/.agy/skills/maestro-blueprint/SKILL.md +1 -1
  73. package/.agy/skills/maestro-brainstorm/SKILL.md +4 -1
  74. package/.agy/skills/maestro-collab/SKILL.md +6 -2
  75. package/.agy/skills/maestro-companion/SKILL.md +4 -1
  76. package/.agy/skills/maestro-composer/SKILL.md +4 -2
  77. package/.agy/skills/maestro-execute/SKILL.md +26 -8
  78. package/.agy/skills/maestro-fork/SKILL.md +4 -3
  79. package/.agy/skills/maestro-grill/SKILL.md +1 -1
  80. package/.agy/skills/maestro-guard/SKILL.md +2 -2
  81. package/.agy/skills/maestro-impeccable/SKILL.md +2 -1
  82. package/.agy/skills/maestro-init/SKILL.md +1 -1
  83. package/.agy/skills/maestro-merge/SKILL.md +12 -1
  84. package/.agy/skills/maestro-milestone-audit/SKILL.md +1 -0
  85. package/.agy/skills/maestro-milestone-complete/SKILL.md +8 -3
  86. package/.agy/skills/maestro-milestone-release/SKILL.md +8 -4
  87. package/.agy/skills/maestro-overlay/SKILL.md +9 -0
  88. package/.agy/skills/maestro-plan/SKILL.md +1 -0
  89. package/.agy/skills/maestro-player/SKILL.md +2 -2
  90. package/.agy/skills/maestro-quick/SKILL.md +5 -3
  91. package/.agy/skills/maestro-ralph/SKILL.md +8 -8
  92. package/.agy/skills/maestro-ralph-agent/SKILL.md +696 -0
  93. package/.agy/skills/maestro-ralph-agent-execute/SKILL.md +457 -0
  94. package/.agy/skills/maestro-ralph-cli/SKILL.md +661 -0
  95. package/.agy/skills/maestro-ralph-cli-execute/SKILL.md +235 -0
  96. package/.agy/skills/maestro-ralph-execute/SKILL.md +127 -11
  97. package/.agy/skills/maestro-roadmap/SKILL.md +1 -1
  98. package/.agy/skills/maestro-swarm-workflow/SKILL.md +16 -14
  99. package/.agy/skills/maestro-tools-register/SKILL.md +16 -1
  100. package/.agy/skills/maestro-ui-codify/SKILL.md +11 -1
  101. package/.agy/skills/maestro-universal-workflow/SKILL.md +28 -5
  102. package/.agy/skills/maestro-update/SKILL.md +10 -7
  103. package/.agy/skills/manage-codebase-rebuild/SKILL.md +5 -1
  104. package/.agy/skills/manage-drift-realign/SKILL.md +6 -2
  105. package/.agy/skills/manage-harvest/SKILL.md +4 -1
  106. package/.agy/skills/manage-issue-discover/SKILL.md +1 -0
  107. package/.agy/skills/manage-kg-extractors/SKILL.md +5 -1
  108. package/.agy/skills/manage-knowhow-capture/SKILL.md +1 -0
  109. package/.agy/skills/manage-knowledge-audit/SKILL.md +3 -0
  110. package/.agy/skills/manage-wiki/SKILL.md +1 -0
  111. package/.agy/skills/odyssey-debug/SKILL.md +2 -1
  112. package/.agy/skills/odyssey-improve/SKILL.md +2 -2
  113. package/.agy/skills/odyssey-planex/SKILL.md +8 -7
  114. package/.agy/skills/odyssey-review-test-fix/SKILL.md +4 -1
  115. package/.agy/skills/odyssey-ui/SKILL.md +4 -4
  116. package/.agy/skills/quality-auto-test/SKILL.md +11 -1
  117. package/.agy/skills/quality-debug/SKILL.md +16 -2
  118. package/.agy/skills/quality-retrospective/SKILL.md +9 -1
  119. package/.agy/skills/quality-review/SKILL.md +8 -0
  120. package/.agy/skills/quality-sync/SKILL.md +2 -2
  121. package/.agy/skills/quality-test/SKILL.md +9 -1
  122. package/.agy/skills/security-audit/SKILL.md +14 -4
  123. package/.agy/skills/spec-add/SKILL.md +5 -2
  124. package/.agy/skills/spec-load/SKILL.md +1 -1
  125. package/.agy/skills/spec-remove/SKILL.md +1 -1
  126. package/.agy/skills/spec-setup/SKILL.md +3 -0
  127. package/.claude/commands/domain-add.md +3 -0
  128. package/.claude/commands/learn-decompose.md +7 -4
  129. package/.claude/commands/learn-follow.md +4 -2
  130. package/.claude/commands/learn-investigate.md +8 -6
  131. package/.claude/commands/learn-second-opinion.md +6 -3
  132. package/.claude/commands/maestro-amend.md +1 -1
  133. package/.claude/commands/maestro-analyze.md +1 -1
  134. package/.claude/commands/maestro-blueprint.md +1 -1
  135. package/.claude/commands/maestro-brainstorm.md +4 -1
  136. package/.claude/commands/maestro-collab.md +6 -2
  137. package/.claude/commands/maestro-companion.md +4 -1
  138. package/.claude/commands/maestro-composer.md +4 -2
  139. package/.claude/commands/maestro-execute.md +26 -8
  140. package/.claude/commands/maestro-fork.md +4 -3
  141. package/.claude/commands/maestro-grill.md +1 -1
  142. package/.claude/commands/maestro-guard.md +2 -2
  143. package/.claude/commands/maestro-impeccable.md +2 -1
  144. package/.claude/commands/maestro-init.md +1 -1
  145. package/.claude/commands/maestro-merge.md +12 -1
  146. package/.claude/commands/maestro-milestone-audit.md +1 -0
  147. package/.claude/commands/maestro-milestone-complete.md +8 -3
  148. package/.claude/commands/maestro-milestone-release.md +8 -4
  149. package/.claude/commands/maestro-overlay.md +9 -0
  150. package/.claude/commands/maestro-plan.md +1 -0
  151. package/.claude/commands/maestro-player.md +2 -2
  152. package/.claude/commands/maestro-quick.md +5 -3
  153. package/.claude/commands/maestro-ralph-agent-execute.md +459 -0
  154. package/.claude/commands/maestro-ralph-agent.md +695 -0
  155. package/.claude/commands/maestro-ralph-cli-execute.md +237 -0
  156. package/.claude/commands/maestro-ralph-cli.md +663 -0
  157. package/.claude/commands/maestro-ralph-execute.md +127 -11
  158. package/.claude/commands/maestro-ralph.md +8 -8
  159. package/.claude/commands/maestro-roadmap.md +1 -1
  160. package/.claude/commands/maestro-swarm-workflow.md +16 -14
  161. package/.claude/commands/maestro-tools-register.md +16 -1
  162. package/.claude/commands/maestro-ui-codify.md +11 -1
  163. package/.claude/commands/maestro-universal-workflow.md +28 -5
  164. package/.claude/commands/maestro-update.md +10 -7
  165. package/.claude/commands/maestro.md +1 -1
  166. package/.claude/commands/manage-codebase-rebuild.md +5 -1
  167. package/.claude/commands/manage-drift-realign.md +6 -2
  168. package/.claude/commands/manage-harvest.md +4 -1
  169. package/.claude/commands/manage-issue-discover.md +1 -0
  170. package/.claude/commands/manage-kg-extractors.md +5 -1
  171. package/.claude/commands/manage-knowhow-capture.md +1 -0
  172. package/.claude/commands/manage-knowledge-audit.md +3 -0
  173. package/.claude/commands/manage-wiki.md +1 -0
  174. package/.claude/commands/odyssey-debug.md +2 -1
  175. package/.claude/commands/odyssey-improve.md +2 -2
  176. package/.claude/commands/odyssey-planex.md +8 -7
  177. package/.claude/commands/odyssey-review-test-fix.md +4 -1
  178. package/.claude/commands/odyssey-ui.md +4 -4
  179. package/.claude/commands/quality-auto-test.md +11 -1
  180. package/.claude/commands/quality-debug.md +16 -2
  181. package/.claude/commands/quality-retrospective.md +9 -1
  182. package/.claude/commands/quality-review.md +8 -0
  183. package/.claude/commands/quality-sync.md +2 -2
  184. package/.claude/commands/quality-test.md +9 -1
  185. package/.claude/commands/security-audit.md +14 -4
  186. package/.claude/commands/spec-add.md +5 -2
  187. package/.claude/commands/spec-load.md +1 -1
  188. package/.claude/commands/spec-remove.md +1 -1
  189. package/.claude/commands/spec-setup.md +3 -0
  190. package/.codex/skills/codify-to-knowhow/SKILL.md +27 -15
  191. package/.codex/skills/domain-add/SKILL.md +5 -3
  192. package/.codex/skills/learn-decompose/SKILL.md +22 -4
  193. package/.codex/skills/learn-follow/SKILL.md +12 -6
  194. package/.codex/skills/learn-investigate/SKILL.md +11 -6
  195. package/.codex/skills/learn-retro/SKILL.md +12 -6
  196. package/.codex/skills/learn-second-opinion/SKILL.md +11 -3
  197. package/.codex/skills/maestro/SKILL.md +19 -13
  198. package/.codex/skills/maestro-amend/SKILL.md +10 -2
  199. package/.codex/skills/maestro-analyze/SKILL.md +7 -1
  200. package/.codex/skills/maestro-blueprint/SKILL.md +1 -1
  201. package/.codex/skills/maestro-brainstorm/SKILL.md +11 -8
  202. package/.codex/skills/maestro-collab/SKILL.md +5 -5
  203. package/.codex/skills/maestro-companion/SKILL.md +4 -1
  204. package/.codex/skills/maestro-composer/SKILL.md +6 -3
  205. package/.codex/skills/maestro-execute/SKILL.md +11 -8
  206. package/.codex/skills/maestro-fork/SKILL.md +4 -3
  207. package/.codex/skills/maestro-grill/SKILL.md +1 -1
  208. package/.codex/skills/maestro-guard/SKILL.md +1 -1
  209. package/.codex/skills/maestro-impeccable/SKILL.md +5 -5
  210. package/.codex/skills/maestro-init/SKILL.md +3 -2
  211. package/.codex/skills/maestro-milestone-audit/SKILL.md +21 -9
  212. package/.codex/skills/maestro-milestone-complete/SKILL.md +3 -3
  213. package/.codex/skills/maestro-milestone-release/SKILL.md +18 -1
  214. package/.codex/skills/maestro-next/SKILL.md +11 -10
  215. package/.codex/skills/maestro-overlay/SKILL.md +16 -6
  216. package/.codex/skills/maestro-player/SKILL.md +11 -5
  217. package/.codex/skills/maestro-quick/SKILL.md +2 -2
  218. package/.codex/skills/maestro-ralph/SKILL.md +44 -31
  219. package/.codex/skills/maestro-ralph-cli/SKILL.md +394 -0
  220. package/.codex/skills/maestro-ralph-cli-execute/SKILL.md +146 -0
  221. package/.codex/skills/maestro-ralph-execute/SKILL.md +105 -24
  222. package/.codex/skills/maestro-roadmap/SKILL.md +8 -2
  223. package/.codex/skills/maestro-tools-execute/SKILL.md +8 -4
  224. package/.codex/skills/maestro-tools-register/SKILL.md +10 -6
  225. package/.codex/skills/maestro-ui-codify/SKILL.md +14 -9
  226. package/.codex/skills/manage-codebase-rebuild/SKILL.md +36 -14
  227. package/.codex/skills/manage-codebase-refresh/SKILL.md +1 -1
  228. package/.codex/skills/manage-drift-realign/SKILL.md +15 -12
  229. package/.codex/skills/manage-harvest/SKILL.md +1 -1
  230. package/.codex/skills/manage-issue/SKILL.md +8 -4
  231. package/.codex/skills/manage-issue-discover/SKILL.md +15 -14
  232. package/.codex/skills/manage-knowhow/SKILL.md +3 -2
  233. package/.codex/skills/manage-knowhow-capture/SKILL.md +4 -3
  234. package/.codex/skills/manage-learn/SKILL.md +2 -2
  235. package/.codex/skills/odyssey-debug/SKILL.md +12 -7
  236. package/.codex/skills/odyssey-improve/SKILL.md +11 -6
  237. package/.codex/skills/odyssey-planex/SKILL.md +14 -8
  238. package/.codex/skills/odyssey-review-test-fix/SKILL.md +12 -7
  239. package/.codex/skills/odyssey-ui/SKILL.md +10 -5
  240. package/.codex/skills/quality-auto-test/SKILL.md +13 -5
  241. package/.codex/skills/quality-debug/SKILL.md +18 -11
  242. package/.codex/skills/quality-refactor/SKILL.md +4 -4
  243. package/.codex/skills/quality-retrospective/SKILL.md +5 -6
  244. package/.codex/skills/quality-review/SKILL.md +18 -11
  245. package/.codex/skills/quality-sync/SKILL.md +2 -2
  246. package/.codex/skills/quality-test/SKILL.md +7 -5
  247. package/.codex/skills/security-audit/SKILL.md +7 -5
  248. package/.codex/skills/spec-add/SKILL.md +9 -7
  249. package/.codex/skills/spec-load/SKILL.md +3 -2
  250. package/.codex/skills/spec-map/SKILL.md +10 -1
  251. package/.codex/skills/spec-remove/SKILL.md +3 -2
  252. package/.codex/skills/team-coordinate/SKILL.md +10 -4
  253. package/.codex/skills/team-lifecycle-v4/SKILL.md +33 -26
  254. package/.codex/skills/team-quality-assurance/SKILL.md +43 -0
  255. package/.codex/skills/team-review/SKILL.md +50 -6
  256. package/.codex/skills/team-tech-debt/SKILL.md +53 -7
  257. package/.codex/skills/team-testing/SKILL.md +50 -2
  258. package/.codex/skills/wiki-connect/SKILL.md +3 -1
  259. package/.codex/skills/wiki-digest/SKILL.md +6 -4
  260. package/dashboard/dist-server/dashboard/src/server/wiki/embedding.d.ts +16 -0
  261. package/dashboard/dist-server/dashboard/src/server/wiki/embedding.js +419 -44
  262. package/dashboard/dist-server/dashboard/src/server/wiki/embedding.js.map +1 -1
  263. package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.js +48 -10
  264. package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.js.map +1 -1
  265. package/dashboard/dist-server/src/graph/kg/credibility.d.ts +2 -2
  266. package/dashboard/dist-server/src/graph/kg/credibility.js +10 -5
  267. package/dashboard/dist-server/src/graph/kg/credibility.js.map +1 -1
  268. package/dashboard/dist-server/src/graph/kg/db/connection.d.ts +3 -2
  269. package/dashboard/dist-server/src/graph/kg/db/connection.js +28 -16
  270. package/dashboard/dist-server/src/graph/kg/db/connection.js.map +1 -1
  271. package/dashboard/dist-server/src/graph/kg/db/queries.js +4 -4
  272. package/dashboard/dist-server/src/graph/kg/db/queries.js.map +1 -1
  273. package/dashboard/dist-server/src/graph/kg/db/types.d.ts +3 -0
  274. package/dashboard/dist-server/src/graph/kg/embedding/code-embedding.d.ts +46 -0
  275. package/dashboard/dist-server/src/graph/kg/embedding/code-embedding.js +329 -0
  276. package/dashboard/dist-server/src/graph/kg/embedding/code-embedding.js.map +1 -0
  277. package/dashboard/dist-server/src/graph/kg/embedding/index.d.ts +2 -0
  278. package/dashboard/dist-server/src/graph/kg/embedding/index.js +3 -0
  279. package/dashboard/dist-server/src/graph/kg/embedding/index.js.map +1 -0
  280. package/dashboard/dist-server/src/graph/kg/engine.d.ts +20 -2
  281. package/dashboard/dist-server/src/graph/kg/engine.js +71 -1
  282. package/dashboard/dist-server/src/graph/kg/engine.js.map +1 -1
  283. package/dashboard/dist-server/src/graph/kg/extraction/knowledge/domain-extractor.d.ts +1 -1
  284. package/dashboard/dist-server/src/graph/kg/extraction/knowledge/domain-extractor.js +8 -4
  285. package/dashboard/dist-server/src/graph/kg/extraction/knowledge/domain-extractor.js.map +1 -1
  286. package/dashboard/dist-server/src/graph/kg/query/scoring.d.ts +5 -0
  287. package/dashboard/dist-server/src/graph/kg/query/scoring.js +85 -1
  288. package/dashboard/dist-server/src/graph/kg/query/scoring.js.map +1 -1
  289. package/dashboard/dist-server/src/graph/kg/query/search.d.ts +7 -0
  290. package/dashboard/dist-server/src/graph/kg/query/search.js +117 -1
  291. package/dashboard/dist-server/src/graph/kg/query/search.js.map +1 -1
  292. package/dashboard/dist-server/src/graph/kg/resolution/knowledge-resolver.d.ts +3 -3
  293. package/dashboard/dist-server/src/graph/kg/resolution/knowledge-resolver.js +3 -2
  294. package/dashboard/dist-server/src/graph/kg/resolution/knowledge-resolver.js.map +1 -1
  295. package/dashboard/dist-server/src/graph/kg/surface/hook-injector.js +2 -4
  296. package/dashboard/dist-server/src/graph/kg/surface/hook-injector.js.map +1 -1
  297. package/dashboard/dist-server/src/graph/kg/surface/mcp-tools.js +49 -0
  298. package/dashboard/dist-server/src/graph/kg/surface/mcp-tools.js.map +1 -1
  299. package/dashboard/dist-server/src/hooks/kg-sync-hook.js +3 -0
  300. package/dashboard/dist-server/src/hooks/kg-sync-hook.js.map +1 -1
  301. package/dashboard/dist-server/src/search/daemon-client.d.ts +3 -25
  302. package/dashboard/dist-server/src/search/daemon-client.js +3 -25
  303. package/dashboard/dist-server/src/search/daemon-client.js.map +1 -1
  304. package/dashboard/dist-server/src/search/daemon-types.d.ts +29 -0
  305. package/dashboard/dist-server/src/search/daemon-types.js +31 -0
  306. package/dashboard/dist-server/src/search/daemon-types.js.map +1 -0
  307. package/dist/src/agents/api-explore/agent-loop.d.ts +1 -1
  308. package/dist/src/agents/api-explore/agent-loop.d.ts.map +1 -1
  309. package/dist/src/agents/api-explore/agent-loop.js +32 -17
  310. package/dist/src/agents/api-explore/agent-loop.js.map +1 -1
  311. package/dist/src/agents/api-explore/prompt-parser.js +5 -5
  312. package/dist/src/agents/api-explore/prompt-parser.js.map +1 -1
  313. package/dist/src/agents/api-explore/runner.d.ts.map +1 -1
  314. package/dist/src/agents/api-explore/runner.js +0 -2
  315. package/dist/src/agents/api-explore/runner.js.map +1 -1
  316. package/dist/src/agents/api-explore/system-prompt.d.ts.map +1 -1
  317. package/dist/src/agents/api-explore/system-prompt.js +30 -22
  318. package/dist/src/agents/api-explore/system-prompt.js.map +1 -1
  319. package/dist/src/agents/api-explore/tools.d.ts +1 -0
  320. package/dist/src/agents/api-explore/tools.d.ts.map +1 -1
  321. package/dist/src/agents/api-explore/tools.js +219 -50
  322. package/dist/src/agents/api-explore/tools.js.map +1 -1
  323. package/dist/src/commands/search.d.ts.map +1 -1
  324. package/dist/src/commands/search.js +10 -4
  325. package/dist/src/commands/search.js.map +1 -1
  326. package/dist/src/commands/update.d.ts.map +1 -1
  327. package/dist/src/commands/update.js +89 -21
  328. package/dist/src/commands/update.js.map +1 -1
  329. package/dist/src/core/plugin-bridge.d.ts.map +1 -1
  330. package/dist/src/core/plugin-bridge.js +17 -0
  331. package/dist/src/core/plugin-bridge.js.map +1 -1
  332. package/dist/src/graph/db/connection.d.ts +3 -2
  333. package/dist/src/graph/db/connection.d.ts.map +1 -1
  334. package/dist/src/graph/db/connection.js +28 -16
  335. package/dist/src/graph/db/connection.js.map +1 -1
  336. package/dist/src/graph/db/queries.d.ts.map +1 -1
  337. package/dist/src/graph/db/queries.js.map +1 -1
  338. package/dist/src/graph/kg/credibility.d.ts +2 -2
  339. package/dist/src/graph/kg/credibility.d.ts.map +1 -1
  340. package/dist/src/graph/kg/credibility.js +10 -5
  341. package/dist/src/graph/kg/credibility.js.map +1 -1
  342. package/dist/src/graph/kg/db/connection.d.ts +3 -2
  343. package/dist/src/graph/kg/db/connection.d.ts.map +1 -1
  344. package/dist/src/graph/kg/db/connection.js +28 -16
  345. package/dist/src/graph/kg/db/connection.js.map +1 -1
  346. package/dist/src/graph/kg/db/queries.js +4 -4
  347. package/dist/src/graph/kg/db/queries.js.map +1 -1
  348. package/dist/src/graph/kg/db/types.d.ts +3 -0
  349. package/dist/src/graph/kg/db/types.d.ts.map +1 -1
  350. package/dist/src/graph/kg/embedding/code-embedding.d.ts +47 -0
  351. package/dist/src/graph/kg/embedding/code-embedding.d.ts.map +1 -0
  352. package/dist/src/graph/kg/embedding/code-embedding.js +329 -0
  353. package/dist/src/graph/kg/embedding/code-embedding.js.map +1 -0
  354. package/dist/src/graph/kg/embedding/index.d.ts +3 -0
  355. package/dist/src/graph/kg/embedding/index.d.ts.map +1 -0
  356. package/dist/src/graph/kg/embedding/index.js +3 -0
  357. package/dist/src/graph/kg/embedding/index.js.map +1 -0
  358. package/dist/src/graph/kg/engine.d.ts +20 -2
  359. package/dist/src/graph/kg/engine.d.ts.map +1 -1
  360. package/dist/src/graph/kg/engine.js +71 -1
  361. package/dist/src/graph/kg/engine.js.map +1 -1
  362. package/dist/src/graph/kg/extraction/knowledge/domain-extractor.d.ts +1 -1
  363. package/dist/src/graph/kg/extraction/knowledge/domain-extractor.d.ts.map +1 -1
  364. package/dist/src/graph/kg/extraction/knowledge/domain-extractor.js +8 -4
  365. package/dist/src/graph/kg/extraction/knowledge/domain-extractor.js.map +1 -1
  366. package/dist/src/graph/kg/query/scoring.d.ts +5 -0
  367. package/dist/src/graph/kg/query/scoring.d.ts.map +1 -1
  368. package/dist/src/graph/kg/query/scoring.js +85 -1
  369. package/dist/src/graph/kg/query/scoring.js.map +1 -1
  370. package/dist/src/graph/kg/query/search.d.ts +7 -0
  371. package/dist/src/graph/kg/query/search.d.ts.map +1 -1
  372. package/dist/src/graph/kg/query/search.js +117 -1
  373. package/dist/src/graph/kg/query/search.js.map +1 -1
  374. package/dist/src/graph/kg/resolution/knowledge-resolver.d.ts +3 -3
  375. package/dist/src/graph/kg/resolution/knowledge-resolver.d.ts.map +1 -1
  376. package/dist/src/graph/kg/resolution/knowledge-resolver.js +3 -2
  377. package/dist/src/graph/kg/resolution/knowledge-resolver.js.map +1 -1
  378. package/dist/src/graph/kg/surface/hook-injector.d.ts.map +1 -1
  379. package/dist/src/graph/kg/surface/hook-injector.js +2 -4
  380. package/dist/src/graph/kg/surface/hook-injector.js.map +1 -1
  381. package/dist/src/graph/kg/surface/mcp-tools.d.ts.map +1 -1
  382. package/dist/src/graph/kg/surface/mcp-tools.js +49 -0
  383. package/dist/src/graph/kg/surface/mcp-tools.js.map +1 -1
  384. package/dist/src/hooks/kg-sync-hook.d.ts.map +1 -1
  385. package/dist/src/hooks/kg-sync-hook.js +3 -0
  386. package/dist/src/hooks/kg-sync-hook.js.map +1 -1
  387. package/dist/src/search/daemon-client.d.ts +3 -25
  388. package/dist/src/search/daemon-client.d.ts.map +1 -1
  389. package/dist/src/search/daemon-client.js +3 -25
  390. package/dist/src/search/daemon-client.js.map +1 -1
  391. package/dist/src/search/daemon-types.d.ts +30 -0
  392. package/dist/src/search/daemon-types.d.ts.map +1 -0
  393. package/dist/src/search/daemon-types.js +31 -0
  394. package/dist/src/search/daemon-types.js.map +1 -0
  395. package/dist/src/search/daemon.d.ts +2 -27
  396. package/dist/src/search/daemon.d.ts.map +1 -1
  397. package/dist/src/search/daemon.js +4 -60
  398. package/dist/src/search/daemon.js.map +1 -1
  399. package/dist/src/tools/code-semantic-search.d.ts +10 -0
  400. package/dist/src/tools/code-semantic-search.d.ts.map +1 -0
  401. package/dist/src/tools/code-semantic-search.js +81 -0
  402. package/dist/src/tools/code-semantic-search.js.map +1 -0
  403. package/dist/src/tools/index.d.ts.map +1 -1
  404. package/dist/src/tools/index.js +4 -0
  405. package/dist/src/tools/index.js.map +1 -1
  406. package/dist/src/tools/wiki-search.d.ts +13 -0
  407. package/dist/src/tools/wiki-search.d.ts.map +1 -0
  408. package/dist/src/tools/wiki-search.js +120 -0
  409. package/dist/src/tools/wiki-search.js.map +1 -0
  410. package/dist/src/utils/update-notices.js +24 -0
  411. package/dist/src/utils/update-notices.js.map +1 -1
  412. package/package.json +4 -3
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: learn-investigate
3
3
  description: Investigate questions with hypothesis testing and evidence logging
4
- argument-hint: <question> [--scope <path>] [--max-hypotheses N]
4
+ argument-hint: <question> [--scope <path>] [--max-hypotheses N] [-y]
5
5
  allowed-tools:
6
6
  - ask_question
7
7
  - define_subagent
@@ -24,6 +24,7 @@ $ARGUMENTS — question text and optional flags.
24
24
  **Flags**:
25
25
  - `--scope <path>`: Restrict to files under this dir (default: entire project)
26
26
  - `--max-hypotheses N`: Max hypotheses before escalation (default: 3)
27
+ - `-y`: Skip confirmation prompts for report/spec writes
27
28
 
28
29
  **Storage write**:
29
30
  - `.workflow/knowhow/KNW-investigate-{slug}/evidence.ndjson` — structured evidence (one JSON line per item)
@@ -59,11 +60,11 @@ S_PATTERN:
59
60
  → S_HYPOTHESIZE DO: match evidence against debug-notes.md + .workflow/specs/learnings.md patterns
60
61
 
61
62
  S_HYPOTHESIZE:
62
- → S_CLI_EXPLORE WHEN: CLI tools enabled AND hypotheses non-trivial DO: A_FORM_HYPOTHESES
63
- → S_TEST WHEN: no CLI tools OR trivial hypotheses DO: A_FORM_HYPOTHESES
63
+ → S_CLI_EXPLORE WHEN: CLI tools enabled (at least one tool in cli-tools.json enabled) AND hypotheses non-trivial (require cross-file tracing or data-flow analysis) DO: A_FORM_HYPOTHESES
64
+ → S_TEST WHEN: no CLI tools OR trivial hypotheses (answerable by local Grep/Read) DO: A_FORM_HYPOTHESES
64
65
 
65
66
  S_CLI_EXPLORE:
66
- → S_TEST DO: A_CLI_SUPPLEMENT (maestro delegate --role explore --mode analysis, run_in_background, STOP)
67
+ → S_TEST DO: A_CLI_SUPPLEMENT (maestro delegate --to <first-enabled-tool> --mode analysis, run_in_background, STOP)
67
68
 
68
69
  S_TEST:
69
70
  → S_REPORT WHEN: hypothesis confirmed DO: A_TEST_HYPOTHESIS
@@ -75,7 +76,8 @@ S_ESCALATE:
75
76
  → S_REPORT WHEN: user selects "Escalate" or still stuck DO: mark INCONCLUSIVE
76
77
 
77
78
  S_REPORT:
78
- → END DO: A_SYNTHESIZE_REPORT
79
+ → END GATE: unless -y, ask_question showing report.md path and spec-entries to append — proceed only on confirm
80
+ DO: A_SYNTHESIZE_REPORT
79
81
 
80
82
  </transitions>
81
83
 
@@ -110,7 +112,7 @@ Rank by plausibility (evidence strength). Write to understanding.md:
110
112
  maestro delegate "PURPOSE: Gather evidence for hypotheses
111
113
  TASK: Trace call chains and data flows per hypothesis | Find corroborating/contradicting patterns
112
114
  EXPECTED: JSON [{hypothesis_rank, evidence: [{file, line, supports: bool, explanation}]}]
113
- " --role explore --mode analysis
115
+ " --to <first-enabled-tool> --mode analysis
114
116
  ```
115
117
  Run_in_background, STOP, wait. On callback: append to evidence.ndjson.
116
118
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: learn-second-opinion
3
3
  description: Get alternative perspectives — review, challenge, or consult
4
- argument-hint: <target> [--mode review|challenge|consult]
4
+ argument-hint: <target> [--mode review|challenge|consult] [-y]
5
5
  allowed-tools:
6
6
  - ask_question
7
7
  - define_subagent
@@ -29,7 +29,9 @@ $ARGUMENTS — target and optional mode flag.
29
29
  | `HEAD` / `staged` | `git diff HEAD` / `git diff --staged` |
30
30
  | Phase number | Resolve via state.json.artifacts[] → plan.json |
31
31
 
32
- **Flags**: `--mode review|challenge|consult` (default: review)
32
+ **Flags**:
33
+ - `--mode review|challenge|consult` (default: review)
34
+ - `-y`: Skip confirmation prompts for knowhow/spec writes
33
35
 
34
36
  **Pre-load** (optional): `Skill("spec-load")` for conventions + `maestro search "<target topic>"` for related entries.
35
37
 
@@ -64,7 +66,8 @@ S_SYNTHESIZE:
64
66
  → S_PERSIST DO: merge perspectives → agreements, disagreements, verdict, top 3 recommendations
65
67
 
66
68
  S_PERSIST:
67
- → END DO: write KNW-opinion + append <spec-entry> blocks to .workflow/specs/learnings.md
69
+ → END GATE: unless -y, ask_question showing files to write and spec-entries to append — proceed only on confirm
70
+ DO: write KNW-opinion + append <spec-entry> blocks to .workflow/specs/learnings.md
68
71
 
69
72
  </transitions>
70
73
 
@@ -31,7 +31,7 @@ $ARGUMENTS — user intent text, or special keywords.
31
31
 
32
32
  **Flags:**
33
33
  - `-y` / `--yes` — Auto mode: skip clarification, skip confirmation, auto-skip on errors
34
- - `-c` / `--continue` — Resume previous session
34
+ - `-c` / `--continue` — Resume previous session. **`-c` is reserved for `--continue` across all maestro commands** — downstream skills MUST NOT redefine `-c` for other purposes to prevent collision via transparent forwarding.
35
35
  - `--dry-run` — Show chain without executing
36
36
  - `--super` — Read and follow `maestro-super.md`
37
37
  </context>
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-amend
3
3
  description: Generate overlays to fix workflow command deficiencies
4
- argument-hint: [description] [--from-verify <dir>] [--from-review <dir>] [--from-session <id>] [--from-issues ISS-xxx,...] [--scan] [--dry-run]
4
+ argument-hint: [description] [--from-verify <dir>] [--from-review <dir>] [--from-session <id>] [--from-issues ISS-xxx,...] [--scan] [--dry-run] [-y]
5
5
  allowed-tools:
6
6
  - ask_question
7
7
  - grep_search
@@ -47,7 +47,7 @@ $ARGUMENTS -- phase number for micro mode, topic text for macro/adhoc mode, no a
47
47
  |------|--------|---------|
48
48
  | `-y` / `--yes` | Auto mode — skip interactive scoping, use recommended defaults, auto-deepen | false |
49
49
  | `-c` / `--continue` | Resume from existing session (auto-detect session folder + discussion.md) | false |
50
- | `-q` / `--quick` | Quick mode — skip exploration + scoring, go straight to decision extraction (context.md only) | false |
50
+ | `-q` / `--quick` | Quick mode — skip exploration + scoring, go straight to decision extraction (context.md only). **Precedence**: when combined with `-c`, the resumed session preserves its original mode (full or quick); `-q` does NOT override a resumed full session to quick mode. | false |
51
51
  | `--from <source>` | Load upstream context package (grill:ID, brainstorm:ID, blueprint:BLP-xxx, @file, or path) | — |
52
52
  | `--gaps [ISS-ID]` | Issue root cause analysis mode. If ISS-ID provided, analyze single issue. If omitted, analyze all open/registered issues from issues.jsonl | — |
53
53
 
@@ -161,7 +161,7 @@ Status verdicts:
161
161
  - [ ] Readiness gate: Pass (>=80%) or Review (>=60%) with documented caveats
162
162
  - [ ] Artifact registered in state.json (type=blueprint)
163
163
  - [ ] context-package.json generated for downstream consumption
164
- - [ ] On gate Pass/Review: session sealed via finish-work (archive.json + optional spec/knowhow extraction). On Fail: skip — session stays active, excluded from wiki search.
164
+ - [ ] On gate Pass/Review: session sealed via finish-work (finish-work.md includes ask_question confirmation before state.json artifact registration and optional spec/knowhow extraction). On Fail: skip — session stays active, excluded from wiki search.
165
165
  </success_criteria>
166
166
 
167
167
  <on_complete>
@@ -1,13 +1,14 @@
1
1
  ---
2
2
  name: maestro-brainstorm
3
3
  description: Use when exploring ideas, evaluating approaches, or needing multi-perspective analysis before implementation
4
- argument-hint: [topic|role-name] [--yes] [--count N] [--session ID] [--update] [--skip-questions] [--include-questions] [--style-skill PKG]
4
+ argument-hint: [topic|role-name] [--yes] [--count N] [--session ID] [--update] [--skip-questions] [--include-questions] [--style-skill PKG] [--review-only] [--from <source>]
5
5
  allowed-tools:
6
6
  - ask_question
7
7
  - define_subagent
8
8
  - grep_search
9
9
  - invoke_subagent
10
10
  - manage_subagents
11
+ - replace_file_content
11
12
  - run_command
12
13
  - send_message
13
14
  - view_file
@@ -53,6 +54,8 @@ $ARGUMENTS -- topic text for auto mode, or role name for single role mode.
53
54
  | `--skip-questions` | Skip context gathering questions | false |
54
55
  | `--include-questions` | Force context gathering even if analysis exists | false |
55
56
  | `--style-skill PKG` | Style package for ui-designer role | — |
57
+ | `--review-only` | Run cross-role review on existing analyses without re-running role analysis | false |
58
+ | `--from <source>` | Load upstream context package (grill:ID, blueprint:ID, @file, or path) | — |
56
59
 
57
60
  ### Pre-load specs
58
61
  1. **Architecture specs**: Run `maestro load --type spec --category arch` to load architecture constraints. Use as context for multi-role analysis — ensures roles respect documented decisions.
@@ -45,6 +45,7 @@ S_CONFIRM — 展示计划、用户确认(-y 跳过) PE
45
45
  S_FANOUT — 构建 prompt、并行启动 delegate、STOP PERSIST: —
46
46
  S_COLLECT — 回调到达、收集结果 PERSIST: per-tool outputs
47
47
  S_CROSS_VERIFY — 分类发现(共识/冲突/独有) PERSIST: —
48
+ S_BOUNDARY_GRILL — 边界冲突检测与解决 PERSIST: —
48
49
  S_SYNTHESIZE — 解决冲突、生成 3 个输出文件 PERSIST: outputs
49
50
  S_REGISTER — 注册 CLB artifact PERSIST: state.json
50
51
  S_REPORT — 显示摘要 + next-step routing PERSIST: —
@@ -86,7 +87,9 @@ S_SYNTHESIZE:
86
87
  → S_REGISTER DO: A_GENERATE_OUTPUTS
87
88
 
88
89
  S_REGISTER:
89
- → S_REPORT DO: append CLB artifact to state.json (type: collab, scope: adhoc)
90
+ → S_REPORT WHEN: user confirms or -y DO: append CLB artifact to state.json (type: collab, scope: adhoc)
91
+ → S_REPORT WHEN: user declines DO: skip artifact registration, proceed to report
92
+ GUARD: ask_question "Register collab artifact to state.json?" (skipped if -y)
90
93
 
91
94
  S_REPORT:
92
95
  → END DO: display summary (requirement, tools, consensus_level, per-tool status, artifact id, output dir)
@@ -98,8 +101,9 @@ S_REPORT:
98
101
  ### A_DISCOVER_TOOLS
99
102
 
100
103
  ```
101
- run_command("maestro tools list --json 2>/dev/null || cat ~/.maestro/cli-tools.json")
104
+ run_command("maestro tools list --json 2>$null || cat ~/.maestro/cli-tools.json")
102
105
  ```
106
+ **Note:** Shell commands MUST use the Bash tool (not PowerShell). Use POSIX syntax within Bash calls.
103
107
  Filter: enabled == true. If --mode write: exclude type == "api-endpoint".
104
108
  Auto-select (no --tools): first 3 eligible in config order.
105
109
 
@@ -411,7 +411,10 @@ Collect task outcome data:
411
411
 
412
412
  ```bash
413
413
  # Detect files changed since companion doc creation
414
- git diff --name-only --since="{companion_created_timestamp}"
414
+ # Use git log --since for time-based filtering, then git diff for the range
415
+ git log --since="{companion_created_timestamp}" --format="%H" -1 # get oldest commit in range
416
+ git diff --name-only {oldest_commit}..HEAD # diff from that commit to HEAD
417
+ # Fallback if no commits since timestamp: git diff --name-only HEAD
415
418
  ```
416
419
 
417
420
  Update frontmatter:
@@ -125,7 +125,7 @@ Read deferred `node-catalog.md` (fallback to built-in mapping):
125
125
  | testing | `quality-test` |
126
126
  | review | `quality-review` |
127
127
  | brainstorm | `maestro-brainstorm` |
128
- | analysis | `maestro delegate --role analyze` |
128
+ | analysis | `maestro delegate --to <tool> --mode analysis` |
129
129
  | verify | `maestro-execute` |
130
130
  | refactor | `quality-refactor` |
131
131
  | debug | `quality-debug` |
@@ -155,7 +155,9 @@ Write `nodes.json`. Display resolved node list.
155
155
 
156
156
  Read deferred `template-schema.md` (fallback to built-in structure).
157
157
  Assemble template JSON: template_id, name, nodes, edges, checkpoints, context_schema, execution_mode.
158
- Write to `~/.maestro/templates/workflows/<slug>.json`. Update index.json.
158
+ **Confirmation gate**: ask_question showing template summary (ID, node count, variables) before writing.
159
+ - User confirms → write to `~/.maestro/templates/workflows/<slug>.json` and update index.json.
160
+ - User cancels → save draft, do not write template or index.
159
161
  Display: path, ID, node count, variables, execute/edit commands. Clean up draft dir.
160
162
 
161
163
  </actions>
@@ -88,8 +88,14 @@ Follow '~/.maestro/workflows/execute.md' completely.
88
88
  - BLOCKED if missing: summary file absent or task status not updated — halt wave progression until evidence is recorded.
89
89
  - Do NOT silently skip failed tasks — mark as blocked with reason.
90
90
 
91
+ **GATE 2.5: Wave Failure Handling**
92
+ - IF all tasks in a wave failed: halt wave progression, report E005 with per-task failure reasons. Do NOT proceed to next wave — downstream waves depend on current wave outputs.
93
+ - IF cascading failure (wave N fails → wave N+1 has unmet dependencies): mark all dependent tasks in subsequent waves as `blocked` with reason `"upstream_wave_failed"`. Skip blocked waves and proceed to completion with partial results.
94
+ - `-y` mode: auto-skip blocked waves without prompting, log warning W002.
95
+ - Non `-y` mode: `ask_question` with options [retry wave / skip and continue / abort execution].
96
+
91
97
  **GATE 3: All Tasks → Completion**
92
- - REQUIRED: All waves executed in dependency order.
98
+ - REQUIRED: All waves executed in dependency order (or explicitly skipped via Gate 2.5).
93
99
  - REQUIRED: EXC artifact registered in state.json.
94
100
  - BLOCKED if missing: waves incomplete or EXC artifact not registered — do not report execution complete.
95
101
 
@@ -102,27 +108,37 @@ Task summaries MUST include:
102
108
 
103
109
  ### Post-task Knowledge Inquiry
104
110
 
105
- After each task completion, check triggers:
111
+ After each task completion, extract structured fields from the task summary, then check triggers:
112
+
113
+ **Structured extraction** (from `.summaries/TASK-{NNN}-summary.md`):
114
+ - `deviations[]` — explicit plan deviations (look for "deviated", "changed approach", "instead of", "unlike plan")
115
+ - `design_rationale[]` — explicit design decisions (look for "chose X because", "decided to", "trade-off")
116
+ - `retry_count` — from `.task/TASK-{NNN}.json` status history
106
117
 
107
118
  | Condition | Ask | Route |
108
119
  |-----------|-----|-------|
109
- | Summary mentions approach change / plan deviation | "Record as arch constraint?" | spec-add arch |
110
- | retry_count >= 2 | "Document fix pattern?" | spec-add debug |
111
- | Summary contains design rationale ("chose X because") | "Record as knowhow?" | spec-add learning |
120
+ | `deviations[]` is non-empty | "Record as arch constraint?" | spec-add arch |
121
+ | `retry_count >= 2` | "Document fix pattern?" | spec-add debug |
122
+ | `design_rationale[]` is non-empty | "Record as knowhow?" | spec-add learning |
112
123
 
113
124
  On confirm → `Skill("spec-add", "<category> <content> --description \"<summary>\"")`.
114
125
  Include `--description` with a one-line summary for search result display.
115
126
 
116
127
  ### Issue Status Sync
117
128
 
118
- On each task completion, if `task.issue_id` exists, sync status back to the issue in `.workflow/issues/issues.jsonl`:
129
+ On each task completion, if `task.issue_id` exists, sync status back to the issue in `.workflow/issues/issues.jsonl`.
130
+
131
+ **Confirmation gate**: Before writing to issues.jsonl, show the proposed status change and ask for confirmation — unless `-y` is active, in which case auto-approve.
119
132
 
120
133
  ```
121
134
  For each completed/failed TASK with issue_id:
122
135
  Read issue from issues.jsonl by issue_id
123
136
  Collect all task_refs[] statuses for that issue:
124
- all task_refs completed → issue.status = "resolved"
125
- any task_ref failed → issue.status = "in_progress"
137
+ all task_refs completed → proposed issue.status = "resolved"
138
+ any task_ref failed → proposed issue.status = "in_progress"
139
+ IF NOT auto_mode (-y):
140
+ ask_question: "Update issue {issue_id} status to {proposed_status}?" [Yes / Skip]
141
+ IF Skip → continue to next task without writing
126
142
  Append history entry: { action: "executed", at: <ISO>, by: "maestro-execute", summary: "TASK-{NNN} {status}" }
127
143
  Write updated issue back to issues.jsonl
128
144
  ```
@@ -171,7 +187,9 @@ Status verdicts:
171
187
  | E002 | error | Plan directory not found | Check --dir path |
172
188
  | E003 | error | plan.json not found in directory | Verify plan.json exists, run maestro-plan first |
173
189
  | E004 | error | No pending tasks, all tasks already completed | Check task statuses, reset if needed |
190
+ | E005 | error | All tasks in wave failed — wave progression halted | Review per-task failure reasons; retry wave or abort |
174
191
  | W001 | warning | Executor completed with partial failures | Check task dependencies, retry failed wave |
192
+ | W002 | warning | Cascading wave failure — downstream waves auto-blocked | Review blocked tasks; re-run after fixing upstream failures |
175
193
  </error_codes>
176
194
 
177
195
  <success_criteria>
@@ -55,9 +55,10 @@ Fork and sync algorithm steps are defined in workflow `fork.md`.
55
55
  - BLOCKED if missing: worktree creation failed or shared files not copied — do not proceed to artifact scoping.
56
56
 
57
57
  **GATE 3: Artifact Copy → Completion**
58
- - REQUIRED: `worktree-scope.json` written with milestone scope.
59
- - REQUIRED: Scoped `state.json` written (only this milestone's artifacts).
60
- - REQUIRED: `worktrees.json` registry updated in main worktree.
58
+ - REQUIRED: ask_question confirmation before registry writes — show milestone scope, worktree path, and state entries to be written. User must confirm or abort.
59
+ - REQUIRED: `worktree-scope.json` written with milestone scope (after confirmation).
60
+ - REQUIRED: Scoped `state.json` written (only this milestone's artifacts) (after confirmation).
61
+ - REQUIRED: `worktrees.json` registry updated in main worktree (after confirmation).
61
62
  - BLOCKED if missing: scope marker, scoped state, or registry update absent — worktree is unusable without these.
62
63
 
63
64
  **Sync mode:**
@@ -153,7 +153,7 @@ Status verdicts:
153
153
  - [ ] Risk register captures all unresolved tensions
154
154
  - [ ] `context-package.json` generated with schema "context-package/1.0"
155
155
  - [ ] Artifact registered in state.json (type=grill, id=GRL-xxx)
156
- - [ ] Session sealed via finish-work
156
+ - [ ] Session sealed via finish-work (finish-work.md includes ask_question confirmation before state.json artifact registration and optional spec/knowhow extraction)
157
157
  </success_criteria>
158
158
 
159
159
  <on_complete>
@@ -64,14 +64,14 @@ Read `.workflow/config.json`. If file missing, initialize with empty guard secti
64
64
 
65
65
  **`allow <path>`:**
66
66
  - Normalize path to forward slashes, ensure trailing slash for directories
67
- - If `guard.mode` is `deny`, switch to `allow` and clear paths with warning
67
+ - If `guard.mode` is `deny`, ask_question: "Switching from deny to allow mode will clear existing paths ({N} paths). Continue?" — abort if user declines.
68
68
  - Add path to `guard.paths` (deduplicate)
69
69
  - Set `guard.enabled = true` if not already
70
70
  - Write config
71
71
 
72
72
  **`deny <path>`:**
73
73
  - Normalize path to forward slashes, ensure trailing slash for directories
74
- - If `guard.mode` is `allow`, switch to `deny` and clear paths with warning
74
+ - If `guard.mode` is `allow`, ask_question: "Switching from allow to deny mode will clear existing paths ({N} paths). Continue?" — abort if user declines.
75
75
  - Set `guard.mode = "deny"`
76
76
  - Add path to `guard.paths` (deduplicate)
77
77
  - Set `guard.enabled = true` if not already (symmetric with `allow`: adding a deny path auto-enables the guard)
@@ -203,7 +203,8 @@ Before reading any command workflow:
203
203
  - `↺` marks refine loop with max iteration count
204
204
  - Conditional steps show trigger condition
205
205
  - Skipped conditional steps marked `(skipped)`
206
- 3. Create session: `.workflow/.maestro/ui-craft-{YYYYMMDD-HHmmss}/status.json`
206
+ 3. **Confirm chain session**: ask_question "Create chain session for '{chain_type}' targeting '{target}'?" — proceed only if user confirms. On decline, abort chain.
207
+ Create session: `.workflow/.maestro/ui-craft-{YYYYMMDD-HHmmss}/status.json`
207
208
  ```json
208
209
  { "chain_type": "...", "target": "...", "steps": [...], "current_step": 0,
209
210
  "gate_history": [], "loop_count": 0, "status": "running" }
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-init
3
3
  description: Initialize project with auto state detection
4
- argument-hint: [-y] [--from <source>]
4
+ argument-hint: [-y] [--from <source>] [--from-brainstorm SESSION-ID]
5
5
  allowed-tools:
6
6
  - ask_question
7
7
  - define_subagent
@@ -54,7 +54,18 @@ Follow '~/.maestro/workflows/merge.md' completely.
54
54
  <completion>
55
55
  ### Knowledge inquiry
56
56
 
57
- After successful merge, ask user once: "Record milestone learnings?" If yes, persist via `Skill("spec-add", "learning \"<title>\" \"<insight>\" --keywords <kw1>,<kw2> --description \"<summary>\"")`.
57
+ After successful merge, use `ask_question` to confirm knowledge persistence:
58
+
59
+ ```
60
+ question: "Merge 完成。是否记录里程碑经验教训?"
61
+ options:
62
+ - label: "记录经验"
63
+ description: "通过 spec-add 持久化此次里程碑的关键洞察"
64
+ - label: "跳过"
65
+ description: "不记录,直接完成"
66
+ ```
67
+
68
+ User selects "记录经验" → prompt for title/insight, then persist via `Skill("spec-add", "learning \"<title>\" \"<insight>\" --keywords <kw1>,<kw2> --description \"<summary>\"")`. User selects "跳过" → proceed to next-step routing.
58
69
 
59
70
  ### Next-step routing
60
71
 
@@ -25,6 +25,7 @@ Produces audit-report.md with PASS/FAIL verdict.
25
25
 
26
26
  <context>
27
27
  Milestone: $ARGUMENTS (optional -- defaults to current_milestone from state.json).
28
+ If $ARGUMENTS is empty AND current_milestone is null → raise E001 with message "No milestone specified and no current_milestone set in state.json. Provide a milestone identifier as argument."
28
29
 
29
30
  **Requires:** All phases in the milestone should have completed execute artifacts.
30
31
 
@@ -29,6 +29,7 @@ Requires audit PASS; produces milestone archive and learnings.
29
29
 
30
30
  <context>
31
31
  Milestone: $ARGUMENTS (optional -- defaults to current_milestone from state.json).
32
+ If $ARGUMENTS is empty AND current_milestone is null → raise E001 with message "No milestone specified and no current_milestone set in state.json. Provide a milestone identifier as argument."
32
33
 
33
34
  **Requires:** `/maestro-milestone-audit` should have passed.
34
35
 
@@ -61,7 +62,8 @@ Archive flow steps (validation, directory archival, artifact history, knowhow ex
61
62
  - BLOCKED if missing: knowhow extraction not attempted or project.md not updated — state advancement requires completed knowledge capture.
62
63
 
63
64
  **GATE 4: State Advancement → Completion**
64
- - REQUIRED: state.json updatednext milestone as current (standard) or current_milestone=null (adhoc).
65
+ - REQUIRED: ask_question confirmation before state.json advancementshow current milestone, next milestone (or null for adhoc), and artifacts to clear. User must confirm or abort.
66
+ - REQUIRED: state.json updated — next milestone as current (standard) or current_milestone=null (adhoc) (after confirmation).
65
67
  - REQUIRED: Roadmap snapshot saved (standard only).
66
68
  - BLOCKED if missing: state.json not advanced — project remains stuck on completed milestone.
67
69
 
@@ -75,9 +77,12 @@ After knowhow extraction (step 4), scan `learnings.md` for promotion candidates:
75
77
  2. **Convention drift detection**: Compare executed task summaries against `coding-conventions.md` and `architecture-constraints.md`:
76
78
  → Ask: "Were any established conventions bypassed during this milestone? Should conventions be updated?"
77
79
 
78
- 3. **Wiki island check**: Auto-trigger `manage-wiki connect --fix` to link newly extracted knowledge.
80
+ 3. **Wiki island check**: ask_question "Run wiki-connect --fix to link newly extracted knowledge?" — execute `manage-wiki connect --fix` only if user confirms.
79
81
 
80
- If user confirms promotion, invoke `view_file(AbsolutePath="<agy-skills-dir>/spec-add/SKILL.md") + execute inline (args: "<category> <content>")` with promoted content, preserving original date and source traceability.
82
+ Each promotion candidate requires explicit user confirmation via ask_question before writing:
83
+ - **"Promote"** → invoke `view_file(AbsolutePath="<agy-skills-dir>/spec-add/SKILL.md") + execute inline (args: "<category> <content>")` with promoted content, preserving original date and source traceability.
84
+ - **"Skip"** → do not promote this candidate; proceed to next.
85
+ - **"Skip all"** → skip remaining candidates.
81
86
 
82
87
  **Adhoc milestone (D-008):** When completing an adhoc milestone, skip roadmap snapshot and do not advance to next milestone. Set `current_milestone = null`, `status = "idle"`. Adhoc milestones are self-contained — no successor in roadmap chain.
83
88
  </execution>
@@ -72,10 +72,13 @@ Follow '~/.maestro/workflows/milestone-release.md' completely.
72
72
 
73
73
  **GATE 3: Changelog → Tag/Push**
74
74
  - REQUIRED: CHANGELOG.md entry written with milestone summary + grouped changes.
75
- - REQUIRED: Release commit created with conventional message.
75
+ - REQUIRED: ask_question confirmation before creating release commit show version, changelog diff, and files to be committed. User must confirm or abort.
76
+ - REQUIRED: Release commit created with conventional message (after confirmation).
76
77
 
77
- **GATE 4: Tag → Completion**
78
- - REQUIRED: Annotated git tag created (unless --no-tag).
78
+ **GATE 4: Tag → Push → Completion**
79
+ - REQUIRED: ask_question confirmation before git tag creation — show tag name and annotation (unless --no-tag). User must confirm or abort.
80
+ - REQUIRED: Annotated git tag created (unless --no-tag) (after confirmation).
81
+ - REQUIRED: ask_question confirmation before git push — show remote and refs to push (unless --no-push). User must confirm or abort.
79
82
  - REQUIRED: state.json updated with last_release_version + last_release_at.
80
83
 
81
84
  For `--dry-run`: print computed version, changelog diff, and tag name without side effects.
@@ -134,5 +137,6 @@ Status verdicts:
134
137
  - [ ] Release commit created with conventional message
135
138
  - [ ] Annotated git tag created (unless `--no-tag`)
136
139
  - [ ] Commit + tag pushed to remote (unless `--no-push` or push failed → W002)
137
- - [ ] state.json updated with last_release_version + last_release_at timestamp
140
+ - [ ] User confirmed before each destructive git operation (commit, tag, push) via ask_question
141
+ - [ ] state.json updated with last_release_version + last_release_at timestamp (after ask_question confirmation)
138
142
  </success_criteria>
@@ -133,6 +133,15 @@ Handoff rules:
133
133
  - Support runtime variable placeholders: `{phase}`, `{description}`, `{session_id}`
134
134
  - Keep handoff block under 10 lines of markdown
135
135
 
136
+ ### 3.5. Content approval
137
+
138
+ Display the full overlay JSON to the user. ask_question:
139
+ - **"Approve & install"** — proceed to installation
140
+ - **"Edit"** — user provides corrections, re-draft
141
+ - **"Cancel"** — discard overlay, do not write
142
+
143
+ Only write the overlay JSON file to `~/.maestro/overlays/<slug>.json` after user approval.
144
+
136
145
  ### 4. Install via `maestro overlay add`
137
146
 
138
147
  Run:
@@ -40,6 +40,7 @@ Scope routing, base flags (`--collab`, `--spec`, `-y`, `--gaps`, `--dir`), outpu
40
40
  - `analyze:ANL-xxx` → CONTEXT_DIR = artifact path, scope = "standalone"
41
41
  - `blueprint:BLP-xxx` → CONTEXT_DIR = blueprint path, scope = "standalone"
42
42
  - `@file` or `path/` → load context-package.json from path
43
+ - `--tdd` — Enable TDD mode: generate test-first task structure (Red-Green-Refactor). See workflow `plan.md` § TDD Mode for task generation rules.
43
44
  - `--revise [instructions]` -- See workflow plan.md § Revise Mode
44
45
  - `--check <plan-dir>` -- See workflow plan.md § Check Mode
45
46
 
@@ -36,7 +36,7 @@ $ARGUMENTS — template slug/path, or flags.
36
36
  | skill | `Skill(skill, args)` | sync |
37
37
  | command | `Skill(skill, args)` | sync |
38
38
  | cli | `maestro delegate --to tool --mode mode` via `run_command(run_in_background: true)` | async, STOP + wait |
39
- | agent | `invoke_subagent([{ TypeName: "<TypeName>", Role: "<Role>", Prompt: "<Prompt>", Workspace: "inherit" }])` | configurable |
39
+ | agent | `invoke_subagent([{ TypeName: "<TypeName>", Role: "<Role>", Prompt: "<Prompt>", Workspace: "inherit" }])` — valid subagent_type: `"task"` (default), `"research"`, `"code"`. Unknown type falls back to `"task"`. | configurable |
40
40
  | checkpoint | State save + optional user pause | — |
41
41
 
42
42
  **Runtime reference resolution** in args_template:
@@ -106,7 +106,7 @@ S_EXEC_LOOP:
106
106
  → END WHEN: checkpoint pause DO: set status=paused, display resume command
107
107
  → END WHEN: abort chosen DO: set status=aborted, save progress
108
108
  GUARD: cli nodes → run_command(run_in_background: true) + STOP, wait for callback
109
- GUARD: on failure → on_fail: skip (log, advance) | retry (once) | abort (ask_question: Retry/Skip/Abort)
109
+ GUARD: on failure → on_fail: skip (log, advance) | retry (once) | abort (ask_question: Retry/Skip/Abort). Default on_fail when not specified: `abort` (prompt user via ask_question).
110
110
  GUARD: after step 3+ → display context hint "可随时 /maestro-player -c 恢复"
111
111
 
112
112
  S_COMPLETE:
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-quick
3
3
  description: Quick task execution, skip optional agents
4
- argument-hint: [description] [--full] [--discuss]
4
+ argument-hint: [description] [--full] [--discuss] [-y]
5
5
  allowed-tools:
6
6
  - ask_question
7
7
  - define_subagent
@@ -17,6 +17,7 @@ allowed-tools:
17
17
  <purpose>
18
18
  Execute small, ad-hoc tasks with workflow guarantees (atomic commits, state tracking) via a shortened pipeline.
19
19
  Flags --discuss and --full enable additional pipeline stages.
20
+ **Implicit write**: state.json scratch task entry is written automatically as part of workflow tracking (no confirmation gate).
20
21
  </purpose>
21
22
 
22
23
  <required_reading>
@@ -29,6 +30,7 @@ $ARGUMENTS
29
30
  Parse for:
30
31
  - `--full` flag -- Enables plan-checking (max 2 iterations) and post-execution verification
31
32
  - `--discuss` flag -- Decision extraction before planning (gray areas, Locked/Free/Deferred classification)
33
+ - `-y` / `--yes` flag -- Auto mode: skip commit confirmation, auto-approve state writes
32
34
  - Remaining text as task description
33
35
 
34
36
  ### Pre-load context
@@ -80,6 +82,6 @@ Task summaries MUST include concrete evidence of completion (files changed, test
80
82
  - [ ] Scratch task directory created under .workflow/scratch/
81
83
  - [ ] plan.json written with task definitions
82
84
  - [ ] All tasks executed with summaries written
83
- - [ ] state.json updated with scratch task entry
84
- - [ ] Commit created with task changes
85
+ - [ ] state.json updated with scratch task entry (implicit — part of workflow tracking, no confirmation needed)
86
+ - [ ] Commit created with task changes: stage ONLY files modified by the task (from `.summaries/TASK-*-summary.md` "Files modified" list); confirm with `ask_question` showing staged files and proposed commit message — unless `-y` is active, in which case auto-commit
85
87
  </success_criteria>
@@ -40,7 +40,7 @@ Remaining → intent (amend_mode 时为 change_request)
40
40
  <invariants>
41
41
  1. **Ralph never executes steps** — only creates sessions and evaluates decisions
42
42
  2. **Handoff via Skill("maestro-ralph-execute")** — 创建 session 后始终自动 handoff;decision 评估后始终 handoff
43
- 3. **Decision delegates read-only** — `maestro delegate --role analyze --mode analysis`
43
+ 3. **Decision delegates read-only** — `maestro delegate --to <tool> --mode analysis`
44
44
  4. **执行 step 通过 `maestro ralph next` CLI 加载并内联执行**(详见 invariant 8)
45
45
  5. **status.json 是唯一真源** — 不生成 markdown 清单或侧文件
46
46
  6. **每个 step 必须 `completion_confirmed: true`** — 由 `maestro ralph complete N --status DONE`(或 DONE_WITH_CONCERNS)写入;CLI 是唯一合法写入路径
@@ -470,11 +470,11 @@ Generate steps from `session.lifecycle_position` to `milestone-complete`(`sess
470
470
  ```
471
471
  maestro delegate "PURPOSE: 评估 {decision} 质量门结果
472
472
  TASK: 读取结果 | 分析状态 | 评估严重性 | 给出建议
473
- EXPECTED: ---VERDICT--- STATUS/REASON/GAP_SUMMARY/CONFIDENCE(high|medium|low)/CONFIDENCE_SCORE(0-100)/WEAKEST_DIMENSION ---END---
473
+ EXPECTED: ---VERDICT--- STATUS(PASS|FAIL|PARTIAL|BLOCKED)/REASON/GAP_SUMMARY/CONFIDENCE(high|medium|low)/CONFIDENCE_SCORE(0-100)/WEAKEST_DIMENSION ---END---
474
474
  CONSTRAINTS: 只评估 | 置信度<60% 倾向 fix | retry {n}/{max} 达上限必须 escalate"
475
- --role analyze --mode analysis
475
+ --to {session.cli_tool} --mode analysis
476
476
  ```
477
- 6. On callback: parse verdict; if parse fails → fallback STATUS="fix", BUT MUST set `parse_failed: true` and `confidence_score: 0` in decision log (invariant 13). Subsequent steps inherit LOW CONFIDENCE flag.
477
+ 6. On callback: parse verdict block — STATUS must match strict enum `PASS|FAIL|PARTIAL|BLOCKED`; any other value → parse failure. If parse fails → fallback STATUS="fix", BUT MUST set `parse_failed: true` and `confidence_score: 0` in decision log (invariant 13). Subsequent steps inherit LOW CONFIDENCE flag.
478
478
  7. Confidence adjustment: <60 + proceed → fix; >95 + fix + retry>0 → suggest proceed
479
479
  8. **Decision log**: Append to `{session_dir}/decisions.ndjson`:
480
480
  ```json
@@ -543,7 +543,7 @@ Runs only when `task_decomposition` present.
543
543
  - 严格按 done_when 判定;evidence 缺失 → unmet
544
544
  - 不得建议超出 boundary_contract 的修改
545
545
  "
546
- --role analyze --mode analysis
546
+ --to {session.cli_tool} --mode analysis
547
547
  ```
548
548
  4. On callback: 对每个 met 子目标,set `task_decomposition[i].status="done"` + `completion_confirmed=true` + `completed_at=now`
549
549
  5. Append `{session_dir}/decisions.ndjson` with `"type": "goal-gate"`, `unmet_count`, `unmet_ids`
@@ -590,7 +590,7 @@ GUARD: `task_decomposition` 存在(周期触发,见 build rule 5.5)
590
590
  - aligned 阈值:≥80% 已完成产出直接服务 intent
591
591
  - 单个 step 触碰 out_of_scope → 直接判 drifted
592
592
  - goal_changelog 存在 → 以最新 after.goals 为基准"
593
- --role analyze --mode analysis
593
+ --to {session.cli_tool} --mode analysis
594
594
  ```
595
595
  3. On callback: parse verdict
596
596
  4. Append `{session_dir}/decisions.ndjson`:`{ "id": "DEC-{ts}", "type": "reground-gate", "source": "ralph", "node_id": "post-reground", "verdict": "{aligned|drifted}", "confidence_score": {N}, "drift_description": "...", "corrective_action": "..." }`
@@ -675,7 +675,7 @@ GUARD: `task_decomposition` 存在(周期触发,见 build rule 5.5)
675
675
  |-------|------|------|
676
676
  | 1. 快照 | 读 `task_decomposition` + `boundary_contract` + 已完成 steps 的 `completion_summary` | Display: 目标列表 + 进度 |
677
677
  | 2. 解析 | `change_request` 非空 → 直接用;为空 → ask_question(修改/新增/移除/调整边界) | `change_type` + `change_request` |
678
- | 3. Mini Grill | `maestro delegate --role analyze --mode analysis`:评估影响 | RISK_LEVEL + AFFECTED_GOALS + INVALIDATED_STEPS + NEW_GAPS |
678
+ | 3. Mini Grill | `maestro delegate --to {session.cli_tool} --mode analysis`:评估影响 | RISK_LEVEL + AFFECTED_GOALS + INVALIDATED_STEPS + NEW_GAPS |
679
679
  | 4. 确认 | ask_question:应用并继续 / 仅改目标 / 取消 | 用户选择 |
680
680
  | 5. 应用 | 归档旧目标(`superseded`)→ 写入新目标(`origin: CHG-xxx`)→ 重建链路 → write status.json | handoff ralph-execute |
681
681
 
@@ -888,7 +888,7 @@ decision:post-goal-audit {retry+1}
888
888
  - [ ] planning_mode 显式决定;unified=无 `{phase}`, independent=带 `{phase}`
889
889
  - [ ] specs 预检:lifecycle_position 在 init 之后 + `.workflow/specs/` 不存在 → 链路最前面插入 `spec-setup`
890
890
  - [ ] Chain 必须以 `milestone-complete` 结尾
891
- - [ ] Decision nodes 由 maestro delegate --role analyze 评估
891
+ - [ ] Decision nodes 由 maestro delegate --to {session.cli_tool} --mode analysis 评估
892
892
  - [ ] Ralph 不执行 step,只 evaluate;Skill("maestro-ralph-execute") handoff
893
893
  - [ ] Phase-level deferred chaining:plan/execute step 的 `--from`/`--dir` 注入由 A_RESOLVE_ARGS(ralph-execute)运行时完成;build 阶段标记意图,不预知 artifact ID
894
894
  - [ ] Phase-level plan step 运行时获得 `--from analyze:{phase_analyze_id}`(由 ralph-execute 从 state.json 查找注入)