gsd-pi 2.77.0-dev.1d17f366c → 2.77.0-dev.2daa994b6

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 (368) hide show
  1. package/dist/headless.js +25 -4
  2. package/dist/resource-loader.d.ts +40 -0
  3. package/dist/resource-loader.js +32 -13
  4. package/dist/resources/extensions/browser-tools/capture.js +9 -0
  5. package/dist/resources/extensions/browser-tools/tests/browser-tools-integration.test.mjs +8 -59
  6. package/dist/resources/extensions/browser-tools/tests/browser-tools-unit.test.cjs +36 -24
  7. package/dist/resources/extensions/browser-tools/tests/capture-sharp-optional.test.cjs +69 -71
  8. package/dist/resources/extensions/browser-tools/tools/forms.js +5 -1
  9. package/dist/resources/extensions/browser-tools/tools/intent.js +5 -1
  10. package/dist/resources/extensions/gsd/auto/phases.js +5 -18
  11. package/dist/resources/extensions/gsd/auto/session.js +6 -0
  12. package/dist/resources/extensions/gsd/auto-dispatch.js +37 -8
  13. package/dist/resources/extensions/gsd/auto-post-unit.js +79 -0
  14. package/dist/resources/extensions/gsd/auto-prompts.js +372 -104
  15. package/dist/resources/extensions/gsd/auto-start.js +75 -24
  16. package/dist/resources/extensions/gsd/auto.js +34 -0
  17. package/dist/resources/extensions/gsd/bootstrap/agent-end-recovery.js +9 -1
  18. package/dist/resources/extensions/gsd/bootstrap/write-gate.js +7 -1
  19. package/dist/resources/extensions/gsd/component-loader.js +447 -0
  20. package/dist/resources/extensions/gsd/component-types.js +69 -0
  21. package/dist/resources/extensions/gsd/context-store.js +23 -7
  22. package/dist/resources/extensions/gsd/detection.js +49 -1
  23. package/dist/resources/extensions/gsd/docs/preferences-reference.md +1 -1
  24. package/dist/resources/extensions/gsd/forensics.js +106 -0
  25. package/dist/resources/extensions/gsd/gsd-db.js +1 -1
  26. package/dist/resources/extensions/gsd/guided-flow.js +2 -4
  27. package/dist/resources/extensions/gsd/memory-extractor.js +7 -1
  28. package/dist/resources/extensions/gsd/milestone-scope-classifier.js +299 -0
  29. package/dist/resources/extensions/gsd/model-cost-table.js +3 -0
  30. package/dist/resources/extensions/gsd/model-router.js +6 -0
  31. package/dist/resources/extensions/gsd/preferences-validation.js +23 -0
  32. package/dist/resources/extensions/gsd/prompt-cache-optimizer.js +4 -0
  33. package/dist/resources/extensions/gsd/prompts/complete-milestone.md +5 -1
  34. package/dist/resources/extensions/gsd/prompts/plan-slice.md +15 -2
  35. package/dist/resources/extensions/gsd/service-tier.js +5 -2
  36. package/dist/resources/extensions/gsd/skill-manifest.js +168 -0
  37. package/dist/resources/extensions/gsd/slice-cadence.js +238 -0
  38. package/dist/resources/extensions/gsd/tools/validate-milestone.js +7 -2
  39. package/dist/resources/extensions/gsd/unit-context-composer.js +147 -0
  40. package/dist/resources/extensions/gsd/unit-context-manifest.js +334 -0
  41. package/dist/resources/extensions/gsd/worktree-manager.js +51 -0
  42. package/dist/resources/extensions/gsd/worktree-resolver.js +86 -7
  43. package/dist/resources/extensions/gsd/worktree-telemetry.js +198 -0
  44. package/dist/resources/extensions/mcp-client/index.js +3 -1
  45. package/dist/resources/extensions/ollama/index.js +5 -1
  46. package/dist/resources/extensions/remote-questions/manager.js +11 -5
  47. package/dist/tsconfig.extensions.tsbuildinfo +1 -1
  48. package/dist/web/standalone/.next/BUILD_ID +1 -1
  49. package/dist/web/standalone/.next/app-path-routes-manifest.json +17 -17
  50. package/dist/web/standalone/.next/build-manifest.json +2 -2
  51. package/dist/web/standalone/.next/prerender-manifest.json +3 -3
  52. package/dist/web/standalone/.next/server/app/_global-error.html +1 -1
  53. package/dist/web/standalone/.next/server/app/_global-error.rsc +1 -1
  54. package/dist/web/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  55. package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  56. package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  57. package/dist/web/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  58. package/dist/web/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  59. package/dist/web/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  60. package/dist/web/standalone/.next/server/app/_not-found.html +1 -1
  61. package/dist/web/standalone/.next/server/app/_not-found.rsc +1 -1
  62. package/dist/web/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  63. package/dist/web/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  64. package/dist/web/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  65. package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  66. package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  67. package/dist/web/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  68. package/dist/web/standalone/.next/server/app/index.html +1 -1
  69. package/dist/web/standalone/.next/server/app/index.rsc +1 -1
  70. package/dist/web/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  71. package/dist/web/standalone/.next/server/app/index.segments/_full.segment.rsc +1 -1
  72. package/dist/web/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  73. package/dist/web/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
  74. package/dist/web/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  75. package/dist/web/standalone/.next/server/app-paths-manifest.json +17 -17
  76. package/dist/web/standalone/.next/server/chunks/6897.js +1 -1
  77. package/dist/web/standalone/.next/server/middleware-build-manifest.js +1 -1
  78. package/dist/web/standalone/.next/server/middleware-manifest.json +5 -5
  79. package/dist/web/standalone/.next/server/pages/404.html +1 -1
  80. package/dist/web/standalone/.next/server/pages/500.html +1 -1
  81. package/dist/web/standalone/.next/server/server-reference-manifest.json +1 -1
  82. package/package.json +1 -3
  83. package/packages/mcp-server/src/mcp-server.test.ts +25 -3
  84. package/packages/mcp-server/src/readers/graph.test.ts +87 -15
  85. package/packages/mcp-server/src/workflow-tools.test.ts +80 -39
  86. package/packages/native/package.json +1 -1
  87. package/packages/native/src/__tests__/_test-coverage-guard.test.mjs +98 -0
  88. package/packages/native/src/__tests__/module-compat.test.mjs +59 -27
  89. package/packages/native/src/__tests__/ps.test.mjs +14 -8
  90. package/packages/native/src/__tests__/stream-process.test.mjs +23 -2
  91. package/packages/native/src/__tests__/truncate.test.mjs +17 -2
  92. package/packages/pi-agent-core/src/agent-loop.test.ts +5 -15
  93. package/packages/pi-agent-core/src/agent.test.ts +96 -102
  94. package/packages/pi-agent-core/tsconfig.tsbuildinfo +1 -1
  95. package/packages/pi-ai/dist/models/generated/index.d.ts +34 -0
  96. package/packages/pi-ai/dist/models/generated/index.d.ts.map +1 -1
  97. package/packages/pi-ai/dist/models/generated/openai-codex.d.ts +17 -0
  98. package/packages/pi-ai/dist/models/generated/openai-codex.d.ts.map +1 -1
  99. package/packages/pi-ai/dist/models/generated/openai-codex.js +17 -0
  100. package/packages/pi-ai/dist/models/generated/openai-codex.js.map +1 -1
  101. package/packages/pi-ai/dist/models/generated/openai.d.ts +17 -0
  102. package/packages/pi-ai/dist/models/generated/openai.d.ts.map +1 -1
  103. package/packages/pi-ai/dist/models/generated/openai.js +17 -0
  104. package/packages/pi-ai/dist/models/generated/openai.js.map +1 -1
  105. package/packages/pi-ai/dist/models.generated.test.js +43 -70
  106. package/packages/pi-ai/dist/models.generated.test.js.map +1 -1
  107. package/packages/pi-ai/dist/models.test.js +29 -11
  108. package/packages/pi-ai/dist/models.test.js.map +1 -1
  109. package/packages/pi-ai/scripts/generate-models.ts +44 -0
  110. package/packages/pi-ai/src/models/generated/openai-codex.ts +17 -0
  111. package/packages/pi-ai/src/models/generated/openai.ts +17 -0
  112. package/packages/pi-ai/src/models.generated.test.ts +46 -73
  113. package/packages/pi-ai/src/models.test.ts +39 -11
  114. package/packages/pi-ai/tsconfig.tsbuildinfo +1 -1
  115. package/packages/pi-coding-agent/dist/core/agent-session-abort-order.test.js +96 -32
  116. package/packages/pi-coding-agent/dist/core/agent-session-abort-order.test.js.map +1 -1
  117. package/packages/pi-coding-agent/dist/core/agent-session-model-switch.test.js +75 -12
  118. package/packages/pi-coding-agent/dist/core/agent-session-model-switch.test.js.map +1 -1
  119. package/packages/pi-coding-agent/dist/core/agent-session-tool-refresh.test.js +99 -31
  120. package/packages/pi-coding-agent/dist/core/agent-session-tool-refresh.test.js.map +1 -1
  121. package/packages/pi-coding-agent/dist/core/extensions/loader.d.ts +5 -0
  122. package/packages/pi-coding-agent/dist/core/extensions/loader.d.ts.map +1 -1
  123. package/packages/pi-coding-agent/dist/core/extensions/loader.js +61 -0
  124. package/packages/pi-coding-agent/dist/core/extensions/loader.js.map +1 -1
  125. package/packages/pi-coding-agent/dist/core/lsp/lsp-integration.test.js +30 -4
  126. package/packages/pi-coding-agent/dist/core/lsp/lsp-integration.test.js.map +1 -1
  127. package/packages/pi-coding-agent/dist/core/model-registry-auth-mode.test.js +17 -0
  128. package/packages/pi-coding-agent/dist/core/model-registry-auth-mode.test.js.map +1 -1
  129. package/packages/pi-coding-agent/dist/core/resource-loader-cache-reset.test.js +76 -18
  130. package/packages/pi-coding-agent/dist/core/resource-loader-cache-reset.test.js.map +1 -1
  131. package/packages/pi-coding-agent/dist/core/retry-handler.d.ts.map +1 -1
  132. package/packages/pi-coding-agent/dist/core/retry-handler.js +2 -6
  133. package/packages/pi-coding-agent/dist/core/retry-handler.js.map +1 -1
  134. package/packages/pi-coding-agent/dist/core/retry-handler.test.js +5 -1
  135. package/packages/pi-coding-agent/dist/core/retry-handler.test.js.map +1 -1
  136. package/packages/pi-coding-agent/dist/core/retryable-error-regex.d.ts +18 -0
  137. package/packages/pi-coding-agent/dist/core/retryable-error-regex.d.ts.map +1 -0
  138. package/packages/pi-coding-agent/dist/core/retryable-error-regex.js +18 -0
  139. package/packages/pi-coding-agent/dist/core/retryable-error-regex.js.map +1 -0
  140. package/packages/pi-coding-agent/dist/core/system-prompt.d.ts +20 -0
  141. package/packages/pi-coding-agent/dist/core/system-prompt.d.ts.map +1 -1
  142. package/packages/pi-coding-agent/dist/core/system-prompt.js +16 -2
  143. package/packages/pi-coding-agent/dist/core/system-prompt.js.map +1 -1
  144. package/packages/pi-coding-agent/dist/index.d.ts +1 -0
  145. package/packages/pi-coding-agent/dist/index.d.ts.map +1 -1
  146. package/packages/pi-coding-agent/dist/index.js +1 -0
  147. package/packages/pi-coding-agent/dist/index.js.map +1 -1
  148. package/packages/pi-coding-agent/dist/modes/interactive/components/__tests__/tool-execution.test.js +36 -5
  149. package/packages/pi-coding-agent/dist/modes/interactive/components/__tests__/tool-execution.test.js.map +1 -1
  150. package/packages/pi-coding-agent/dist/modes/interactive/components/dynamic-border.test.js +20 -13
  151. package/packages/pi-coding-agent/dist/modes/interactive/components/dynamic-border.test.js.map +1 -1
  152. package/packages/pi-coding-agent/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
  153. package/packages/pi-coding-agent/dist/modes/interactive/components/tool-execution.js +30 -12
  154. package/packages/pi-coding-agent/dist/modes/interactive/components/tool-execution.js.map +1 -1
  155. package/packages/pi-coding-agent/dist/tests/system-prompt-skill-filter.test.d.ts +2 -0
  156. package/packages/pi-coding-agent/dist/tests/system-prompt-skill-filter.test.d.ts.map +1 -0
  157. package/packages/pi-coding-agent/dist/tests/system-prompt-skill-filter.test.js +130 -0
  158. package/packages/pi-coding-agent/dist/tests/system-prompt-skill-filter.test.js.map +1 -0
  159. package/packages/pi-coding-agent/src/core/agent-session-abort-order.test.ts +113 -37
  160. package/packages/pi-coding-agent/src/core/agent-session-model-switch.test.ts +89 -17
  161. package/packages/pi-coding-agent/src/core/agent-session-tool-refresh.test.ts +112 -43
  162. package/packages/pi-coding-agent/src/core/extensions/loader.ts +58 -0
  163. package/packages/pi-coding-agent/src/core/lsp/lsp-integration.test.ts +35 -4
  164. package/packages/pi-coding-agent/src/core/model-registry-auth-mode.test.ts +20 -0
  165. package/packages/pi-coding-agent/src/core/resource-loader-cache-reset.test.ts +93 -28
  166. package/packages/pi-coding-agent/src/core/retry-handler.test.ts +5 -1
  167. package/packages/pi-coding-agent/src/core/retry-handler.ts +2 -8
  168. package/packages/pi-coding-agent/src/core/retryable-error-regex.ts +18 -0
  169. package/packages/pi-coding-agent/src/core/system-prompt.ts +35 -1
  170. package/packages/pi-coding-agent/src/index.ts +1 -0
  171. package/packages/pi-coding-agent/src/modes/interactive/components/__tests__/tool-execution.test.ts +49 -3
  172. package/packages/pi-coding-agent/src/modes/interactive/components/dynamic-border.test.ts +26 -20
  173. package/packages/pi-coding-agent/src/modes/interactive/components/tool-execution.ts +48 -9
  174. package/packages/pi-coding-agent/src/tests/system-prompt-skill-filter.test.ts +157 -0
  175. package/packages/pi-coding-agent/tsconfig.tsbuildinfo +1 -1
  176. package/packages/pi-tui/dist/__tests__/autocomplete.test.js +18 -8
  177. package/packages/pi-tui/dist/__tests__/autocomplete.test.js.map +1 -1
  178. package/packages/pi-tui/dist/__tests__/overlay-layout.test.js +128 -17
  179. package/packages/pi-tui/dist/__tests__/overlay-layout.test.js.map +1 -1
  180. package/packages/pi-tui/dist/__tests__/stdin-buffer.test.js +36 -12
  181. package/packages/pi-tui/dist/__tests__/stdin-buffer.test.js.map +1 -1
  182. package/packages/pi-tui/dist/__tests__/tui.test.js +18 -30
  183. package/packages/pi-tui/dist/__tests__/tui.test.js.map +1 -1
  184. package/packages/pi-tui/dist/components/__tests__/input.test.js +10 -3
  185. package/packages/pi-tui/dist/components/__tests__/input.test.js.map +1 -1
  186. package/packages/pi-tui/dist/components/__tests__/loader.test.js +53 -9
  187. package/packages/pi-tui/dist/components/__tests__/loader.test.js.map +1 -1
  188. package/packages/pi-tui/dist/components/__tests__/markdown-maxlines.test.js +6 -2
  189. package/packages/pi-tui/dist/components/__tests__/markdown-maxlines.test.js.map +1 -1
  190. package/packages/pi-tui/dist/components/image.test.js +6 -5
  191. package/packages/pi-tui/dist/components/image.test.js.map +1 -1
  192. package/packages/pi-tui/src/__tests__/autocomplete.test.ts +24 -8
  193. package/packages/pi-tui/src/__tests__/overlay-layout.test.ts +140 -17
  194. package/packages/pi-tui/src/__tests__/stdin-buffer.test.ts +41 -12
  195. package/packages/pi-tui/src/__tests__/tui.test.ts +18 -37
  196. package/packages/pi-tui/src/components/__tests__/input.test.ts +19 -3
  197. package/packages/pi-tui/src/components/__tests__/loader.test.ts +112 -35
  198. package/packages/pi-tui/src/components/__tests__/markdown-maxlines.test.ts +9 -2
  199. package/packages/pi-tui/src/components/image.test.ts +10 -5
  200. package/packages/pi-tui/tsconfig.tsbuildinfo +1 -1
  201. package/packages/rpc-client/dist/rpc-client.test.js +101 -51
  202. package/packages/rpc-client/dist/rpc-client.test.js.map +1 -1
  203. package/packages/rpc-client/src/rpc-client.test.ts +109 -52
  204. package/packages/rpc-client/tsconfig.tsbuildinfo +1 -1
  205. package/scripts/install.js +15 -1
  206. package/src/resources/extensions/browser-tools/capture.ts +12 -0
  207. package/src/resources/extensions/browser-tools/tests/browser-tools-integration.test.mjs +8 -59
  208. package/src/resources/extensions/browser-tools/tests/browser-tools-unit.test.cjs +36 -24
  209. package/src/resources/extensions/browser-tools/tests/capture-sharp-optional.test.cjs +69 -71
  210. package/src/resources/extensions/browser-tools/tools/forms.ts +5 -1
  211. package/src/resources/extensions/browser-tools/tools/intent.ts +5 -1
  212. package/src/resources/extensions/claude-code-cli/tests/stream-adapter.test.ts +80 -72
  213. package/src/resources/extensions/github-sync/tests/cli.test.ts +76 -7
  214. package/src/resources/extensions/github-sync/tests/templates.test.ts +33 -1
  215. package/src/resources/extensions/gsd/auto/phases.ts +6 -17
  216. package/src/resources/extensions/gsd/auto/session.ts +7 -0
  217. package/src/resources/extensions/gsd/auto-dispatch.ts +40 -8
  218. package/src/resources/extensions/gsd/auto-post-unit.ts +81 -0
  219. package/src/resources/extensions/gsd/auto-prompts.ts +385 -93
  220. package/src/resources/extensions/gsd/auto-start.ts +97 -4
  221. package/src/resources/extensions/gsd/auto.ts +37 -0
  222. package/src/resources/extensions/gsd/bootstrap/agent-end-recovery.ts +9 -1
  223. package/src/resources/extensions/gsd/bootstrap/write-gate.ts +7 -1
  224. package/src/resources/extensions/gsd/component-loader.ts +598 -0
  225. package/src/resources/extensions/gsd/component-types.ts +362 -0
  226. package/src/resources/extensions/gsd/context-store.ts +25 -8
  227. package/src/resources/extensions/gsd/detection.ts +58 -1
  228. package/src/resources/extensions/gsd/docs/preferences-reference.md +1 -1
  229. package/src/resources/extensions/gsd/forensics.ts +118 -1
  230. package/src/resources/extensions/gsd/git-service.ts +16 -0
  231. package/src/resources/extensions/gsd/gsd-db.ts +1 -1
  232. package/src/resources/extensions/gsd/guided-flow.ts +2 -4
  233. package/src/resources/extensions/gsd/journal.ts +11 -1
  234. package/src/resources/extensions/gsd/memory-extractor.ts +11 -3
  235. package/src/resources/extensions/gsd/milestone-scope-classifier.ts +366 -0
  236. package/src/resources/extensions/gsd/model-cost-table.ts +3 -0
  237. package/src/resources/extensions/gsd/model-router.ts +6 -0
  238. package/src/resources/extensions/gsd/preferences-validation.ts +21 -0
  239. package/src/resources/extensions/gsd/prompt-cache-optimizer.ts +4 -0
  240. package/src/resources/extensions/gsd/prompts/complete-milestone.md +5 -1
  241. package/src/resources/extensions/gsd/prompts/plan-slice.md +15 -2
  242. package/src/resources/extensions/gsd/service-tier.ts +5 -2
  243. package/src/resources/extensions/gsd/skill-manifest.ts +175 -0
  244. package/src/resources/extensions/gsd/slice-cadence.ts +299 -0
  245. package/src/resources/extensions/gsd/tests/artifacts-table-preserved-on-cache-invalidate.test.ts +2 -1
  246. package/src/resources/extensions/gsd/tests/auto-loop.test.ts +25 -292
  247. package/src/resources/extensions/gsd/tests/auto-remediate-slice-status.test.ts +4 -1
  248. package/src/resources/extensions/gsd/tests/auto-retry-mcp-churn-fixes.test.ts +8 -194
  249. package/src/resources/extensions/gsd/tests/auto-start-clean-runtime-db-gated.test.ts +3 -2
  250. package/src/resources/extensions/gsd/tests/auto-start-cold-db-bootstrap.test.ts +2 -2
  251. package/src/resources/extensions/gsd/tests/auto-start-needs-discussion.test.ts +15 -58
  252. package/src/resources/extensions/gsd/tests/auto-start-worktree-db-path.test.ts +2 -2
  253. package/src/resources/extensions/gsd/tests/auto-thinking-restore.test.ts +3 -2
  254. package/src/resources/extensions/gsd/tests/auto-warning-noise-regression.test.ts +3 -2
  255. package/src/resources/extensions/gsd/tests/bootstrap-derive-state-db-open.test.ts +2 -1
  256. package/src/resources/extensions/gsd/tests/cache-staleness-regression.test.ts +17 -21
  257. package/src/resources/extensions/gsd/tests/canonical-milestone-root.test.ts +108 -0
  258. package/src/resources/extensions/gsd/tests/complete-milestone-excerpt.test.ts +263 -0
  259. package/src/resources/extensions/gsd/tests/complete-slice-composer.test.ts +192 -0
  260. package/src/resources/extensions/gsd/tests/complete-slice-verification-gate.test.ts +2 -1
  261. package/src/resources/extensions/gsd/tests/complete-task.test.ts +8 -4
  262. package/src/resources/extensions/gsd/tests/component-loader.test.ts +589 -0
  263. package/src/resources/extensions/gsd/tests/component-types.test.ts +127 -0
  264. package/src/resources/extensions/gsd/tests/context-store.test.ts +79 -0
  265. package/src/resources/extensions/gsd/tests/copy-planning-artifacts-samepath.test.ts +2 -1
  266. package/src/resources/extensions/gsd/tests/discuss-slice-structured-questions.test.ts +2 -1
  267. package/src/resources/extensions/gsd/tests/discuss-tool-scope-leak.test.ts +2 -1
  268. package/src/resources/extensions/gsd/tests/double-merge-guard.test.ts +4 -3
  269. package/src/resources/extensions/gsd/tests/empty-content-abort-loop.test.ts +4 -3
  270. package/src/resources/extensions/gsd/tests/extension-bootstrap-isolation.test.ts +139 -129
  271. package/src/resources/extensions/gsd/tests/finalize-timeout-guard.test.ts +8 -104
  272. package/src/resources/extensions/gsd/tests/hook-key-parsing.test.ts +4 -55
  273. package/src/resources/extensions/gsd/tests/integration/all-milestones-complete-merge.test.ts +7 -56
  274. package/src/resources/extensions/gsd/tests/integration/doctor-proactive.test.ts +18 -2
  275. package/src/resources/extensions/gsd/tests/integration/queue-completed-milestone-perf.test.ts +10 -4
  276. package/src/resources/extensions/gsd/tests/integration/state-machine-edge-cases.test.ts +1 -1
  277. package/src/resources/extensions/gsd/tests/interactive-routing-bypass.test.ts +9 -3
  278. package/src/resources/extensions/gsd/tests/interrupted-session-ui.test.ts +6 -9
  279. package/src/resources/extensions/gsd/tests/knowledge.test.ts +93 -1
  280. package/src/resources/extensions/gsd/tests/mcp-client-security.test.ts +8 -37
  281. package/src/resources/extensions/gsd/tests/memory-extractor.test.ts +5 -15
  282. package/src/resources/extensions/gsd/tests/merge-conflict-stops-loop.test.ts +227 -55
  283. package/src/resources/extensions/gsd/tests/milestone-scope-classifier.test.ts +187 -0
  284. package/src/resources/extensions/gsd/tests/model-cost-table.test.ts +9 -1
  285. package/src/resources/extensions/gsd/tests/model-router.test.ts +1 -1
  286. package/src/resources/extensions/gsd/tests/native-git-bridge-exec-fallback.test.ts +6 -48
  287. package/src/resources/extensions/gsd/tests/notification-widget.test.ts +6 -3
  288. package/src/resources/extensions/gsd/tests/orphaned-worktree-audit.test.ts +59 -2
  289. package/src/resources/extensions/gsd/tests/parallel-research-dispatch.test.ts +273 -130
  290. package/src/resources/extensions/gsd/tests/pipeline-variant-dispatch.test.ts +301 -0
  291. package/src/resources/extensions/gsd/tests/preferences-worktree-sync.test.ts +2 -1
  292. package/src/resources/extensions/gsd/tests/prompt-cache-optimizer.test.ts +12 -0
  293. package/src/resources/extensions/gsd/tests/prompt-step-ordering.test.ts +15 -4
  294. package/src/resources/extensions/gsd/tests/provider-errors.test.ts +22 -16
  295. package/src/resources/extensions/gsd/tests/queue-draft-detection.test.ts +3 -2
  296. package/src/resources/extensions/gsd/tests/queued-discuss-fast-path.test.ts +4 -5
  297. package/src/resources/extensions/gsd/tests/reassess-default-optin.test.ts +132 -0
  298. package/src/resources/extensions/gsd/tests/recovery-attempts-reset.test.ts +8 -40
  299. package/src/resources/extensions/gsd/tests/regex-hardening.test.ts +136 -256
  300. package/src/resources/extensions/gsd/tests/research-milestone-composer.test.ts +114 -0
  301. package/src/resources/extensions/gsd/tests/restore-tools-after-discuss.test.ts +6 -3
  302. package/src/resources/extensions/gsd/tests/run-uat-composer.test.ts +148 -0
  303. package/src/resources/extensions/gsd/tests/service-tier.test.ts +4 -0
  304. package/src/resources/extensions/gsd/tests/sidecar-queue.test.ts +3 -2
  305. package/src/resources/extensions/gsd/tests/silent-catch-diagnostics.test.ts +55 -95
  306. package/src/resources/extensions/gsd/tests/skill-activation.test.ts +120 -1
  307. package/src/resources/extensions/gsd/tests/skill-manifest.test.ts +112 -0
  308. package/src/resources/extensions/gsd/tests/slice-cadence.test.ts +242 -0
  309. package/src/resources/extensions/gsd/tests/slice-context-injection.test.ts +3 -2
  310. package/src/resources/extensions/gsd/tests/smart-entry-draft.test.ts +2 -1
  311. package/src/resources/extensions/gsd/tests/stop-auto-race-null-unit.test.ts +3 -3
  312. package/src/resources/extensions/gsd/tests/structured-data-formatter.test.ts +11 -92
  313. package/src/resources/extensions/gsd/tests/subagent-model-dispatch.test.ts +7 -6
  314. package/src/resources/extensions/gsd/tests/survivor-branch-complete.test.ts +102 -101
  315. package/src/resources/extensions/gsd/tests/sync-worktree-skip-current.test.ts +4 -3
  316. package/src/resources/extensions/gsd/tests/test-helpers.test.ts +98 -0
  317. package/src/resources/extensions/gsd/tests/test-helpers.ts +153 -0
  318. package/src/resources/extensions/gsd/tests/token-profile.test.ts +8 -1
  319. package/src/resources/extensions/gsd/tests/unit-context-composer.test.ts +355 -0
  320. package/src/resources/extensions/gsd/tests/unit-context-manifest.test.ts +203 -0
  321. package/src/resources/extensions/gsd/tests/uok-gitops-wiring.test.ts +49 -26
  322. package/src/resources/extensions/gsd/tests/validate-milestone.test.ts +1 -0
  323. package/src/resources/extensions/gsd/tests/verify-artifact-tightened.test.ts +144 -80
  324. package/src/resources/extensions/gsd/tests/visualizer-critical-path.test.ts +20 -54
  325. package/src/resources/extensions/gsd/tests/visualizer-overlay.test.ts +342 -277
  326. package/src/resources/extensions/gsd/tests/worker-model-override.test.ts +37 -29
  327. package/src/resources/extensions/gsd/tests/worktree-db.test.ts +226 -266
  328. package/src/resources/extensions/gsd/tests/worktree-health-monorepo.test.ts +103 -67
  329. package/src/resources/extensions/gsd/tests/worktree-nested-git-safety.test.ts +92 -90
  330. package/src/resources/extensions/gsd/tests/worktree-submodule-safety.test.ts +238 -59
  331. package/src/resources/extensions/gsd/tests/worktree-sync-overwrite-loop.test.ts +113 -161
  332. package/src/resources/extensions/gsd/tests/worktree-telemetry.test.ts +210 -0
  333. package/src/resources/extensions/gsd/tests/zombie-gsd-state.test.ts +80 -96
  334. package/src/resources/extensions/gsd/tools/validate-milestone.ts +8 -2
  335. package/src/resources/extensions/gsd/unit-context-composer.ts +218 -0
  336. package/src/resources/extensions/gsd/unit-context-manifest.ts +492 -0
  337. package/src/resources/extensions/gsd/worktree-manager.ts +53 -0
  338. package/src/resources/extensions/gsd/worktree-resolver.ts +96 -9
  339. package/src/resources/extensions/gsd/worktree-telemetry.ts +322 -0
  340. package/src/resources/extensions/mcp-client/index.ts +3 -1
  341. package/src/resources/extensions/mcp-client/tests/server-name-spaces.test.ts +70 -36
  342. package/src/resources/extensions/ollama/index.ts +5 -1
  343. package/src/resources/extensions/ollama/ollama-auth-mode.test.ts +123 -15
  344. package/src/resources/extensions/ollama/ollama-status-indicator.test.ts +206 -19
  345. package/src/resources/extensions/remote-questions/manager.ts +36 -4
  346. package/src/resources/extensions/remote-questions/tests/command-polling.test.ts +200 -190
  347. package/src/resources/extensions/shared/tests/interview-preview.test.ts +11 -3
  348. package/src/resources/extensions/voice/tests/linux-ready.test.ts +129 -113
  349. package/packages/pi-ai/dist/utils/oauth/oauth-providers.test.d.ts +0 -2
  350. package/packages/pi-ai/dist/utils/oauth/oauth-providers.test.d.ts.map +0 -1
  351. package/packages/pi-ai/dist/utils/oauth/oauth-providers.test.js +0 -289
  352. package/packages/pi-ai/dist/utils/oauth/oauth-providers.test.js.map +0 -1
  353. package/packages/pi-ai/src/utils/oauth/oauth-providers.test.ts +0 -363
  354. package/src/resources/extensions/gsd/tests/auto-start-model-capture.test.ts +0 -143
  355. package/src/resources/extensions/gsd/tests/complete-milestone-false-merge.test.ts +0 -157
  356. package/src/resources/extensions/gsd/tests/dashboard-model-label-ordering.test.ts +0 -107
  357. package/src/resources/extensions/gsd/tests/find-missing-summaries-closed.test.ts +0 -48
  358. package/src/resources/extensions/gsd/tests/forensics-context-persist.test.ts +0 -159
  359. package/src/resources/extensions/gsd/tests/forensics-db-completion.test.ts +0 -96
  360. package/src/resources/extensions/gsd/tests/forensics-dedup.test.ts +0 -79
  361. package/src/resources/extensions/gsd/tests/forensics-hook-key-parse.test.ts +0 -74
  362. package/src/resources/extensions/gsd/tests/forensics-journal.test.ts +0 -162
  363. package/src/resources/extensions/gsd/tests/gitignore-bg-shell.test.ts +0 -38
  364. package/src/resources/extensions/gsd/tests/gsd-no-project-error.test.ts +0 -73
  365. package/src/resources/extensions/gsd/tests/idle-watchdog-stall-override.test.ts +0 -125
  366. package/src/resources/extensions/gsd/tests/import-done-milestones.test.ts +0 -42
  367. /package/dist/web/standalone/.next/static/{vidAVJkURvTJ0_V2-64ro → gYYky7yfxW8txb9vU2TrJ}/_buildManifest.js +0 -0
  368. /package/dist/web/standalone/.next/static/{vidAVJkURvTJ0_V2-64ro → gYYky7yfxW8txb9vU2TrJ}/_ssgManifest.js +0 -0
