@jtf19/vibecoding-kit 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (619) hide show
  1. package/AGENTS.md +84 -0
  2. package/CHANGELOG.md +28 -0
  3. package/CLAUDE.md +137 -0
  4. package/CODE_OF_CONDUCT.md +30 -0
  5. package/CONTRIBUTING.md +69 -0
  6. package/LICENSE +67 -0
  7. package/README.md +162 -0
  8. package/SECURITY.md +34 -0
  9. package/adapters/claude/install.md +70 -0
  10. package/adapters/claude/plugin.json +38 -0
  11. package/adapters/claude/settings.example.json +15 -0
  12. package/adapters/codex/hooks.example.json +15 -0
  13. package/adapters/codex/install.md +72 -0
  14. package/adapters/codex/plugin.json +58 -0
  15. package/adapters/cursor/hooks.example.json +17 -0
  16. package/adapters/cursor/install.md +72 -0
  17. package/adapters/cursor/plugin.json +42 -0
  18. package/adapters/opencode/install.md +95 -0
  19. package/adapters/opencode/plugin.js +56 -0
  20. package/adapters/opencode/plugin.json +58 -0
  21. package/adapters/pi/extension.ts +56 -0
  22. package/adapters/pi/install.md +95 -0
  23. package/adapters/pi/plugin.json +58 -0
  24. package/bin/vibe-cli-usage.mjs +43 -0
  25. package/bin/vibe.mjs +120 -0
  26. package/docs/acceptance-checklist.md +1226 -0
  27. package/docs/architecture-debt-burndown.md +537 -0
  28. package/docs/architecture.md +77 -0
  29. package/docs/ci-evidence-onboarding.md +143 -0
  30. package/docs/development.md +71 -0
  31. package/docs/evidence-authoring.md +188 -0
  32. package/docs/golden-path.md +179 -0
  33. package/docs/install-acceptance-checklist.md +90 -0
  34. package/docs/install-claude.md +41 -0
  35. package/docs/install-codex.md +41 -0
  36. package/docs/install-cursor.md +41 -0
  37. package/docs/install-experience-roadmap.md +394 -0
  38. package/docs/install.md +119 -0
  39. package/docs/maintainer-guide.md +197 -0
  40. package/docs/phase-1-implementation.md +848 -0
  41. package/docs/phase-2-roadmap.md +142 -0
  42. package/docs/quick-recipes.md +115 -0
  43. package/docs/readiness-interpretation.md +105 -0
  44. package/docs/readiness-troubleshooting.md +209 -0
  45. package/docs/release-check-reference.md +63 -0
  46. package/docs/release-guide.md +481 -0
  47. package/docs/release-notes.md +75 -0
  48. package/docs/runtime-contract.md +1010 -0
  49. package/docs/runtime-maintainer-validation.md +212 -0
  50. package/docs/runtime-roadmap.md +2265 -0
  51. package/docs/skill-authoring-guide.md +150 -0
  52. package/docs/submodule-guide.md +131 -0
  53. package/docs/team-adoption.md +113 -0
  54. package/docs/user-guide.md +108 -0
  55. package/docs/vibecoding-fork-analysis.md +398 -0
  56. package/docs/workflow-chaining.md +539 -0
  57. package/examples/ci/README.md +61 -0
  58. package/examples/ci/ci-evidence-input.example.json +56 -0
  59. package/examples/ci/generate-diff-coverage.mjs +90 -0
  60. package/examples/ci/generate-test-evidence.mjs +82 -0
  61. package/examples/ci/github-actions-readiness.yml +108 -0
  62. package/examples/claude-project/README.md +57 -0
  63. package/examples/codex-project/README.md +57 -0
  64. package/examples/cursor-project/README.md +57 -0
  65. package/examples/full-chain/README.md +63 -0
  66. package/examples/full-chain/architecture-design.md +128 -0
  67. package/examples/full-chain/commit-readiness.json +31 -0
  68. package/examples/full-chain/delivery-traceability.yaml +32 -0
  69. package/examples/full-chain/diff-coverage.json +73 -0
  70. package/examples/full-chain/evidence.json +20 -0
  71. package/examples/full-chain/implementation-plan.md +54 -0
  72. package/examples/full-chain/product-acceptance.md +86 -0
  73. package/examples/full-chain/product-discovery.md +84 -0
  74. package/examples/full-chain/product-spec.md +88 -0
  75. package/examples/full-chain/scenario-acceptance.yaml +32 -0
  76. package/examples/full-chain/test-evidence.json +29 -0
  77. package/examples/full-chain/ui-design-contract.md +87 -0
  78. package/examples/golden-path/README.md +84 -0
  79. package/examples/golden-path/diff-coverage.json +66 -0
  80. package/examples/golden-path/implementation-plan.md +62 -0
  81. package/examples/golden-path/product-spec.md +96 -0
  82. package/examples/golden-path/test-evidence.json +29 -0
  83. package/examples/runtime-fixtures/architecture-design.md +128 -0
  84. package/examples/runtime-fixtures/commit-readiness.json +31 -0
  85. package/examples/runtime-fixtures/delivery-traceability.yaml +32 -0
  86. package/examples/runtime-fixtures/diff-coverage.json +73 -0
  87. package/examples/runtime-fixtures/evidence.json +20 -0
  88. package/examples/runtime-fixtures/implementation-plan.md +54 -0
  89. package/examples/runtime-fixtures/negative/commit-readiness-boundary-escalated.json +27 -0
  90. package/examples/runtime-fixtures/negative/delivery-traceability-bad-ref.yaml +32 -0
  91. package/examples/runtime-fixtures/negative/diff-coverage-changed-file-without-task-ref.json +40 -0
  92. package/examples/runtime-fixtures/negative/diff-coverage-operation-mismatch.json +38 -0
  93. package/examples/runtime-fixtures/negative/diff-coverage-required-task-missing.json +24 -0
  94. package/examples/runtime-fixtures/negative/diff-coverage-unexpected-file.json +20 -0
  95. package/examples/runtime-fixtures/negative/test-evidence-missing-output-digest.json +23 -0
  96. package/examples/runtime-fixtures/negative/test-evidence-risky-task-missing.json +29 -0
  97. package/examples/runtime-fixtures/product-acceptance.md +86 -0
  98. package/examples/runtime-fixtures/product-discovery.md +84 -0
  99. package/examples/runtime-fixtures/product-spec.md +88 -0
  100. package/examples/runtime-fixtures/scenario-acceptance.yaml +32 -0
  101. package/examples/runtime-fixtures/test-evidence.json +29 -0
  102. package/examples/runtime-fixtures/ui-design-contract.md +87 -0
  103. package/hooks/post-tool-compact/README.md +47 -0
  104. package/hooks/session-start/README.md +112 -0
  105. package/hooks/session-start/session-start-state-boundary-contract.mjs +161 -0
  106. package/hooks/session-start/session-start.md +29 -0
  107. package/hooks/session-start/session-start.mjs +49 -0
  108. package/hooks/workflow-handoff/README.md +44 -0
  109. package/hooks/workflow-handoff/workflow-handoff.md +11 -0
  110. package/package.json +72 -0
  111. package/skills/using-vibecoding/SKILL.md +396 -0
  112. package/skills/vibe-brainstorming/SKILL.md +98 -0
  113. package/skills/vibe-context-compact/SKILL.md +95 -0
  114. package/skills/vibe-debugging/SKILL.md +87 -0
  115. package/skills/vibe-dispatching-parallel-work/SKILL.md +144 -0
  116. package/skills/vibe-executing-plans/SKILL.md +114 -0
  117. package/skills/vibe-finishing-a-development-branch/SKILL.md +110 -0
  118. package/skills/vibe-implementation/SKILL.md +84 -0
  119. package/skills/vibe-planning/SKILL.md +102 -0
  120. package/skills/vibe-product-acceptance/SKILL.md +106 -0
  121. package/skills/vibe-product-discovery/SKILL.md +107 -0
  122. package/skills/vibe-product-spec/SKILL.md +105 -0
  123. package/skills/vibe-receiving-code-review/SKILL.md +110 -0
  124. package/skills/vibe-requesting-code-review/SKILL.md +106 -0
  125. package/skills/vibe-review/SKILL.md +106 -0
  126. package/skills/vibe-subagent-driven-development/SKILL.md +198 -0
  127. package/skills/vibe-systematic-debugging/SKILL.md +106 -0
  128. package/skills/vibe-test-driven-development/SKILL.md +112 -0
  129. package/skills/vibe-ui-design/SKILL.md +107 -0
  130. package/skills/vibe-verification/SKILL.md +84 -0
  131. package/skills/vibe-verification-before-completion/SKILL.md +170 -0
  132. package/skills/vibe-workspace-isolation/SKILL.md +158 -0
  133. package/skills/vibe-writing-plans/SKILL.md +137 -0
  134. package/skills/vibe-writing-skills/SKILL.md +118 -0
  135. package/templates/AGENTS.md +88 -0
  136. package/templates/CLAUDE.md +88 -0
  137. package/templates/VIBE-CODING.md +157 -0
  138. package/templates/architecture-design.md +139 -0
  139. package/templates/delivery-traceability.yaml +52 -0
  140. package/templates/evidence/README.md +117 -0
  141. package/templates/evidence/diff-coverage.json +34 -0
  142. package/templates/evidence/test-evidence.json +29 -0
  143. package/templates/implementation-plan.md +73 -0
  144. package/templates/product-acceptance.md +84 -0
  145. package/templates/product-discovery.md +81 -0
  146. package/templates/product-spec.md +84 -0
  147. package/templates/scenario-acceptance.yaml +37 -0
  148. package/templates/ui-design-contract.md +86 -0
  149. package/tools/vibe-architecture-check/README.md +66 -0
  150. package/tools/vibe-architecture-check/index.mjs +691 -0
  151. package/tools/vibe-compact/README.md +65 -0
  152. package/tools/vibe-compact/compact-contract.mjs +63 -0
  153. package/tools/vibe-compact/index.mjs +111 -0
  154. package/tools/vibe-doctor/README.md +200 -0
  155. package/tools/vibe-doctor/index.mjs +1721 -0
  156. package/tools/vibe-init/README.md +231 -0
  157. package/tools/vibe-init/index.mjs +369 -0
  158. package/tools/vibe-init/init-cli-args.mjs +100 -0
  159. package/tools/vibe-init/init-entry-merge-model.mjs +33 -0
  160. package/tools/vibe-init/init-install-manifest-model.mjs +137 -0
  161. package/tools/vibe-init/init-installed-agent-experience-contract.mjs +172 -0
  162. package/tools/vibe-init/init-platform-model.mjs +11 -0
  163. package/tools/vibe-init/init-presentation.mjs +149 -0
  164. package/tools/vibe-lifecycle/README.md +37 -0
  165. package/tools/vibe-lifecycle/index.mjs +365 -0
  166. package/tools/vibe-lifecycle/lifecycle-cli-args.mjs +104 -0
  167. package/tools/vibe-lifecycle/lifecycle-summary-model.mjs +67 -0
  168. package/tools/vibe-lifecycle/lifecycle-uninstall-plan-model.mjs +11 -0
  169. package/tools/vibe-plugin-pack/README.md +105 -0
  170. package/tools/vibe-plugin-pack/index.mjs +302 -0
  171. package/tools/vibe-plugin-pack/plugin-pack-cli.mjs +39 -0
  172. package/tools/vibe-plugin-pack/plugin-pack-manifest.mjs +37 -0
  173. package/tools/vibe-profile/index.mjs +212 -0
  174. package/tools/vibe-release-check/README.md +123 -0
  175. package/tools/vibe-release-check/command-manifest/release-check-base-commands.mjs +23 -0
  176. package/tools/vibe-release-check/command-manifest/release-check-closeout-commands.mjs +16 -0
  177. package/tools/vibe-release-check/command-manifest/release-check-command-metadata.mjs +32 -0
  178. package/tools/vibe-release-check/command-manifest/release-check-completion-commands.mjs +41 -0
  179. package/tools/vibe-release-check/command-manifest/release-check-full-chain-commands.mjs +12 -0
  180. package/tools/vibe-release-check/command-manifest/release-check-golden-path-commands.mjs +12 -0
  181. package/tools/vibe-release-check/command-manifest/release-check-install-commands.mjs +26 -0
  182. package/tools/vibe-release-check/command-manifest/release-check-learning-smoke-commands.mjs +21 -0
  183. package/tools/vibe-release-check/command-manifest/release-check-methodology-commands.mjs +27 -0
  184. package/tools/vibe-release-check/command-manifest/release-check-runtime-smoke-commands.mjs +116 -0
  185. package/tools/vibe-release-check/command-manifest/release-check-token-smoke-commands.mjs +21 -0
  186. package/tools/vibe-release-check/index.mjs +223 -0
  187. package/tools/vibe-release-check/release-check-behavior-smoke.mjs +177 -0
  188. package/tools/vibe-release-check/release-check-cli.mjs +37 -0
  189. package/tools/vibe-release-check/release-check-command-manifest.mjs +49 -0
  190. package/tools/vibe-release-check/release-check-completion-fixtures.mjs +151 -0
  191. package/tools/vibe-release-check/release-check-completion-suite.mjs +110 -0
  192. package/tools/vibe-release-check/release-check-dispatch.mjs +116 -0
  193. package/tools/vibe-release-check/release-check-full-chain-suite.mjs +55 -0
  194. package/tools/vibe-release-check/release-check-golden-path-suite.mjs +85 -0
  195. package/tools/vibe-release-check/release-check-install-marker-specs.mjs +133 -0
  196. package/tools/vibe-release-check/release-check-install-suite.mjs +112 -0
  197. package/tools/vibe-release-check/release-check-json-assertion-helpers.mjs +157 -0
  198. package/tools/vibe-release-check/release-check-json-markers.mjs +33 -0
  199. package/tools/vibe-release-check/release-check-learning-fixture-specs.mjs +199 -0
  200. package/tools/vibe-release-check/release-check-learning-suite.mjs +249 -0
  201. package/tools/vibe-release-check/release-check-live-behavior-smoke-fixture.mjs +406 -0
  202. package/tools/vibe-release-check/release-check-methodology-suite.mjs +108 -0
  203. package/tools/vibe-release-check/release-check-package-boundary-smoke.mjs +111 -0
  204. package/tools/vibe-release-check/release-check-platform-transcript-smoke-fixture.mjs +150 -0
  205. package/tools/vibe-release-check/release-check-readonly-marker-data.mjs +1 -0
  206. package/tools/vibe-release-check/release-check-readonly-marker-smoke-specs.mjs +170 -0
  207. package/tools/vibe-release-check/release-check-run-summary.mjs +67 -0
  208. package/tools/vibe-release-check/release-check-runtime-automation-fixtures.mjs +1 -0
  209. package/tools/vibe-release-check/release-check-runtime-automation-governance-reply-trace-smoke-helpers.mjs +224 -0
  210. package/tools/vibe-release-check/release-check-runtime-automation-governance-smoke-specs.mjs +215 -0
  211. package/tools/vibe-release-check/release-check-runtime-automation-governance-suite.mjs +5 -0
  212. package/tools/vibe-release-check/release-check-runtime-automation-methodology-smoke-specs.mjs +157 -0
  213. package/tools/vibe-release-check/release-check-runtime-automation-methodology-suite.mjs +130 -0
  214. package/tools/vibe-release-check/release-check-runtime-automation-platform-smoke-helpers.mjs +306 -0
  215. package/tools/vibe-release-check/release-check-runtime-automation-platform-suite.mjs +30 -0
  216. package/tools/vibe-release-check/release-check-runtime-automation-smoke-fixtures.mjs +53 -0
  217. package/tools/vibe-release-check/release-check-runtime-automation-source-candidate-smoke-helpers.mjs +506 -0
  218. package/tools/vibe-release-check/release-check-runtime-automation-source-suite.mjs +5 -0
  219. package/tools/vibe-release-check/release-check-runtime-automation-subagents-lifecycle-smoke-helpers.mjs +305 -0
  220. package/tools/vibe-release-check/release-check-runtime-automation-subagents-suite.mjs +25 -0
  221. package/tools/vibe-release-check/release-check-runtime-automation-suite.mjs +25 -0
  222. package/tools/vibe-release-check/release-check-runtime-daemon-bounded-run-smoke-helpers.mjs +243 -0
  223. package/tools/vibe-release-check/release-check-runtime-daemon-suite.mjs +5 -0
  224. package/tools/vibe-release-check/release-check-runtime-dispatch-fixtures.mjs +129 -0
  225. package/tools/vibe-release-check/release-check-runtime-dispatch-suite.mjs +5 -0
  226. package/tools/vibe-release-check/release-check-runtime-execution-approval-smoke-helpers.mjs +274 -0
  227. package/tools/vibe-release-check/release-check-runtime-execution-approval-suite.mjs +5 -0
  228. package/tools/vibe-release-check/release-check-runtime-execution-base-suite.mjs +388 -0
  229. package/tools/vibe-release-check/release-check-runtime-execution-recovery-suite.mjs +412 -0
  230. package/tools/vibe-release-check/release-check-runtime-execution-scheduler-suite.mjs +261 -0
  231. package/tools/vibe-release-check/release-check-runtime-execution-suite.mjs +11 -0
  232. package/tools/vibe-release-check/release-check-runtime-flow-smoke.mjs +347 -0
  233. package/tools/vibe-release-check/release-check-runtime-handoff-fixture-specs.mjs +211 -0
  234. package/tools/vibe-release-check/release-check-runtime-handoff-fixtures.mjs +11 -0
  235. package/tools/vibe-release-check/release-check-runtime-handoff-smoke-specs.mjs +86 -0
  236. package/tools/vibe-release-check/release-check-runtime-handoff-suite.mjs +316 -0
  237. package/tools/vibe-release-check/release-check-runtime-ledger-fixture-specs.mjs +9 -0
  238. package/tools/vibe-release-check/release-check-runtime-ledger-fixtures.mjs +51 -0
  239. package/tools/vibe-release-check/release-check-runtime-ledger-suite.mjs +24 -0
  240. package/tools/vibe-release-check/release-check-runtime-scheduler-fixture-specs.mjs +129 -0
  241. package/tools/vibe-release-check/release-check-runtime-scheduler-fixtures.mjs +10 -0
  242. package/tools/vibe-release-check/release-check-runtime-sdd-suite.mjs +535 -0
  243. package/tools/vibe-release-check/release-check-runtime-smoke-harness.mjs +140 -0
  244. package/tools/vibe-release-check/release-check-runtime-surface-expectations.mjs +106 -0
  245. package/tools/vibe-release-check/release-check-runtime-surface-smoke.mjs +112 -0
  246. package/tools/vibe-release-check/release-check-runtime-task-artifact-suite.mjs +105 -0
  247. package/tools/vibe-release-check/release-check-runtime-task-fixture-specs.mjs +270 -0
  248. package/tools/vibe-release-check/release-check-runtime-task-fixtures.mjs +19 -0
  249. package/tools/vibe-release-check/release-check-runtime.mjs +53 -0
  250. package/tools/vibe-release-check/release-check-stage103-118-fixtures.mjs +214 -0
  251. package/tools/vibe-release-check/release-check-stage103-118-smoke-specs.mjs +97 -0
  252. package/tools/vibe-release-check/release-check-stage103-118-smoke.mjs +861 -0
  253. package/tools/vibe-release-check/release-check-stage11-smoke.mjs +66 -0
  254. package/tools/vibe-release-check/release-check-stage119-120-fixture-specs.mjs +119 -0
  255. package/tools/vibe-release-check/release-check-stage119-120-smoke.mjs +325 -0
  256. package/tools/vibe-release-check/release-check-stage12-smoke.mjs +59 -0
  257. package/tools/vibe-release-check/release-check-stage121-136-fixture-specs.mjs +26 -0
  258. package/tools/vibe-release-check/release-check-stage121-136-fixtures.mjs +591 -0
  259. package/tools/vibe-release-check/release-check-stage121-136-smoke.mjs +917 -0
  260. package/tools/vibe-release-check/release-check-stage13-smoke.mjs +78 -0
  261. package/tools/vibe-release-check/release-check-stage137-140-smoke.mjs +534 -0
  262. package/tools/vibe-release-check/release-check-stage14-smoke.mjs +101 -0
  263. package/tools/vibe-release-check/release-check-stage141-148-smoke.mjs +1143 -0
  264. package/tools/vibe-release-check/release-check-stage15-smoke.mjs +132 -0
  265. package/tools/vibe-release-check/release-check-stage50-53-smoke.mjs +429 -0
  266. package/tools/vibe-release-check/release-check-subagent-adapter-bridge-smoke.mjs +162 -0
  267. package/tools/vibe-release-check/release-check-suite-plan-smoke.mjs +86 -0
  268. package/tools/vibe-release-check/release-check-suites.mjs +164 -0
  269. package/tools/vibe-release-check/release-check-test-run-smoke.mjs +59 -0
  270. package/tools/vibe-release-check/release-check-timing.mjs +98 -0
  271. package/tools/vibe-release-check/release-check-token-suite.mjs +260 -0
  272. package/tools/vibe-release-check/release-check-workflow-entry-suite.mjs +195 -0
  273. package/tools/vibe-release-check/release-check-workflow-governance-fixtures.mjs +138 -0
  274. package/tools/vibe-release-check/release-check-workflow-governance-smoke-suite.mjs +768 -0
  275. package/tools/vibe-release-check/release-check-workflow-ux-smoke.mjs +456 -0
  276. package/tools/vibe-runtime/README.md +2637 -0
  277. package/tools/vibe-runtime/index.mjs +3117 -0
  278. package/tools/vibe-runtime/runtime-adapter-bootstrap-matrix.mjs +264 -0
  279. package/tools/vibe-runtime/runtime-adapter-entry-acceptance.mjs +310 -0
  280. package/tools/vibe-runtime/runtime-adapter-packaging-consistency-command.mjs +131 -0
  281. package/tools/vibe-runtime/runtime-adapter-packaging-consistency.mjs +253 -0
  282. package/tools/vibe-runtime/runtime-advice-hub-model.mjs +175 -0
  283. package/tools/vibe-runtime/runtime-agent-session-start-contract.mjs +138 -0
  284. package/tools/vibe-runtime/runtime-artifact-ref-validation.mjs +281 -0
  285. package/tools/vibe-runtime/runtime-automatic-verification-gate-contract.mjs +134 -0
  286. package/tools/vibe-runtime/runtime-automation-boundary-text.mjs +7 -0
  287. package/tools/vibe-runtime/runtime-automation-command.mjs +367 -0
  288. package/tools/vibe-runtime/runtime-automation-plan-model.mjs +239 -0
  289. package/tools/vibe-runtime/runtime-automation-policy-model.mjs +175 -0
  290. package/tools/vibe-runtime/runtime-automation-readiness.mjs +347 -0
  291. package/tools/vibe-runtime/runtime-autopilot-lab-profile-contract.mjs +223 -0
  292. package/tools/vibe-runtime/runtime-behavioral-evaluation-contract.mjs +529 -0
  293. package/tools/vibe-runtime/runtime-behavioral-negative-gate-matrix.mjs +274 -0
  294. package/tools/vibe-runtime/runtime-bounded-attempt-policy-model.mjs +13 -0
  295. package/tools/vibe-runtime/runtime-bounded-foreground-command-executor-contract.mjs +288 -0
  296. package/tools/vibe-runtime/runtime-capability-registry.mjs +250 -0
  297. package/tools/vibe-runtime/runtime-cli-args.mjs +550 -0
  298. package/tools/vibe-runtime/runtime-cli-command-specs.mjs +63 -0
  299. package/tools/vibe-runtime/runtime-cli-dispatch.mjs +21 -0
  300. package/tools/vibe-runtime/runtime-cli-evidence-option-specs.mjs +193 -0
  301. package/tools/vibe-runtime/runtime-cli-evidence-options.mjs +28 -0
  302. package/tools/vibe-runtime/runtime-cli-from-options.mjs +222 -0
  303. package/tools/vibe-runtime/runtime-cli-low-risk-option-specs.mjs +128 -0
  304. package/tools/vibe-runtime/runtime-cli-main.mjs +32 -0
  305. package/tools/vibe-runtime/runtime-cli-option-default-families.mjs +454 -0
  306. package/tools/vibe-runtime/runtime-cli-option-defaults.mjs +33 -0
  307. package/tools/vibe-runtime/runtime-cli-option-handlers.mjs +82 -0
  308. package/tools/vibe-runtime/runtime-cli-usage.mjs +316 -0
  309. package/tools/vibe-runtime/runtime-cli-value-options.mjs +74 -0
  310. package/tools/vibe-runtime/runtime-close-loop-dashboard.mjs +283 -0
  311. package/tools/vibe-runtime/runtime-closeout-parity-contract.mjs +214 -0
  312. package/tools/vibe-runtime/runtime-command-container.mjs +26 -0
  313. package/tools/vibe-runtime/runtime-command-surface-registry.mjs +383 -0
  314. package/tools/vibe-runtime/runtime-command-wrapper-deps.mjs +13 -0
  315. package/tools/vibe-runtime/runtime-commit-readiness-envelope.mjs +281 -0
  316. package/tools/vibe-runtime/runtime-completion-boundary-text.mjs +7 -0
  317. package/tools/vibe-runtime/runtime-completion-bundle-contract.mjs +71 -0
  318. package/tools/vibe-runtime/runtime-completion-chain-assembly.mjs +48 -0
  319. package/tools/vibe-runtime/runtime-completion-command.mjs +50 -0
  320. package/tools/vibe-runtime/runtime-completion-evidence-bundle.mjs +269 -0
  321. package/tools/vibe-runtime/runtime-completion-evidence-descriptors.mjs +156 -0
  322. package/tools/vibe-runtime/runtime-completion-local-evidence-gates.mjs +164 -0
  323. package/tools/vibe-runtime/runtime-completion-presentation.mjs +71 -0
  324. package/tools/vibe-runtime/runtime-completion-readiness-summary.mjs +159 -0
  325. package/tools/vibe-runtime/runtime-confirmed-one-shot-plan.mjs +300 -0
  326. package/tools/vibe-runtime/runtime-context-budget-entry-defaults-command.mjs +77 -0
  327. package/tools/vibe-runtime/runtime-context-budget-entry-defaults.mjs +341 -0
  328. package/tools/vibe-runtime/runtime-contract-marker-registry.mjs +13 -0
  329. package/tools/vibe-runtime/runtime-contributor-guardrail-command.mjs +78 -0
  330. package/tools/vibe-runtime/runtime-contributor-guardrail-evidence.mjs +319 -0
  331. package/tools/vibe-runtime/runtime-control-plane-command.mjs +237 -0
  332. package/tools/vibe-runtime/runtime-control-plane-evals-artifacts.mjs +123 -0
  333. package/tools/vibe-runtime/runtime-control-plane-evals-boundary-model.mjs +75 -0
  334. package/tools/vibe-runtime/runtime-control-plane-evals-cases.mjs +547 -0
  335. package/tools/vibe-runtime/runtime-control-plane-evals-command.mjs +527 -0
  336. package/tools/vibe-runtime/runtime-control-plane-evals-report-validation.mjs +209 -0
  337. package/tools/vibe-runtime/runtime-control-plane-planner-artifacts.mjs +457 -0
  338. package/tools/vibe-runtime/runtime-control-plane-planning-command.mjs +563 -0
  339. package/tools/vibe-runtime/runtime-control-plane-planning-input.mjs +99 -0
  340. package/tools/vibe-runtime/runtime-control-plane-planning-listing.mjs +48 -0
  341. package/tools/vibe-runtime/runtime-control-plane-planning-presentation.mjs +246 -0
  342. package/tools/vibe-runtime/runtime-control-plane-planning-validation.mjs +529 -0
  343. package/tools/vibe-runtime/runtime-control-plane-readonly-command.mjs +537 -0
  344. package/tools/vibe-runtime/runtime-control-plane-readonly-deps.mjs +146 -0
  345. package/tools/vibe-runtime/runtime-control-plane-release-evidence.mjs +525 -0
  346. package/tools/vibe-runtime/runtime-control-plane-release-gates.mjs +369 -0
  347. package/tools/vibe-runtime/runtime-control-plane-router-planning-model.mjs +152 -0
  348. package/tools/vibe-runtime/runtime-control-plane-routing-artifacts.mjs +588 -0
  349. package/tools/vibe-runtime/runtime-controlled-change-delivery-contract.mjs +165 -0
  350. package/tools/vibe-runtime/runtime-controlled-execution-gate-contract.mjs +141 -0
  351. package/tools/vibe-runtime/runtime-controlled-long-running-automation-contract.mjs +184 -0
  352. package/tools/vibe-runtime/runtime-controlled-subagent-orchestration-contract.mjs +169 -0
  353. package/tools/vibe-runtime/runtime-daemon-command.mjs +166 -0
  354. package/tools/vibe-runtime/runtime-daemon-state-lifecycle-model.mjs +359 -0
  355. package/tools/vibe-runtime/runtime-delivery-methodology-command.mjs +17 -0
  356. package/tools/vibe-runtime/runtime-delivery-methodology-gates.mjs +277 -0
  357. package/tools/vibe-runtime/runtime-diff-coverage-envelope.mjs +301 -0
  358. package/tools/vibe-runtime/runtime-dispatch-command.mjs +484 -0
  359. package/tools/vibe-runtime/runtime-dispatch-readonly-artifacts.mjs +406 -0
  360. package/tools/vibe-runtime/runtime-dispatch-state-lifecycle-model.mjs +199 -0
  361. package/tools/vibe-runtime/runtime-durable-state-recovery-contract.mjs +172 -0
  362. package/tools/vibe-runtime/runtime-entry-advice-model.mjs +201 -0
  363. package/tools/vibe-runtime/runtime-entry-deps-builder.mjs +54 -0
  364. package/tools/vibe-runtime/runtime-entry-presentation.mjs +82 -0
  365. package/tools/vibe-runtime/runtime-entry-summary-model.mjs +343 -0
  366. package/tools/vibe-runtime/runtime-entry-trigger-discipline.mjs +341 -0
  367. package/tools/vibe-runtime/runtime-entry-trigger-tightening-command.mjs +79 -0
  368. package/tools/vibe-runtime/runtime-entry-trigger-tightening.mjs +357 -0
  369. package/tools/vibe-runtime/runtime-eval-catalog-model.mjs +101 -0
  370. package/tools/vibe-runtime/runtime-eval-transcript-fixtures.mjs +218 -0
  371. package/tools/vibe-runtime/runtime-evidence-intake-envelope.mjs +278 -0
  372. package/tools/vibe-runtime/runtime-evidence-repair-model.mjs +180 -0
  373. package/tools/vibe-runtime/runtime-executable-plan-contract.mjs +428 -0
  374. package/tools/vibe-runtime/runtime-execution-approval-lifecycle-models.mjs +278 -0
  375. package/tools/vibe-runtime/runtime-execution-candidate-approval-artifacts.mjs +227 -0
  376. package/tools/vibe-runtime/runtime-execution-command.mjs +544 -0
  377. package/tools/vibe-runtime/runtime-execution-enabled-bridge-model.mjs +113 -0
  378. package/tools/vibe-runtime/runtime-execution-enabled-closeout-boundary.mjs +89 -0
  379. package/tools/vibe-runtime/runtime-execution-enabled-preflight-model.mjs +185 -0
  380. package/tools/vibe-runtime/runtime-execution-enabled-profile-contract.mjs +127 -0
  381. package/tools/vibe-runtime/runtime-execution-enabled-run-envelope.mjs +153 -0
  382. package/tools/vibe-runtime/runtime-execution-evidence-binder.mjs +537 -0
  383. package/tools/vibe-runtime/runtime-execution-plan-artifacts.mjs +136 -0
  384. package/tools/vibe-runtime/runtime-execution-policy-artifacts.mjs +377 -0
  385. package/tools/vibe-runtime/runtime-execution-presentation.mjs +174 -0
  386. package/tools/vibe-runtime/runtime-execution-readonly-artifacts.mjs +228 -0
  387. package/tools/vibe-runtime/runtime-execution-run-preflight-artifacts.mjs +265 -0
  388. package/tools/vibe-runtime/runtime-execution-safety-artifacts.mjs +131 -0
  389. package/tools/vibe-runtime/runtime-execution-state-write-lifecycle-model.mjs +99 -0
  390. package/tools/vibe-runtime/runtime-experience-friction-matrix.mjs +395 -0
  391. package/tools/vibe-runtime/runtime-experience-learning-pattern.mjs +354 -0
  392. package/tools/vibe-runtime/runtime-experience-regression-dashboard.mjs +398 -0
  393. package/tools/vibe-runtime/runtime-experience-upgrade-command.mjs +92 -0
  394. package/tools/vibe-runtime/runtime-experience-upgrade-prioritizer.mjs +451 -0
  395. package/tools/vibe-runtime/runtime-foreground-worker-plan.mjs +275 -0
  396. package/tools/vibe-runtime/runtime-git-diff-read-model.mjs +322 -0
  397. package/tools/vibe-runtime/runtime-governance-attestation.mjs +304 -0
  398. package/tools/vibe-runtime/runtime-governance-command.mjs +609 -0
  399. package/tools/vibe-runtime/runtime-governance-convergence-reports.mjs +601 -0
  400. package/tools/vibe-runtime/runtime-governance-pr-models.mjs +551 -0
  401. package/tools/vibe-runtime/runtime-governance-presentation.mjs +67 -0
  402. package/tools/vibe-runtime/runtime-governance-route-model.mjs +194 -0
  403. package/tools/vibe-runtime/runtime-governance-surface-reports.mjs +495 -0
  404. package/tools/vibe-runtime/runtime-hooks-boundary-model.mjs +356 -0
  405. package/tools/vibe-runtime/runtime-hooks-command.mjs +286 -0
  406. package/tools/vibe-runtime/runtime-human-completion-evidence-model.mjs +220 -0
  407. package/tools/vibe-runtime/runtime-human-friendly-aliases.mjs +250 -0
  408. package/tools/vibe-runtime/runtime-implementation-methodology-command.mjs +17 -0
  409. package/tools/vibe-runtime/runtime-implementation-methodology-gates.mjs +164 -0
  410. package/tools/vibe-runtime/runtime-implementation-task-registry.mjs +334 -0
  411. package/tools/vibe-runtime/runtime-install-experience-command.mjs +120 -0
  412. package/tools/vibe-runtime/runtime-install-experience-score.mjs +334 -0
  413. package/tools/vibe-runtime/runtime-installed-multiround-ux-acceptance.mjs +149 -0
  414. package/tools/vibe-runtime/runtime-interaction-command-domain-registry.mjs +46 -0
  415. package/tools/vibe-runtime/runtime-interaction-command.mjs +648 -0
  416. package/tools/vibe-runtime/runtime-interaction-completion-command.mjs +220 -0
  417. package/tools/vibe-runtime/runtime-interaction-entry-command.mjs +130 -0
  418. package/tools/vibe-runtime/runtime-interaction-workflow-envelopes.mjs +412 -0
  419. package/tools/vibe-runtime/runtime-learning-advice-model.mjs +157 -0
  420. package/tools/vibe-runtime/runtime-learning-artifact-model.mjs +509 -0
  421. package/tools/vibe-runtime/runtime-learning-audit-model.mjs +106 -0
  422. package/tools/vibe-runtime/runtime-learning-interaction-command.mjs +220 -0
  423. package/tools/vibe-runtime/runtime-learning-observation-model.mjs +124 -0
  424. package/tools/vibe-runtime/runtime-learning-presentation.mjs +84 -0
  425. package/tools/vibe-runtime/runtime-learning-run-preview-model.mjs +184 -0
  426. package/tools/vibe-runtime/runtime-lease-command.mjs +95 -0
  427. package/tools/vibe-runtime/runtime-lease-state-lifecycle-model.mjs +247 -0
  428. package/tools/vibe-runtime/runtime-list-presentation.mjs +7 -0
  429. package/tools/vibe-runtime/runtime-live-behavior-transcript-model.mjs +164 -0
  430. package/tools/vibe-runtime/runtime-local-behavior-eval-contracts-command.mjs +76 -0
  431. package/tools/vibe-runtime/runtime-local-behavior-eval-contracts.mjs +382 -0
  432. package/tools/vibe-runtime/runtime-local-commit-automation-gate.mjs +254 -0
  433. package/tools/vibe-runtime/runtime-local-json-input.mjs +32 -0
  434. package/tools/vibe-runtime/runtime-methodology-coverage-map.mjs +398 -0
  435. package/tools/vibe-runtime/runtime-methodology-coverage-marker-specs.mjs +61 -0
  436. package/tools/vibe-runtime/runtime-methodology-coverage-presentation.mjs +26 -0
  437. package/tools/vibe-runtime/runtime-methodology-gate-model.mjs +154 -0
  438. package/tools/vibe-runtime/runtime-methodology-gate-output-envelope.mjs +4 -0
  439. package/tools/vibe-runtime/runtime-methodology-interaction-command.mjs +147 -0
  440. package/tools/vibe-runtime/runtime-methodology-presentation.mjs +76 -0
  441. package/tools/vibe-runtime/runtime-methodology-route-model.mjs +93 -0
  442. package/tools/vibe-runtime/runtime-next-action-console.mjs +388 -0
  443. package/tools/vibe-runtime/runtime-next-action-evidence-prompts-command.mjs +84 -0
  444. package/tools/vibe-runtime/runtime-next-action-evidence-prompts.mjs +327 -0
  445. package/tools/vibe-runtime/runtime-observability-command.mjs +96 -0
  446. package/tools/vibe-runtime/runtime-observability-presentation.mjs +30 -0
  447. package/tools/vibe-runtime/runtime-observability-readiness-model.mjs +204 -0
  448. package/tools/vibe-runtime/runtime-patch-queue-contract.mjs +151 -0
  449. package/tools/vibe-runtime/runtime-plan-action-manifest.mjs +334 -0
  450. package/tools/vibe-runtime/runtime-planner-route-model.mjs +75 -0
  451. package/tools/vibe-runtime/runtime-platform-acceptance-command.mjs +216 -0
  452. package/tools/vibe-runtime/runtime-platform-capability-artifacts.mjs +156 -0
  453. package/tools/vibe-runtime/runtime-platform-capability-model.mjs +105 -0
  454. package/tools/vibe-runtime/runtime-platform-command.mjs +329 -0
  455. package/tools/vibe-runtime/runtime-platform-presentation.mjs +78 -0
  456. package/tools/vibe-runtime/runtime-platform-session-artifacts.mjs +857 -0
  457. package/tools/vibe-runtime/runtime-platform-transcript-example-pack.mjs +293 -0
  458. package/tools/vibe-runtime/runtime-platform-transcript-intake-model.mjs +247 -0
  459. package/tools/vibe-runtime/runtime-platform-transcript-replay-model.mjs +371 -0
  460. package/tools/vibe-runtime/runtime-policy-catalog.mjs +54 -0
  461. package/tools/vibe-runtime/runtime-product-methodology-command.mjs +17 -0
  462. package/tools/vibe-runtime/runtime-product-methodology-gates.mjs +316 -0
  463. package/tools/vibe-runtime/runtime-progressive-entry-ux.mjs +237 -0
  464. package/tools/vibe-runtime/runtime-queue-command.mjs +98 -0
  465. package/tools/vibe-runtime/runtime-queue-state-lifecycle-model.mjs +318 -0
  466. package/tools/vibe-runtime/runtime-readiness-gate-split.mjs +196 -0
  467. package/tools/vibe-runtime/runtime-readonly-local-json-output-envelope.mjs +24 -0
  468. package/tools/vibe-runtime/runtime-recovery-classification-models.mjs +412 -0
  469. package/tools/vibe-runtime/runtime-recovery-command.mjs +107 -0
  470. package/tools/vibe-runtime/runtime-recovery-presentation.mjs +65 -0
  471. package/tools/vibe-runtime/runtime-recovery-state-lifecycle-model.mjs +419 -0
  472. package/tools/vibe-runtime/runtime-release-command-deps.mjs +4 -0
  473. package/tools/vibe-runtime/runtime-release-command.mjs +225 -0
  474. package/tools/vibe-runtime/runtime-release-state-lifecycle-model.mjs +48 -0
  475. package/tools/vibe-runtime/runtime-reply-artifact-lifecycle-model.mjs +84 -0
  476. package/tools/vibe-runtime/runtime-reply-command.mjs +488 -0
  477. package/tools/vibe-runtime/runtime-retry-command.mjs +223 -0
  478. package/tools/vibe-runtime/runtime-retry-run-gate-model.mjs +151 -0
  479. package/tools/vibe-runtime/runtime-review-envelope.mjs +449 -0
  480. package/tools/vibe-runtime/runtime-review-feedback-gate.mjs +160 -0
  481. package/tools/vibe-runtime/runtime-runbook-executor-preview-contract.mjs +361 -0
  482. package/tools/vibe-runtime/runtime-scheduler-command.mjs +8 -0
  483. package/tools/vibe-runtime/runtime-scheduler-risk-artifacts.mjs +775 -0
  484. package/tools/vibe-runtime/runtime-scheduler-state-lifecycle-model.mjs +53 -0
  485. package/tools/vibe-runtime/runtime-sdd-consumption-command.mjs +386 -0
  486. package/tools/vibe-runtime/runtime-sdd-evidence-chain-model.mjs +200 -0
  487. package/tools/vibe-runtime/runtime-sdd-handoff-chain-model.mjs +168 -0
  488. package/tools/vibe-runtime/runtime-sdd-implementer-artifact-model.mjs +90 -0
  489. package/tools/vibe-runtime/runtime-sdd-loop-command.mjs +659 -0
  490. package/tools/vibe-runtime/runtime-sdd-plan-preflight-model.mjs +121 -0
  491. package/tools/vibe-runtime/runtime-sdd-review-package-command.mjs +197 -0
  492. package/tools/vibe-runtime/runtime-sdd-review-package-model.mjs +183 -0
  493. package/tools/vibe-runtime/runtime-sdd-task-brief-model.mjs +144 -0
  494. package/tools/vibe-runtime/runtime-self-test-gate-profile.mjs +225 -0
  495. package/tools/vibe-runtime/runtime-sequential-stage-runbook.mjs +406 -0
  496. package/tools/vibe-runtime/runtime-session-checkpoint-model.mjs +217 -0
  497. package/tools/vibe-runtime/runtime-session-skill-command.mjs +241 -0
  498. package/tools/vibe-runtime/runtime-session-start-example-command.mjs +122 -0
  499. package/tools/vibe-runtime/runtime-session-start-example-pack.mjs +290 -0
  500. package/tools/vibe-runtime/runtime-session-start-shape-acceptance.mjs +344 -0
  501. package/tools/vibe-runtime/runtime-skill-contract-schema.mjs +221 -0
  502. package/tools/vibe-runtime/runtime-skill-route-registry.mjs +47 -0
  503. package/tools/vibe-runtime/runtime-skill-runtime-traceability-map.mjs +268 -0
  504. package/tools/vibe-runtime/runtime-source-merge-apply-boundary-model.mjs +130 -0
  505. package/tools/vibe-runtime/runtime-source-merge-artifacts.mjs +920 -0
  506. package/tools/vibe-runtime/runtime-source-merge-command.mjs +160 -0
  507. package/tools/vibe-runtime/runtime-source-merge-entry-command.mjs +153 -0
  508. package/tools/vibe-runtime/runtime-source-patch-plan-model.mjs +119 -0
  509. package/tools/vibe-runtime/runtime-stage-scriptlet.mjs +430 -0
  510. package/tools/vibe-runtime/runtime-staged-commit-readiness.mjs +469 -0
  511. package/tools/vibe-runtime/runtime-state-directory-model.mjs +7 -0
  512. package/tools/vibe-runtime/runtime-state-io.mjs +41 -0
  513. package/tools/vibe-runtime/runtime-state-paths.mjs +231 -0
  514. package/tools/vibe-runtime/runtime-state-presence-model.mjs +6 -0
  515. package/tools/vibe-runtime/runtime-state-risk-paths.mjs +70 -0
  516. package/tools/vibe-runtime/runtime-subagent-adapter-dispatch-command.mjs +266 -0
  517. package/tools/vibe-runtime/runtime-subagent-boundary-contracts.mjs +118 -0
  518. package/tools/vibe-runtime/runtime-subagent-permission-command.mjs +78 -0
  519. package/tools/vibe-runtime/runtime-subagent-permission-gate-model.mjs +131 -0
  520. package/tools/vibe-runtime/runtime-subagent-permission-visibility.mjs +294 -0
  521. package/tools/vibe-runtime/runtime-subagents-artifact-specs.mjs +257 -0
  522. package/tools/vibe-runtime/runtime-subagents-command.mjs +10 -0
  523. package/tools/vibe-runtime/runtime-subagents-eligibility-model.mjs +340 -0
  524. package/tools/vibe-runtime/runtime-subagents-platform-session-proxies.mjs +54 -0
  525. package/tools/vibe-runtime/runtime-subagents-presentation.mjs +91 -0
  526. package/tools/vibe-runtime/runtime-subagents-risk-artifacts.mjs +853 -0
  527. package/tools/vibe-runtime/runtime-subagents-stage-artifact-model.mjs +538 -0
  528. package/tools/vibe-runtime/runtime-subagents-tail-routing-model.mjs +48 -0
  529. package/tools/vibe-runtime/runtime-suite-plan-model.mjs +194 -0
  530. package/tools/vibe-runtime/runtime-superpowers-comparison-matrix.mjs +399 -0
  531. package/tools/vibe-runtime/runtime-superpowers-gap-matrix.mjs +307 -0
  532. package/tools/vibe-runtime/runtime-superpowers-parity-command.mjs +102 -0
  533. package/tools/vibe-runtime/runtime-superpowers-parity-profile-contract.mjs +183 -0
  534. package/tools/vibe-runtime/runtime-superpowers-parity-scorecard.mjs +460 -0
  535. package/tools/vibe-runtime/runtime-superpowers-regression-guard.mjs +270 -0
  536. package/tools/vibe-runtime/runtime-superpowers-style-eval-pack.mjs +367 -0
  537. package/tools/vibe-runtime/runtime-task-commit-gates.mjs +62 -0
  538. package/tools/vibe-runtime/runtime-task-commit-readiness.mjs +66 -0
  539. package/tools/vibe-runtime/runtime-task-commit-sidecar.mjs +65 -0
  540. package/tools/vibe-runtime/runtime-tdd-trace-contract.mjs +277 -0
  541. package/tools/vibe-runtime/runtime-test-evidence-model.mjs +196 -0
  542. package/tools/vibe-runtime/runtime-test-run-command-deps.mjs +7 -0
  543. package/tools/vibe-runtime/runtime-test-run-command.mjs +108 -0
  544. package/tools/vibe-runtime/runtime-token-economy-model.mjs +336 -0
  545. package/tools/vibe-runtime/runtime-token-interaction-command.mjs +381 -0
  546. package/tools/vibe-runtime/runtime-token-savior-budget.mjs +370 -0
  547. package/tools/vibe-runtime/runtime-tokens-command-deps.mjs +17 -0
  548. package/tools/vibe-runtime/runtime-tokens-command.mjs +117 -0
  549. package/tools/vibe-runtime/runtime-tokens-presentation.mjs +45 -0
  550. package/tools/vibe-runtime/runtime-trace-command.mjs +283 -0
  551. package/tools/vibe-runtime/runtime-trace-source-registry.mjs +132 -0
  552. package/tools/vibe-runtime/runtime-verification-gate-chain-model.mjs +131 -0
  553. package/tools/vibe-runtime/runtime-verification-repair-loop-plan.mjs +188 -0
  554. package/tools/vibe-runtime/runtime-workflow-alias-boundary-text.mjs +7 -0
  555. package/tools/vibe-runtime/runtime-workflow-alias-interaction-command.mjs +145 -0
  556. package/tools/vibe-runtime/runtime-workflow-command-deps.mjs +41 -0
  557. package/tools/vibe-runtime/runtime-workflow-command.mjs +191 -0
  558. package/tools/vibe-runtime/runtime-workflow-discipline-summary.mjs +164 -0
  559. package/tools/vibe-runtime/runtime-workflow-entry-envelopes.mjs +156 -0
  560. package/tools/vibe-runtime/runtime-workflow-ledger-command.mjs +239 -0
  561. package/tools/vibe-runtime/runtime-workflow-ledger-state-lifecycle-model.mjs +46 -0
  562. package/tools/vibe-runtime/runtime-workflow-loop-contract.mjs +259 -0
  563. package/tools/vibe-runtime/runtime-workflow-next-step-gate-model.mjs +106 -0
  564. package/tools/vibe-runtime/runtime-workflow-presentation.mjs +355 -0
  565. package/tools/vibe-runtime/runtime-workflow-readiness-model.mjs +176 -0
  566. package/tools/vibe-runtime/runtime-workflow-run-plan-model.mjs +207 -0
  567. package/tools/vibe-runtime/runtime-workflow-start-model.mjs +229 -0
  568. package/tools/vibe-runtime/runtime-workflow-state-artifacts.mjs +381 -0
  569. package/tools/vibe-runtime/runtime-workflow-state-helpers.mjs +456 -0
  570. package/tools/vibe-runtime/runtime-workflow-state-summary.mjs +65 -0
  571. package/tools/vibe-runtime/runtime-workflow-state-validation.mjs +104 -0
  572. package/tools/vibe-runtime/runtime-workflow-ux-model.mjs +205 -0
  573. package/tools/vibe-runtime/runtime-workspace-boundary-text.mjs +7 -0
  574. package/tools/vibe-runtime/runtime-workspace-isolation-command.mjs +295 -0
  575. package/tools/vibe-runtime/state-core-paths.mjs +113 -0
  576. package/tools/vibe-runtime/state-extension-paths.mjs +198 -0
  577. package/tools/vibe-runtime/state-safe-paths.mjs +2 -0
  578. package/tools/vibe-runtime-check/README.md +110 -0
  579. package/tools/vibe-runtime-check/architecture-tool-contracts.mjs +150 -0
  580. package/tools/vibe-runtime-check/index.mjs +186 -0
  581. package/tools/vibe-runtime-check/install-summary-adoption-contracts.mjs +115 -0
  582. package/tools/vibe-runtime-check/marker-contract-core.mjs +20 -0
  583. package/tools/vibe-runtime-check/product-artifact-contracts.mjs +24 -0
  584. package/tools/vibe-runtime-check/release-check-install-placement-contracts.mjs +166 -0
  585. package/tools/vibe-runtime-check/release-runtime-suite-layer-contracts.mjs +137 -0
  586. package/tools/vibe-runtime-check/runtime-architecture-manifest-drift-contracts.mjs +128 -0
  587. package/tools/vibe-runtime-check/runtime-automation-readiness-contracts.mjs +404 -0
  588. package/tools/vibe-runtime-check/runtime-capability-registry-contracts.mjs +299 -0
  589. package/tools/vibe-runtime-check/runtime-check-diagnostics-presentation.mjs +71 -0
  590. package/tools/vibe-runtime-check/runtime-cli-surface-contracts.mjs +156 -0
  591. package/tools/vibe-runtime-check/runtime-close-loop-contracts.mjs +163 -0
  592. package/tools/vibe-runtime-check/runtime-contract-delivery-registry.mjs +19 -0
  593. package/tools/vibe-runtime-check/runtime-contract-implementation-registry.mjs +23 -0
  594. package/tools/vibe-runtime-check/runtime-contract-local-evidence-registry.mjs +43 -0
  595. package/tools/vibe-runtime-check/runtime-contract-product-registry.mjs +83 -0
  596. package/tools/vibe-runtime-check/runtime-contract-registry.mjs +19 -0
  597. package/tools/vibe-runtime-check/runtime-control-plane-contracts.mjs +14 -0
  598. package/tools/vibe-runtime-check/runtime-doc-contract-marker-specs.mjs +349 -0
  599. package/tools/vibe-runtime-check/runtime-doc-contracts.mjs +24 -0
  600. package/tools/vibe-runtime-check/runtime-doc-marker-contracts.mjs +25 -0
  601. package/tools/vibe-runtime-check/runtime-entry-size-contracts.mjs +477 -0
  602. package/tools/vibe-runtime-check/runtime-experience-cli-contract-specs.mjs +98 -0
  603. package/tools/vibe-runtime-check/runtime-experience-cli-contracts.mjs +12 -0
  604. package/tools/vibe-runtime-check/runtime-experience-contracts.mjs +187 -0
  605. package/tools/vibe-runtime-check/runtime-governance-learning-token-contract-specs.mjs +92 -0
  606. package/tools/vibe-runtime-check/runtime-governance-learning-token-contracts.mjs +12 -0
  607. package/tools/vibe-runtime-check/runtime-high-risk-boundary-contracts.mjs +35 -0
  608. package/tools/vibe-runtime-check/runtime-high-risk-boundary-matrix.mjs +75 -0
  609. package/tools/vibe-runtime-check/runtime-index-import-boundary-contracts.mjs +192 -0
  610. package/tools/vibe-runtime-check/runtime-optimization-boundary-contracts.mjs +49 -0
  611. package/tools/vibe-runtime-check/runtime-pure-model-boundary-contracts.mjs +176 -0
  612. package/tools/vibe-runtime-check/runtime-release-closeout-contracts.mjs +25 -0
  613. package/tools/vibe-runtime-check/runtime-roadmap-marker-specs.mjs +559 -0
  614. package/tools/vibe-runtime-check/runtime-source-bundle.mjs +119 -0
  615. package/tools/vibe-runtime-check/runtime-tool-readme-contracts.mjs +93 -0
  616. package/tools/vibe-runtime-check/runtime-tool-readme-marker-specs.mjs +952 -0
  617. package/tools/vibe-runtime-check/workflow-skill-contracts.mjs +129 -0
  618. package/tools/vibe-runtime-check/workflow-skill-route-registry-contracts.mjs +106 -0
  619. package/tools/vibe-runtime-check/workflow-ux-contracts.mjs +46 -0
