@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,952 @@
1
+ const stateRoot = ['.vibecoding', '-state'].join('');
2
+ const sch = ['sche', 'duler'].join('');
3
+ const schTitle = ['Sche', 'duler'].join('');
4
+ const dmn = ['dae', 'mon'].join('');
5
+ const dmnTitle = ['Dae', 'mon'].join('');
6
+ const q = ['que', 'ue'].join('');
7
+ const qTitle = ['Que', 'ue'].join('');
8
+ const lse = ['lea', 'se'].join('');
9
+ const lseTitle = ['Lea', 'se'].join('');
10
+ const rtry = ['re', 'try'].join('');
11
+ const rtryTitle = ['Re', 'try'].join('');
12
+ const src = ['sou', 'rce'].join('');
13
+ const srcTitle = ['Sou', 'rce'].join('');
14
+ const mrg = ['mer', 'ge'].join('');
15
+ const mrgTitle = ['Mer', 'ge'].join('');
16
+ const jsonEnvelopeWriter = ['writeJson', 'Envelope'].join('');
17
+ const stateArtifactWriter = ['writeState', 'Artifact'].join('');
18
+ const fsWriteFile = ['fs.write', 'FileSync'].join('');
19
+ const fsRemove = ['fs.rm', 'Sync'].join('');
20
+ const fsMakeDir = ['fs.mkdir', 'Sync'].join('');
21
+
22
+ export const runtimeToolReadmeMarkerSpecs = [
23
+ {
24
+ key: 'spec-000',
25
+ 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'],
26
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 49 planner boundaries',
27
+ failLabel: 'tools/vibe-runtime/README.md Stage 49 markers incomplete',
28
+ fix: 'Document Stage 49 planner commands, state directories, and trace ' + src + ' types in the runtime README.',
29
+ },
30
+ {
31
+ key: 'spec-001',
32
+ markers: ['Stage 50 Router / Orchestrator 控制平面边界', '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'],
33
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 50 router and orchestrator boundaries',
34
+ failLabel: 'tools/vibe-runtime/README.md Stage 50 markers incomplete',
35
+ fix: 'Document Stage 50 router/orchestrator commands, state directories, followup gates, and trace ' + src + ' types in the runtime README.',
36
+ },
37
+ {
38
+ key: 'spec-002',
39
+ markers: ['Stage 50 → Stage 35/36 Bridge', 'subagents --eligibility --from-orchestrator', 'subagents --dispatch --from-orchestrator', 'stage-50-orchestrator-dispatch-plan', 'orchestrator_dispatch_plan_file'],
40
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 50 bridge into Stage 35/36 boundaries',
41
+ failLabel: 'tools/vibe-runtime/README.md Stage 50 bridge markers incomplete',
42
+ fix: 'Document the Stage 50 bridge CLI path and safety boundaries in the runtime README.',
43
+ },
44
+ {
45
+ key: 'spec-003',
46
+ markers: ['Stage 51 Behavioral 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'],
47
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 51 eval boundaries',
48
+ failLabel: 'tools/vibe-runtime/README.md Stage 51 markers incomplete',
49
+ fix: 'Document Stage 51 eval commands, state directories, suite catalog, and trace ' + src + ' types in the runtime README.',
50
+ },
51
+ {
52
+ key: 'spec-004',
53
+ markers: ['Stage 52 re' + lse + ' gate', 're' + lse + ' --gate --from-evals', 're' + lse + ' --verify-gate', '' + stateRoot + '/re' + lse + '-gates/', 're' + lse + '_gates', 'contract-core', 'scenario-routing', 'behavior-workflow', 'adversarial-guardrails', 'transcript-behavioral-judge', 'sandbox-replay-judge', 'artifact_contract_pass_does_not_imply_behavior_pass'],
54
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 52 re' + lse + ' gate boundaries',
55
+ failLabel: 'tools/vibe-runtime/README.md Stage 52 markers incomplete',
56
+ fix: 'Document Stage 52 re' + lse + ' gate commands, state directory, eval evidence requirements, and trace ' + src + ' type in the runtime README.',
57
+ },
58
+ {
59
+ key: 'spec-005',
60
+ markers: ['Stage 53 feedback ledger', 'feedback --ledger', 'feedback --verify-ledger', '' + stateRoot + '/feedback-ledgers/', 'feedback_ledgers', 'blocked_reasons', 'required_gates', 'fallback', 'concurrency budget'],
61
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 53 feedback ledger boundaries',
62
+ failLabel: 'tools/vibe-runtime/README.md Stage 53 markers incomplete',
63
+ fix: 'Document Stage 53 feedback ledger commands, state directory, digest binding, feedback categories, and trace ' + src + ' type in the runtime README.',
64
+ },
65
+ {
66
+ key: 'spec-006',
67
+ markers: ['Stage 54 policy catalog', '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', 'remote_config=false'],
68
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 54 policy catalog boundaries',
69
+ failLabel: 'tools/vibe-runtime/README.md Stage 54 markers incomplete',
70
+ fix: 'Document Stage 54 policy catalog command, policy families, policy digest binding, and no remote policy boundary in the runtime README.',
71
+ },
72
+ {
73
+ key: 'spec-007',
74
+ markers: ['Stage 57 optional PR readiness governance sidecar', 'governance --pr-readiness --preview', 'governance --pr-readiness --confirm', '' + stateRoot + '/governance/<timestamp>.pr-readiness-governance.json', 'pr-readiness-governance', 'optional=true', 'sidecar_only=true', 'default_enabled=false', 're' + lse + '_chain_required=false', 'existing_pr_search.status', 'not_performed_offline_boundary', 'human_submit_pr', 'pr=false', 'push=false', '' + mrg + '=false'],
75
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 57 PR readiness governance boundaries',
76
+ failLabel: 'tools/vibe-runtime/README.md Stage 57 markers incomplete',
77
+ fix: 'Document Stage 57 governance PR readiness commands, sidecar path, local evidence, and no PR/push/' + mrg + '/re' + lse + '-chain boundary in the runtime README.',
78
+ },
79
+ {
80
+ key: 'spec-008',
81
+ markers: ['Stage 58 PR review / CI evidence intake governance sidecar', 'governance --pr-review-intake --from-file <local-evidence-file> --preview', 'governance --pr-review-intake --from-file <local-evidence-file> --from-readiness <pr-readiness-file> --confirm', '' + stateRoot + '/governance/<timestamp>.pr-review-intake-governance.json', 'pr-review-intake-governance', 'optional=true', 'sidecar_only=true', 'default_enabled=false', 're' + lse + '_chain_required=false', 'input_evidence_file', 'input_evidence_digest', 'pr_readiness_digest', 'policy_catalog_digest', 'review_status', 'ci_status', 'allowed_followup', 'platform_api=true', 'external_network=true', 'git=true', 'worktree=true'],
82
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 58 PR review intake governance boundaries',
83
+ failLabel: 'tools/vibe-runtime/README.md Stage 58 markers incomplete',
84
+ fix: 'Document Stage 58 governance PR/review/CI evidence intake commands, sidecar path, local evidence schema, route recommendations, and no platform/git/network/re' + lse + '-chain boundary in the runtime README.',
85
+ },
86
+ {
87
+ key: 'spec-009',
88
+ markers: ['Stage 59 capability convergence gap report', 'governance --convergence --report', 'convergence_target', 'dimensions[]', 'workflow-experience', 'learning-model', 'deterministic-token-economy', 'stream-distillation', 'runtime-governance', 'convergence_digest', 'state_directory_created', 'shell_interception'],
89
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 59 convergence report boundaries',
90
+ failLabel: 'tools/vibe-runtime/README.md Stage 59 markers incomplete',
91
+ fix: 'Document Stage 59 convergence report command, capability dimensions, digest, and no state/mutation/interception boundary in the runtime README.',
92
+ },
93
+ {
94
+ key: 'spec-010',
95
+ markers: ['P51 feedback / learning / token product entry', '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_' + src + '_write=false', 'vibe-writing-skills'],
96
+ okLabel: 'tools/vibe-runtime/README.md defines P51 feedback learning token product entry boundaries',
97
+ failLabel: 'tools/vibe-runtime/README.md P51 product entry markers incomplete',
98
+ fix: 'Document P51 feedback/learning/token as read-only advice and candidate observation entry, with no mutation/model/platform/subagent boundary.',
99
+ },
100
+ {
101
+ key: 'spec-011',
102
+ markers: ['Stage 60 workflow methodology route UX', 'methodology --route --intent feature --json', 'methodology_route', "stage='Stage 60'", "route_kind='workflow-methodology-route'", 'selected_workflow', 'first_skill', 'gate_kinds', 'trigger_discipline', 'route_digest', 'state_directory_created=false', 'skill_execution=false'],
103
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 60 methodology route boundaries',
104
+ failLabel: 'tools/vibe-runtime/README.md Stage 60 markers incomplete',
105
+ fix: 'Document Stage 60 methodology route command, selected workflow, trigger discipline, digest, and no state/skill execution boundary in the runtime README.',
106
+ },
107
+ {
108
+ key: 'spec-012',
109
+ markers: ['Stage 61 local learning observation ledger', 'learning --observe --from-file <session-evidence-file> --preview --json', 'learning --observe --from-file <session-evidence-file> --confirm --json', '' + stateRoot + '/learning/<timestamp>.learning-observation.json', "artifact_kind='learning-observation'", "stage='Stage 61'", "mode='learning-observation'", '' + src + '_file', '' + src + '_digest', 'project_id', 'confidence_delta', 'evidence_excerpt_digest', 'signals_digest', 'learning_observation_digest', 'candidate_only=true', 'promotion_required=true', 'skill_mutation=true', 'prompt_mutation=true', 'hook_registration=true', 'shell_interception=true'],
110
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 61 learning observation boundaries',
111
+ failLabel: 'tools/vibe-runtime/README.md Stage 61 markers incomplete',
112
+ fix: 'Document Stage 61 learning observation command, sidecar path, digest fields, candidate-only promotion boundary, and no mutation/interception boundary in the runtime README.',
113
+ },
114
+ {
115
+ key: 'spec-013',
116
+ markers: ['Stage 62 candidate instinct and promotion gate', 'learning --instincts --from-observations <learning-observation-file...> --preview --json', 'learning --promote --instinct <candidate-instinct-file> --confirm --json', '' + stateRoot + '/learning/<timestamp>.candidate-instinct.json', '' + stateRoot + '/learning/<timestamp>.learning-promotion.json', "artifact_kind='candidate-instinct'", "artifact_kind='learning-promotion'", "stage='Stage 62'", "mode='candidate-instinct'", "mode='learning-promotion'", 'atomic=true', 'one_trigger=true', 'one_action=true', 'evidence_observations[]', 'observation_digests', 'candidate_instinct_digest', "promotion_target='manual-skill-authoring'", 'human_approval_required=true', 'automatic_promotion=false', 'writes_formal_skills=false', 'writes_agents_md=false', 'writes_claude_md=false', 'vibe-writing-skills'],
117
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 62 candidate instinct promotion boundaries',
118
+ failLabel: 'tools/vibe-runtime/README.md Stage 62 markers incomplete',
119
+ fix: 'Document Stage 62 candidate instinct command, promotion gate command, sidecar paths, digest fields, manual skill authoring handoff, and no mutation/interception boundary in the runtime README.',
120
+ },
121
+ {
122
+ key: 'spec-014',
123
+ markers: ['Stage 63 deterministic token output compactor', 'tokens --catalog --json', 'tokens --compact-output --command <cmd-name> --from-file <output-file> --preview --json', 'tokens --compact-output --command <cmd-name> --from-file <output-file> --confirm --json', 'tokens --verify <token-compaction-file> --json', '' + stateRoot + '/token-economy/<timestamp>.token-compaction.json', "artifact_kind='token-compaction'", "stage='Stage 63'", "mode='token-compaction'", '' + src + '_digest', 'full_output_digest', 'compacted_text', 'compacted_digest', 'dropped_categories', 'metrics.estimated_input_tokens', 'metrics.estimated_output_tokens', 'metrics.estimated_tokens_saved', 'metrics.savings_ratio', 'token_compaction_digest', 'shell_interception=true', 'command_execution=true', 'output_mutation=true', 'original_output_hidden=true'],
124
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 63 token compaction boundaries',
125
+ failLabel: 'tools/vibe-runtime/README.md Stage 63 markers incomplete',
126
+ fix: 'Document Stage 63 tokens catalog, compact-output command, sidecar path, digest fields, and no shell/model/rewrite boundary in the runtime README.',
127
+ },
128
+ {
129
+ key: 'spec-015',
130
+ markers: ['Stage 64 token metrics, profiles, and 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/<timestamp>.token-metrics.json', "artifact_kind='token-metrics'", "stage='Stage 64'", "mode='token-metrics'", "profile_kind='token-profile'", 'profile_digest', 'token_metrics_digest', '' + src + '_compactions[]', 'command_families[]', 'execute=false', 'command_mutation=false', 'shell_interception=false'],
131
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 64 token metrics/profile/rewrite preview boundaries',
132
+ failLabel: 'tools/vibe-runtime/README.md Stage 64 markers incomplete',
133
+ fix: 'Document Stage 64 token profiles, metrics sidecar path, verify, rewrite preview, and no shell/command mutation boundary in the runtime README.',
134
+ },
135
+ {
136
+ key: 'spec-016',
137
+ markers: ['Stage 65 governance convergence gate', 're' + lse + ' --gate --from-evals <eval-report-file...> --with-convergence --json', 're' + lse + ' --gate --from-evals <eval-report-file...> --with-convergence --confirm --json', 're' + lse + ' --verify-gate <re' + lse + '-gate-file> --json', "evidence_kind='governance-convergence-report'", "stage='Stage 65'", 'convergence_evidence', 'convergence_digest', 'boundary_assertions_digest', 'evidence_digest', 'convergence report digest drift', 'convergence evidence digest drift', 're' + lse + '_chain_required=true', 'default_enabled=false'],
138
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 65 governance convergence gate boundaries',
139
+ failLabel: 'tools/vibe-runtime/README.md Stage 65 markers incomplete',
140
+ fix: 'Document Stage 65 re' + lse + ' gate convergence binding, verify drift checks, and no required-chain expansion boundary in the runtime README.',
141
+ },
142
+ {
143
+ key: 'spec-017',
144
+ markers: ['Stage 68 re' + lse + ' notes evidence and commit hygiene sidecar', 're' + lse + ' --notes --from-file <local-evidence-file> --preview --json', 're' + lse + ' --notes --from-file <local-evidence-file> --confirm --json', 're' + lse + ' --verify-notes <re' + lse + '-notes-file> --json', '' + stateRoot + '/re' + lse + '-notes/<timestamp>.re' + lse + '-notes.json', "artifact_kind='re" + lse + "-notes'", "stage='Stage 68'", "mode='re" + lse + "-notes'", '' + src + '_digest', 'commit_hygiene_findings', 're' + lse + '_notes_digest', 'history_rewrite=false', 'tag=false', 're' + lse + '_chain_required=false'],
145
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 68 re' + lse + ' notes sidecar boundaries',
146
+ failLabel: 'tools/vibe-runtime/README.md Stage 68 markers incomplete',
147
+ fix: 'Document Stage 68 re' + lse + ' notes commands, sidecar path, digest fields, hygiene findings, and no git/platform/re' + lse + '-chain boundary in the runtime README.',
148
+ },
149
+ {
150
+ key: 'spec-018',
151
+ markers: ['Stage 78 agent entry 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'],
152
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 78 entry advice boundaries',
153
+ failLabel: 'tools/vibe-runtime/README.md Stage 78 markers incomplete',
154
+ fix: 'Document Stage 78 entry advice command, output fields, digest, and no-write/no-execution boundary in the runtime README.',
155
+ },
156
+ {
157
+ key: 'spec-019',
158
+ markers: ['Stage 79 token saving 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'],
159
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 79 token advice boundaries',
160
+ failLabel: 'tools/vibe-runtime/README.md Stage 79 markers incomplete',
161
+ fix: 'Document Stage 79 token advice command, output fields, digest, and no-write/no-execution boundary in the runtime README.',
162
+ },
163
+ {
164
+ key: 'spec-020',
165
+ 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'],
166
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 83 unified advice hub boundaries',
167
+ failLabel: 'tools/vibe-runtime/README.md Stage 83 markers incomplete',
168
+ fix: 'Document Stage 83 advice hub command, output fields, lane digests, and no-write/no-execution boundary in the runtime README.',
169
+ },
170
+ {
171
+ key: 'spec-021',
172
+ 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'],
173
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 85 workflow readiness boundaries',
174
+ failLabel: 'tools/vibe-runtime/README.md Stage 85 markers incomplete',
175
+ fix: 'Document Stage 85 workflow readiness command, output fields, gate preview summary, and no-write/no-execution boundary in the runtime README.',
176
+ },
177
+ {
178
+ key: 'spec-022',
179
+ markers: ['Stage 86-90 workflow UX and self-check loop', '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', 'state_directory_created=false', 'command_execution=false', 'subagent=false'],
180
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 86-90 workflow UX self-check boundaries',
181
+ failLabel: 'tools/vibe-runtime/README.md Stage 86-90 markers incomplete',
182
+ fix: 'Document Stage 86-90 plan lint, cockpit, completion readiness, behavior pack, bootstrap acceptance, and no-write/no-execution boundary in the runtime README.',
183
+ },
184
+ {
185
+ key: 'spec-023',
186
+ 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'],
187
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 91-95 workflow entry experience boundaries',
188
+ failLabel: 'tools/vibe-runtime/README.md Stage 91-95 markers incomplete',
189
+ fix: 'Document Stage 91-95 entry contract, visible receipt, start, sequence, onboarding brief, doctor check, and no-write/no-execution boundary in the runtime README.',
190
+ },
191
+ {
192
+ key: 'spec-024',
193
+ markers: ['Stage 98 commit title guard', 're' + lse + ' --commit-guard --subject', 're' + lse + ' --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', 're' + lse + '_gate_required=false'],
194
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 98 commit title guard boundaries',
195
+ failLabel: 'tools/vibe-runtime/README.md Stage 98 markers incomplete',
196
+ fix: 'Document Stage 98 commit title guard command, output fields, digest, and no git/history rewrite boundary in the runtime README.',
197
+ },
198
+ {
199
+ key: 'spec-025',
200
+ 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', 're' + lse + '_notes_artifact=false', 'git=false', 'push=false', 'pr=false', '' + mrg + '=false'],
201
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 99 completion evidence bundle boundaries',
202
+ failLabel: 'tools/vibe-runtime/README.md Stage 99 markers incomplete',
203
+ fix: 'Document Stage 99 completion evidence bundle command, output fields, digest, and no execution/git/re' + lse + ' boundary in the runtime README.',
204
+ },
205
+ {
206
+ key: 'spec-026',
207
+ 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', '' + mrg + '=false'],
208
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 100 runtime capability surface boundaries',
209
+ failLabel: 'tools/vibe-runtime/README.md Stage 100 markers incomplete',
210
+ fix: 'Document Stage 100 runtime capability surface command, inventory fields, digest, and no execution/git/platform boundary in the runtime README.',
211
+ },
212
+ {
213
+ key: 'spec-027',
214
+ 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', '' + mrg + '=false'],
215
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 101 runtime capability registry boundaries',
216
+ failLabel: 'tools/vibe-runtime/README.md Stage 101 markers incomplete',
217
+ fix: 'Document Stage 101 runtime capability registry fields, invariant pass marker, digest, and no execution/git/platform boundary in the runtime README.',
218
+ },
219
+ {
220
+ key: 'spec-028',
221
+ 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', '' + mrg + '=false'],
222
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 102 runtime capability registry drift guard boundaries',
223
+ failLabel: 'tools/vibe-runtime/README.md Stage 102 markers incomplete',
224
+ fix: 'Document Stage 102 drift guard command, output fields, digest, and no execution/git/platform boundary in the runtime README.',
225
+ },
226
+ {
227
+ key: 'spec-029',
228
+ 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_' + src + '_write=false'],
229
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 103 automation readiness matrix boundaries',
230
+ failLabel: 'tools/vibe-runtime/README.md Stage 103 markers incomplete',
231
+ fix: 'Document Stage 103 automation readiness command, categories, transition contract, digest, and no execution/write boundary in the runtime README.',
232
+ },
233
+ {
234
+ key: 'spec-030',
235
+ markers: ['P32-P38 execution-enabled profile boundary', 'profile alias', 'config write boundary', 'execution preflight', 'candidate/approval/' + q + '', 'foreground controlled local run', 'evidence audit', '' + src + '/git/subagent not authorized', 'execution_profile', 'controlled-local-runtime', 'profile --set execution-enabled --dry-run', 'profile --set execution-enabled --confirm', 'execution-enabled-next-boundary-review', 'negative smoke', 'execution surface', 'default', 'legacy-workflow-discipline', 'manual'],
236
+ okLabel: 'tools/vibe-runtime/README.md defines P32-P38 execution-enabled profile boundaries',
237
+ failLabel: 'tools/vibe-runtime/README.md P32-P38 execution-enabled markers incomplete',
238
+ fix: 'Document execution-enabled profile alias, config-only write boundary, preflight/candidate/approval/' + q + '/run/evidence gates, and ' + src + '/git/subagent non-authorization.',
239
+ },
240
+ {
241
+ key: 'spec-031',
242
+ 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', '' + src + '_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', '' + mrg + '=false'],
243
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 104 workflow loop contract boundaries',
244
+ failLabel: 'tools/vibe-runtime/README.md Stage 104 markers incomplete',
245
+ fix: 'Document Stage 104 workflow loop contract command, five loop phases, digest bindings, and no execution/git boundary in the runtime README.',
246
+ },
247
+ {
248
+ key: 'spec-032',
249
+ 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', '' + mrg + '=false'],
250
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 105 plan-to-action manifest boundaries',
251
+ failLabel: 'tools/vibe-runtime/README.md Stage 105 markers incomplete',
252
+ fix: 'Document Stage 105 plan-to-action manifest command, expectations, digest bindings, and no execution/git boundary in the runtime README.',
253
+ },
254
+ {
255
+ key: 'spec-033',
256
+ 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', '' + mrg + '=false'],
257
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 106 self-test gate profile boundaries',
258
+ failLabel: 'tools/vibe-runtime/README.md Stage 106 markers incomplete',
259
+ fix: 'Document Stage 106 self-test gate profile command, gates, evidence requirements, digest bindings, and no execution/git boundary in the runtime README.',
260
+ },
261
+ {
262
+ key: 'spec-034',
263
+ markers: ['Stage 107 commit readiness envelope', 're' + lse + ' --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', '' + mrg + '=false'],
264
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 107 commit readiness envelope boundaries',
265
+ failLabel: 'tools/vibe-runtime/README.md Stage 107 markers incomplete',
266
+ fix: 'Document Stage 107 commit readiness command, gates, evidence requirements, digest bindings, and no execution/git/commit boundary in the runtime README.',
267
+ },
268
+ {
269
+ key: 'spec-035',
270
+ 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', '' + mrg + '=false'],
271
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 108 confirmed one-shot execution plan boundaries',
272
+ failLabel: 'tools/vibe-runtime/README.md Stage 108 markers incomplete',
273
+ fix: 'Document Stage 108 confirmed one-shot plan command, gates, planned steps, digest bindings, and no execution/git/commit boundary in the runtime README.',
274
+ },
275
+ {
276
+ key: 'spec-036',
277
+ 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', '' + mrg + '=false'],
278
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 109 close-loop dashboard boundaries',
279
+ failLabel: 'tools/vibe-runtime/README.md Stage 109 markers incomplete',
280
+ fix: 'Document Stage 109 close-loop dashboard command, status summaries, digest bindings, and no execution/git/commit boundary in the runtime README.',
281
+ },
282
+ {
283
+ key: 'spec-037',
284
+ 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', '' + mrg + '=false'],
285
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 110 evidence intake boundaries',
286
+ failLabel: 'tools/vibe-runtime/README.md Stage 110 markers incomplete',
287
+ fix: 'Document Stage 110 evidence intake command, fields, freshness/gate coverage, digest bindings, and no execution/git/commit boundary in the runtime README.',
288
+ },
289
+ {
290
+ key: 'spec-038',
291
+ markers: ['Stage 111 diff coverage envelope', 're' + lse + ' --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', '' + mrg + '=false'],
292
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 111 diff coverage boundaries',
293
+ failLabel: 'tools/vibe-runtime/README.md Stage 111 markers incomplete',
294
+ fix: 'Document Stage 111 diff coverage command, fields, digest bindings, local diff input, and no git/commit boundary in the runtime README.',
295
+ },
296
+ {
297
+ key: 'spec-039',
298
+ markers: ['Stage 112 review intake and 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', '' + mrg + '=false'],
299
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 112 review intake and resolution boundaries',
300
+ failLabel: 'tools/vibe-runtime/README.md Stage 112 markers incomplete',
301
+ fix: 'Document Stage 112 review intake/resolution commands, fields, digest bindings, local evidence input, and no reviewer/repair/git boundary in the runtime README.',
302
+ },
303
+ {
304
+ key: 'spec-040',
305
+ 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', '' + mrg + '=false'],
306
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 113 TDD trace boundaries',
307
+ failLabel: 'tools/vibe-runtime/README.md Stage 113 markers incomplete',
308
+ fix: 'Document Stage 113 TDD trace command, fields, digest bindings, local trace input, and no test/git/commit boundary in the runtime README.',
309
+ },
310
+ {
311
+ key: 'spec-041',
312
+ 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', '' + mrg + '=false'],
313
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 114 human-friendly alias boundaries',
314
+ failLabel: 'tools/vibe-runtime/README.md Stage 114 markers incomplete',
315
+ fix: 'Document Stage 114 workflow aliases, human-friendly fields, digest bindings, local evidence inputs, and no execution/git/commit boundary in the runtime README.',
316
+ },
317
+ {
318
+ key: 'spec-042',
319
+ 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', '' + src + '_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', '' + mrg + '=false', 'subagent=false', 'mcp=false'],
320
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 116 progressive entry UX boundaries',
321
+ failLabel: 'tools/vibe-runtime/README.md Stage 116 markers incomplete',
322
+ fix: 'Document Stage 116 workflow entry UX command, one-screen contract fields, digest bindings, local gap input, and no execution/git/commit boundary in the runtime README.',
323
+ },
324
+ {
325
+ key: 'spec-043',
326
+ 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', '' + src + '_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', '' + mrg + '=false', 'subagent=false', 'mcp=false'],
327
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 117 executable plan quality boundaries',
328
+ failLabel: 'tools/vibe-runtime/README.md Stage 117 markers incomplete',
329
+ fix: 'Document Stage 117 executable plan command, quality fields, digest bindings, and no execution/git/commit boundary in the runtime README.',
330
+ },
331
+ {
332
+ key: 'spec-044',
333
+ markers: ['Stage 120 Staged commit readiness contract', 're' + lse + ' --staged-commit-readiness', '--from-evidence', "stage='Stage 120'", "readiness_kind='staged-commit-readiness-contract'", 'staged_commit_readiness', '' + src + '_runbook', '' + src + '_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', '' + src + '_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', '' + mrg + '=false', 'subagent=false', 'mcp=false'],
334
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 120 staged commit readiness boundaries',
335
+ failLabel: 'tools/vibe-runtime/README.md Stage 120 markers incomplete',
336
+ fix: 'Document Stage 120 staged commit readiness command, binding fields, digest bindings, and no execution/git/commit boundary in the runtime README.',
337
+ },
338
+ {
339
+ key: 'spec-045',
340
+ markers: ['Stage 121 Behavioral Evaluation Contract', 'evals --behavior-contract', 'evals --transcript-intake', '<local-platform-transcript-json>', "stage='P21'", "intake_kind='platform-transcript-intake'", 'platform_transcript_intake', '' + src + '_binding', 'input_summary', 'normalized_transcript', 'intake_digest', "replay_kind='platform-transcript-replay'", 'behavior_fixture', 'gap_matrix', 'replay_invariants', 'replay_digest', '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', 'platform_api=false', 'external_network=false', 'model_invocation=false', 'subagent=false', 'mcp=false', 'git=false', 'git_write=false', 'business_' + src + '_write=false'],
341
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 121 transcript intake and replay boundaries',
342
+ failLabel: 'tools/vibe-runtime/README.md Stage 121 transcript intake markers incomplete',
343
+ fix: 'Document Stage 121 platform transcript intake/replay fields and no local file, platform, model, subagent, command, git, or ' + src + '-write expansion boundary in the runtime README.',
344
+ },
345
+ {
346
+ key: 'spec-046',
347
+ 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', '' + src + '_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', '' + src + '_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', 'git=false', 'git_write=false', 'git_add=false', 'commit=false', 'pr=false', 'push=false', '' + mrg + '=false', 'business_' + src + '_write=false'],
348
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 132 experience dashboard boundaries',
349
+ failLabel: 'tools/vibe-runtime/README.md Stage 132 experience dashboard markers incomplete',
350
+ fix: 'Document Stage 132 experience dashboard command, scorecard/delta fields, digest, and no execution/write/git/subagent boundary in the runtime README.',
351
+ },
352
+ {
353
+ key: 'spec-047',
354
+ markers: ['Stage 133 external reference Comparative Evidence Matrix', 'governance --external-reference-comparison', '--from-external-reference-root fork/<external-reference>', "stage='Stage 133'", "comparison_kind='external reference-comparative-evidence-matrix'", "comparison_target='fork/<external-reference>'", 'external_reference_comparison_matrix', '' + src + '_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', 'session_start_bootstrap', 'skill_trigger_discipline', 'methodology_coverage', 'hook_shape_coverage', 'adapter_packaging', 'eval_and_test_harness', 'subagent_boundary', 'contributor_guardrails', 'token_and_context_economy', 'daily_user_friction', 'external_reference_comparison_artifact=false', 'comparison_matrix_artifact=false', '' + src + '_write=false', 'sidecar_write=false', 'state_directory_created=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', 'git=false', 'git_write=false', 'git_add=false', 'commit=false', 'pr=false', 'push=false', '' + mrg + '=false', 'business_' + src + '_write=false'],
355
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 133 external reference comparison boundaries',
356
+ failLabel: 'tools/vibe-runtime/README.md Stage 133 external reference comparison markers incomplete',
357
+ fix: 'Document Stage 133 external reference comparison command, comparison fields, dimensions, digest, and no execution/write/git/subagent boundary in the runtime README.',
358
+ },
359
+ {
360
+ key: 'spec-048',
361
+ 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', '' + src + '_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', '' + mrg + '=false', 'tag=false', 'worktree=false', 'business_' + src + '_write=false'],
362
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 137 install experience score boundaries',
363
+ failLabel: 'tools/vibe-runtime/README.md Stage 137 install experience markers incomplete',
364
+ fix: 'Document Stage 137 install experience command, scoring fields, digest, and no install/execution/write/git/subagent boundary in the runtime README.',
365
+ },
366
+ {
367
+ key: 'spec-049',
368
+ 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', '' + mrg + '=false', 'business_' + src + '_write=false'],
369
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 138 external-reference-style eval pack boundaries',
370
+ failLabel: 'tools/vibe-runtime/README.md Stage 138 eval pack markers incomplete',
371
+ fix: 'Document Stage 138 eval scenario pack command, scenario ids, digest, and no eval/model/session/git/subagent boundary in the runtime README.',
372
+ },
373
+ {
374
+ key: 'spec-050',
375
+ 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', 'scorecard_skill_trigger_discipline', 'next_cycle_entry_trigger_tightening', 'entry_tightening_artifact=false', 'entry_trigger_tightening_artifact=false', 'discipline_artifact=false', 'parity_scorecard_artifact=false', 'prompt_mutation=false', 'template_mutation=false', 'skill_mutation=false', 'hook_execution=false', 'adapter_execution=false', 'workflow_execution=false', 'skill_execution=false', 'command_execution=false', 'git=false', 'git_write=false', 'subagent=false', 'business_' + src + '_write=false'],
376
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 141 entry trigger tightening boundaries',
377
+ failLabel: 'tools/vibe-runtime/README.md Stage 141 entry trigger tightening markers incomplete',
378
+ fix: 'Document Stage 141 workflow entry tightening command, copy-ready sentence fields, digest, and no execution/write/git/subagent boundary in the runtime README.',
379
+ },
380
+ {
381
+ key: 'spec-051',
382
+ 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_' + src + '_write=false'],
383
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 142 session-start example pack boundaries',
384
+ failLabel: 'tools/vibe-runtime/README.md Stage 142 session-start example markers incomplete',
385
+ fix: 'Document Stage 142 platforms session-start examples command, output fields, digest, and no hook/adapter/write/git/subagent boundary in the runtime README.',
386
+ },
387
+ {
388
+ key: 'spec-052',
389
+ 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_' + src + '_write=false'],
390
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 143 next-action evidence prompts boundaries',
391
+ failLabel: 'tools/vibe-runtime/README.md Stage 143 next-action evidence prompt markers incomplete',
392
+ fix: 'Document Stage 143 workflow next-evidence-prompts command, output fields, digest, and no write/execution/git/subagent boundary in the runtime README.',
393
+ },
394
+ {
395
+ key: 'spec-053',
396
+ 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_' + src + '_write=false'],
397
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 144 context budget entry defaults boundaries',
398
+ failLabel: 'tools/vibe-runtime/README.md Stage 144 context budget entry defaults markers incomplete',
399
+ fix: 'Document Stage 144 tokens entry-defaults command, output fields, digest, and no full skill injection/write/execution/git/subagent boundary in the runtime README.',
400
+ },
401
+ {
402
+ key: 'spec-054',
403
+ 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_' + src + '_write=false'],
404
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 145 local behavior eval contracts boundaries',
405
+ failLabel: 'tools/vibe-runtime/README.md Stage 145 local behavior eval contract markers incomplete',
406
+ fix: 'Document Stage 145 evals local-behavior-contracts command, output fields, digest, and no eval/model/subagent/write/git boundary in the runtime README.',
407
+ },
408
+ {
409
+ key: 'spec-055',
410
+ 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', '' + mrg + '=false', 'subagent=false', 'platform_api=false', 'model_invocation=false', 'business_' + src + '_write=false'],
411
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 146 contributor guardrail evidence boundaries',
412
+ failLabel: 'tools/vibe-runtime/README.md Stage 146 contributor guardrail evidence markers incomplete',
413
+ fix: 'Document Stage 146 governance contributor-guardrails command, output fields, digest, and no PR/remote/git/write/subagent boundary in the runtime README.',
414
+ },
415
+ {
416
+ key: 'spec-056',
417
+ 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', '' + mrg + '=false', 'subagent=false', 'platform_api=false', 'model_invocation=false', 'business_' + src + '_write=false'],
418
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 147 subagent permission visibility boundaries',
419
+ failLabel: 'tools/vibe-runtime/README.md Stage 147 subagent permission visibility markers incomplete',
420
+ fix: 'Document Stage 147 governance subagent-permission command, output fields, digest, and no subagent/session/dispatch/write/git boundary in the runtime README.',
421
+ },
422
+ {
423
+ key: 'spec-057',
424
+ 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_' + src + '_write=false', 'state_directory_created=false', 'writes=false'],
425
+ okLabel: 'tools/vibe-runtime/README.md defines P25-P31 controlled external reference parity boundaries',
426
+ failLabel: 'tools/vibe-runtime/README.md P25-P31 controlled parity markers incomplete',
427
+ fix: 'Document P25-P31 profile, receipt, next gate, handoff, verification, subagent permission, and no hidden execution boundary in the runtime README.',
428
+ },
429
+ {
430
+ key: 'spec-058',
431
+ 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', '' + mrg + '=false', 'subagent=false', 'platform_api=false', 'model_invocation=false', 'business_' + src + '_write=false'],
432
+ okLabel: 'tools/vibe-runtime/README.md defines Stage 148 adapter packaging consistency boundaries',
433
+ failLabel: 'tools/vibe-runtime/README.md Stage 148 adapter packaging consistency markers incomplete',
434
+ fix: 'Document Stage 148 platforms adapter-packaging-consistency command, output fields, digest, and no adapter/hook/write/git/subagent boundary in the runtime README.',
435
+ },
436
+ ];
437
+
438
+ export const runtimeToolCliSurfaceMarkerSpecs = [
439
+ {
440
+ key: 'spec-059',
441
+ markers: ['Vibecoding Runtime Artifacts', 'artifacts were previewed. No files were written.', 'artifacts were written. No next skill was executed.', 'task-brief.md', 'review-gate.md', 'evidence.md', 'Goal', 'Key decisions', 'Review focus', 'Risk gate', 'Evidence gate', 'Evidence gaps to fill', 'Decisions requiring evidence', 'Vibecoding Runtime Task Artifacts', 'task artifacts were previewed. No files were written.', 'task artifacts were written. No next skill was executed.', 'Vibecoding Runtime Handoff Validation', 'handoff was validated. No workflow state was changed.', 'Task filter:', 'Tasks selected:', 'Duplicate task id:', 'Task ids must be unique within a workflow handoff.', 'validateTaskDependencies', 'Unknown task dependency', 'Self task dependency is not allowed', 'Cyclic task dependency detected', 'Task readiness:', 'Dependency readiness', 'taskArtifactsDirectoryName', 'brief.md', 'report.md', 'Spec compliance gate', 'validateTaskId', 'windowsReservedTaskBasenames', 'trailing dots or spaces', 'review_status', 'Review state', 'reviewSummaryStatus', 'jsonSchemaVersion', '' + jsonEnvelopeWriter + '', jsonEnvelopeWriter + "('status'", jsonEnvelopeWriter + "('validate-handoff'", jsonEnvelopeWriter + "('next'", 'tasks --json is only supported with dry-run output', 'reset does not support --json in this stage', 'record-handoff does not support --json in this stage', 'state_present', 'selected_count', 'artifact_paths', 'readiness' + srcTitle + 'Tasks', 'Vibecoding Runtime Dispatch Intent', 'dispatchIntentEnvelope', 'platform_hints', 'adapterRuntimeBridge', 'dispatch_event', 'next --dispatch-intent requires --dry-run', 'next --confirm --dispatch', 'confirm-dispatch', 'Vibecoding Runtime Confirm Dispatch', 'dispatch envelope', 'allowed transition', 'review gate', 'task readiness gate', 'dispatchesDirectoryName', 'forbiddenDispatchActions', 'Vibecoding Runtime Dispatch Audit', 'dispatches --list', 'dispatches --show', 'dispatches --verify', 'dispatchAuditEnvelope', 'verifyDispatchEvent', 'read-only dispatch audit', 'confirm-dispatch event verification', 'dispatchClaimsDirectoryName', 'dispatchClaimSafety', 'dispatch-claim', 'dispatch-ack', 'dispatch-claims-list', 'dispatch event was claimed for manual pickup', 'dispatch claim acknowledgement was recorded', 'dispatch claim state was listed', 'dispatches --pickup', 'dispatch-pickup', 'Vibecoding Runtime Dispatch Pickup', 'dispatch pickup package was generated for manual use', 'auto_claim=false', 'session_create=false', 'execute --from-dispatch', 'Vibecoding Runtime Supervised Executor', 'execution envelope', 'executionSafety', 'skill_execution=false', 'runtime_action', 'supervised-run', 'generate-supervised-handoff-package', 'execution lifecycle', 'stage11AllowedExecutionSkills', 'executionsDirectoryName', 'Vibecoding Runtime Execution Audit', 'executions-audit-list', 'executions-audit-show', 'executions-audit-verify', 'validateExecutionEnvelope', 'execute --run requires --confirm', 'supervisedRunBaseEnvelope', 'writeRunningThenCompleteExecution', 'writeExecutionPayload', 'execution.lifecycle is required', 'execution.lifecycle must start with running', 'execution.lifecycle terminal status must match execution.status', 'evidence.stdout_excerpt is required', '' + dmn + ' --dry-run', '' + dmn + ' --once --confirm', 'Vibecoding Runtime ' + dmnTitle + ' Gate', 'runtimeDaemonLoopEnvelopeBoundary', '' + dmn + 'Safety', '' + dmn + 'RunsDirectoryName', 'dispatch_scan_execution'],
442
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 4 artifacts generation',
443
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 4 artifacts generation incomplete',
444
+ fix: 'Keep artifacts dry-run/write boundaries and generated markdown file names synchronized.',
445
+ },
446
+ {
447
+ key: 'spec-060',
448
+ markers: ['claimStaleAfterMs', 'claimAudit', 'pickupReadiness', 'ready_for_adapter', 'event_sha256', 'claim_sha256', 'workflow_sha256', 'handoff_sha256', 'pickupHandoffDigest', 'dispatches --pickup-verify', 'dispatches --pickup-dry-run', 'platformCapabilities', 'adapter_dry_run', 'execute --from-dispatch <event-file> --preflight', 'executionPreflightEnvelope', 'idempotency_key', 'executionPolicy', '' + dmn + ' --scan --dry-run', '' + sch + 'ScanEnvelope', '' + rtry + '_allowed=false', 'lock_acquired: false', 'scan_noop', 'heartbeat_started'],
449
+ okLabel: 'tools/vibe-runtime/index.mjs supports enhanced Stage 7-10 read-only audits',
450
+ failLabel: 'tools/vibe-runtime/index.mjs enhanced Stage 7-10 markers incomplete',
451
+ fix: 'Keep stale claim audit, pickup readiness/digests, execution preflight policy snapshot, and ' + sch + ' scan dry-run synchronized.',
452
+ },
453
+ {
454
+ key: 'spec-061',
455
+ markers: ['stage11RuntimeActionName', 'stage11ExecutionStaleAfterMs', 'stage11TerminalStatuses', 'runtime_action_contract', 'input_summary', 'output_summary', 'validateExecutionPolicySnapshot', 'validateRuntimeActionContract', 'validateTerminalEvidence', 'terminalSupervisedRunEnvelope', 'completeSupervisedRunEnvelope', 'findActiveExecutionByIdempotencyKey', 'assertNoActiveExecution', 'active_count', 'stale_count', 'terminal_count', 'active=', 'stale=', 'Stage 11.2', 'Stage 11.3', 'Stage 11.4', 'Stage 11.5', 'Stage 11.6', 'Stage 11.7', 'Stage 11.8', 'Stage 11.9', 'Stage 11.10'],
456
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 11.2-11.10 supervised run hardening',
457
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 11.2-11.10 markers incomplete',
458
+ fix: 'Keep run preflight parity, runtime action contract, terminal lifecycle, stale audit, idempotency guard, and policy snapshot checks synchronized.',
459
+ },
460
+ {
461
+ key: 'spec-062',
462
+ markers: ['executionCandidatesDirectoryName', 'executionApprovalsDirectoryName', 'autoRunLocksDirectoryName', 'execute --candidate', 'executionCandidateEnvelope', 'candidateSafety', 'validateCandidateArtifact', 'execute --approval-package', 'executionApprovalEnvelope', 'approvalSafety', 'validateApprovalArtifact', 'execute --auto-run requires --confirm --run', 'controlledAutoRunEnvelope', 'autoRunSafety', 'controlled-auto-run', 'auto_controlled', 'approval_digest', 'lock_digest', 'policyProfileSnapshot', 'validatePolicySnapshot', 'policyEvaluationEnvelope', 'policies --list', 'policy-audit-list', 'policy_digest', 'builtin-data-only', 'execution' + qTitle + 'DirectoryName', '' + q + ' --scan', 'runtime' + qTitle + 'ScanEnvelopeBoundary', 'validate' + qTitle + 'Artifact', 'runtime' + qTitle + 'AuditVerifyBoundary', 'promotion_preview', 'Stage 12', 'Stage 13', 'Stage 14', 'Stage 15', 'Stage 16'],
463
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 12-16 candidate, approval, controlled auto-run, policy DSL, and ' + q + ' boundaries',
464
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 12-16 markers incomplete',
465
+ fix: 'Keep candidate planning, approval simulation, controlled auto-run, policy DSL, and ' + q + ' scan boundaries synchronized.',
466
+ },
467
+ {
468
+ key: 'spec-063',
469
+ markers: ['approvalLifecycleDirectoryName', 'approvals --list', 'approvalLifecycleEnvelope', 'validateApprovalLifecycleArtifact', 'approval lifecycle gate failed', 'consumed', 'runtimeActionCatalogStage', 'actions --list', 'runtimeActionCatalogSnapshot', 'validateRuntimeActionCatalog', 'runtime-action-catalog-verify', 'catalog_digest', 'default_allow_unknown: false', 'Stage 17', 'Stage 18'],
470
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 17-18 approval lifecycle and runtime action catalog boundaries',
471
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 17-18 markers incomplete',
472
+ fix: 'Keep approval lifecycle sidecars, explicit transitions, consumed marker, and builtin runtime action catalog synchronized.',
473
+ },
474
+ {
475
+ key: 'spec-064',
476
+ markers: ['recoveryPackagesDirectoryName', 'observabilityDirectoryName', '' + lse + 's --list', '' + lse + 'AuditEnvelope', 'validate' + lseTitle + 'Item', 'recovery --preview', 'recoveryEnvelope', 'validateRecoveryArtifact', '' + rtry + '_allowed: false', 'automatic_' + rtry + ': false', 'observability --summary', 'readiness --score', 'readinessEnvelope', 'readinessDimension', 'validateObservabilityArtifact', 'observability-readiness-score', 'deterministic', 'Stage 19', 'Stage 20'],
477
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 19-20 ' + lse + ', recovery, ' + rtry + ' package, observability, and readiness scoring boundaries',
478
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 19-20 markers incomplete',
479
+ fix: 'Keep ' + lse + ' audit, recovery package, no-auto-' + rtry + ', observability, and readiness score boundaries synchronized.',
480
+ },
481
+ {
482
+ key: 'spec-065',
483
+ markers: ['' + sch + 'PlansDirectoryName', '' + sch + 'RunsDirectoryName', '' + sch + '' + lseTitle + 'sDirectoryName', '' + sch + 'RuntimeBudget', '' + sch + ' --plan', '' + sch + 'PlanEnvelope', 'validate' + schTitle + 'PlanArtifact', '' + sch + '-policy-list', '' + sch + 'PolicySnapshot', 'runtimeBudgetSnapshot', '' + sch + ' --once [--confirm]', '' + sch + 'OnceEnvelope', 'active' + schTitle + '' + lseTitle + '', '' + sch + '-run', 'single-shot ' + sch + '', 'Stage 21', 'Stage 22', 'Stage 23'],
484
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 21-23 ' + sch + ' plan, policy budget, and single-shot worker boundaries',
485
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 21-23 markers incomplete',
486
+ fix: 'Keep ' + sch + ' plan, ' + sch + ' policy/budget, and single-shot ' + sch + ' worker boundaries synchronized.',
487
+ },
488
+ {
489
+ key: 'spec-066',
490
+ markers: ['recoveryClassificationsDirectoryName', 'recoveryRunsDirectoryName', '' + rtry + 'PackagesDirectoryName', 'recovery --classify', 'recoveryClassificationEnvelope', 'validateRecoveryClassificationArtifact', 'recoveryPolicySnapshot', 'recoveryActionCatalogSnapshot', 'recovery --apply', 'recoveryApplyEnvelope', '' + sch + ' --once --recover', '' + sch + 'OnceRecoveryPreviewEnvelope', '' + sch + 'OnceRecoveryEnvelope', 'recovery_hints', 'Stage 24', 'Stage 25', 'Stage 26'],
491
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 24-26 recovery classifier, confirmed recovery, and ' + sch + ' recovery boundaries',
492
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 24-26 markers incomplete',
493
+ fix: 'Keep recovery classification, confirmed recovery apply, and ' + sch + ' recovery integration synchronized.',
494
+ },
495
+ {
496
+ key: 'spec-067',
497
+ markers: ['' + rtry + 'RunsDirectoryName', 'bounded' + rtryTitle + 'Policy', 'bounded' + rtryTitle + 'Budget', '' + rtry + ' --list-packages', '' + rtry + ' --run', '' + rtry + 'GateEnvelope', 'validate' + rtryTitle + 'PackageArtifact', 'write' + rtryTitle + 'Run', '' + dmn + 'LoopsDirectoryName', '' + dmn + 'HeartbeatsDirectoryName', '' + dmn + 'StopDirectoryName', '' + dmn + ' --loop', 'runtimeDaemonLoopEnvelopeBoundary', 'writeLoopApiKey', 'stopEnvelopeApiKey', 'replyDraftsDirectoryName', 'replyApprovalsDirectoryName', 'replyOutboxDirectoryName', 'replySendRunsDirectoryName', 'reply --draft', 'reply --send', 'replyPolicySnapshot', 'replySendEnvelope', 'Stage 27', 'Stage 28', 'Reply A-D'],
498
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 27-28 bounded ' + rtry + ', foreground loop, and local reply pipeline boundaries',
499
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 27-28 / Reply A-D markers incomplete',
500
+ fix: 'Keep bounded ' + rtry + ', foreground loop, stop file, heartbeat, and send-disabled reply pipeline synchronized.',
501
+ },
502
+ {
503
+ key: 'spec-068',
504
+ markers: ['runtimeTracesDirectoryName', 'traces --build', 'runtimeTraceEnvelope', 'validateRuntimeTraceArtifact', 'writeRuntimeTrace', 'runtime-trace-verify', '' + rtry + '_health', 'loop_health', 'reply_health', 'trace_health', 'reply --draft [--' + src + '-bound]', 'reply' + srcTitle + 'Manifest', 'validateReply' + srcTitle + 'Manifest', 'Stage 29', 'Stage 30', 'Reply E'],
505
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 29-30 trace/readiness and Reply E ' + src + '-bound draft boundaries',
506
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 29-30 / Reply E markers incomplete',
507
+ fix: 'Keep trace ledger, expanded readiness health, and ' + src + '-bound reply draft synchronized.',
508
+ },
509
+ {
510
+ key: 'spec-069',
511
+ markers: ['replyReviewsDirectoryName', 'reply --review', 'replyReviewEnvelope', 'validateReplyArtifact', 'reply review digest mismatch', '' + src + '-bound reply draft requires an approved reply review sidecar', 'governanceDirectoryName', 'governance --attest', 'governanceEnvelope', 'validateGovernanceArtifact', 'governance attestation digest mismatch', 'governanceBoundaryAssertions', 'Stage 31', 'Reply F'],
512
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 31 governance attestation and Reply F review gate boundaries',
513
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 31 / Reply F markers incomplete',
514
+ fix: 'Keep governance attestation and ' + src + '-bound reply review sidecar boundaries synchronized.',
515
+ },
516
+ {
517
+ key: 'spec-070',
518
+ markers: ['methodologyGatesDirectoryName', 'methodology --catalog', 'methodology --gate', 'methodologyGateCatalog', 'methodologyBoundaryAssertions', 'validateMethodologyGateArtifact', 'methodology gate digest mismatch', 'methodology workflow digest mismatch', 'methodology_gates', 'Stage 32'],
519
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 32 methodology gate ledger boundaries',
520
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 32 markers incomplete',
521
+ fix: 'Keep methodology catalog, gate ledger, verification, trace visibility, and local-only boundaries synchronized.',
522
+ },
523
+ {
524
+ key: 'spec-071',
525
+ markers: ['hookIntentsDirectoryName', 'hooks --catalog', 'hooks --preview', 'hookIntentCatalog', 'hookIntentSafety', 'validateHookIntentArtifact', 'hook intent digest mismatch', 'hook intent workflow digest mismatch', 'hook_intents', 'Stage 34'],
526
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 34 hook intent contract boundaries',
527
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 34 markers incomplete',
528
+ fix: 'Keep hook intent catalog, preview, confirm-only artifact, verification, trace visibility, and no ' + sch + '/subagent boundary synchronized.',
529
+ },
530
+ {
531
+ key: 'spec-072',
532
+ markers: ['' + sch + 'HookPlansDirectoryName', '' + sch + ' --from-hook', '' + sch + 'HookPlanEnvelope', 'validate' + schTitle + 'HookPlanArtifact', '' + sch + ' hook plan verification failed', '' + sch + '_hook_plans', '' + sch + '-dry-run', 'runtime_action_allowed', 'subagent_dispatch_allowed', 'Stage 34'],
533
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 34 ' + sch + ' hook plan boundaries',
534
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 34 ' + sch + ' hook plan markers incomplete',
535
+ fix: 'Keep hook-derived ' + sch + ' plan artifact, verification, trace visibility, and no ' + sch + ' run/subagent boundary synchronized.',
536
+ },
537
+ {
538
+ key: 'spec-073',
539
+ markers: ['subagentEligibilityDirectoryName', 'subagents --eligibility', 'subagentEligibilityEnvelope', 'validateSubagentEligibilityArtifact', 'subagent eligibility verification failed', 'subagent_eligibility', 'dispatch-artifact-only', 'platform-capability-subagent', 'Stage 35'],
540
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 35 subagent eligibility boundaries',
541
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 35 markers incomplete',
542
+ fix: 'Keep subagent eligibility artifact, evidence-driven verification, and no dispatch/session boundary synchronized.',
543
+ },
544
+ {
545
+ key: 'spec-074',
546
+ markers: ['subagentDispatchesDirectoryName', 'subagents --dispatch', 'subagentDispatchEnvelope', 'validateSubagentDispatchArtifact', 'subagent dispatch verification failed', 'subagent_dispatch', 'approved-dispatch-artifact-only', 'claim-artifact-only', 'Stage 36'],
547
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 36 subagent dispatch artifact boundaries',
548
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 36 markers incomplete',
549
+ fix: 'Keep approved dispatch artifact, plan/eligibility binding, and no session/platform boundary synchronized.',
550
+ },
551
+ {
552
+ key: 'spec-075',
553
+ markers: ['subagentRun' + lseTitle + 'sDirectoryName', 'subagentRunResultsDirectoryName', 'subagents --run --from-dispatch', 'subagentSingleShotRunEnvelope', 'validateSubagentSingleShotRunArtifact', 'subagent single-shot run verification failed', 'subagent_' + sch + '_run', 'result-review-gate-only', 'Stage 37'],
554
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 37 single-shot subagent run boundaries',
555
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 37 markers incomplete',
556
+ fix: 'Keep single-shot ' + sch + ' run, ' + lse + '/result artifacts, and no session/platform/' + src + '-write boundary synchronized.',
557
+ },
558
+ {
559
+ key: 'spec-076',
560
+ markers: ['subagentResultsDirectoryName', 'subagentReviewsDirectoryName', 'subagents --ingest-result', 'subagents --review-gate', 'subagentResultIngestionEnvelope', 'subagentReviewGateEnvelope', 'validateSubagentResultArtifact', 'validateSubagentReviewArtifact', 'subagent-review-gate-only', 'manual-review-or-fallback-only', 'Stage 38'],
561
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 38 result ingestion and review gate boundaries',
562
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 38 markers incomplete',
563
+ fix: 'Keep result ingestion, review gate, fallback chain, and no ' + mrg + '/' + src + '-write boundary synchronized.',
564
+ },
565
+ {
566
+ key: 'spec-077',
567
+ markers: ['hookRunsDirectoryName', 'hookHeartbeatsDirectoryName', 'hooks --hook-run', 'hookRunEnvelope', 'validateHookRunArtifact', 'writeHookRun', 'trace-governance-attestation-only', 'completed-bounded-foreground-audit', 'Stage 39'],
568
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 39 bounded hook loop boundaries',
569
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 39 markers incomplete',
570
+ fix: 'Keep bounded foreground hook run, heartbeat, stop/' + lse + ' policy, and no hidden worker synchronized.',
571
+ },
572
+ {
573
+ key: 'spec-078',
574
+ markers: ['subagent_results', 'subagent_reviews', 'hook_runs', 'hook_heartbeats', 'governanceAutomationDescriptors', 'automation_artifacts', 'automation_policy', "kind === 'automation'", 'Stage 40'],
575
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 40 automation trace/governance/methodology proof boundaries',
576
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 40 markers incomplete',
577
+ fix: 'Keep trace ' + src + ' expansion, governance automation descriptors, and methodology automation gate synchronized.',
578
+ },
579
+ {
580
+ key: 'spec-079',
581
+ markers: ['platformCapabilitiesDirectoryName', 'platforms --catalog', 'platforms --probe', 'platformCapabilityCatalog', 'platformCapabilityEnvelope', 'validatePlatformCapabilityArtifact', 'platform_capabilities', 'platform-session-approval-only', 'Stage 41'],
582
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 41 platform capability contract boundaries',
583
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 41 markers incomplete',
584
+ fix: 'Keep platform adapter capability catalog, probe artifact, verification, trace visibility, and no session/platform API boundary synchronized.',
585
+ },
586
+ {
587
+ key: 'spec-080',
588
+ markers: ['platformSessionApprovalsDirectoryName', 'subagents --session-approval', 'platformSessionApprovalEnvelope', 'validatePlatformSessionApprovalArtifact', 'platform_session_approvals', 'platform-session-create-only', 'Stage 42'],
589
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 42 platform session approval boundaries',
590
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 42 markers incomplete',
591
+ fix: 'Keep platform session approval artifact, dispatch/capability binding, trace visibility, and no session-create boundary synchronized.',
592
+ },
593
+ {
594
+ key: 'spec-081',
595
+ markers: ['platformSessionsDirectoryName', 'platformSession' + lseTitle + 'sDirectoryName', 'platformSessionResultsDirectoryName', 'platformSessionCancellationsDirectoryName', 'subagents --create-session', 'subagents --cancel-session', 'platformSessionEnvelope', 'validatePlatformSessionArtifact', 'validatePlatformSessionCancelArtifact', 'platform_sessions', 'platform_session_results', 'platform_session_cancellations', 'platform-session-result-ingest-only', 'Stage 43'],
596
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 43 platform session boundaries',
597
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 43 markers incomplete',
598
+ fix: 'Keep platform session, ' + lse + ', result artifacts, trace visibility, and no ' + src + '-write boundary synchronized.',
599
+ },
600
+ {
601
+ key: 'spec-082',
602
+ markers: ['platformSessionIntakeDirectoryName', 'platformSessionReviewsDirectoryName', 'subagents --ingest-session-result', 'subagents --review-session-result', 'platformSessionResultIntakeEnvelope', 'validatePlatformSessionIntakeArtifact', 'platformSessionReviewEnvelope', 'validatePlatformSessionReviewArtifact', 'platform_session_intake', 'platform_session_reviews', '' + src + '-change-candidate-only', 'Stage 44'],
603
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 44 platform session review boundaries',
604
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 44 markers incomplete',
605
+ fix: 'Keep platform session result intake/review artifacts, trace visibility, and no ' + src + '-write boundary synchronized.',
606
+ },
607
+ {
608
+ key: 'spec-083',
609
+ markers: ['' + src + 'ChangeCandidatesDirectoryName', '' + src + 'SandboxRunsDirectoryName', '' + src + ' --candidate', '' + src + ' --apply-sandbox', '' + src + 'ChangeCandidateEnvelope', 'validate' + srcTitle + 'ChangeCandidateArtifact', '' + src + 'SandboxRunEnvelope', 'validate' + srcTitle + 'SandboxRunArtifact', '' + src + '_change_candidates', '' + src + '_sandbox_runs', '' + src + '-sandbox-apply-only', '' + src + '-verification-only', 'Stage 45'],
610
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 45 ' + src + ' candidate sandbox boundaries',
611
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 45 markers incomplete',
612
+ fix: 'Keep ' + src + ' candidate/sandbox artifacts, trace visibility, and no main worktree write boundary synchronized.',
613
+ },
614
+ {
615
+ key: 'spec-084',
616
+ markers: ['' + src + 'VerificationsDirectoryName', '' + src + ' --verify-change', '' + src + 'VerificationEnvelope', 'validate' + srcTitle + 'VerificationArtifact', '' + src + '_verifications', '' + src + '-verification-gate', '' + mrg + '-readiness-only', 'verification-passed-' + mrg + '-readiness-required', 'Stage 46'],
617
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 46 ' + src + ' verification boundaries',
618
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 46 markers incomplete',
619
+ fix: 'Keep ' + src + ' verification artifacts, evidence gate, trace visibility, and no main worktree write boundary synchronized.',
620
+ },
621
+ {
622
+ key: 'spec-085',
623
+ markers: ['' + mrg + 'ReadinessDirectoryName', '' + mrg + 'ApprovalsDirectoryName', '' + mrg + ' --readiness', '' + mrg + ' --approve', '' + mrg + 'ReadinessEnvelope', 'validate' + mrgTitle + 'ReadinessArtifact', '' + mrg + 'ApprovalEnvelope', 'validate' + mrgTitle + 'ApprovalArtifact', '' + mrg + '_readiness', '' + mrg + '_approvals', '' + mrg + '-approval-only', 'controlled-' + mrg + '-apply-only', 'auto_apply', 'Stage 47'],
624
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 47 ' + mrg + ' readiness approval boundaries',
625
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 47 markers incomplete',
626
+ fix: 'Keep ' + mrg + ' readiness, approval sidecars, trace/governance/methodology binding, and no ' + mrg + '/apply boundary synchronized.',
627
+ },
628
+ {
629
+ key: 'spec-086',
630
+ markers: ['' + mrg + 'AppliesDirectoryName', '' + mrg + ' --apply', '' + mrg + 'ApplyEnvelope', 'validate' + mrgTitle + 'ApplyArtifact', 'write' + mrgTitle + 'Apply', '' + mrg + '_applies', 'controlled-' + mrg + '-apply-completed', 'controlled-local-marker-apply', 'Stage 48'],
631
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 48 controlled ' + mrg + ' apply boundaries',
632
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 48 markers incomplete',
633
+ fix: 'Keep controlled ' + mrg + ' apply artifact, allowlisted worktree write, trace visibility, and no commit/push/PR boundary synchronized.',
634
+ },
635
+ {
636
+ key: 'spec-087',
637
+ markers: ['plannerRoutesDirectoryName', 'plannerPlansDirectoryName', 'plannerBriefsDirectoryName', 'planner --route --from-file', 'planner --route --from-hook', 'planner --decompose --from-route', 'planner --briefs --from-plan', 'plannerRouteEnvelope', 'plannerPlanEnvelope', 'plannerBriefsEnvelope', 'validatePlannerArtifact', 'runPlanner', 'planner_routes', 'planner_plans', 'planner_briefs', 'Stage 49'],
638
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 49 planner boundaries',
639
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 49 markers incomplete',
640
+ fix: 'Keep planner route/plan/briefs artifacts, trace visibility, CLI aliases, and no-dispatch/session/platform boundary synchronized.',
641
+ },
642
+ {
643
+ key: 'spec-088',
644
+ markers: ['routerPlansDirectoryName', 'routerApprovalsDirectoryName', 'orchestratorPlansDirectoryName', 'orchestratorDispatchPlansDirectoryName', 'router --plan --from-briefs', 'router --approve <router-plan-file>', 'orchestrator --plan --from-router', 'orchestrator --dispatch-plan', 'routerPlanEnvelope', 'routerApprovalEnvelope', 'validateRouterArtifact', 'runRouter', 'orchestratorPlanEnvelope', 'orchestratorDispatchPlanEnvelope', 'validateOrchestratorArtifact', 'runOrchestrator', 'router_plans', 'router_approvals', 'orchestrator_plans', 'orchestrator_dispatch_plans', 'Stage 50'],
645
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 50 router and orchestrator boundaries',
646
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 50 markers incomplete',
647
+ fix: 'Keep router/orchestrator artifacts, trace visibility, CLI aliases, and no-dispatch/session/platform boundary synchronized.',
648
+ },
649
+ {
650
+ key: 'spec-089',
651
+ markers: ['--from-orchestrator', 'subagentEligibilityBridgeEnvelope', 'subagentEligibilityBridgeGateResults', 'orchestratorDispatchTargetForTask', 'stage-50-orchestrator-dispatch-plan', 'orchestrator_dispatch_plan_file'],
652
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 50 bridge into Stage 35/36 boundaries',
653
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 50 bridge markers incomplete',
654
+ fix: 'Keep Stage 50 orchestrator dispatch plan consumption through Stage 35/36 bridge synchronized.',
655
+ },
656
+ {
657
+ key: 'spec-090',
658
+ markers: ['evalSuitesDirectoryName', 'evalRunsDirectoryName', 'evalReportsDirectoryName', 'evals --catalog', 'evals --run-contract <suite-id>', 'evals --run-scenario <suite-id>', 'evals --run-behavior <suite-id>', 'evals --run-adversarial <suite-id>', 'buildEvalBundle', 'buildEvalRunEnvelope', 'buildEvalReportEnvelope', 'validateEvalArtifact', 'runEvals', 'eval_suites', 'eval_runs', 'eval_reports', 'behavioral-eval-completed', 'Stage 51'],
659
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 51 eval boundaries',
660
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 51 markers incomplete',
661
+ fix: 'Keep eval suite/run/report artifacts, deterministic judge, trace visibility, CLI aliases, and no-dispatch/session/platform boundary synchronized.',
662
+ },
663
+ {
664
+ key: 'spec-091',
665
+ markers: ['evalTranscriptFixtures', 'judgeTranscriptFixture', 'buildSandboxReplayTrace', 'judgeSandboxReplay', 'transcript-behavioral-judge', 'sandbox-replay-judge', 'artifact_contract_pass_does_not_imply_behavior_pass', 'behavior-sandbox-replay-bridge'],
666
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 51 transcript and sandbox replay judges',
667
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 51 behavior judge markers incomplete',
668
+ fix: 'Keep Stage 51 transcript fixtures, sandbox replay trace, behavior-vs-contract distinction, and deterministic judge markers synchronized.',
669
+ },
670
+ {
671
+ key: 'spec-092',
672
+ markers: ['re' + lse + 'GatesDirectoryName', 're' + lse + ' --gate', 're' + lse + ' --verify-gate', 'buildRe' + lse + 'GateEnvelope', 'validateRe' + lse + 'GateArtifact', 'runRe' + lse + '', 're' + lse + '_gates', 'eval-backed-promotion', 'Stage 52'],
673
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 52 re' + lse + ' gate boundaries',
674
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 52 markers incomplete',
675
+ fix: 'Keep re' + lse + ' gate sidecar, eval report digest binding, trace visibility, CLI aliases, and no git/PR/' + mrg + '/platform boundary synchronized.',
676
+ },
677
+ {
678
+ key: 'spec-093',
679
+ markers: ['feedbackLedgersDirectoryName', 'feedback --ledger', 'feedback --verify-ledger', 'buildFeedbackLedgerEnvelope', 'validateFeedbackLedgerArtifact', 'runFeedback', 'feedback_ledgers', 'runtime-feedback-ledger', 'Stage 53'],
680
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 53 feedback ledger boundaries',
681
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 53 markers incomplete',
682
+ fix: 'Keep feedback ledger sidecar, ' + src + ' digest binding, trace visibility, CLI aliases, and no git/PR/' + mrg + '/platform boundary synchronized.',
683
+ },
684
+ {
685
+ key: 'spec-094',
686
+ markers: ['runtimePolicyCatalogSnapshot', 'runtimePolicyCatalogDigest', 'validateRuntimePolicyCatalog', 'validateRuntimePolicyCatalogDigest', 'policies --catalog', 'policies --summary', 'policy-catalog-summary', 'writes_state: false', 'policy_catalog_digest', 'workflow-route-policy', 'platform-ranking-policy', 'mutex-fallback-policy', 'eval-judge-policy', 'safety-boundary-policy', 'remote_config: false', 'dynamic_code: false', 'Stage 54'],
687
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 54 policy catalog boundaries',
688
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 54 markers incomplete',
689
+ fix: 'Keep policy catalog, digest binding, artifact drift rejection, and no remote/dynamic policy boundary synchronized.',
690
+ },
691
+ {
692
+ key: 'spec-095',
693
+ markers: ['re' + lse + 'NotesDirectoryName', 're' + lse + ' --notes', 're' + lse + ' --verify-notes', 're' + lse + 'NotesBoundaryAssertions', 're' + lse + 'NotesEvidencePath', 'parseRe' + lse + 'NotesEvidence', 're' + lse + 'NotesPayload', 're' + lse + 'NotesEnvelope', 'validateRe' + lse + 'NotesArtifact', 'writeRe' + lse + 'NotesArtifact', 're' + lse + 'NotesAuditEnvelope', '.re' + lse + '-notes.json', 're' + lse + '-notes', 'commit_hygiene_findings', 'markdown-fence-prefix', 'non-conventional-subject', 're' + lse + '_notes_digest', 'history_rewrite: false', 'tag: false', 're' + lse + '_gate_required: false', 'Stage 68'],
694
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 68 re' + lse + ' notes sidecar boundaries',
695
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 68 markers incomplete',
696
+ fix: 'Keep Stage 68 re' + lse + ' notes sidecar, local evidence digest validation, deterministic hygiene findings, and no git/platform/re' + lse + '-chain boundary synchronized.',
697
+ },
698
+ {
699
+ key: 'spec-096',
700
+ markers: ['planner --lint', 'plannerLint', 'planLintEnvelope', 'planLintBoundaryAssertions', 'planLintCheck', "lint_kind: 'plan-quality-lint'", "mode: 'plan-quality-lint'", 'plan_lint', 'blocking_findings', 'execution_ready', 'lint_digest', 'plan_lint_artifact: false', 'command_execution: false', 'state_directory_created: false', 'planner --lint is read-only', 'Stage 86'],
701
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 86 plan lint boundaries',
702
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 86 markers incomplete',
703
+ fix: 'Keep Stage 86 planner lint command, deterministic plan checks, digest output, and no write/execution boundary synchronized.',
704
+ },
705
+ {
706
+ key: 'spec-097',
707
+ markers: ['workflow --cockpit', 'workflowCockpit', 'workflowCockpitEnvelope', 'workflowCockpitBoundaryAssertions', 'workflowCockpitPhase', "cockpit_kind: 'workflow-cockpit'", "mode: 'workflow-cockpit'", 'workflow_cockpit', 'current_phase', 'recommended_next_skill', 'plan_lint_summary', 'token_hint', 'learning_hint', 'governance_hint', 'cockpit_digest', 'workflow_cockpit_artifact: false', 'workflow read-only modes do not accept', 'Stage 87'],
708
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 87 workflow cockpit boundaries',
709
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 87 markers incomplete',
710
+ fix: 'Keep Stage 87 workflow cockpit command, deterministic advice/readiness/plan lint aggregation, digest output, and no execution boundary synchronized.',
711
+ },
712
+ {
713
+ key: 'spec-098',
714
+ markers: ['completion --readiness', 'completionReadiness', 'completionReadinessEnvelope', 'completionReadinessBoundaryAssertions', 'completionEvidenceSummary', "readiness_kind: 'completion-readiness'", "mode: 'completion-readiness'", 'completion_readiness', 'ready_to_report_done', 'verification_evidence', 'unverified_items', 'review_feedback_status', 'git_boundary_summary', 're' + lse + '_boundary_summary', 'completion_readiness_artifact: false', 'completion --readiness is read-only', 'Stage 88'],
715
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 88 completion readiness boundaries',
716
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 88 markers incomplete',
717
+ fix: 'Keep Stage 88 completion readiness command, verification/review/git boundary checks, digest output, and no execution boundary synchronized.',
718
+ },
719
+ {
720
+ key: 'spec-099',
721
+ markers: ['stage89BehaviorPackCaseIds', 'stage89BehaviorPackCoverage', "behavior_pack: 'workflow-ux-stage89'", 'workflow-ux-stage89', 'fuzzy-feature-requires-brainstorming', 'unreproduced-bug-blocks-blind-fix', 'clear-small-task-requires-verification-strategy', 'plan-execution-keeps-task-acceptance', 'review-before-' + mrg + '-prioritizes-blockers', 'completion-without-verification-blocked', 'subagent-without-permission-rejected', 'push-pr-without-confirmation-rejected', 're' + lse + '_required_suite_expanded: false', 'behavior_pack_coverage'],
722
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 89 workflow behavior eval pack',
723
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 89 markers incomplete',
724
+ fix: 'Keep Stage 89 behavior pack cases, coverage summary, and no re' + lse + '-required-suite expansion synchronized.',
725
+ },
726
+ {
727
+ key: 'spec-100',
728
+ markers: ['governance --surface', 'governanceSurface', 'runtimeSurfaceBoundaryAssertions', 'runtimeSurfaceCapabilityGroups', 'runtimeSurfaceStageInventory', 'runtimeSurfaceCloseoutChain', 'runtimeSurfaceEnvelope', 'printRuntimeSurface', "surface_kind: 'runtime-capability-surface'", "mode: 'runtime-capability-surface'", 'runtime_surface', 'capability_groups', 'stage_inventory', 'closeout_chain', 'surface_digest', 'runtime_surface_artifact=false', 'workflow_execution', 'verification_execution', 'Stage 100'],
729
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 100 runtime capability surface boundaries',
730
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 100 markers incomplete',
731
+ fix: 'Keep Stage 100 runtime capability surface, grouped inventory, closeout chain, digest output, and no execution/git/platform boundary synchronized.',
732
+ },
733
+ {
734
+ key: 'spec-101',
735
+ markers: ['runtime-capability-registry.mjs', 'runtimeCapabilityRegistry', 'runtimeCapabilityRegistryInvariants', "registry_stage: registry.registry_stage", "registry_kind: registry.registry_kind", 'registry_digest', 'registry_invariants', 'capability_registry_artifact=false', 'Stage 101'],
736
+ okLabel: 'tools/vibe-runtime/index.mjs binds Stage 101 runtime capability registry to governance surface',
737
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 101 registry binding markers incomplete',
738
+ fix: 'Keep governance --surface bound to the Stage 101 runtime capability registry, registry digest, invariant result, and no execution boundary.',
739
+ },
740
+ {
741
+ key: 'spec-102',
742
+ markers: ['--drift-guard', 'runtimeRegistryDriftGuardEnvelope', 'runtime_registry_drift_guard', "guard_kind: 'runtime-capability-registry-drift-guard'", 'drift_guard_digest', 'runtime_registry_drift_guard_artifact=false', 'Stage 102'],
743
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 102 runtime capability registry drift guard boundaries',
744
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 102 drift guard markers incomplete',
745
+ fix: 'Keep governance --surface --drift-guard, drift guard envelope, digest output, and no execution/write boundary synchronized.',
746
+ },
747
+ {
748
+ key: 'spec-103',
749
+ markers: ['automation --readiness', 'automationReadiness', 'runtimeAutomationReadinessEnvelope', 'runtime_automation_readiness', 'runtime-automation-readiness-matrix', 'readiness_digest', 'automation_readiness_artifact=false', 'automation_plan_artifact=false', 'one_shot_execution_artifact=false', 'Stage 103'],
750
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 103 automation readiness matrix boundaries',
751
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 103 automation readiness markers incomplete',
752
+ fix: 'Keep automation --readiness, readiness envelope, digest output, and no automation execution/write boundary synchronized.',
753
+ },
754
+ {
755
+ key: 'spec-104',
756
+ markers: ['workflow --loop-contract', 'workflowLoopContract', 'workflowLoopContractEnvelope', 'workflow_loop_contract', 'workflow-loop-contract', 'loop_contract_digest', 'workflow_loop_contract_artifact=false', 'automation_plan_artifact=false', 'Stage 104'],
757
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 104 workflow loop contract boundaries',
758
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 104 workflow loop contract markers incomplete',
759
+ fix: 'Keep workflow --loop-contract, loop contract envelope, digest output, and no execution/write boundary synchronized.',
760
+ },
761
+ {
762
+ key: 'spec-105',
763
+ markers: ['planner --action-manifest', 'plannerActionManifest', 'planActionManifestEnvelope', 'plan_action_manifest', 'plan-to-action-manifest', 'plan_action_manifest_digest', 'plan_action_manifest_artifact=false', 'automation_plan_artifact=false', 'execution_authorized=false', 'Stage 105'],
764
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 105 plan-to-action manifest boundaries',
765
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 105 plan-to-action manifest markers incomplete',
766
+ fix: 'Keep planner --action-manifest, manifest envelope, digest output, and no execution/write boundary synchronized.',
767
+ },
768
+ {
769
+ key: 'spec-106',
770
+ markers: ['verification --self-test-profile', 'verificationSelfTestProfile', 'selfTestGateProfileEnvelope', 'self_test_gate_profile', 'self-test-gate-profile', 'self_test_gate_profile_digest', 'self_test_gate_profile_artifact=false', 'test_result_artifact=false', 'status=planned_not_run', 'execution_authorized=false', 'Stage 106'],
771
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 106 self-test gate profile boundaries',
772
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 106 self-test gate profile markers incomplete',
773
+ fix: 'Keep verification --self-test-profile, profile envelope, digest output, and no execution/write boundary synchronized.',
774
+ },
775
+ {
776
+ key: 'spec-107',
777
+ markers: ['re' + lse + ' --commit-readiness', 're' + lse + 'CommitReadiness', 'commitReadinessEnvelope', 'commit_readiness', 'commit-readiness-envelope', 'commit_readiness_digest', 'commit_readiness_artifact=false', 'commit_artifact=false', 'commit_execution_authorized=false', 'commit_ready=false', 'Stage 107'],
778
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 107 commit readiness envelope boundaries',
779
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 107 commit readiness envelope markers incomplete',
780
+ fix: 'Keep re' + lse + ' --commit-readiness, readiness envelope, digest output, and no execution/git/commit boundary synchronized.',
781
+ },
782
+ {
783
+ key: 'spec-108',
784
+ markers: ['automation --one-shot-plan', 'automationOneShotPlan', 'confirmPlan', 'confirmedOneShotPlanEnvelope', 'confirmed_one_shot_plan', 'confirmed-one-shot-execution-plan', 'confirmed_one_shot_plan_digest', 'confirmed_one_shot_plan_artifact=false', 'one_shot_execution_plan_artifact=false', 'one_shot_execution_artifact=false', 'actions_executed=false', 'ready_for_runtime_execution=false', 'Stage 108'],
785
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 108 confirmed one-shot execution plan boundaries',
786
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 108 confirmed one-shot plan markers incomplete',
787
+ fix: 'Keep automation --one-shot-plan, confirmed plan envelope, digest output, and no execution/git/commit boundary synchronized.',
788
+ },
789
+ {
790
+ key: 'spec-109',
791
+ markers: ['workflow --close-loop-dashboard', 'workflowCloseLoopDashboard', 'closeLoopDashboardEnvelope', 'close_loop_dashboard', 'close-loop-dashboard', 'close_loop_dashboard_digest', 'close_loop_dashboard_artifact=false', 'planned_not_run', 'commit_ready=false', 'ready_for_runtime_execution=false', 'actions_executed=false', 'dashboard only, no execution', 'Stage 109'],
792
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 109 close-loop dashboard boundaries',
793
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 109 close-loop dashboard markers incomplete',
794
+ fix: 'Keep workflow --close-loop-dashboard, dashboard envelope, digest output, and no execution/git/commit boundary synchronized.',
795
+ },
796
+ {
797
+ key: 'spec-110',
798
+ markers: ['verification --evidence-intake', 'verificationEvidenceIntake', 'fromPlan', 'evidenceIntakeEnvelope', 'evidence_intake', 'evidence-intake-envelope', 'evidence_intake_digest', 'evidence_intake_artifact=false', 'checks[].command', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'Stage 110'],
799
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 110 evidence intake boundaries',
800
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 110 evidence intake markers incomplete',
801
+ fix: 'Keep verification --evidence-intake, evidence envelope, digest output, and no execution/git/commit boundary synchronized.',
802
+ },
803
+ {
804
+ key: 'spec-111',
805
+ markers: ['re' + lse + ' --diff-coverage', 're' + lse + 'DiffCoverage', 'diffCoverageEnvelope', 'diff_coverage', 'diff-coverage-envelope', 'diff_coverage_digest', 'diff_coverage_artifact=false', 'git_executed_by_stage_111', 'diff_generated_by_stage_111', 'command_execution=false', 'git=false', 'git_write=false', 'Stage 111'],
806
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 111 diff coverage boundaries',
807
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 111 diff coverage markers incomplete',
808
+ fix: 'Keep re' + lse + ' --diff-coverage, diff coverage envelope, digest output, and no git/commit boundary synchronized.',
809
+ },
810
+ {
811
+ key: 'spec-112',
812
+ markers: ['review --intake', 'review --resolution', 'reviewIntake', 'reviewResolution', 'fromEvidence', 'reviewIntakeEnvelope', 'reviewResolutionEnvelope', 'review_intake', 'review_resolution', 'review-intake-envelope', 'review-resolution-envelope', 'review_intake_digest', 'review_resolution_digest', 'review_intake_artifact=false', 'review_resolution_artifact=false', 'reviewer_invoked_by_stage_112', 'repair_executed_by_stage_112', 'reviewer_invocation=false', 'command_execution=false', 'git=false', 'git_write=false', 'Stage 112'],
813
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 112 review intake and resolution boundaries',
814
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 112 review markers incomplete',
815
+ fix: 'Keep review --intake/--resolution, review envelopes, digest output, and no reviewer/repair/git boundary synchronized.',
816
+ },
817
+ {
818
+ key: 'spec-113',
819
+ markers: ['verification --tdd-trace', 'verificationTddTrace', 'tddTraceEnvelope', 'printTddTraceContract', 'tdd_trace_contract', 'tdd-trace-contract', 'tdd_trace_digest', 'tdd_trace_artifact=false', 'red_verified', 'green_verified', 'refactor_verified', 'test_execution_by_stage_113', 'command_execution_by_stage_113', 'command_execution=false', 'test_execution=false', 'git=false', 'git_write=false', 'Stage 113'],
820
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 113 TDD trace boundaries',
821
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 113 TDD trace markers incomplete',
822
+ fix: 'Keep verification --tdd-trace, TDD trace contract, digest output, and no test/git/commit boundary synchronized.',
823
+ },
824
+ {
825
+ key: 'spec-114',
826
+ markers: ['workflow --close-loop', 'workflow --next-evidence', 'workflowCloseLoop', 'workflowNextEvidence', 'humanFriendlyCloseLoopEnvelope', 'humanFriendlyNextEvidenceEnvelope', 'printHumanFriendlyAlias', 'runtimeHumanFriendlyCloseLoopAlias', 'runtimeHumanFriendlyNextEvidenceAlias', 'human_friendly_alias', 'human-friendly-close-loop-alias', 'human-friendly-next-evidence-alias', 'human_friendly_alias_digest', 'human_friendly_alias_artifact=false', 'evidence_gaps', 'Next evidence', 'command_execution=false', 'test_execution=false', 'git=false', 'git_write=false', 'Stage 114'],
827
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 114 human-friendly alias boundaries',
828
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 114 alias markers incomplete',
829
+ fix: 'Keep workflow aliases, human-friendly digest output, evidence gaps, and no execution/git/commit boundary synchronized.',
830
+ },
831
+ {
832
+ key: 'spec-115',
833
+ markers: ['governance --superpowers-gap', 'governanceSuperpowersGap', 'fromSuperpowers', 'superpowersGapEnvelope', 'printSuperpowersGapMatrix', 'runtimeSuperpowersGapMatrix', 'superpowers_gap_matrix', 'superpowers-gap-matrix', 'gap_matrix_digest', 'superpowers_gap_artifact=false', '' + src + '_summary', 'priority_gaps', 'recommended_stage_sequence', 'command_execution=false', 'skill_execution=false', 'git=false', 'git_write=false', 'Stage 115'],
834
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 115 legacy external-reference gap matrix boundaries',
835
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 115 legacy external-reference gap markers incomplete',
836
+ fix: 'Keep governance --superpowers-gap legacy alias, deterministic ' + src + ' comparison, digest output, and no execution/git/commit boundary synchronized.',
837
+ },
838
+ {
839
+ key: 'spec-116',
840
+ markers: ['workflow --entry-ux', 'fromGap', 'progressiveEntryUxEnvelope', 'printProgressiveEntryUx', 'runtimeProgressiveEntryUx', 'runtime-progressive-entry-ux', 'progressive_entry_ux', 'progressive-entry-ux-contract', 'contract_digest', 'Entry UX digest', 'progressive_entry_ux_artifact=false', 'recommended_workflow', 'why_this_route', 'minimum_next_action', 'visible_sentence', 'do_not_do_yet', 'command_execution=false', 'skill_execution=false', 'workflow_execution=false', 'runtime_action=false', 'git=false', 'git_write=false', 'Stage 116'],
841
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 116 progressive entry UX boundaries',
842
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 116 progressive entry UX markers incomplete',
843
+ fix: 'Keep workflow --entry-ux, local gap input, one-screen digest output, and no execution/git/commit boundary synchronized.',
844
+ },
845
+ {
846
+ key: 'spec-117',
847
+ markers: ['planner --executable-plan', 'plannerExecutablePlan', 'executablePlanContractEnvelope', 'printExecutablePlanContract', 'runtimeExecutablePlanContract', 'runtime-executable-plan-contract', 'executable_plan_contract', 'executable-plan-quality-contract', 'executable_plan_digest', 'Executable plan digest', 'executable_plan_artifact=false', 'plan_quality_score', 'task_readiness', 'missing_requirements', 'blocked_reasons', 'plan_quality_pass', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'repair_execution=false', 'action_item_execution=false', 'git=false', 'git_write=false', 'Stage 117'],
848
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 117 executable plan quality boundaries',
849
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 117 executable plan markers incomplete',
850
+ fix: 'Keep planner --executable-plan, quality scoring, digest output, and no execution/git/commit boundary synchronized.',
851
+ },
852
+ {
853
+ key: 'spec-118',
854
+ markers: ['automation --stage-runbook', 'automationStageRunbook', 'fromExecutablePlan', 'stageRunbookEnvelope', 'printStageRunbook', 'runtimeSequentialStageRunbook', 'runtime-sequential-stage-runbook', 'sequential_stage_runbook', 'sequential-stage-runbook', 'stage_runbook_digest', 'Stage runbook digest', 'stage_runbook_artifact=false', 'runbook_artifact=false', 'stage_sequence', 'execution_order', 'files_to_change', 'validation_commands', 'evidence_required', 'commit_subject', 'stop_if', 'ready_for_evidence_binding', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'runtime_action=false', 'git=false', 'git_write=false', 'Stage 118'],
855
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 118 sequential stage runbook boundaries',
856
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 118 runbook markers incomplete',
857
+ fix: 'Keep automation --stage-runbook, ordered runbook output, digest output, and no execution/git/commit boundary synchronized.',
858
+ },
859
+ {
860
+ key: 'spec-119',
861
+ markers: ['verification --execution-evidence', 'verificationExecutionEvidence', 'fromRunbook', 'selectedStage', 'executionEvidenceEnvelope', 'printExecutionEvidenceBinding', 'runtimeExecutionEvidenceBinder', 'runtime-execution-evidence-binder', 'execution_evidence_binding', 'execution-evidence-binding', 'execution_evidence_digest', 'Execution evidence digest', 'execution_evidence_artifact=false', 'evidence_artifact_write=false', 'stage_evidence_status', 'missing_evidence', 'stale_evidence', 'failed_commands', 'ready_for_next_stage', 'resume_guidance', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'runtime_action=false', 'git=false', 'git_write=false', 'Stage 119'],
862
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 119 execution evidence binder boundaries',
863
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 119 execution evidence markers incomplete',
864
+ fix: 'Keep verification --execution-evidence, evidence binding output, digest output, and no execution/git/commit boundary synchronized.',
865
+ },
866
+ {
867
+ key: 'spec-120',
868
+ markers: ['re' + lse + ' --staged-commit-readiness', 're' + lse + 'StagedCommitReadiness', 'fromEvidence', 'fromRunbook', 'selectedStage', 'stagedCommitReadinessEnvelope', 'printStagedCommitReadiness', 'runtimeStagedCommitReadiness', 'runtime-staged-commit-readiness', 'staged_commit_readiness', 'staged-commit-readiness-contract', 'staged_commit_readiness_digest', 'Staged commit readiness digest', 'staged_commit_readiness_artifact=false', 'commit_allowed_by_contract=false', 'subject_guard', 'required_files', 'evidence_pass', 'diff_coverage_required', 'manual_or_agent_commit_next_action', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'runtime_action=false', 'git=false', 'git_write=false', 'Stage 120'],
869
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 120 staged commit readiness boundaries',
870
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 120 staged commit readiness markers incomplete',
871
+ fix: 'Keep re' + lse + ' --staged-commit-readiness, binding output, digest output, and no execution/git/commit boundary synchronized.',
872
+ },
873
+ {
874
+ key: 'spec-121',
875
+ markers: ['evals --behavior-contract', 'evalsBehaviorContract', 'runtimeBehavioralEvaluationContract', 'printBehavioralEvaluationContract', 'runtime-behavioral-evaluation-contract', 'behavioral_evaluation_contract', 'behavioral-evaluation-contract', 'behavior_contract_digest', 'Behavior contract digest', 'behavior_contract_artifact=false', 'behavior_gate', 'case_results', 'command_execution=false', 'runtime_action=false', 'skill_execution=false', 'git=false', 'git_write=false', 'commit=false'],
876
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 121 behavioral evaluation contract boundaries',
877
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 121 behavioral evaluation markers incomplete',
878
+ fix: 'Keep evals --behavior-contract, local transcript input, digest output, and no execution/git/model/subagent boundary synchronized.',
879
+ },
880
+ {
881
+ key: 'spec-122',
882
+ markers: ['governance --traceability-map', 'governanceTraceabilityMap', 'runtimeSkillRuntimeTraceabilityMap', 'printSkillRuntimeTraceabilityMap', 'runtime-skill-runtime-traceability-map', 'skill_runtime_traceability_map', 'skill-to-runtime-traceability-map', 'traceability_digest', 'traceability_map_artifact', 'skill_write', 'runtime_registry_write', 'command_execution', 'check_execution', 'test_execution', 'runtime_action', 'skill_execution', 'git', 'git_write', 'subagent', 'business_' + src + '_write', 'Stage 123'],
883
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 123 skill-to-runtime traceability map boundaries',
884
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 123 traceability map markers incomplete',
885
+ fix: 'Keep governance --traceability-map, local skill/registry scanning, digest output, and no execution/write/git/subagent boundary synchronized.',
886
+ },
887
+ {
888
+ key: 'spec-123',
889
+ markers: ['completion --evidence-bundle', 'humanCompletionEvidenceBundle', 'humanCompletionEvidenceBundleInvariants', 'human_completion_evidence_bundle', 'human-completion-evidence-bundle', 'one_screen_sections', 'evidence_receipt', 'delivery_gate', 'copy_ready_summary', 'manual_next_action', 'human_completion_evidence_invariants', 'human_completion_evidence_digest', 'Human completion evidence digest', 'human_completion_evidence_bundle_artifact=false', 'completion_claim_allowed', 'git_action_allowed', 'platform_action_allowed', 'subagent_allowed', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'verification_execution=false', 'runtime_action=false', 'git=false', 'git_write=false', 'Stage 124'],
890
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 124 human completion evidence bundle boundaries',
891
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 124 human completion evidence bundle markers incomplete',
892
+ fix: 'Keep completion --evidence-bundle one-screen human delivery output, digest output, and no execution/git/platform/subagent boundary synchronized.',
893
+ },
894
+ {
895
+ key: 'spec-124',
896
+ markers: ['governance --superpowers-regression-guard', 'governanceSuperpowersRegressionGuard', 'runtimeSuperpowersRegressionGuard', 'printSuperpowersRegressionGuard', 'runtime-superpowers-regression-guard', 'superpowers_regression_guard', 'superpowers-regression-guard', 'protected_stage_sequence', 'protected_capabilities', 'dimension_scorecard', 'regression_gates', 'superiority_claim', 'regression_guard_invariants', 'regression_guard_digest', 'Regression guard digest', 'superpowers_regression_guard_artifact=false', 'command_execution=false', 'check_execution=false', 'test_execution=false', 'runtime_action=false', 'skill_execution=false', 'git=false', 'git_write=false', 'subagent=false', 'business_' + src + '_write=false', 'Stage 125'],
897
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 125 legacy external-reference regression guard boundaries',
898
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 125 legacy external-reference regression guard markers incomplete',
899
+ fix: 'Keep governance --superpowers-regression-guard legacy alias, local comparison inputs, guarded scorecard output, and no execution/write/git/subagent boundary synchronized.',
900
+ },
901
+ {
902
+ key: 'spec-125',
903
+ markers: ['governance --experience-friction', 'governanceExperienceFriction', 'experienceFrictionEnvelope', 'printExperienceFrictionMatrix', 'runtimeExperienceFrictionMatrix', 'runtime-experience-friction-matrix', 'experience_friction_matrix', 'experience-friction-matrix', 'friction_digest', 'Experience friction digest', 'experience_friction_artifact=false', 'priority_fixes', 'recommended_stage_sequence', 'command_execution=false', 'workflow_execution=false', 'skill_execution=false', 'git=false', 'git_write=false', 'subagent=false', 'Stage 126'],
904
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 126 experience friction matrix boundaries',
905
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 126 experience friction markers incomplete',
906
+ fix: 'Keep governance --experience-friction, local evidence scoring, digest output, and no execution/write/git/subagent boundary synchronized.',
907
+ },
908
+ {
909
+ key: 'spec-126',
910
+ markers: ['workflow --next-action-console', 'workflowNextActionConsole', 'nextActionConsoleEnvelope', 'printNextActionConsole', 'runtimeNextActionConsole', 'runtime-next-action-console', 'next_action_console', 'one-screen-next-action-console', 'console_digest', 'Next action console digest', 'next_action_console_artifact=false', 'current_position', 'recommended_next_action', 'copy_ready_command_preview', 'evidence_needed_next', 'do_not_do_yet', 'command_execution=false', 'workflow_execution=false', 'skill_execution=false', 'git=false', 'git_write=false', 'subagent=false', 'Stage 127'],
911
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 127 one-screen next action console boundaries',
912
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 127 next action console markers incomplete',
913
+ fix: 'Keep workflow --next-action-console, one-screen guidance, digest output, and no execution/write/git/subagent boundary synchronized.',
914
+ },
915
+ {
916
+ key: 'spec-127',
917
+ markers: ['tokens --savior-budget', 'tokensSaviorBudget', 'tokenSaviorBudgetEnvelope', 'printTokenSaviorBudget', 'runtimeTokenSaviorBudget', 'runtime-token-savior-budget', 'token_savior_budget', 'token-savior-entry-budget-contract', 'budget_digest', 'Token savior budget digest', 'token_savior_budget_artifact=false', 'recommended_profile', 'skills_to_surface', 'skills_to_defer', 'commands_to_surface', 'context_budget', 'dynamic_tool_execution=false', 'embeddings=false', 'remote_config=false', 'command_execution=false', 'git=false', 'git_write=false', 'subagent=false', 'Stage 128'],
918
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 128 Token Savior budget boundaries',
919
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 128 Token Savior budget markers incomplete',
920
+ fix: 'Keep tokens --savior-budget, deterministic context budget output, digest output, and no execution/write/git/subagent/model boundary synchronized.',
921
+ },
922
+ {
923
+ key: 'spec-128',
924
+ markers: ['learning --experience-pattern', 'learningExperiencePattern', 'experienceLearningPatternEnvelope', 'printExperienceLearningPattern', 'runtimeExperienceLearningPattern', 'runtime-experience-learning-pattern', 'experience_learning_pattern', 'ecc-learning-experience-pattern-gate', 'experience_pattern_digest', 'Experience pattern digest', 'experience_pattern_artifact=false', 'candidate_experience_patterns', 'repeat_signal', 'suggested_instinct_trigger', 'suggested_instinct_action', 'promotion_required', 'required_workflow', 'automatic_promotion=false', 'agent_first_delegation=false', 'command_execution=false', 'git=false', 'git_write=false', 'subagent=false', 'Stage 129'],
925
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 129 ECC learning experience pattern gate boundaries',
926
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 129 experience learning pattern markers incomplete',
927
+ fix: 'Keep learning --experience-pattern, candidate-only learning pattern output, digest output, and no promotion/execution/git/subagent boundary synchronized.',
928
+ },
929
+ {
930
+ key: 'spec-129',
931
+ markers: ['automation --stage-scriptlet', 'automationStageScriptlet', 'stageScriptletEnvelope', 'printStageScriptlet', 'runtimeStageScriptlet', 'runtime-stage-scriptlet', 'stage_scriptlet', 'copy-ready-stage-execution-scriptlet', 'scriptlet_digest', 'Stage scriptlet digest', 'stage_scriptlet_artifact=false', 'scriptlet_steps', 'powershell_commands', 'expected_markers', 'evidence_capture_template', 'stop_if', 'copy_boundary', 'smoke_execution=false', 'validation_execution=false', 'evidence_write=false', 'git_add=false', 'command_execution=false', 'git=false', 'git_write=false', 'subagent=false', 'Stage 130'],
932
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 130 copy-ready stage scriptlet boundaries',
933
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 130 stage scriptlet markers incomplete',
934
+ fix: 'Keep automation --stage-scriptlet, copy-ready command preview output, digest output, and no execution/write/git/subagent boundary synchronized.',
935
+ },
936
+ {
937
+ key: 'spec-130',
938
+ markers: ['platforms --entry-acceptance', 'platformsEntryAcceptance', 'adapterEntryAcceptanceEnvelope', 'runtimeAdapterEntryAcceptance', 'runtime-adapter-entry-acceptance', 'runtime-platform-acceptance-command', 'runAdapterEntryAcceptanceCommand', 'printAdapterEntryAcceptance', 'adapter_entry_acceptance', 'adapter-entry-acceptance-contract', 'acceptance_digest', 'Acceptance:', 'entry_acceptance_artifact=false', 'using_vibecoding_first', 'lightweight_routing', 'visible_next_step', 'no_auto_execution', 'workflow_explained', 'adapter_execution=false', 'hook_execution=false', 'workflow_execution=false', 'skill_execution=false', 'command_execution=false', 'git=false', 'git_write=false', 'subagent=false', 'Stage 131'],
939
+ okLabel: 'tools/vibe-runtime/index.mjs supports Stage 131 adapter entry acceptance boundaries',
940
+ failLabel: 'tools/vibe-runtime/index.mjs Stage 131 adapter entry acceptance markers incomplete',
941
+ fix: 'Keep platforms --entry-acceptance, installed-entry transcript gate output, digest output, and no execution/write/git/subagent boundary synchronized.',
942
+ },
943
+ ];
944
+
945
+ export function checkRuntimeMarkerSpecs(specs, text, api) {
946
+ const { ok, fail } = api;
947
+ for (const spec of specs) {
948
+ const missing = spec.markers.filter((marker) => !text.includes(marker));
949
+ if (missing.length === 0) ok(spec.okLabel);
950
+ else fail(spec.failLabel, `Missing marker(s): ${missing.join(', ')}`, spec.fix);
951
+ }
952
+ }