@@ -85,6 +85,22 @@ export interface GitPreferences {
85
85
  * for forensic inspection.
86
86
  */
87
87
  absorb_snapshot_commits?: boolean;
88
+ /** #4765 — when to collapse worktree commits back to main.
89
+ * - "milestone" (default): existing behavior — squash-merge happens once
90
+ * at milestone completion or transition.
91
+ * - "slice": squash-merge each slice's commits to main as soon as the
92
+ * slice passes validation. Shrinks the orphan window from
93
+ * milestone-size to slice-size and surfaces merge conflicts per slice
94
+ * rather than all at once at milestone end.
95
+ */
96
+ collapse_cadence?: "milestone" | "slice";
97
+ /** #4765 — when `collapse_cadence: "slice"`, optionally re-squash the per-
98
+ * slice commits on main into one milestone commit at milestone completion.
99
+ * Preserves the "one commit per milestone in main" history shape that
100
+ * `collapse_cadence: "milestone"` produces today.
101
+ * Default: true when collapse_cadence is "slice", ignored otherwise.
102
+ */
103
+ milestone_resquash?: boolean;
88
104
  }
89
105
 
90
106
  export const VALID_BRANCH_NAME = /^[a-zA-Z0-9_\-\/.]+$/;
@@ -180,7 +180,7 @@ function openRawDb(path: string): unknown {
180
180
  return new Database(path);
181
181
  }