@@ -0,0 +1,559 @@
1
+ const stateRoot = ['.vibecoding', '-state'].join('');
2
+ const sch = ['sche', 'duler'].join('');
3
+ const dmn = ['dae', 'mon'].join('');
4
+ const q = ['que', 'ue'].join('');
5
+
6
+ export const runtimeRoadmapMarkerSpecs = [
7
+ {
8
+ key: "stage49Roadmap",
9
+ path: 'docs/runtime-roadmap.md',
10
+ markers: ['planner --route --from-file', 'planner --route --from-hook', 'planner --decompose --from-route', 'planner --briefs --from-plan', '' + stateRoot + '/planner-routes/', '' + stateRoot + '/planner-plans/', '' + stateRoot + '/planner-briefs/', 'planner_routes', 'planner_plans', 'planner_briefs'],
11
+ okLabel: "docs/runtime-roadmap.md defines Stage 49 planner roadmap boundaries",
12
+ failLabel: "docs/runtime-roadmap.md Stage 49 roadmap markers incomplete",
13
+ fix: "Document Stage 49 planner commands, state directories, and trace source types in the runtime roadmap.",
14
+ },
15
+ {
16
+ key: "stage50Roadmap",
17
+ path: 'docs/runtime-roadmap.md',
18
+ markers: ['Stage 50:Router / Orchestrator Plan / Controlled Dispatch Strategy', 'router --plan --from-briefs', 'router --approve <router-plan-file>', 'orchestrator --plan --from-router', 'orchestrator --dispatch-plan', '' + stateRoot + '/router-plans/', '' + stateRoot + '/router-approvals/', '' + stateRoot + '/orchestrator-plans/', '' + stateRoot + '/orchestrator-dispatch-plans/', '' + sch + '-dispatch-plan-only', 'session-approval-only', 'router_plans', 'router_approvals', 'orchestrator_plans', 'orchestrator_dispatch_plans'],
19
+ okLabel: "docs/runtime-roadmap.md defines Stage 50 router and orchestrator roadmap boundaries",
20
+ failLabel: "docs/runtime-roadmap.md Stage 50 roadmap markers incomplete",
21
+ fix: "Document Stage 50 router/orchestrator commands, state directories, followup gates, and trace source types in the runtime roadmap.",
22
+ },
23
+ {
24
+ key: "stage51Roadmap",
25
+ path: 'docs/runtime-roadmap.md',
26
+ markers: ['Stage 51:Behavioral Eval Harness / Scenario / Adversarial Session Eval', 'evals --catalog', 'evals --run-contract contract-core', 'evals --run-scenario scenario-routing', 'evals --run-behavior behavior-workflow', 'evals --run-adversarial adversarial-guardrails', '' + stateRoot + '/eval-suites/', '' + stateRoot + '/eval-runs/', '' + stateRoot + '/eval-reports/', 'eval_suites', 'eval_runs', 'eval_reports', 'transcript-behavioral-judge', 'sandbox-replay-judge', 'artifact_contract_pass_does_not_imply_behavior_pass'],
27
+ okLabel: "docs/runtime-roadmap.md defines Stage 51 eval roadmap boundaries",
28
+ failLabel: "docs/runtime-roadmap.md Stage 51 roadmap markers incomplete",
29
+ fix: "Document Stage 51 eval commands, state directories, deterministic judge boundary, and trace source types in the runtime roadmap.",
30
+ },
31
+ {
32
+ key: "stage52Roadmap",
33
+ path: 'docs/runtime-roadmap.md',
34
+ markers: ['Stage 52:Runtime Release Gate / Eval-backed Promotion', 'release --gate --from-evals', 'release --verify-gate', '' + stateRoot + '/release-gates/', 'release_gates', 'contract-core', 'scenario-routing', 'behavior-workflow', 'adversarial-guardrails', 'transcript-behavioral-judge', 'sandbox-replay-judge', 'artifact_contract_pass_does_not_imply_behavior_pass'],
35
+ okLabel: "docs/runtime-roadmap.md defines Stage 52 release gate roadmap boundaries",
36
+ failLabel: "docs/runtime-roadmap.md Stage 52 roadmap markers incomplete",
37
+ fix: "Document Stage 52 release gate commands, state directory, required eval coverage, and trace source type in the runtime roadmap.",
38
+ },
39
+ {
40
+ key: "stage53Roadmap",
41
+ path: 'docs/runtime-roadmap.md',
42
+ markers: ['Stage 53:Runtime Observability / Feedback Ledger', 'feedback --ledger', 'feedback --verify-ledger', '--from-planner', '--from-router', '--from-orchestrator', '--from-release-gate', '' + stateRoot + '/feedback-ledgers/', 'feedback_ledgers', 'blocked_reasons', 'required_gates', 'fallback', 'concurrency budget'],
43
+ okLabel: "docs/runtime-roadmap.md defines Stage 53 feedback ledger roadmap boundaries",
44
+ failLabel: "docs/runtime-roadmap.md Stage 53 roadmap markers incomplete",
45
+ fix: "Document Stage 53 feedback ledger commands, state directory, source families, digest binding, and trace source type in the runtime roadmap.",
46
+ },
47
+ {
48
+ key: "stage54Roadmap",
49
+ path: 'docs/runtime-roadmap.md',
50
+ markers: ['Stage 54:Runtime Policy Catalog / Guardrail Versioning', 'policies --catalog', 'policies --summary', 'catalog_digest', 'writes_state=false', 'runtime_action=false', 'workflow-route-policy', 'platform-ranking-policy', 'mutex-fallback-policy', 'eval-judge-policy', 'safety-boundary-policy', 'policy_catalog_digest', 'policy drift', 'remote_config=false'],
51
+ okLabel: "docs/runtime-roadmap.md defines Stage 54 policy catalog roadmap boundaries",
52
+ failLabel: "docs/runtime-roadmap.md Stage 54 roadmap markers incomplete",
53
+ fix: "Document Stage 54 policy catalog command, policy families, digest binding, and no remote policy boundary.",
54
+ },
55
+ {
56
+ key: "stage55Roadmap",
57
+ path: 'docs/runtime-roadmap.md',
58
+ markers: ['Stage 55:Installed Runtime Opt-in / Manifest Boundary', 'vibe-init/index.mjs --target <project-root> --platform cursor --with-runtime', '.vibecoding/runtime-installed.json', 'installed-runtime-opt-in', 'external kit repo / package', 'tools/vibe-runtime/', 'tools/vibe-doctor/', 'creates_state_directory_by_default=false'],
59
+ okLabel: "docs/runtime-roadmap.md defines Stage 55 installed runtime opt-in roadmap boundaries",
60
+ failLabel: "docs/runtime-roadmap.md Stage 55 roadmap markers incomplete",
61
+ fix: "Document Stage 55 runtime opt-in manifest path, installed-project boundary, external invocation model, and disabled default runtime behavior.",
62
+ },
63
+ {
64
+ key: "stage56Roadmap",
65
+ path: 'docs/runtime-roadmap.md',
66
+ markers: ['Stage 56:Runtime Compatibility / Migration Check', 'governance --compatibility --report', 'compatible', 'manual-migration-required', 'untrusted', 'policy_catalog_digest', 'eval_catalog_digest', 'known_trace_source_types', '不自动迁移旧 artifact'],
67
+ okLabel: "docs/runtime-roadmap.md defines Stage 56 compatibility roadmap boundaries",
68
+ failLabel: "docs/runtime-roadmap.md Stage 56 roadmap markers incomplete",
69
+ fix: "Document Stage 56 read-only compatibility report, current digest baselines, known trace source types, and no automatic migration boundary.",
70
+ },
71
+ {
72
+ key: "stage57Roadmap",
73
+ path: 'docs/runtime-roadmap.md',
74
+ markers: ['Stage 57:Optional PR Readiness Governance Sidecar', 'governance --pr-readiness', '' + stateRoot + '/governance/<timestamp>.pr-readiness-governance.json', 'pr-readiness-governance', 'optional=true', 'sidecar_only=true', 'default_enabled=false', 'release_chain_required=false', 'human_submit_pr', 'existing_pr_search.status', 'not_performed_offline_boundary', 'pr=false', 'push=false', 'merge=false'],
75
+ okLabel: "docs/runtime-roadmap.md defines Stage 57 PR readiness governance roadmap boundaries",
76
+ failLabel: "docs/runtime-roadmap.md Stage 57 roadmap markers incomplete",
77
+ fix: "Document Stage 57 optional governance PR readiness sidecar, local evidence model, no PR/push/merge boundary, and release-chain opt-out.",
78
+ },
79
+ {
80
+ key: "stage58Roadmap",
81
+ path: 'docs/runtime-roadmap.md',
82
+ markers: ['Stage 58:PR Review / CI Evidence Intake Governance Sidecar', 'governance --pr-review-intake', '--from-file <local-evidence-file>', '--from-readiness <pr-readiness-file>', '' + stateRoot + '/governance/<timestamp>.pr-review-intake-governance.json', 'pr-review-intake-governance', 'optional=true', 'sidecar_only=true', 'default_enabled=false', 'release_chain_required=false', 'input_evidence_digest', 'policy_catalog_digest', 'allowed_followup', 'platform_api=false', 'external_network=false', 'git=false', 'worktree=false'],
83
+ okLabel: "docs/runtime-roadmap.md defines Stage 58 PR review intake governance roadmap boundaries",
84
+ failLabel: "docs/runtime-roadmap.md Stage 58 roadmap markers incomplete",
85
+ fix: "Document Stage 58 optional governance PR/review/CI evidence intake sidecar, local evidence file model, no platform/git/network boundary, and release-chain opt-out.",
86
+ },
87
+ {
88
+ key: "stage59Roadmap",
89
+ path: 'docs/runtime-roadmap.md',
90
+ markers: ['Stage 59:Capability Convergence Contract / Gap Matrix', 'governance --convergence --report', 'convergence_target', 'dimensions[]', 'workflow-experience', 'learning-model', 'deterministic-token-economy', 'stream-distillation', 'runtime-governance', 'state_directory_created=false', 'skill_mutation=false', 'shell_interception=false'],
91
+ okLabel: "docs/runtime-roadmap.md defines Stage 59 convergence roadmap boundaries",
92
+ failLabel: "docs/runtime-roadmap.md Stage 59 roadmap markers incomplete",
93
+ fix: "Document Stage 59 read-only convergence report, capability dimensions, stage sequence, and no mutation/interception boundary.",
94
+ },
95
+ {
96
+ key: "stage60Roadmap",
97
+ path: 'docs/runtime-roadmap.md',
98
+ markers: ['Stage 60:Workflow UX Parity / Methodology Route', 'methodology --route --intent', "stage='Stage 60'", "route_kind='workflow-methodology-route'", 'selected_workflow', 'first_skill', 'gate_kinds', 'trigger_discipline', 'route_digest', 'one_percent_rule', 'state_directory_created=false', 'skill_execution=false'],
99
+ okLabel: "docs/runtime-roadmap.md defines Stage 60 workflow route boundaries",
100
+ failLabel: "docs/runtime-roadmap.md Stage 60 roadmap markers incomplete",
101
+ fix: "Document Stage 60 methodology route, trigger discipline, digest, no state write, and no skill execution boundary.",
102
+ },
103
+ {
104
+ key: "stage61Roadmap",
105
+ path: 'docs/runtime-roadmap.md',
106
+ markers: ['Stage 61:Local Learning Observation Ledger', 'learning --observe --from-file', '' + stateRoot + '/learning/*.learning-observation.json', "artifact_kind='learning-observation'", 'source_digest', 'scope=\'project\'|\'global-candidate\'', 'domain=\'workflow\'|\'debugging\'|\'testing\'|\'code-style\'|\'governance\'|\'token-economy\'', 'confidence_delta', 'evidence_excerpt_digest', 'signals_digest', 'candidate_only=true', 'promotion_required=true', 'skill_mutation=false', 'prompt_mutation=false', 'hook_registration=false', 'shell_interception=false'],
107
+ okLabel: "docs/runtime-roadmap.md defines Stage 61 learning observation boundaries",
108
+ failLabel: "docs/runtime-roadmap.md Stage 61 roadmap markers incomplete",
109
+ fix: "Document Stage 61 local learning observation ledger, source digest, scope/domain/confidence, candidate-only promotion gate, and no mutation/interception boundary.",
110
+ },
111
+ {
112
+ key: "stage62Roadmap",
113
+ path: 'docs/runtime-roadmap.md',
114
+ markers: ['Stage 62:Candidate Instinct and Promotion Gate', 'learning --instincts --from-observations', 'learning --promote --instinct', '' + stateRoot + '/learning/*.candidate-instinct.json', '' + stateRoot + '/learning/*.learning-promotion.json', "artifact_kind='candidate-instinct'", "artifact_kind='learning-promotion'", 'atomic=true', 'one_trigger=true', 'one_action=true', 'evidence_observations[]', 'candidate_instinct_digest', 'promotion_target=\'manual-skill-authoring\'', 'human_approval_required=true', 'automatic_promotion=false', 'writes_formal_skills=false', 'vibe-writing-skills', 'skill_mutation=false', 'prompt_mutation=false', 'hook_registration=false', 'shell_interception=false'],
115
+ okLabel: "docs/runtime-roadmap.md defines Stage 62 candidate instinct promotion boundaries",
116
+ failLabel: "docs/runtime-roadmap.md Stage 62 roadmap markers incomplete",
117
+ fix: "Document Stage 62 candidate instinct sidecar, promotion gate sidecar, evidence digest binding, manual skill authoring handoff, and no mutation/interception boundary.",
118
+ },
119
+ {
120
+ key: "stage63Roadmap",
121
+ path: 'docs/runtime-roadmap.md',
122
+ markers: ['Stage 63:Deterministic Token Output Compactor', 'tokens --catalog --json', 'tokens --compact-output --command <cmd-name> --from-file <output-file> --preview --json', 'tokens --verify <token-compaction-file> --json', '' + stateRoot + '/token-economy/*.token-compaction.json', "artifact_kind='token-compaction'", "stage='Stage 63'", "mode='token-compaction'", 'source_digest', 'full_output_digest', 'compacted_text', 'compacted_digest', 'dropped_categories', 'metrics.estimated_input_tokens', 'token_compaction_digest', 'shell_interception=false', 'command_execution=false', 'output_mutation=false', 'original_output_hidden=false'],
123
+ okLabel: "docs/runtime-roadmap.md defines Stage 63 token compaction boundaries",
124
+ failLabel: "docs/runtime-roadmap.md Stage 63 roadmap markers incomplete",
125
+ fix: "Document Stage 63 token catalog, compact-output preview/confirm, token-economy sidecar, digest verification, and no shell/model/rewrite boundary.",
126
+ },
127
+ {
128
+ key: "stage64Roadmap",
129
+ path: 'docs/runtime-roadmap.md',
130
+ markers: ['Stage 64:Token Metrics / Profiles / Safe Rewrite Preview', 'tokens --profile --name minimal --json', 'tokens --metrics --from-compactions <token-compaction-file...> --preview --json', 'tokens --rewrite-preview --command <cmd> --json', 'tokens --verify <token-metrics-file> --json', '' + stateRoot + '/token-economy/*.token-metrics.json', "artifact_kind='token-metrics'", "stage='Stage 64'", "profile_kind='token-profile'", 'token_metrics_digest', 'source_compactions[]', 'command_families[]', 'execute=false', 'command_mutation=false', 'shell_interception=false', 'command_execution=false'],
131
+ okLabel: "docs/runtime-roadmap.md defines Stage 64 token metrics/profile/rewrite preview boundaries",
132
+ failLabel: "docs/runtime-roadmap.md Stage 64 roadmap markers incomplete",
133
+ fix: "Document Stage 64 token profiles, metrics sidecar, verify, rewrite preview, and no shell interception/command mutation boundary.",
134
+ },
135
+ {
136
+ key: "stage65Roadmap",
137
+ path: 'docs/runtime-roadmap.md',
138
+ markers: ['Stage 65:Governance Convergence Gate', 'release --gate --from-evals <eval-report-file...> --with-convergence --json', 'release --verify-gate <release-gate-file> --json', "evidence_kind='governance-convergence-report'", "stage='Stage 65'", 'convergence_evidence_bound', 'convergence_digest', 'boundary_assertions_digest', 'evidence_digest', 'release_chain_required=false', 'convergence report digest drift', 'convergence evidence digest drift', 'workflow route 不写状态', 'learning preview 不写', 'token compaction/metrics deterministic', 'default_enabled=false'],
139
+ okLabel: "docs/runtime-roadmap.md defines Stage 65 governance convergence gate boundaries",
140
+ failLabel: "docs/runtime-roadmap.md Stage 65 roadmap markers incomplete",
141
+ fix: "Document Stage 65 optional release gate convergence binding, verification drift rejection, and Stage 59-64 smoke convergence boundary.",
142
+ },
143
+ {
144
+ key: "p51Roadmap",
145
+ path: 'docs/runtime-roadmap.md',
146
+ markers: ['P51:Feedback / Learning / Token 产品入口', 'governance --convergence --report --json', 'learning --observe --from-file <session-evidence-file> --preview --json', 'learning --experience-pattern --from-friction <local-friction-json> --json', 'tokens --advice --intent verification --json', 'tokens --savior-budget --prompt <text> --json', 'candidate_only=true', 'promotion_required=true', 'preview_only=true', 'skill_mutation=false', 'prompt_mutation=false', 'shell_interception=false', 'model_invocation=false', 'platform_api=false', 'subagent=false', 'git_write=false', 'business_source_write=false'],
147
+ okLabel: "docs/runtime-roadmap.md defines P51 feedback learning token product entry boundaries",
148
+ failLabel: "docs/runtime-roadmap.md P51 product entry markers incomplete",
149
+ fix: "Document P51 read-only advice and candidate observation entry, with no mutation/model/platform/subagent boundary.",
150
+ },
151
+ {
152
+ key: "p54Roadmap",
153
+ path: 'docs/runtime-roadmap.md',
154
+ markers: ['Long-term productization task index', 'P54 把 Stage 121-156', 'adoption_funnel_v2', 'installed_first_session_acceptance', 'evidence_supply_chain_v2', 'artifact_gate_productization', 'behavior_eval_pack_v2', 'experience_loop_v2', 'token_context_economy_v2', 'adapter_plugin_maturity', 'legacy_workflow_discipline_expression_v2', 'contributor_closeout_guardrails', 'architecture_paydown_sprint', 'release_evidence_governance', 'runtime_command_added=false', 'execution_surface_added=false', 'state_directory_created=false', 'model_invocation=false', 'business_source_write=false'],
155
+ okLabel: "docs/runtime-roadmap.md defines P54 long-term productization task index",
156
+ failLabel: "docs/runtime-roadmap.md P54 task index markers incomplete",
157
+ fix: "Document P54 long-term productization task ledger, task-to-stage mapping, and no new command/execution boundary.",
158
+ },
159
+ {
160
+ key: "stage68Roadmap",
161
+ path: 'docs/runtime-roadmap.md',
162
+ markers: ['Stage 68:Release Notes Evidence / Commit Hygiene Sidecar', 'release --notes --from-file <local-evidence-file> --preview --json', 'release --verify-notes <release-notes-file> --json', '' + stateRoot + '/release-notes/*.release-notes.json', "artifact_kind='release-notes'", "stage='Stage 68'", "mode='release-notes'", 'source_digest', 'range_hint', 'commit_hygiene_findings', 'release_notes_digest', 'history_rewrite=false', 'tag=false', 'release_chain_required=false'],
163
+ okLabel: "docs/runtime-roadmap.md defines Stage 68 release notes boundaries",
164
+ failLabel: "docs/runtime-roadmap.md Stage 68 roadmap markers incomplete",
165
+ fix: "Document Stage 68 release notes evidence sidecar, local evidence digest, commit hygiene findings, and no git/platform/release-chain boundary.",
166
+ },
167
+ {
168
+ key: "stage78Roadmap",
169
+ path: 'docs/runtime-roadmap.md',
170
+ markers: ['Stage 78:Agent Entry Next-Step Advice', 'entry --advice --intent <kind>', "stage='Stage 78'", "advice_kind='agent-entry-next-step-advice'", 'recommended_layer', 'manual_action', 'verification_hint', 'advice_digest', 'entry_advice_artifact=false', 'skill_execution=false', 'dispatch_event_modified=false', 'state_directory_created=false'],
171
+ okLabel: "docs/runtime-roadmap.md defines Stage 78 entry advice boundaries",
172
+ failLabel: "docs/runtime-roadmap.md Stage 78 roadmap markers incomplete",
173
+ fix: "Document Stage 78 entry advice command, output fields, digest, and no-write/no-execution boundary.",
174
+ },
175
+ {
176
+ key: "stage79Roadmap",
177
+ path: 'docs/runtime-roadmap.md',
178
+ markers: ['Stage 79:Token Savior Deterministic Advice', 'tokens --advice --intent status --json', 'tokens --advice --command <cmd-name> --json', "stage='Stage 79'", "advice_kind='token-saving-advice'", 'recommended_profile', 'recommended_compactors[]', 'recommended_rewrites[]', 'token_advice_artifact=false', 'command_mutation=false', 'state_directory_created=false'],
179
+ okLabel: "docs/runtime-roadmap.md defines Stage 79 token advice boundaries",
180
+ failLabel: "docs/runtime-roadmap.md Stage 79 roadmap markers incomplete",
181
+ fix: "Document Stage 79 token advice command, output fields, digest, and no-write/no-execution boundary.",
182
+ },
183
+ {
184
+ key: "stage83Roadmap",
185
+ path: 'docs/runtime-roadmap.md',
186
+ markers: ['Stage 83:Unified Advice Hub', 'advice --hub --intent feature --json', "stage='Stage 83'", "advice_kind='unified-runtime-advice-hub'", 'primary_lane', 'lane_recommendations.entry', 'lane_recommendations.tokens', 'lane_recommendations.learning', 'lane_recommendations.governance', 'lane_digests', 'advice_hub_artifact=false', 'command_execution=false', 'state_directory_created=false'],
187
+ okLabel: "docs/runtime-roadmap.md defines Stage 83 unified advice hub boundaries",
188
+ failLabel: "docs/runtime-roadmap.md Stage 83 roadmap markers incomplete",
189
+ fix: "Document Stage 83 unified advice hub command, output fields, lane digests, and no-write/no-execution boundary.",
190
+ },
191
+ {
192
+ key: "stage85Roadmap",
193
+ path: 'docs/runtime-roadmap.md',
194
+ markers: ['Stage 85:Workflow Readiness Gate', 'methodology --readiness --intent implementation --json', "stage='Stage 85'", "readiness_kind='workflow-readiness-gate'", 'required_gate_kinds', 'gate_previews', 'runtime_readiness_summary', 'advice_hub_summary', 'ready_to_start', 'workflow_readiness_artifact=false', 'methodology_gate_write=false', 'command_execution=false', 'state_directory_created=false'],
195
+ okLabel: "docs/runtime-roadmap.md defines Stage 85 workflow readiness boundaries",
196
+ failLabel: "docs/runtime-roadmap.md Stage 85 roadmap markers incomplete",
197
+ fix: "Document Stage 85 workflow readiness command, output fields, gate preview summary, and no-write/no-execution boundary.",
198
+ },
199
+ {
200
+ key: "stage86To90Roadmap",
201
+ path: 'docs/runtime-roadmap.md',
202
+ markers: ['Stage 86-90:Workflow UX 与自检闭环', 'planner --lint --from-file <local-plan-file> --json', 'workflow --cockpit --intent implementation', 'completion --readiness --from-file <local-completion-evidence-file> --json', 'bootstrap --acceptance --prompt', "stage='Stage 86'", "stage='Stage 87'", "stage='Stage 88'", "behavior_pack='workflow-ux-stage89'", "stage='Stage 90'", 'plan_lint', 'workflow_cockpit', 'self_check_summary', 'profile_check', 'completion_check', 'completion_readiness', 'bootstrap_acceptance', 'workflow-ux-stage89', 'release required suite', 'state_directory_created=false', 'command_execution=false', 'subagent=false'],
203
+ okLabel: "docs/runtime-roadmap.md defines Stage 86-90 workflow UX self-check boundaries",
204
+ failLabel: "docs/runtime-roadmap.md Stage 86-90 roadmap markers incomplete",
205
+ fix: "Document Stage 86-90 plan lint, cockpit, completion readiness, behavior pack, bootstrap acceptance, and no-write/no-execution boundary.",
206
+ },
207
+ {
208
+ key: "stage91To95Roadmap",
209
+ path: 'docs/runtime-roadmap.md',
210
+ markers: ['Stage 91-95:Workflow Entry Experience Hardening', 'entry --contract --prompt', 'workflow --receipt --intent review --json', 'workflow --start --prompt', 'workflow --sequence --intent implementation --json', 'onboarding --brief --json', 'vibe-doctor/index.mjs --workflow-entry', "stage='Stage 91'", "stage='Stage 92'", "stage='Stage 93'", "stage='Stage 94'", "stage='Stage 95'", 'entry_contract', 'workflow_receipt', 'workflow_start', 'workflow_sequence', 'onboarding_brief', 'workflow_entry_health', 'entry_contract_artifact=false', 'workflow_receipt_artifact=false', 'workflow_start_artifact=false', 'workflow_sequence_artifact=false', 'onboarding_brief_artifact=false', 'state_directory_created=false', 'command_execution=false', 'subagent=false'],
211
+ okLabel: "docs/runtime-roadmap.md defines Stage 91-95 workflow entry experience boundaries",
212
+ failLabel: "docs/runtime-roadmap.md Stage 91-95 roadmap markers incomplete",
213
+ fix: "Document Stage 91-95 entry contract, visible receipt, start, sequence, onboarding brief, doctor check, and no-write/no-execution boundary.",
214
+ },
215
+ {
216
+ key: "stage98Roadmap",
217
+ path: 'docs/runtime-roadmap.md',
218
+ markers: ['Stage 98:Commit Title Guard', 'release --commit-guard --subject', 'release --commit-guard --from-file <local-evidence-file> --json', "stage='Stage 98'", "artifact_kind='commit-title-guard'", "guard_kind='deterministic-commit-title-guard'", 'commit_guard', 'normalized_subjects', 'guard_pass', 'blocked_reasons', 'commit_guard_digest', 'markdown-fence-prefix', 'leading-backtick-token', 'commit_guard_artifact=false', 'git_write=false', 'history_rewrite=false', 'release_gate_required=false'],
219
+ okLabel: "docs/runtime-roadmap.md defines Stage 98 commit title guard boundaries",
220
+ failLabel: "docs/runtime-roadmap.md Stage 98 roadmap markers incomplete",
221
+ fix: "Document Stage 98 commit title guard command, deterministic findings, digest, and no git/history rewrite boundary.",
222
+ },
223
+ {
224
+ key: "stage99Roadmap",
225
+ path: 'docs/runtime-roadmap.md',
226
+ markers: ['Stage 99:Completion Evidence Bundle', 'completion --evidence-bundle --from-file', "stage='Stage 99'", "bundle_kind='completion-evidence-bundle'", 'completion_evidence_bundle', 'readiness_summary', 'evidence_inventory', 'closeout_decision', 'required_manual_actions', 'bundle_digest', 'completion_evidence_bundle_artifact=false', 'verification_execution=false', 'release_notes_artifact=false', 'git=false', 'push=false', 'pr=false', 'merge=false'],
227
+ okLabel: "docs/runtime-roadmap.md defines Stage 99 completion evidence bundle boundaries",
228
+ failLabel: "docs/runtime-roadmap.md Stage 99 roadmap markers incomplete",
229
+ fix: "Document Stage 99 completion evidence bundle command, readiness binding, digest, and no execution/git/release boundary.",
230
+ },
231
+ {
232
+ key: "stage100Roadmap",
233
+ path: 'docs/runtime-roadmap.md',
234
+ markers: ['Stage 100:Runtime Capability Surface', 'governance --surface --json', "stage='Stage 100'", "surface_kind='runtime-capability-surface'", 'runtime_surface', 'capability_groups', 'stage_inventory', 'closeout_chain', 'boundary_assertions', 'surface_digest', 'runtime_surface_artifact=false', 'workflow_execution=false', 'verification_execution=false', 'command_execution=false', 'git=false', 'push=false', 'pr=false', 'merge=false'],
235
+ okLabel: "docs/runtime-roadmap.md defines Stage 100 runtime capability surface boundaries",
236
+ failLabel: "docs/runtime-roadmap.md Stage 100 roadmap markers incomplete",
237
+ fix: "Document Stage 100 runtime capability surface command, inventory fields, digest, and no execution/git/platform boundary.",
238
+ },
239
+ {
240
+ key: "stage101Roadmap",
241
+ path: 'docs/runtime-roadmap.md',
242
+ markers: ['Stage 101:Runtime Capability Registry', 'tools/vibe-runtime/runtime-capability-registry.mjs', "registry_stage='Stage 101'", "registry_kind='runtime-capability-registry'", 'registry_version', 'registry_digest', 'registry_invariants', 'registry_invariants.pass=true', 'capability_registry_artifact=false', 'command_execution=false', 'runtime_action=false', 'state_directory_created=false', 'git=false', 'push=false', 'pr=false', 'merge=false'],
243
+ okLabel: "docs/runtime-roadmap.md defines Stage 101 runtime capability registry boundaries",
244
+ failLabel: "docs/runtime-roadmap.md Stage 101 roadmap markers incomplete",
245
+ fix: "Document Stage 101 runtime capability registry source-of-truth fields, invariant pass marker, digest, and no execution/git/platform boundary.",
246
+ },
247
+ {
248
+ key: "stage102Roadmap",
249
+ path: 'docs/runtime-roadmap.md',
250
+ markers: ['Stage 102:Runtime Capability Registry Drift Guard', 'governance --surface --drift-guard --json', "stage='Stage 102'", "guard_kind='runtime-capability-registry-drift-guard'", 'runtime_registry_drift_guard', 'guard_pass', 'doc_marker_expectations', 'drift_guard_digest', 'runtime_registry_drift_guard_artifact=false', 'command_execution=false', 'runtime_action=false', 'git=false', 'push=false', 'pr=false', 'merge=false'],
251
+ okLabel: "docs/runtime-roadmap.md defines Stage 102 runtime capability registry drift guard boundaries",
252
+ failLabel: "docs/runtime-roadmap.md Stage 102 roadmap markers incomplete",
253
+ fix: "Document Stage 102 drift guard command, envelope fields, digest, and no execution/git/platform boundary.",
254
+ },
255
+ {
256
+ key: "stage103Roadmap",
257
+ path: 'docs/runtime-roadmap.md',
258
+ markers: ['Stage 103:Runtime Automation Readiness Matrix', 'automation --readiness --json', "stage='Stage 103'", "readiness_kind='runtime-automation-readiness-matrix'", 'runtime_automation_readiness', 'auto_safe', 'confirm_required', 'advice_only', 'forbidden', 'transition_contract', 'readiness_invariants', 'readiness_digest', 'automation_readiness_artifact=false', 'automation_plan_artifact=false', 'one_shot_execution_artifact=false', 'command_execution=false', '' + sch + '=false', '' + dmn + '=false', 'subagent=false', 'business_source_write=false'],
259
+ okLabel: "docs/runtime-roadmap.md defines Stage 103 automation readiness matrix boundaries",
260
+ failLabel: "docs/runtime-roadmap.md Stage 103 roadmap markers incomplete",
261
+ fix: "Document Stage 103 automation readiness command, four categories, transition contract, digest, and no execution/write boundary.",
262
+ },
263
+ {
264
+ key: "p32p38Roadmap",
265
+ path: 'docs/runtime-roadmap.md',
266
+ markers: ['P32-P38:execution-enabled 受控本地执行 profile', 'profile alias', 'config write boundary', 'execution preflight', 'candidate/approval/' + q, 'foreground controlled local run', 'evidence audit', 'source/git/subagent not authorized', 'execution_profile', 'controlled-local-runtime', 'hidden background chain', 'business source write', 'commit', 'push', 'PR', 'merge', 'controlled execution next boundary', 'negative markers', 'execution surface'],
267
+ okLabel: "docs/runtime-roadmap.md defines P32-P38 execution-enabled profile boundaries",
268
+ failLabel: "docs/runtime-roadmap.md P32-P38 execution-enabled markers incomplete",
269
+ fix: `Document execution-enabled profile alias, config-only write boundary, preflight/candidate/approval/${q}/run/evidence gates, and source/git/subagent non-authorization.`,
270
+ },
271
+ {
272
+ key: "stage104Roadmap",
273
+ path: 'docs/runtime-roadmap.md',
274
+ markers: ['Stage 104:Workflow Loop Contract', 'workflow --loop-contract', "stage='Stage 104'", "contract_kind='workflow-loop-contract'", 'workflow_loop_contract', 'loop_phases', 'phase_contracts', 'plan', 'docs', 'code', 'self_test', 'commit_readiness', 'source_bindings', 'loop_contract_invariants', 'loop_contract_digest', 'workflow_loop_contract_artifact=false', 'automation_plan_artifact=false', 'command_execution=false', 'git=false', 'push=false', 'pr=false', 'merge=false'],
275
+ okLabel: "docs/runtime-roadmap.md defines Stage 104 workflow loop contract boundaries",
276
+ failLabel: "docs/runtime-roadmap.md Stage 104 roadmap markers incomplete",
277
+ fix: "Document Stage 104 workflow loop contract command, five loop phases, digest bindings, and no execution/git boundary.",
278
+ },
279
+ {
280
+ key: "stage105Roadmap",
281
+ path: 'docs/runtime-roadmap.md',
282
+ markers: ['Stage 105:Plan-to-Action Manifest', 'planner --action-manifest', "stage='Stage 105'", "manifest_kind='plan-to-action-manifest'", 'plan_action_manifest', 'action_items', 'docs_expectations', 'code_expectations', 'check_expectations', 'execution_authorized=false', 'manifest_invariants', 'plan_action_manifest_digest', 'plan_action_manifest_artifact=false', 'automation_plan_artifact=false', 'command_execution=false', 'test_execution=false', 'git=false', 'push=false', 'pr=false', 'merge=false'],
283
+ okLabel: "docs/runtime-roadmap.md defines Stage 105 plan-to-action manifest boundaries",
284
+ failLabel: "docs/runtime-roadmap.md Stage 105 roadmap markers incomplete",
285
+ fix: "Document Stage 105 plan-to-action manifest command, action/docs/code/check expectations, digest, and no execution/git boundary.",
286
+ },
287
+ {
288
+ key: "stage106Roadmap",
289
+ path: 'docs/runtime-roadmap.md',
290
+ markers: ['Stage 106:Self-test Gate Profile', 'verification --self-test-profile', "stage='Stage 106'", "profile_kind='self-test-gate-profile'", 'self_test_gate_profile', 'gate_items', 'gate_categories', 'coverage', 'evidence_requirements', 'recommended_order', "status='planned_not_run'", 'execution_authorized=false', 'profile_invariants', 'self_test_gate_profile_digest', 'self_test_gate_profile_artifact=false', 'test_result_artifact=false', 'command_execution=false', 'test_execution=false', 'git=false', 'push=false', 'pr=false', 'merge=false'],
291
+ okLabel: "docs/runtime-roadmap.md defines Stage 106 self-test gate profile boundaries",
292
+ failLabel: "docs/runtime-roadmap.md Stage 106 roadmap markers incomplete",
293
+ fix: "Document Stage 106 self-test gate profile command, gate items, evidence requirements, digest, and no execution/git boundary.",
294
+ },
295
+ {
296
+ key: "stage107Roadmap",
297
+ path: 'docs/runtime-roadmap.md',
298
+ markers: ['Stage 107:Commit Readiness Envelope', 'release --commit-readiness', "stage='Stage 107'", "readiness_kind='commit-readiness-envelope'", 'commit_readiness', 'commit_subject', 'worktree_snapshot_requirements', 'readiness_gates', 'evidence_bundle_requirements', 'readiness_order', 'readiness_state', 'readiness_invariants', 'commit_readiness_digest', 'execution_authorized=false', 'commit_execution_authorized=false', 'commit_readiness_artifact=false', 'commit_artifact=false', 'command_execution=false', 'test_execution=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false'],
299
+ okLabel: "docs/runtime-roadmap.md defines Stage 107 commit readiness envelope boundaries",
300
+ failLabel: "docs/runtime-roadmap.md Stage 107 roadmap markers incomplete",
301
+ fix: "Document Stage 107 commit readiness command, readiness gates, evidence requirements, digest, and no execution/git/commit boundary.",
302
+ },
303
+ {
304
+ key: "stage108Roadmap",
305
+ path: 'docs/runtime-roadmap.md',
306
+ markers: ['Stage 108:Confirmed One-shot Execution Plan', 'automation --one-shot-plan', '--confirm-plan', "stage='Stage 108'", "plan_kind='confirmed-one-shot-execution-plan'", 'confirmed_one_shot_plan', 'confirmation_gate', 'execution_contract', 'planned_steps', 'preflight_evidence_expectations', 'execution_order', 'recovery_notes', 'readiness_state', 'plan_invariants', 'confirmed_one_shot_plan_digest', "status='planned_not_executed'", 'actions_executed=false', 'execution_authorized=false', 'confirmed_one_shot_plan_artifact=false', 'one_shot_execution_plan_artifact=false', 'one_shot_execution_artifact=false', 'command_execution=false', 'test_execution=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false'],
307
+ okLabel: "docs/runtime-roadmap.md defines Stage 108 confirmed one-shot execution plan boundaries",
308
+ failLabel: "docs/runtime-roadmap.md Stage 108 roadmap markers incomplete",
309
+ fix: "Document Stage 108 confirmed one-shot plan command, confirmation gate, planned steps, digest, and no execution/git/commit boundary.",
310
+ },
311
+ {
312
+ key: "stage109Roadmap",
313
+ path: 'docs/runtime-roadmap.md',
314
+ markers: ['Stage 109:Close-loop Dashboard', 'workflow --close-loop-dashboard', "stage='Stage 109'", "dashboard_kind='close-loop-dashboard'", 'close_loop_dashboard', 'plan_status', 'docs_status', 'code_status', 'self_test_status', 'commit_status', 'one_shot_status', 'dashboard_invariants', 'close_loop_dashboard_digest', 'planned_not_run', 'commit_ready=false', 'ready_for_runtime_execution=false', 'actions_executed=false', 'execution_authorized=false', 'close_loop_dashboard_artifact=false', 'command_execution=false', 'test_execution=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false'],
315
+ okLabel: "docs/runtime-roadmap.md defines Stage 109 close-loop dashboard boundaries",
316
+ failLabel: "docs/runtime-roadmap.md Stage 109 roadmap markers incomplete",
317
+ fix: "Document Stage 109 close-loop dashboard command, status summaries, digest, and no execution/git/commit boundary.",
318
+ },
319
+ {
320
+ key: "stage110Roadmap",
321
+ path: 'docs/runtime-roadmap.md',
322
+ markers: ['Stage 110:Evidence Intake Envelope', 'verification --evidence-intake', '--from-plan', "stage='Stage 110'", "intake_kind='evidence-intake-envelope'", 'evidence_intake', 'evidence_items', 'freshness_findings', 'gate_coverage', 'blocked_reasons', 'evidence_intake_invariants', 'evidence_intake_digest', 'checks[].command', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false'],
323
+ okLabel: "docs/runtime-roadmap.md defines Stage 110 evidence intake boundaries",
324
+ failLabel: "docs/runtime-roadmap.md Stage 110 roadmap markers incomplete",
325
+ fix: "Document Stage 110 evidence intake command, fields, freshness/gate coverage, digest, and no execution/git/commit boundary.",
326
+ },
327
+ {
328
+ key: "stage111Roadmap",
329
+ path: 'docs/runtime-roadmap.md',
330
+ markers: ['Stage 111:Diff Coverage Envelope', 'release --diff-coverage', '--from-plan', "stage='Stage 111'", "coverage_kind='diff-coverage-envelope'", 'changed_files', 'expected_files', 'covered_expected_files', 'missing_expected_files', 'unexpected_files', 'docs_coverage', 'code_coverage', 'diff_coverage_invariants', 'diff_coverage_digest', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false'],
331
+ okLabel: "docs/runtime-roadmap.md defines Stage 111 diff coverage boundaries",
332
+ failLabel: "docs/runtime-roadmap.md Stage 111 roadmap markers incomplete",
333
+ fix: "Document Stage 111 diff coverage command, fields, digest, local diff input, and no git/commit boundary.",
334
+ },
335
+ {
336
+ key: "stage112Roadmap",
337
+ path: 'docs/runtime-roadmap.md',
338
+ markers: ['Stage 112:Review Intake / Resolution Envelope', 'review --intake', 'review --resolution', '--from-evidence', "stage='Stage 112'", "review_kind='review-intake-envelope'", "review_kind='review-resolution-envelope'", 'review_items', 'impacted_files', 'impacted_action_items', 'required_evidence', 'resolution_items', 'resolved', 'accepted_risk', 'missing_evidence', 'review_intake_invariants', 'review_resolution_invariants', 'review_intake_digest', 'review_resolution_digest', 'reviewer_invocation=false', 'repair_execution=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false'],
339
+ okLabel: "docs/runtime-roadmap.md defines Stage 112 review intake and resolution boundaries",
340
+ failLabel: "docs/runtime-roadmap.md Stage 112 review markers incomplete",
341
+ fix: "Document Stage 112 review intake/resolution commands, fields, digests, local evidence input, and no reviewer/repair/git boundary.",
342
+ },
343
+ {
344
+ key: "stage113Roadmap",
345
+ path: 'docs/runtime-roadmap.md',
346
+ markers: ['Stage 113:TDD Trace Contract', 'verification --tdd-trace', "stage='Stage 113'", "trace_kind='tdd-trace-contract'", 'tdd_trace_contract', 'cycle_order', 'red_verified', 'green_verified', 'refactor_verified', 'covered_action_items', 'coverage', 'tdd_trace_invariants', 'tdd_trace_digest', 'test_execution=false', 'command_execution=false', 'repair_execution=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false'],
347
+ okLabel: "docs/runtime-roadmap.md defines Stage 113 TDD trace boundaries",
348
+ failLabel: "docs/runtime-roadmap.md Stage 113 TDD trace markers incomplete",
349
+ fix: "Document Stage 113 TDD trace command, RED-GREEN-REFACTOR fields, digest, local trace input, and no test/git/commit boundary.",
350
+ },
351
+ {
352
+ key: "stage114Roadmap",
353
+ path: 'docs/runtime-roadmap.md',
354
+ markers: ['Stage 114:Human-friendly Runtime Aliases', 'workflow --close-loop', 'workflow --next-evidence', "stage='Stage 114'", 'human_friendly_alias', 'alias_kind', 'sections', 'evidence_inputs', 'evidence_gaps', 'next_evidence', 'human_friendly_alias_invariants', 'human_friendly_alias_digest', 'human_friendly_alias_artifact=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'repair_execution=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false'],
355
+ okLabel: "docs/runtime-roadmap.md defines Stage 114 human-friendly alias boundaries",
356
+ failLabel: "docs/runtime-roadmap.md Stage 114 alias markers incomplete",
357
+ fix: "Document Stage 114 workflow aliases, human-friendly fields, digest, local evidence inputs, and no execution/git/commit boundary.",
358
+ },
359
+ {
360
+ key: "stage115Roadmap",
361
+ path: 'docs/runtime-roadmap.md',
362
+ markers: ['Stage 115:external reference Gap Matrix', 'governance --external-reference-gap', '--from-external-reference', "stage='Stage 115'", "gap_kind='external-reference-gap-matrix'", 'external_reference_gap_matrix', 'source_summary', 'registry_binding', 'dimensions', 'vibecoding_advantages', 'external_reference_advantages', 'priority_gaps', 'recommended_stage_sequence', 'gap_matrix_invariants', 'gap_matrix_digest', 'external_reference_gap_artifact=false', 'command_execution=false', 'skill_execution=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false'],
363
+ okLabel: "docs/runtime-roadmap.md defines Stage 115 external reference gap matrix boundaries",
364
+ failLabel: "docs/runtime-roadmap.md Stage 115 external reference gap markers incomplete",
365
+ fix: "Document Stage 115 external reference gap matrix command, comparison dimensions, digest, and no execution/git/commit boundary.",
366
+ },
367
+ {
368
+ key: "stage116Roadmap",
369
+ path: 'docs/runtime-roadmap.md',
370
+ markers: ['Stage 116', 'Progressive Entry UX Contract', 'workflow --entry-ux', '--from-gap', "stage='Stage 116'", "contract_kind='progressive-entry-ux-contract'", 'progressive_entry_ux', 'recommended_workflow', 'why_this_route', 'minimum_next_action', 'visible_sentence', 'do_not_do_yet', 'source_bindings', 'entry_ux_invariants', 'contract_digest', 'progressive_entry_ux_artifact=false', 'command_execution=false', 'skill_execution=false', 'workflow_execution=false', 'runtime_action=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false', 'subagent=false', 'mcp=false'],
371
+ okLabel: "docs/runtime-roadmap.md defines Stage 116 progressive entry UX boundaries",
372
+ failLabel: "docs/runtime-roadmap.md Stage 116 progressive entry UX markers incomplete",
373
+ fix: "Document Stage 116 workflow entry UX command, one-screen contract fields, digest, and no execution/git/commit boundary.",
374
+ },
375
+ {
376
+ key: "stage117Roadmap",
377
+ path: 'docs/runtime-roadmap.md',
378
+ markers: ['Stage 117:Executable Plan Quality Contract', 'planner --executable-plan', "stage='Stage 117'", "contract_kind='executable-plan-quality-contract'", 'executable_plan_contract', 'requirement_checks', 'task_readiness', 'missing_requirements', 'blocked_reasons', 'plan_quality_score', 'plan_quality_pass', 'extracted_expectations', 'executable_plan_invariants', 'executable_plan_digest', 'executable_plan_artifact=false', 'plan_repair_artifact=false', 'source_write=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'repair_execution=false', 'action_item_execution=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false', 'subagent=false', 'mcp=false'],
379
+ okLabel: "docs/runtime-roadmap.md defines Stage 117 executable plan quality boundaries",
380
+ failLabel: "docs/runtime-roadmap.md Stage 117 executable plan markers incomplete",
381
+ fix: "Document Stage 117 executable plan command, quality fields, digest, and no execution/git/commit boundary.",
382
+ },
383
+ {
384
+ key: "stage118Roadmap",
385
+ path: 'docs/runtime-roadmap.md',
386
+ markers: ['Stage 118:Sequential Stage Runbook', 'automation --stage-runbook', '--from-executable-plan', "stage='Stage 118'", "runbook_kind='sequential-stage-runbook'", 'sequential_stage_runbook', 'stage_sequence', 'execution_order', 'files_to_change', 'validation_commands', 'evidence_required', 'commit_subject', 'stop_if', 'next_stage', 'blocked_reasons', 'ready_for_evidence_binding', 'runbook_invariants', 'stage_runbook_digest', 'stage_runbook_artifact=false', 'runbook_artifact=false', 'source_write=false', 'plan_mutation=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'runtime_action=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false', 'subagent=false', 'mcp=false'],
387
+ okLabel: "docs/runtime-roadmap.md defines Stage 118 sequential stage runbook boundaries",
388
+ failLabel: "docs/runtime-roadmap.md Stage 118 runbook markers incomplete",
389
+ fix: "Document Stage 118 automation stage runbook command, sequence fields, digest, and no execution/git/commit boundary.",
390
+ },
391
+ {
392
+ key: "stage119Roadmap",
393
+ path: 'docs/runtime-roadmap.md',
394
+ markers: ['Stage 119:Execution Evidence Binder', 'verification --execution-evidence', '--from-runbook', "stage='Stage 119'", "binding_kind='execution-evidence-binding'", 'execution_evidence_binding', 'source_runbook', 'source_evidence', 'stage_evidence_status', 'missing_evidence', 'stale_evidence', 'failed_commands', 'ready_for_next_stage', 'resume_guidance', 'execution_evidence_invariants', 'execution_evidence_digest', 'execution_evidence_artifact=false', 'evidence_artifact_write=false', 'source_write=false', 'runbook_mutation=false', 'evidence_mutation=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'repair_execution=false', 'runtime_action=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false', 'subagent=false', 'mcp=false'],
395
+ okLabel: "docs/runtime-roadmap.md defines Stage 119 execution evidence binder boundaries",
396
+ failLabel: "docs/runtime-roadmap.md Stage 119 execution evidence markers incomplete",
397
+ fix: "Document Stage 119 execution evidence command, binding fields, digest, and no execution/git/commit boundary.",
398
+ },
399
+ {
400
+ key: "stage120Roadmap",
401
+ path: 'docs/runtime-roadmap.md',
402
+ markers: ['Stage 120:Staged Commit Readiness Contract', 'release --staged-commit-readiness', '--from-evidence', "stage='Stage 120'", "readiness_kind='staged-commit-readiness-contract'", 'staged_commit_readiness', 'source_runbook', 'source_evidence', 'stage_id', 'subject_guard', 'required_files', 'evidence_pass', 'diff_coverage_required', 'commit_allowed_by_contract=false', 'manual_or_agent_commit_next_action', 'staged_commit_readiness_invariants', 'staged_commit_readiness_digest', 'staged_commit_readiness_artifact=false', 'commit_artifact=false', 'evidence_artifact_write=false', 'source_write=false', 'runbook_mutation=false', 'evidence_mutation=false', 'worktree_mutation=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'repair_execution=false', 'runtime_action=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false', 'subagent=false', 'mcp=false'],
403
+ okLabel: "docs/runtime-roadmap.md defines Stage 120 staged commit readiness boundaries",
404
+ failLabel: "docs/runtime-roadmap.md Stage 120 staged commit readiness markers incomplete",
405
+ fix: "Document Stage 120 staged commit readiness command, binding fields, digest, and no execution/git/commit boundary.",
406
+ },
407
+ {
408
+ key: "stage121Roadmap",
409
+ path: 'docs/runtime-roadmap.md',
410
+ markers: ['Stage 121:Behavioral Evaluation Contract', 'evals --behavior-contract', 'evals --transcript-intake', '<local-platform-transcript-json>', '--from-file', "stage='Stage 121'", "contract_kind='behavioral-evaluation-contract'", 'behavioral_evaluation_contract', 'behavior_gate', 'case_results', 'workflow_entry_invoked', 'lightweight_bootstrap', 'completion_claim_evidence', 'commit_claim_readiness', 'runtime_side_effect_boundary', 'P49 release behavior gate', '自动提交', '隐式 subagent', '跳过 evidence', '误读 `ok=false`', '无验证完成声明', 'behavior_contract_invariants', 'behavior_contract_digest', "stage='P21'", "intake_kind='platform-transcript-intake'", 'platform_transcript_intake', 'source_binding', 'input_summary', 'normalized_transcript', 'intake_digest', "replay_kind='platform-transcript-replay'", 'behavior_fixture', 'gap_matrix', 'replay_invariants', 'replay_digest', 'behavior_contract_artifact=false', 'eval_sidecar_artifact=false', 'transcript_intake_artifact=false', 'normalized_transcript_artifact=false', 'transcript_replay_artifact=false', 'behavior_fixture_artifact=false', 'sidecar_write=false', 'state_directory_created=false', 'command_execution=false', 'eval_execution=false', 'runtime_action=false', 'skill_execution=false', 'git=false', 'git_write=false', 'commit=false', 'push=false', 'pr=false', 'merge=false', 'platform_api=false', 'external_network=false', 'model_invocation=false', 'subagent=false', 'mcp=false', 'business_source_write=false'],
411
+ okLabel: "docs/runtime-roadmap.md defines Stage 121 behavioral evaluation contract boundaries",
412
+ failLabel: "docs/runtime-roadmap.md Stage 121 behavioral evaluation markers incomplete",
413
+ fix: "Document Stage 121 behavior contract command, transcript gates, digest, and no execution/git/model/subagent boundary.",
414
+ },
415
+ {
416
+ key: "stage132Roadmap",
417
+ path: 'docs/runtime-roadmap.md',
418
+ markers: ['Stage 132:Experience Regression Dashboard', 'governance --experience-dashboard', '--from-friction <local-friction-json>', '--from-console <local-console-json>', '--from-token-budget <local-token-budget-json>', '--from-learning-pattern <local-learning-pattern-json>', "stage='Stage 132'", "dashboard_kind='experience-regression-dashboard'", 'experience_regression_dashboard', 'source_bindings', 'experience_scorecard', 'external_reference_comparison_delta', 'token_savior_delta', 'learning_loop_delta', 'daily_user_friction_delta', 'regression_blockers', 'next_bet', 'dashboard_sections', 'experience_dashboard_invariants', 'dashboard_digest', 'experience_dashboard_artifact=false', 'regression_dashboard_artifact=false', 'sidecar_write=false', 'state_directory_created=false', 'source_write=false', 'command_execution=false', 'check_execution=false', 'smoke_execution=false', 'test_execution=false', 'verification_execution=false', 'workflow_execution=false', 'skill_execution=false', 'runtime_action=false', 'auto_execution=false', 'evidence_write=false', 'dashboard_write=false', 'dynamic_tool_execution=false', 'embeddings=false', 'remote_config=false', 'platform_api=false', 'external_network=false', 'model_invocation=false', 'subagent=false', 'mcp=false', '' + dmn + '=false', 'git=false', 'git_write=false', 'git_add=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'tag=false', 'worktree=false', 'business_source_write=false'],
419
+ okLabel: "docs/runtime-roadmap.md defines Stage 132 experience dashboard boundaries",
420
+ failLabel: "docs/runtime-roadmap.md Stage 132 experience dashboard markers incomplete",
421
+ fix: "Document Stage 132 experience dashboard command, scorecard/delta fields, digest, and no execution/write/git/subagent boundary.",
422
+ },
423
+ {
424
+ key: "stage133Roadmap",
425
+ path: 'docs/runtime-roadmap.md',
426
+ markers: ['Stage 133:external reference Comparative Evidence Matrix', 'governance --external-reference-comparison', '--from-external-reference-root <local-external reference-root>', "stage='Stage 133'", "comparison_kind='external reference-comparative-evidence-matrix'", 'external_reference_comparison_matrix', 'comparison_target', 'source_bindings', 'registry_binding', 'dimensions', 'parity_gaps', 'vibecoding_advantages', 'borrowable_patterns', 'do_not_copy', 'recommended_stage_sequence', 'next_comparison_bet', 'external_reference_comparison_invariants', 'comparison_digest', 'external_reference_comparison_artifact=false', 'comparison_matrix_artifact=false', 'sidecar_write=false', 'state_directory_created=false', 'source_write=false', 'command_execution=false', 'check_execution=false', 'smoke_execution=false', 'test_execution=false', 'verification_execution=false', 'hook_execution=false', 'workflow_execution=false', 'skill_execution=false', 'runtime_action=false', 'auto_execution=false', 'repair_execution=false', 'prompt_mutation=false', 'hook_registration=false', 'dynamic_tool_execution=false', 'embeddings=false', 'remote_config=false', 'platform_api=false', 'external_network=false', 'model_invocation=false', 'subagent=false', 'mcp=false', '' + dmn + '=false', 'git=false', 'git_write=false', 'git_add=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'tag=false', 'worktree=false', 'business_source_write=false'],
427
+ okLabel: "docs/runtime-roadmap.md defines Stage 133 external reference comparison boundaries",
428
+ failLabel: "docs/runtime-roadmap.md Stage 133 external reference comparison markers incomplete",
429
+ fix: "Document Stage 133 external reference comparison command, matrix fields, digest, and no execution/write/git/subagent boundary.",
430
+ },
431
+ {
432
+ key: "stage134Roadmap",
433
+ path: 'docs/runtime-roadmap.md',
434
+ markers: ['Stage 134:Session-start Output Shape Acceptance', 'platforms --session-start-shape', '--from-file <local-captured-session-start-output>', '--adapter <claude|cursor|codex|cursor-sdk>', "stage='Stage 134'", "acceptance_kind='session-start-shape-acceptance'", 'session_start_shape_acceptance', 'source_bindings', 'output_summary', 'shape_results', 'context_markers', 'accepted', 'blockers', 'session_start_shape_invariants', 'shape_digest', 'adapter_output_shape', 'using_vibecoding_marker', 'lightweight_routing_marker', 'semantic_field_markers', 'context_policy_marker', 'no_execution_claims', 'selected_skill', 'visible_route', 'next_manual_action', 'context_policy', 'boundary_declaration_marker', 'no_full_skill_injection', 'no_forbidden_trigger', 'session_start_shape_artifact=false', 'captured_output_write=false', 'adapter_execution=false', 'hook_execution=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'workflow_execution=false', 'skill_execution=false', 'runtime_action=false', 'auto_execution=false', 'platform_api=false', 'external_network=false', 'model_invocation=false', 'subagent=false', 'mcp=false', 'git=false', 'git_write=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'worktree=false', 'business_source_write=false'],
435
+ okLabel: "docs/runtime-roadmap.md defines Stage 134 session-start shape acceptance boundaries",
436
+ failLabel: "docs/runtime-roadmap.md Stage 134 session-start shape markers incomplete",
437
+ fix: "Document Stage 134 session-start shape command, fields, digest, adapter shapes, and no execution/write/git/subagent boundary.",
438
+ },
439
+ {
440
+ key: "stage135Roadmap",
441
+ path: 'docs/runtime-roadmap.md',
442
+ markers: ['Stage 135:Entry Trigger Discipline Contract', 'workflow --entry-discipline', '--from-transcript <local-transcript-json>', "stage='Stage 135'", "discipline_kind='entry-trigger-discipline-contract'", 'entry_trigger_discipline', 'source_bindings', 'transcript_summary', 'protocol_layers', 'expected_route', 'trigger_results', 'missed_workflow_risks', 'minimum_next_action', 'entry_discipline_invariants', 'discipline_digest', 'using_vibecoding_first', 'protocol_layers_declared', 'intent_route_match', 'no_direct_implementation_jump', 'no_blind_bug_fix', 'no_false_skill_claim', 'no_forbidden_trigger', 'entry_discipline_artifact=false', 'transcript_write=false', 'prompt_mutation=false', 'source_write=false', 'sidecar_write=false', 'state_directory_created=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'workflow_execution=false', 'skill_execution=false', 'runtime_action=false', 'auto_execution=false', 'git=false', 'git_write=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'platform_api=false', 'external_network=false', 'model_invocation=false', 'subagent=false', 'mcp=false', 'business_source_write=false'],
443
+ okLabel: "docs/runtime-roadmap.md defines Stage 135 entry trigger discipline boundaries",
444
+ failLabel: "docs/runtime-roadmap.md Stage 135 entry trigger discipline markers incomplete",
445
+ fix: "Document Stage 135 workflow entry discipline command, trigger gates, digest, and no execution/write/git/subagent boundary.",
446
+ },
447
+ {
448
+ key: "stage136Roadmap",
449
+ path: 'docs/runtime-roadmap.md',
450
+ markers: ['Stage 136:Methodology Coverage Map', 'methodology --coverage-map', '--from-external-reference-root <local-external reference-root>', "stage='Stage 136'", "coverage_kind='methodology-coverage-map'", 'methodology_coverage_map', 'source_bindings', 'registry_binding', 'covered_patterns', 'partial_patterns', 'missing_patterns', 'vibecoding_specific_patterns', 'coverage_summary', 'next_coverage_bet', 'methodology_coverage_invariants', 'coverage_digest', 'brainstorming', 'planning', 'writing_plans', 'tdd', 'debugging', 'review', 'completion', 'worktree_isolation', 'subagent_driven_development', 'writing_skills', 'contributor_pr_guardrails', 'local_runtime_contracts', 'token_savior_budget', 'experience_dashboard', 'methodology_coverage_artifact=false', 'coverage_map_artifact=false', 'source_write=false', 'sidecar_write=false', 'state_directory_created=false', 'command_execution=false', 'check_execution=false', 'smoke_execution=false', 'test_execution=false', 'workflow_execution=false', 'skill_execution=false', 'runtime_action=false', 'auto_execution=false', 'prompt_mutation=false', 'skill_mutation=false', 'git=false', 'git_write=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'platform_api=false', 'external_network=false', 'model_invocation=false', 'subagent=false', 'mcp=false', 'business_source_write=false'],
451
+ okLabel: "docs/runtime-roadmap.md defines Stage 136 methodology coverage boundaries",
452
+ failLabel: "docs/runtime-roadmap.md Stage 136 methodology coverage markers incomplete",
453
+ fix: "Document Stage 136 methodology coverage command, map fields, digest, pattern IDs, and no execution/write/git/subagent boundary.",
454
+ },
455
+ {
456
+ key: "stage137Roadmap",
457
+ path: 'docs/runtime-roadmap.md',
458
+ markers: ['Stage 137:Hook and Adapter Install Experience Score', 'platforms --install-experience', '--from-bootstrap-matrix <local-bootstrap-matrix-json>', '--from-entry-acceptance <local-entry-acceptance-json>', "stage='Stage 137'", "score_kind='hook-adapter-install-experience-score'", 'install_experience_score', 'natural_entry_score', 'adapter_consistency_score', 'adapter_scores', 'manual_steps_remaining', 'docs_friction', 'next_install_experience_bet', 'install_experience_invariants', 'install_experience_digest', 'install_experience_artifact=false', 'bootstrap_matrix_artifact=false', 'entry_acceptance_artifact=false', 'adapter_install=false', 'adapter_execution=false', 'hook_execution=false', 'hook_registration=false', 'manifest_write=false', 'install_doc_write=false', 'settings_write=false', 'source_write=false', 'transcript_write=false', 'sidecar_write=false', 'state_directory_created=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'workflow_execution=false', 'skill_execution=false', 'runtime_action=false', 'auto_execution=false', 'platform_api=false', 'external_network=false', 'model_invocation=false', 'subagent=false', 'mcp=false', '' + dmn + '=false', 'git=false', 'git_write=false', 'git_add=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'tag=false', 'worktree=false', 'business_source_write=false'],
459
+ okLabel: "docs/runtime-roadmap.md defines Stage 137 install experience score boundaries",
460
+ failLabel: "docs/runtime-roadmap.md Stage 137 install experience markers incomplete",
461
+ fix: "Document Stage 137 install experience command, score fields, digest, and no install/execution/write/git/subagent boundary.",
462
+ },
463
+ {
464
+ key: "stage138Roadmap",
465
+ path: 'docs/runtime-roadmap.md',
466
+ markers: ['Stage 138:external-reference-style Behavioral Eval Scenario Pack', 'evals --external-reference-style-pack', '--from-comparison <local-comparison-json>', "stage='Stage 138'", "pack_kind='external-reference-style-behavioral-eval-scenario-pack'", 'external_reference_style_eval_pack', 'comparison_binding', 'scenario_pack', 'scenario_summary', 'scenario_ids', 'next_eval_pack_bet', 'eval_pack_invariants', 'eval_pack_digest', 'new_feature_should_not_jump_to_code', 'bug_should_reproduce_first', 'review_should_prioritize_blockers', 'commit_should_require_validation', 'subagent_requires_explicit_permission', 'session_start_should_show_lightweight_entry', 'execution_authorized=false', 'model_judge_required=false', 'deterministic_contract_only=true', 'eval_pack_artifact=false', 'scenario_artifact=false', 'comparison_artifact=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'eval_execution=false', 'agent_session_execution=false', 'workflow_execution=false', 'skill_execution=false', 'model_invocation=false', 'subagent=false', 'mcp=false', 'git=false', 'git_write=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'business_source_write=false'],
467
+ okLabel: "docs/runtime-roadmap.md defines Stage 138 external-reference-style eval pack boundaries",
468
+ failLabel: "docs/runtime-roadmap.md Stage 138 eval pack markers incomplete",
469
+ fix: "Document Stage 138 eval scenario pack command, scenario ids, digest, and no eval/model/session/git/subagent boundary.",
470
+ },
471
+ {
472
+ key: "stage139Roadmap",
473
+ path: 'docs/runtime-roadmap.md',
474
+ markers: ['Stage 139:Experience Upgrade Prioritizer', 'governance --experience-upgrades', '--from-comparison <local-comparison-json>', '--from-dashboard <local-dashboard-json>', '--from-install-experience <local-install-json>', "stage='Stage 139'", "prioritizer_kind='experience-upgrade-prioritizer'", 'experience_upgrade_prioritizer', 'upgrade_candidates', 'recommended_stage_order', 'defer', 'prioritization_policy', 'next_upgrade_bet', 'upgrade_invariants', 'upgrade_digest', 'impact_score', 'risk_score', 'implementation_cost', 'priority_score', 'default_live_agent_eval_runner', 'auto_subagent_execution', 'upgrade_artifact=false', 'prioritizer_artifact=false', 'comparison_artifact=false', 'dashboard_artifact=false', 'install_experience_artifact=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'eval_execution=false', 'workflow_execution=false', 'skill_execution=false', 'runtime_action=false', 'auto_execution=false', 'prompt_mutation=false', 'hook_registration=false', 'model_invocation=false', 'subagent=false', 'mcp=false', 'git=false', 'git_write=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'business_source_write=false'],
475
+ okLabel: "docs/runtime-roadmap.md defines Stage 139 experience upgrade prioritizer boundaries",
476
+ failLabel: "docs/runtime-roadmap.md Stage 139 experience upgrade markers incomplete",
477
+ fix: "Document Stage 139 upgrade prioritizer command, ranking fields, deferrals, digest, and no execution/write/git/subagent boundary.",
478
+ },
479
+ {
480
+ key: "stage140Roadmap",
481
+ path: 'docs/runtime-roadmap.md',
482
+ markers: ['Stage 140:Legacy Workflow Discipline Scorecard v2', 'governance --legacy-workflow-discipline-scorecard', '--from-comparison <local-comparison-json>', '--from-entry-discipline <local-discipline-json>', '--from-install-experience <local-install-json>', '--from-upgrades <local-upgrades-json>', "stage='Stage 140'", "scorecard_kind='legacy-workflow-discipline-scorecard-v2'", 'legacy_workflow_discipline_scorecard', 'parity_axes', 'parity_score', 'vibecoding_leads', 'remaining_gaps', 'do_not_cross_boundaries', 'next_cycle_bet', 'parity_invariants', 'parity_digest', 'session_start_bootstrap', 'skill_trigger_discipline', 'adapter_packaging', 'hook_shape_coverage', 'eval_and_test_harness', 'daily_user_friction', 'subagent_boundary', 'token_and_context_economy', 'contributor_guardrails', 'no_full_skill_injection', 'no_auto_subagent_execution', 'no_default_live_agent_eval_runner', 'no_platform_api_or_network', 'no_git_pr_push_merge', 'parity_scorecard_artifact=false', 'scorecard_artifact=false', 'comparison_artifact=false', 'entry_discipline_artifact=false', 'install_experience_artifact=false', 'upgrades_artifact=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'eval_execution=false', 'agent_session_execution=false', 'workflow_execution=false', 'skill_execution=false', 'runtime_action=false', 'auto_execution=false', 'prompt_mutation=false', 'hook_registration=false', 'full_skill_injection=false', 'model_invocation=false', 'subagent=false', 'mcp=false', 'git=false', 'git_write=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'business_source_write=false'],
483
+ okLabel: "docs/runtime-roadmap.md defines Stage 140 external reference parity scorecard boundaries",
484
+ failLabel: "docs/runtime-roadmap.md Stage 140 parity scorecard markers incomplete",
485
+ fix: "Document Stage 140 parity scorecard command, axes, digest, and no execution/write/git/subagent boundary.",
486
+ },
487
+ {
488
+ key: "stage141Roadmap",
489
+ path: 'docs/runtime-roadmap.md',
490
+ markers: ['Stage 141:Entry Trigger Tightening', 'workflow --entry-tightening', '--from-discipline <local-discipline-json>', '--from-scorecard <local-parity-scorecard-json>', "stage='Stage 141'", "tightening_kind='entry-trigger-tightening-contract'", 'entry_trigger_tightening', 'trigger_gap_summary', 'expected_route', 'tightening_score', 'missing_entry_moves', 'recommended_opening_sentence', 'must_not_skip', 'tightening_invariants', 'tightening_digest', 'using_vibecoding_first', 'protocol_layers_declared', 'intent_route_match', 'scorecard_skill_trigger_discipline', 'next_cycle_entry_trigger_tightening', 'copy_ready_move', 'entry_tightening_artifact=false', 'entry_trigger_tightening_artifact=false', 'discipline_artifact=false', 'entry_discipline_artifact=false', 'parity_scorecard_artifact=false', 'scorecard_artifact=false', 'prompt_mutation=false', 'template_mutation=false', 'skill_mutation=false', 'hook_execution=false', 'adapter_execution=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'eval_execution=false', 'agent_session_execution=false', 'workflow_execution=false', 'skill_execution=false', 'runtime_action=false', 'auto_execution=false', 'full_skill_injection=false', 'platform_api=false', 'external_network=false', 'model_invocation=false', 'subagent=false', 'mcp=false', 'git=false', 'git_write=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'business_source_write=false'],
491
+ okLabel: "docs/runtime-roadmap.md defines Stage 141 entry trigger tightening boundaries",
492
+ failLabel: "docs/runtime-roadmap.md Stage 141 entry trigger tightening markers incomplete",
493
+ fix: "Document Stage 141 workflow entry tightening command, copy-ready sentence fields, digest, and no execution/write/git/subagent boundary.",
494
+ },
495
+ {
496
+ key: "stage142Roadmap",
497
+ path: 'docs/runtime-roadmap.md',
498
+ markers: ['Stage 142:Session-start Shape Examples', 'platforms --session-start-examples', '--from-shape <local-shape-json>', '--from-install-experience <local-install-json>', "stage='Stage 142'", "pack_kind='session-start-example-pack'", 'session_start_example_pack', 'adapter_examples', 'copy_ready_context_shapes', 'format_warnings', 'example_pack_invariants', 'example_pack_digest', 'claude', 'cursor', 'codex', 'cursor-sdk', 'hookSpecificOutput.additionalContext', 'additional_context', 'additionalContext', 'selected_skill', 'visible_route', 'next_manual_action', 'context_policy', 'hidden_execution=false', 'command_execution=false', 'skill_execution_claimed=false', 'subagent_dispatch_claimed=false', 'git_write_claimed=false', 'platform_api=false', 'model_invocation=false', 'business_source_write=false', 'session_start_example_pack_artifact=false', 'adapter_example_artifact=false', 'adapter_install=false', 'adapter_execution=false', 'hook_execution=false', 'hook_registration=false', 'manifest_write=false', 'prompt_mutation=false', 'template_mutation=false', 'skill_mutation=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'workflow_execution=false', 'skill_execution=false', 'full_skill_injection=false', 'git=false', 'git_write=false', 'subagent=false', 'platform_api=false', 'model_invocation=false', 'business_source_write=false'],
499
+ okLabel: "docs/runtime-roadmap.md defines Stage 142 session-start example pack boundaries",
500
+ failLabel: "docs/runtime-roadmap.md Stage 142 session-start example markers incomplete",
501
+ fix: "Document Stage 142 platforms session-start examples command, output fields, digest, and no hook/adapter/write/git/subagent boundary.",
502
+ },
503
+ {
504
+ key: "stage143Roadmap",
505
+ path: 'docs/runtime-roadmap.md',
506
+ markers: ['Stage 143:Next-action Evidence Prompts', 'workflow --next-evidence-prompts', '--from-console <local-console-json>', '--from-dashboard <local-dashboard-json>', '--from-upgrades <local-upgrades-json>', "stage='Stage 143'", "prompts_kind='next-action-evidence-prompts'", 'next_action_evidence_prompts', 'evidence_prompt_cards', 'copy_ready_validation_notes', 'blocked_until', 'prompts_invariants', 'prompts_digest', 'next_action_evidence_prompts_artifact=false', 'evidence_prompt_artifact=false', 'console_artifact=false', 'dashboard_artifact=false', 'upgrade_artifact=false', 'evidence_write=false', 'validation_note_write=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'workflow_execution=false', 'skill_execution=false', 'prompt_mutation=false', 'template_mutation=false', 'skill_mutation=false', 'git=false', 'git_write=false', 'subagent=false', 'platform_api=false', 'model_invocation=false', 'business_source_write=false'],
507
+ okLabel: "docs/runtime-roadmap.md defines Stage 143 next-action evidence prompts boundaries",
508
+ failLabel: "docs/runtime-roadmap.md Stage 143 next-action evidence prompt markers incomplete",
509
+ fix: "Document Stage 143 workflow next-evidence-prompts command, output fields, digest, and no write/execution/git/subagent boundary.",
510
+ },
511
+ {
512
+ key: "stage144Roadmap",
513
+ path: 'docs/runtime-roadmap.md',
514
+ markers: ['Stage 144', 'Context Budget Entry Defaults', 'tokens --entry-defaults', '--from-budget <local-token-budget-json>', '--from-scorecard <local-parity-scorecard-json>', "stage='Stage 144'", "defaults_kind='context-budget-entry-defaults'", 'context_budget_entry_defaults', 'recommended_profile', 'surface_now', 'defer_until_needed', 'token_saving_boundary', 'entry_defaults_invariants', 'entry_defaults_digest', 'context_budget_entry_defaults_artifact=false', 'entry_defaults_artifact=false', 'token_budget_artifact=false', 'parity_scorecard_artifact=false', 'prompt_mutation=false', 'template_mutation=false', 'skill_mutation=false', 'hook_execution=false', 'adapter_execution=false', 'full_skill_injection=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'workflow_execution=false', 'skill_execution=false', 'dynamic_tool_execution=false', 'embeddings=false', 'remote_config=false', 'git=false', 'git_write=false', 'subagent=false', 'platform_api=false', 'model_invocation=false', 'business_source_write=false'],
515
+ okLabel: "docs/runtime-roadmap.md defines Stage 144 context budget entry defaults boundaries",
516
+ failLabel: "docs/runtime-roadmap.md Stage 144 context budget entry defaults markers incomplete",
517
+ fix: "Document Stage 144 tokens entry-defaults command, output fields, digest, and no full skill injection/write/execution/git/subagent boundary.",
518
+ },
519
+ {
520
+ key: "stage145Roadmap",
521
+ path: 'docs/runtime-roadmap.md',
522
+ markers: ['Stage 145', 'Local Behavior Eval Contracts', 'evals --local-behavior-contracts', '--from-style-pack <local-style-pack-json>', '--from-entry-tightening <local-entry-tightening-json>', "stage='Stage 145'", "contracts_kind='local-behavior-eval-contracts'", 'local_behavior_eval_contracts', 'contract_cases', 'deterministic_judges', 'live_eval_deferred', 'visible_entry_route_judge', 'evidence_before_completion_judge', 'forbidden_action_boundary_judge', 'deterministic_contract_only_judge', 'contracts_invariants', 'contracts_digest', 'local_behavior_eval_contracts_artifact=false', 'behavior_contract_artifact=false', 'style_pack_artifact=false', 'entry_tightening_artifact=false', 'eval_suite_artifact=false', 'eval_run_artifact=false', 'eval_report_artifact=false', 'prompt_mutation=false', 'template_mutation=false', 'skill_mutation=false', 'hook_execution=false', 'adapter_execution=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'eval_execution=false', 'live_eval_execution=false', 'agent_session_execution=false', 'model_judge_execution=false', 'workflow_execution=false', 'skill_execution=false', 'runtime_action=false', 'auto_execution=false', 'full_skill_injection=false', 'git=false', 'git_write=false', 'subagent=false', 'platform_api=false', 'model_invocation=false', 'business_source_write=false'],
523
+ okLabel: "docs/runtime-roadmap.md defines Stage 145 local behavior eval contracts boundaries",
524
+ failLabel: "docs/runtime-roadmap.md Stage 145 local behavior eval contract markers incomplete",
525
+ fix: "Document Stage 145 evals local-behavior-contracts command, output fields, digest, and no eval/model/subagent/write/git boundary.",
526
+ },
527
+ {
528
+ key: "stage146Roadmap",
529
+ path: 'docs/runtime-roadmap.md',
530
+ markers: ['Stage 146', 'Contributor Guardrail Evidence', 'governance --contributor-guardrails', '--from-scorecard <local-parity-scorecard-json>', '--from-evidence-prompts <local-evidence-prompts-json>', "stage='Stage 146'", "guardrail_kind='contributor-guardrail-evidence'", 'contributor_guardrail_evidence', 'guardrail_findings', 'required_disclosures', 'unsafe_closeout_risks', 'closeout_contract', 'validation-evidence-required', 'do-not-cross-boundaries-visible', 'no-remote-pr-review-search', 'no-auto-repair-from-evidence', 'guardrail_invariants', 'guardrail_digest', 'contributor_guardrail_evidence_artifact=false', 'guardrail_artifact=false', 'parity_scorecard_artifact=false', 'evidence_prompts_artifact=false', 'remote_pr_search=false', 'remote_review_search=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'workflow_execution=false', 'runtime_action=false', 'auto_execution=false', 'repair_execution=false', 'auto_fix=false', 'git=false', 'git_write=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'subagent=false', 'platform_api=false', 'model_invocation=false', 'business_source_write=false'],
531
+ okLabel: "docs/runtime-roadmap.md defines Stage 146 contributor guardrail evidence boundaries",
532
+ failLabel: "docs/runtime-roadmap.md Stage 146 contributor guardrail evidence markers incomplete",
533
+ fix: "Document Stage 146 governance contributor-guardrails command, output fields, digest, and no PR/remote/git/write/subagent boundary.",
534
+ },
535
+ {
536
+ key: "stage147Roadmap",
537
+ path: 'docs/runtime-roadmap.md',
538
+ markers: ['Stage 147', 'Subagent Permission Visibility', 'governance --subagent-permission', '--from-scorecard <local-parity-scorecard-json>', '--from-guardrails <local-guardrails-json>', "stage='Stage 147'", "permission_kind='subagent-permission-visibility'", 'subagent_permission_visibility', 'permission_gate', 'brief_requirements', 'must_ask_user_first', 'visibility_contract', 'explicit-user-permission', 'brief-completeness', 'no-hidden-dispatch', 'permission_invariants', 'permission_digest', 'subagent_permission_visibility_artifact=false', 'permission_artifact=false', 'guardrail_artifact=false', 'parity_scorecard_artifact=false', 'brief_artifact=false', 'dispatch_artifact=false', 'session_artifact=false', 'subagent_dispatch=false', 'subagent_session=false', 'agent_session=false', 'session_create=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'workflow_execution=false', 'runtime_action=false', 'auto_execution=false', 'auto_dispatch=false', 'git=false', 'git_write=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'subagent=false', 'platform_api=false', 'model_invocation=false', 'business_source_write=false'],
539
+ okLabel: "docs/runtime-roadmap.md defines Stage 147 subagent permission visibility boundaries",
540
+ failLabel: "docs/runtime-roadmap.md Stage 147 subagent permission visibility markers incomplete",
541
+ fix: "Document Stage 147 governance subagent-permission command, output fields, digest, and no subagent/session/dispatch/write/git boundary.",
542
+ },
543
+ {
544
+ key: "p31Roadmap",
545
+ path: 'docs/runtime-roadmap.md',
546
+ markers: ['P25-P31:Controlled Legacy Workflow Discipline Contract Sync', 'controlled_legacy_workflow_discipline', 'legacy_workflow_discipline_control_sync', 'workflow --start --profile legacy-workflow-discipline', 'workflow --loop-contract --profile legacy-workflow-discipline', 'sdd --plan --profile legacy-workflow-discipline', 'profile_contract_summary', 'skill_first_receipt', 'next_gate_summary', 'handoff_chain', 'verification_gate', 'subagent_permission_gate', 'subagent-explicit-permission-gate', 'readiness_parity_boundaries', 'default_profile_safe=true', 'legacy_workflow_discipline_opt_in=true', 'profile_artifact=false', 'receipt_artifact=false', 'next_gate_artifact=false', 'handoff_preview_read_only=true', 'adapter_consumable_only_when_permission_gate_passed=true', 'hidden_execution=false', 'auto_execution=false', 'workflow_execution=false', 'skill_execution=false', 'command_execution=false', 'test_execution=false', 'platform_api=false', 'model_invocation=false', 'subagent=false', 'subagent_session=false', 'session_create=false', 'git_write=false', 'business_source_write=false', 'state_directory_created=false', 'writes=false'],
547
+ okLabel: "docs/runtime-roadmap.md defines P25-P31 controlled external reference parity boundaries",
548
+ failLabel: "docs/runtime-roadmap.md P25-P31 controlled parity markers incomplete",
549
+ fix: "Document P25-P31 profile, receipt, next gate, handoff, verification, subagent permission, and no hidden execution boundary.",
550
+ },
551
+ {
552
+ key: "stage148Roadmap",
553
+ path: 'docs/runtime-roadmap.md',
554
+ markers: ['Stage 148', 'Adapter Packaging Consistency Checklist', 'platforms --adapter-packaging-consistency', '--from-bootstrap-matrix <local-bootstrap-json>', '--from-session-examples <local-session-examples-json>', "stage='Stage 148'", "consistency_kind='adapter-packaging-consistency-checklist'", 'adapter_packaging_consistency', 'adapter_rows', 'missing_install_markers', 'copy_ready_fix_notes', 'consistency_invariants', 'consistency_digest', 'adapter_packaging_consistency_artifact=false', 'bootstrap_matrix_artifact=false', 'session_start_example_pack_artifact=false', 'adapter_row_artifact=false', 'fix_note_artifact=false', 'adapter_install=false', 'adapter_execution=false', 'hook_execution=false', 'hook_registration=false', 'manifest_write=false', 'plugin_manifest_write=false', 'install_doc_write=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'workflow_execution=false', 'runtime_action=false', 'auto_execution=false', 'repair_execution=false', 'auto_fix=false', 'git=false', 'git_write=false', 'commit=false', 'pr=false', 'push=false', 'merge=false', 'subagent=false', 'platform_api=false', 'model_invocation=false', 'business_source_write=false'],
555
+ okLabel: "docs/runtime-roadmap.md defines Stage 148 adapter packaging consistency boundaries",
556
+ failLabel: "docs/runtime-roadmap.md Stage 148 adapter packaging consistency markers incomplete",
557
+ fix: "Document Stage 148 platforms adapter-packaging-consistency command, output fields, digest, and no adapter/hook/write/git/subagent boundary.",
558
+ }
559
+ ];