182
182
 
183
- const SCHEMA_VERSION = 22;
183
+ export const SCHEMA_VERSION = 22;
184
184
 
185
185
  function indexExists(db: DbAdapter, name: string): boolean {
186
186
  return !!db.prepare(
@@ -39,7 +39,7 @@ import { ensureGitignore, ensurePreferences, untrackRuntimeFiles } from "./gitig
39
39
  import { loadEffectiveGSDPreferences } from "./preferences.js";
40
40
  import { resolveUokFlags } from "./uok/flags.js";
41
41
  import { ensurePlanV2Graph, isMissingFinalizedContextResult } from "./uok/plan-v2.js";
42
- import { detectProjectState } from "./detection.js";
42
+ import { detectProjectState, hasGsdBootstrapArtifacts } from "./detection.js";
43
43
  import { showProjectInit, offerMigration } from "./init-wizard.js";
44
44
  import { validateDirectory } from "./validate-directory.js";
45
45
  import { showConfirm } from "../shared/tui.js";
@@ -1491,9 +1491,7 @@ export async function showSmartEntry(
1491
1491
  // A zombie .gsd/ state (symlink exists but missing PREFERENCES.md and
1492
1492
  // milestones/) must trigger the init wizard, not skip it (#2942).
1493
1493
  const gsdPath = gsdRoot(basePath);
1494
- const hasBootstrapArtifacts = existsSync(gsdPath)
1495
- && (existsSync(join(gsdPath, "PREFERENCES.md"))
1496
- || existsSync(join(gsdPath, "milestones")));
1494
+ const hasBootstrapArtifacts = hasGsdBootstrapArtifacts(gsdPath);
1497
1495
 
1498
1496
  if (!hasBootstrapArtifacts) {
1499
1497
  const detection = detectProjectState(basePath);
@@ -50,7 +50,17 @@ export type JournalEventType =
50
50
  | "worktree-skip"
51
51
  | "worktree-merge-start"
52
52
  | "worktree-merge-failed"
53
- | "artifact-verification-retry";
53
+ | "artifact-verification-retry"
54
+ // #4764 — worktree lifespan / divergence telemetry
55
+ | "worktree-created"
56
+ | "worktree-merged"
57
+ | "worktree-orphaned"
58
+ | "auto-exit"
59
+ | "worktree-sync"
60
+ | "canonical-root-redirect"
61
+ // #4765 — slice-cadence collapse
62
+ | "slice-merged"
63
+ | "milestone-resquash";
54
64
 
55
65
  /** A single structured event in the journal. */
56
66
  export interface JournalEntry {
@@ -18,7 +18,10 @@ import type { MemoryAction } from './memory-store.js';
18
18
 
19
19
  // ─── Types ──────────────────────────────────────────────────────────────────
20
20
 
21
- export type LLMCallFn = (system: string, user: string) => Promise<string>;
21
+ export type LLMCallFn = ((system: string, user: string) => Promise<string>) & {
22
+ /** Promise resolving once the provider API key has been fetched (for tests). */
23
+ apiKeyReady?: Promise<string | undefined>;
24
+ };
22
25
 
23
26
  // ─── Concurrency Guard ──────────────────────────────────────────────────────
24
27
 
@@ -92,8 +95,9 @@ export function buildMemoryLLMCall(ctx: ExtensionContext): LLMCallFn | null {
92
95
  // which returns undefined for OAuth users (Claude Max / Claude Pro).
93
96
  // See: https://github.com/gsd-build/gsd-2/issues/2959
94
97
  const resolvedKeyPromise = ctx.modelRegistry.getApiKey(selectedModel).catch(() => undefined);
95
-
96
- return async (system: string, user: string): Promise<string> => {
98
+ // Expose on the returned fn so tests can await resolution deterministically
99
+ // (avoids arbitrary setTimeout polling for an internal microtask).
100
+ const llmCall = async (system: string, user: string): Promise<string> => {
97
101
  const { completeSimple } = await import('@gsd/pi-ai');
98
102
  const resolvedApiKey = await resolvedKeyPromise;
99
103
  const result: AssistantMessage = await completeSimple(selectedModel, {
@@ -111,6 +115,10 @@ export function buildMemoryLLMCall(ctx: ExtensionContext): LLMCallFn | null {
111
115
  .map(c => c.text);
112
116
  return textParts.join('');
113
117
  };
118
+ // Attach the in-flight API-key resolution so tests (and callers) can
119
+ // `await llmCall.apiKeyReady` rather than relying on setTimeout polling.
120
+ (llmCall as LLMCallFn & { apiKeyReady?: Promise<string | undefined> }).apiKeyReady = resolvedKeyPromise;
121
+ return llmCall;
114
122
  } catch {
115
123
  return null;
116
124
  }
@@ -0,0 +1,366 @@
1
+ // GSD-2 — Milestone scope classifier (#4781 / ADR-003 companion).
2
+ //
3
+ // Pure heuristics over milestone planning fields. Produces a PipelineVariant
4
+ // that downstream dispatch logic can use to shape the auto-mode sequence.
5
+ // No LLM calls, no file I/O, sub-millisecond.
6
+ //
7
+ // Distinct from `complexity-classifier.ts`, which decides *model tier*
8
+ // (light/standard/heavy) for an individual unit. This module decides
9
+ // *pipeline topology* for an entire milestone at plan-milestone time.
10
+ //
11
+ // This file ships the classifier in isolation. Dispatch-side wiring
12
+ // lands in follow-up PRs so the classification contract can be reviewed
13
+ // and tested before any behavior change reaches users.
14
+
15
+ export type PipelineVariant = "trivial" | "standard" | "complex";
16
+
17
+ export interface MilestoneScopeInput {
18
+ /** Milestone vision / elevator pitch. Free-form prose. */
19
+ vision?: string;
20
+ /** Success criteria, one per array entry. */
21
+ successCriteria?: string[];
22
+ /** Milestone title. */
23
+ title?: string;
24
+ /** Slice risks declared at plan-milestone time. */
25
+ keyRisks?: Array<{ risk?: string; whyItMatters?: string }>;
26
+ /** Definition-of-done lines. */
27
+ definitionOfDone?: string[];
28
+ /** Freeform "requirement coverage" marker. */
29
+ requirementCoverage?: string;
30
+ /** Verification hints (contract/integration/operational/uat). */
31
+ verificationContract?: string;
32
+ verificationIntegration?: string;
33
+ verificationOperational?: string;
34
+ verificationUat?: string;
35
+ }
36
+
37
+ export interface ScopeClassificationResult {
38
+ variant: PipelineVariant;
39
+ /** Short human-readable reasons, one per triggered signal. */
40
+ reasons: string[];
41
+ /** Sub-signals for telemetry / debugging. Stable across releases. */
42
+ signals: {
43
+ triggeredOverride: boolean;
44
+ complexCount: number;
45
+ trivialCount: number;
46
+ fileCountHint: number | null;
47
+ };
48
+ }
49
+
50
+ // ─── Keyword sets ─────────────────────────────────────────────────────────
51
+
52
+ /**
53
+ * Override keywords that force `standard` (at minimum) regardless of
54
+ * apparent triviality. Presence of any of these signals work that is
55
+ * either security-sensitive, irreversible, or requires runtime verification
56
+ * a "trivial" pipeline would skip.
57
+ *
58
+ * Matched as case-insensitive word-boundary substrings. Conservative — err
59
+ * on the side of including a keyword; over-classifying to `standard` costs
60
+ * units, under-classifying could ship broken auth/security/migration work.
61
+ */
62
+ const OVERRIDE_KEYWORDS: ReadonlyArray<string> = [
63
+ // Security-sensitive
64
+ "security", "auth", "authn", "authz", "authentication", "authorization",
65
+ "credential", "secret", "password", "token", "oauth", "encrypt", "decrypt",
66
+ "vulnerability", "exploit", "permission", "rbac", "acl",
67
+ // Data-migration / irreversible
68
+ "migration", "migrate", "schema change", "data migration",
69
+ "backfill", "drop column", "drop table",
70
+ // Compliance / regulatory
71
+ "compliance", "gdpr", "hipaa", "soc2", "pci",
72
+ // Infra / deploy — runtime verification needed
73
+ "deploy", "rollout", "canary", "production database",
74
+ ];
75
+
76
+ /**
77
+ * Keywords that contribute to `complex` classification on their own.
78
+ * Different from OVERRIDE_KEYWORDS in that a single match bumps to
79
+ * complex, not just to standard.
80
+ */
81
+ const COMPLEX_KEYWORDS: ReadonlyArray<string> = [
82
+ "multi-service", "distributed", "consensus", "saga", "eventual consistency",
83
+ "breaking change", "api contract change", "schema redesign",
84
+ "architect", "architecture", "refactor core",
85
+ ];
86
+
87
+ /**
88
+ * Trivial-signal keywords: presence strongly suggests a simple, contained
89
+ * deliverable. Only effective when combined with low file count / no tests
90
+ * / no override keywords.
91
+ */
92
+ const TRIVIAL_KEYWORDS: ReadonlyArray<string> = [
93
+ "single file", "one file", "static html", "static page",
94
+ "one-page", "landing page", "readme", "docs only", "typo", "rename",
95
+ "spelling", "comment", "changelog",
96
+ // Browser-only / no-build deliverable shapes (b23 forensic case).
97
+ "pure html", "browser-based", "no build step", "no build tooling",
98
+ "localstorage", "client-only", "no backend", "no server", "no backend.",
99
+ ];
100
+
101
+ // ─── Heuristics ───────────────────────────────────────────────────────────
102
+
103
+ /**
104
+ * Estimate how many distinct files the milestone will touch, based on
105
+ * explicit mentions in the input text. Returns `null` when no hint is
106
+ * discoverable — callers should treat that as "unknown, no signal."
107
+ */
108
+ function extractFileCountHint(text: string): number | null {
109
+ // Explicit phrasing: "a single file", "two files", "3 files"
110
+ const singleFileMatch = /\b(a|one|single)\s+(file|page)\b/i.test(text);
111
+ if (singleFileMatch) return 1;
112
+
113
+ const digitMatch = text.match(/\b(\d+)\s+files?\b/i);
114
+ if (digitMatch) {
115
+ const n = parseInt(digitMatch[1], 10);
116
+ if (!Number.isNaN(n)) return n;
117
+ }
118
+
119
+ const wordMatch = text.match(/\b(two|three|four|five|six|seven|eight|nine|ten)\s+files?\b/i);
120
+ if (wordMatch) {
121
+ const wordMap: Record<string, number> = {
122
+ two: 2, three: 3, four: 4, five: 5,
123
+ six: 6, seven: 7, eight: 8, nine: 9, ten: 10,
124
+ };
125
+ return wordMap[wordMatch[1].toLowerCase()] ?? null;
126
+ }
127
+
128
+ return null;
129
+ }
130
+
131
+ function escapeRegExp(value: string): string {
132
+ return value.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
133
+ }
134
+
135
+ function containsAnyKeyword(haystack: string, keywords: ReadonlyArray<string>): string[] {
136
+ const lower = haystack.toLowerCase();
137
+ const hits: string[] = [];
138
+ for (const kw of keywords) {
139
+ // Word-boundary match to prevent substring collisions (e.g. "auth"
140
+ // must not match "author", "api" must not match "capital"). Phrases
141
+ // containing non-word characters (hyphens, slashes) still work because
142
+ // `\b` sits at the word-char / non-word-char transition, so
143
+ // `\bbrowser-based\b` matches "browser-based" bounded by whitespace
144
+ // or punctuation on either side.
145
+ const pattern = new RegExp(String.raw`\b${escapeRegExp(kw)}\b`, "i");
146
+ if (pattern.test(lower)) hits.push(kw);
147
+ }
148
+ return hits;
149
+ }
150
+
151
+ /**
152
+ * True when `term` appears in the text without an immediately preceding
153
+ * negator (no / without / not / zero / skip) in the same clause. Used to
154
+ * keep phrases like "no backend" or "no tests" from flipping a trivial-
155
+ * class milestone to standard. Best-effort; imperfect English parsing,
156
+ * biased toward false negatives (if unsure, treats term as present —
157
+ * which routes to standard, the safe pipeline).
158
+ */
159
+ function mentionsWithoutNegation(text: string, term: string): boolean {
160
+ const lower = text.toLowerCase();
161
+ const termPattern = new RegExp(String.raw`\b${term}\b`, "gi");
162
+ const matches = Array.from(lower.matchAll(termPattern));
163
+ for (const m of matches) {
164
+ const start = m.index ?? 0;
165
+ const windowStart = Math.max(0, start - 30);
166
+ const window = lower.slice(windowStart, start);
167
+ // Negator anywhere in the 30-char lookback window counts as negation —
168
+ // covers "no backend", "without a server", "not using api", "zero
169
+ // dependencies on an api". If a sentence break intervenes between the
170
+ // negator and the term, treat as a different clause (positive mention).
171
+ const hasNegator = /(^|[^a-z0-9])(no|without|not|zero|skip(s|ping)?|drops?)\b/i.test(window);
172
+ const hasSentenceBreak = /[.;!?]/.test(window);
173
+ if (hasNegator && !hasSentenceBreak) continue;
174
+ return true;
175
+ }
176
+ return false;
177
+ }
178
+
179
+ function mentionsTests(haystack: string): boolean {
180
+ return mentionsWithoutNegation(haystack, "test")
181
+ || mentionsWithoutNegation(haystack, "tests")
182
+ || mentionsWithoutNegation(haystack, "testing")
183
+ || mentionsWithoutNegation(haystack, "spec")
184
+ || mentionsWithoutNegation(haystack, "unit test")
185
+ || mentionsWithoutNegation(haystack, "integration test");
186
+ }
187
+
188
+ function mentionsBackend(haystack: string): boolean {
189
+ return mentionsWithoutNegation(haystack, "api")
190
+ || mentionsWithoutNegation(haystack, "backend")
191
+ || mentionsWithoutNegation(haystack, "server")
192
+ || mentionsWithoutNegation(haystack, "database")
193
+ || mentionsWithoutNegation(haystack, "endpoint");
194
+ }
195
+
196
+ // ─── DB adapter ───────────────────────────────────────────────────────────
197
+
198
+ /**
199
+ * Shape adapter: convert a milestone DB row into the classifier input
200
+ * object. Keeps `milestone-scope-classifier.ts` free of DB types at the
201
+ * module boundary — callers can either use this helper or hand-build the
202
+ * input themselves (e.g. from plan-milestone tool params before insert).
203
+ */
204
+ export function milestoneRowToScopeInput(row: {
205
+ title?: string;
206
+ vision?: string;
207
+ success_criteria?: string[];
208
+ key_risks?: Array<{ risk?: string; whyItMatters?: string }>;
209
+ definition_of_done?: string[];
210
+ requirement_coverage?: string;
211
+ verification_contract?: string;
212
+ verification_integration?: string;
213
+ verification_operational?: string;
214
+ verification_uat?: string;
215
+ }): MilestoneScopeInput {
216
+ return {
217
+ title: row.title,
218
+ vision: row.vision,
219
+ successCriteria: row.success_criteria,
220
+ keyRisks: row.key_risks,
221
+ definitionOfDone: row.definition_of_done,
222
+ requirementCoverage: row.requirement_coverage,
223
+ verificationContract: row.verification_contract,
224
+ verificationIntegration: row.verification_integration,
225
+ verificationOperational: row.verification_operational,
226
+ verificationUat: row.verification_uat,
227
+ };
228
+ }
229
+
230
+ /**
231
+ * Compute the pipeline variant for a milestone by reading its planning
232
+ * fields from the DB and running the classifier. Returns `null` when
233
+ * classification is unavailable (DB closed, milestone missing, unexpected
234
+ * error) — callers MUST treat null as "run the full pipeline" so a
235
+ * classification failure never silently downshifts dispatch.
236
+ */
237
+ export async function getMilestonePipelineVariant(mid: string): Promise<PipelineVariant | null> {
238
+ try {
239
+ const { isDbAvailable, getMilestone } = await import("./gsd-db.js");
240
+ if (!isDbAvailable()) return null;
241
+ const row = getMilestone(mid);
242
+ if (!row) return null;
243
+ return classifyMilestoneScope(milestoneRowToScopeInput(row)).variant;
244
+ } catch {
245
+ return null;
246
+ }
247
+ }
248
+
249
+ // ─── Public API ───────────────────────────────────────────────────────────
250
+
251
+ /**
252
+ * Classify a milestone's pipeline variant based on its planning inputs.
253
+ *
254
+ * Precedence (matches implementation order — complex-first so that
255
+ * security-sensitive architecture refactors correctly route to complex
256
+ * rather than standard; the override hit is still recorded in
257
+ * `signals.triggeredOverride` for telemetry):
258
+ * 1. Complex-signal keyword OR ≥ 8 file hint OR architecture/refactor-core
259
+ * language → `complex`.
260
+ * 2. Override keyword → `standard` (at minimum). Prevents trivial
261
+ * misclassification of security / auth / migration work.
262
+ * 3. Trivial-signal keyword AND ≤ 2 file hint AND no tests mentioned AND
263
+ * no backend mentioned → `trivial`.
264
+ * 4. Otherwise → `standard`.
265
+ *
266
+ * Ambiguity → `standard` (today's default). Safe to run the full pipeline.
267
+ */
268
+ export function classifyMilestoneScope(input: MilestoneScopeInput): ScopeClassificationResult {
269
+ const haystack = [
270
+ input.title ?? "",
271
+ input.vision ?? "",
272
+ (input.successCriteria ?? []).join("\n"),
273
+ (input.keyRisks ?? []).map(r => `${r.risk ?? ""} ${r.whyItMatters ?? ""}`).join("\n"),
274
+ (input.definitionOfDone ?? []).join("\n"),
275
+ input.requirementCoverage ?? "",
276
+ input.verificationContract ?? "",
277
+ input.verificationIntegration ?? "",
278
+ input.verificationOperational ?? "",
279
+ input.verificationUat ?? "",
280
+ ].join("\n");
281
+
282
+ const overrideHits = containsAnyKeyword(haystack, OVERRIDE_KEYWORDS);
283
+ const complexHits = containsAnyKeyword(haystack, COMPLEX_KEYWORDS);
284
+ const trivialHits = containsAnyKeyword(haystack, TRIVIAL_KEYWORDS);
285
+ const fileCountHint = extractFileCountHint(haystack);
286
+ const hasTests = mentionsTests(haystack);
287
+ const hasBackend = mentionsBackend(haystack);
288
+
289
+ const reasons: string[] = [];
290
+
291
+ // Rule 2: complex-class signals. Evaluated before override because a
292
+ // complex + override input should land in complex, not standard.
293
+ if (complexHits.length > 0) {
294
+ reasons.push(`complex keywords: ${complexHits.slice(0, 3).join(", ")}`);
295
+ }
296
+ if (fileCountHint !== null && fileCountHint >= 8) {
297
+ reasons.push(`file count hint: ${fileCountHint}`);
298
+ }
299
+
300
+ const isComplex = complexHits.length > 0 || (fileCountHint !== null && fileCountHint >= 8);
301
+
302
+ if (isComplex) {
303
+ return {
304
+ variant: "complex",
305
+ reasons,
306
+ signals: {
307
+ triggeredOverride: overrideHits.length > 0,
308
+ complexCount: complexHits.length,
309
+ trivialCount: trivialHits.length,
310
+ fileCountHint,
311
+ },
312
+ };
313
+ }
314
+
315
+ // Rule 1: override keywords force standard.
316
+ if (overrideHits.length > 0) {
317
+ return {
318
+ variant: "standard",
319
+ reasons: [`override keywords: ${overrideHits.slice(0, 3).join(", ")}`],
320
+ signals: {
321
+ triggeredOverride: true,
322
+ complexCount: complexHits.length,
323
+ trivialCount: trivialHits.length,
324
+ fileCountHint,
325
+ },
326
+ };
327
+ }
328
+
329
+ // Rule 3: trivial signals — require ALL of: trivial-keyword, low file
330
+ // hint (or nothing suggesting high count), no test mention, no backend
331
+ // mention.
332
+ const fileCountOk = fileCountHint === null || fileCountHint <= 2;
333
+ const trivial =
334
+ trivialHits.length > 0 &&
335
+ fileCountOk &&
336
+ !hasTests &&
337
+ !hasBackend;
338
+
339
+ if (trivial) {
340
+ reasons.push(`trivial keywords: ${trivialHits.slice(0, 3).join(", ")}`);
341
+ if (fileCountHint !== null) reasons.push(`file count hint: ${fileCountHint}`);
342
+ reasons.push("no tests mentioned", "no backend mentioned");
343
+ return {
344
+ variant: "trivial",
345
+ reasons,
346
+ signals: {
347
+ triggeredOverride: false,
348
+ complexCount: complexHits.length,
349
+ trivialCount: trivialHits.length,
350
+ fileCountHint,
351
+ },
352
+ };
353
+ }
354
+
355
+ // Rule 4: fallback.
356
+ return {
357
+ variant: "standard",
358
+ reasons: reasons.length > 0 ? reasons : ["no strong signals — default"],
359
+ signals: {
360
+ triggeredOverride: overrideHits.length > 0,
361
+ complexCount: complexHits.length,
362
+ trivialCount: trivialHits.length,
363
+ fileCountHint,
364
+ },
365
+ };
366
+ }
@@ -57,6 +57,9 @@ export const BUNDLED_COST_TABLE: ModelCostEntry[] = [
57
57
  { id: "gpt-5.3-codex-spark", inputPer1k: 0.0003, outputPer1k: 0.0012, updatedAt: "2026-03-29" },
58
58
  { id: "gpt-5.4", inputPer1k: 0.005, outputPer1k: 0.02, updatedAt: "2026-03-29" },
59
59
  { id: "gpt-5.4-mini", inputPer1k: 0.00075, outputPer1k: 0.0045, updatedAt: "2026-04-18" },
60
+ // GPT-5.5 API list price, also used for live Codex OAuth routing.
61
+ // Source: https://openai.com/api/pricing/
62
+ { id: "gpt-5.5", inputPer1k: 0.005, outputPer1k: 0.03, updatedAt: "2026-04-23" },
60
63
 
61
64
  // Google
62
65
  { id: "gemini-2.0-flash", inputPer1k: 0.0001, outputPer1k: 0.0004, updatedAt: "2025-03-15" },
@@ -109,6 +109,7 @@ export const MODEL_CAPABILITY_TIER: Record<string, ComplexityTier> = {
109
109
  "gpt-5.2-codex": "heavy",
110
110
  "gpt-5.3-codex": "heavy",
111
111
  "gpt-5.4": "heavy",
112
+ "gpt-5.5": "heavy",
112
113
  "o1": "heavy",
113
114
  "o3": "heavy",
114
115
  "o4-mini": "heavy",
@@ -144,6 +145,7 @@ const MODEL_COST_PER_1K_INPUT: Record<string, number> = {
144
145
  "gpt-5.3-codex": 0.005,
145
146
  "gpt-5.3-codex-spark": 0.0003,
146
147
  "gpt-5.4": 0.005,
148
+ "gpt-5.5": 0.005,
147
149
  "o4-mini": 0.005,
148
150
  "o4-mini-deep-research": 0.005,
149
151
  "gemini-2.0-flash": 0.0001,
@@ -187,6 +189,10 @@ export const MODEL_CAPABILITY_PROFILES: Record<string, ModelCapabilities> = {
187
189
  "gpt-5.3-codex": { coding: 94, debugging: 91, research: 74, reasoning: 89, speed: 50, longContext: 80, instruction: 89 },
188
190
  "gpt-5.3-codex-spark": { coding: 68, debugging: 58, research: 42, reasoning: 52, speed: 90, longContext: 50, instruction: 74 },
189
191
  "gpt-5.4": { coding: 95, debugging: 92, research: 88, reasoning: 94, speed: 42, longContext: 88, instruction: 92 },
192
+ // GPT-5.5 scores are relative to the existing gpt-5.4 profile and backed by
193
+ // OpenAI's 2026-04-23 published eval deltas across coding, tool use, and long context.
194
+ // Source: https://openai.com/index/introducing-gpt-5-5/
195
+ "gpt-5.5": { coding: 96, debugging: 93, research: 89, reasoning: 95, speed: 42, longContext: 90, instruction: 93 },
190
196
 
191
197
  // ── OpenAI o-series (reasoning-first) ──────────────────────────────────────
192
198
  "o1": { coding: 78, debugging: 82, research: 78, reasoning: 90, speed: 20, longContext: 65, instruction: 82 },
@@ -987,6 +987,27 @@ export function validatePreferences(preferences: GSDPreferences): {
987
987
  if (g.merge_to_main !== undefined) {
988
988
  warnings.push("git.merge_to_main is deprecated — milestone-level merge is now always used. Remove this setting.");
989
989
  }
990
+ // #4765 — collapse cadence + milestone resquash
991
+ if (g.collapse_cadence !== undefined) {
992
+ const validCadence = new Set(["milestone", "slice"]);
993
+ if (typeof g.collapse_cadence === "string" && validCadence.has(g.collapse_cadence)) {
994
+ git.collapse_cadence = g.collapse_cadence as "milestone" | "slice";
995
+ } else {
996
+ errors.push("git.collapse_cadence must be one of: milestone, slice");
997
+ }
998
+ }
999
+ if (g.milestone_resquash !== undefined) {
1000
+ if (typeof g.milestone_resquash === "boolean") {
1001
+ git.milestone_resquash = g.milestone_resquash;
1002
+ const cadence = (git.collapse_cadence as string | undefined)
1003
+ ?? (typeof g.collapse_cadence === "string" ? g.collapse_cadence : undefined);
1004
+ if (cadence !== "slice") {
1005
+ warnings.push('git.milestone_resquash is ignored unless git.collapse_cadence is "slice"');
1006
+ }
1007
+ } else {
1008
+ errors.push("git.milestone_resquash must be a boolean");
1009
+ }
1010
+ }
990
1011
 
991
1012
  if (Object.keys(git).length > 0) {
992
1013
  validated.git = git as GitPreferences;
@@ -55,6 +55,10 @@ const SEMI_STATIC_LABELS = new Set([
55
55
  "prior-summaries",
56
56
  "project-context",
57
57
  "overrides",
58
+ // KNOWLEDGE is milestone-scoped (stable within a session), so it belongs
59
+ // in the cacheable prefix. See issue #4719.
60
+ "knowledge",
61
+ "project-knowledge",
58
62
  ]);
59
63
 
60
64
  /** Labels that change per-task */
@@ -10,7 +10,11 @@ Your working directory is `{{workingDirectory}}`. All file reads, writes, and sh
10
10
 
11
11
  All slices are done. You are closing out the milestone — verifying that the assembled work actually delivers the promised outcome, writing the milestone summary, and updating project state. The milestone summary is the final record. After you finish, the system merges the worktree back to the integration branch. If there are queued milestones, the next one starts its own research → plan → execute cycle from a clean slate — the milestone summary is how it learns what was already built.
12
12
 
13
- All relevant context has been preloaded below — the roadmap, all slice summaries, requirements, decisions, and project context are inlined. Start working immediately without re-reading these files.
13
+ Preloaded context below — the roadmap, compact slice-summary excerpts, requirements, decisions, and project context. **Slice summaries are excerpts, not full files.** They include frontmatter fields, section heads (deviations, known limitations, follow-ups), and short narrative only. When drafting LEARNINGS, the Decision Re-evaluation table, or cross-slice narrative, Read the full slice SUMMARY.md files listed under "On-demand Slice Summaries" — do that selectively as needed, not preemptively.
14
+
15
+ Start with what the excerpts give you. Read full files when the section heads signal richer context you need.
16
+
17
+ **On-demand Read ordering:** Complete all slice SUMMARY Reads you need for cross-slice synthesis, the Decision Re-evaluation table, and LEARNINGS **before** calling `gsd_complete_milestone` (step 10). Once that tool runs, the milestone is marked complete in the DB — running out of tool budget between step 10 and the LEARNINGS write (step 12) leaves the milestone committed without its LEARNINGS artifact.
14
18
 
15
19
  {{inlinedContext}}
16
20
 
@@ -20,9 +20,22 @@ Pay particular attention to **Forward Intelligence** sections — they contain h
20
20
 
21
21
  You have full tool access. Before decomposing, explore the relevant code to ground your plan in reality.
22
22
 
23
- ### Verify Roadmap Assumptions
23
+ ### Verify Roadmap Assumptions (JIT Reassessment — ADR-003 §4)
24
24
 
25
- Check prior slice summaries (inlined above as dependency summaries, if present). If prior slices discovered constraints, changed approaches, or flagged fragility, adjust your plan accordingly. The roadmap description may be stale — verify it against the current codebase state.
25
+ Before planning this slice, verify that the roadmap's assumptions still hold given prior slice summaries. Check inlined dependency summaries (below) for discovered constraints, changed approaches, or flagged fragility.
26
+
27
+ **If the remaining roadmap needs adjustment, modify it before proceeding:**
28
+
29
+ - If a downstream slice's title/demo/dependencies are now wrong, call `gsd_reassess_roadmap` with the corrected `sliceChanges.modified` entry.
30
+ - If new work surfaced that deserves its own slice, add it via `sliceChanges.added`.
31
+ - If a downstream slice is now redundant or out of scope, remove it via `sliceChanges.removed`.
32
+ - **Bias strongly toward "roadmap is fine."** Most slice completions produce no structural change. Only adjust when there is concrete evidence a downstream slice is wrong — not speculative concern. Over-reassessment is costlier than a later mid-slice replan.
33
+
34
+ Completed slices are immutable: never modify or remove a slice whose status is complete.
35
+
36
+ Then proceed with planning this slice against the (possibly updated) roadmap.
37
+
38
+ The roadmap description may be stale — verify it against the current codebase state.
26
39
 
27
40
  ### Explore Slice Scope
28
41
 
@@ -2,8 +2,8 @@
2
2
  * Service Tier — gating, status formatting, icon resolution, and
3
3
  * the /gsd fast command handler.
4
4
  *
5
- * Service tiers (priority/flex) are an OpenAI feature that only applies
6
- * to gpt-5.4 variants. This module centralizes the model-gating logic
5
+ * Service tiers (priority/flex) are an OpenAI feature that currently only
6
+ * applies to gpt-5.4 variants in GSD. This module centralizes the model-gating logic
7
7
  * so that icons, preferences, and the before_provider_request hook all
8
8
  * use a single source of truth.
9
9
  */
@@ -35,6 +35,9 @@ const SERVICE_TIER_SCOPE_NOTE = "Only affects gpt-5.4 models, regardless of prov
35
35
  * (set via CAPABILITY_PATCHES in packages/pi-ai/src/models.ts). When callers
36
36
  * have access to the full Model object, prefer reading capabilities directly.
37
37
  *
38
+ * GPT-5.5 is intentionally excluded until we verify its provider payload
39
+ * contract instead of assuming `service_tier` support.
40
+ *
38
41
  * See: https://github.com/gsd-build/gsd-2/issues/2546
39
42
  */
40
43
  const SERVICE_TIER_MODEL_PREFIXES = ["gpt-5.4"] as const;