@trac3er/oh-my-god 2.0.7 → 2.0.8

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 (315) hide show
  1. package/.claude-plugin/marketplace.json +3 -3
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/.claude-plugin/scripts/uninstall.sh +1 -1
  4. package/CHANGELOG.md +7 -0
  5. package/OMG-setup.sh +1 -1
  6. package/OMG_COMPAT_CONTRACT.md +8 -1
  7. package/README.md +1 -1
  8. package/artifacts/release/.agents/skills/omg/AGENTS.fragment.md +7 -1
  9. package/artifacts/release/.agents/skills/omg/claim-judge/SKILL.md +11 -0
  10. package/artifacts/release/.agents/skills/omg/claim-judge/openai.yaml +13 -0
  11. package/artifacts/release/.agents/skills/omg/codex-rules.md +4 -0
  12. package/artifacts/release/.agents/skills/omg/plan-council/SKILL.md +11 -0
  13. package/artifacts/release/.agents/skills/omg/plan-council/openai.yaml +12 -0
  14. package/artifacts/release/.agents/skills/omg/proof-gate/SKILL.md +11 -0
  15. package/artifacts/release/.agents/skills/omg/proof-gate/openai.yaml +13 -0
  16. package/artifacts/release/.agents/skills/omg/test-intent-lock/SKILL.md +11 -0
  17. package/artifacts/release/.agents/skills/omg/test-intent-lock/openai.yaml +13 -0
  18. package/artifacts/release/.claude-plugin/marketplace.json +3 -3
  19. package/artifacts/release/.claude-plugin/plugin.json +1 -1
  20. package/artifacts/release/.mcp.json +0 -22
  21. package/artifacts/release/OMG_COMPAT_CONTRACT.md +8 -1
  22. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/AGENTS.fragment.md +7 -1
  23. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/claim-judge/SKILL.md +11 -0
  24. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/claim-judge/openai.yaml +13 -0
  25. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/codex-rules.md +4 -0
  26. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/plan-council/SKILL.md +11 -0
  27. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/plan-council/openai.yaml +12 -0
  28. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/proof-gate/SKILL.md +11 -0
  29. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/proof-gate/openai.yaml +13 -0
  30. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/test-intent-lock/SKILL.md +11 -0
  31. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/test-intent-lock/openai.yaml +13 -0
  32. package/artifacts/release/dist/enterprise/bundle/.claude-plugin/marketplace.json +36 -0
  33. package/artifacts/release/dist/enterprise/bundle/.claude-plugin/plugin.json +23 -0
  34. package/artifacts/release/dist/enterprise/bundle/.mcp.json +18 -0
  35. package/artifacts/release/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +8 -1
  36. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:code-review.md +114 -0
  37. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:deep-plan.md +266 -0
  38. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:handoff.md +115 -0
  39. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:learn.md +110 -0
  40. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:maintainer.md +31 -0
  41. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:ralph-start.md +43 -0
  42. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:ralph-stop.md +23 -0
  43. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:security-review.md +16 -0
  44. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:sequential-thinking.md +20 -0
  45. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:ship.md +46 -0
  46. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/plugin.json +87 -0
  47. package/artifacts/release/dist/enterprise/bundle/registry/bundles/algorithms.yaml +1 -1
  48. package/artifacts/release/dist/enterprise/bundle/registry/bundles/api-twin.yaml +1 -1
  49. package/artifacts/release/dist/enterprise/bundle/registry/bundles/claim-judge.yaml +49 -0
  50. package/artifacts/release/dist/enterprise/bundle/registry/bundles/control-plane.yaml +1 -1
  51. package/artifacts/release/dist/enterprise/bundle/registry/bundles/data-lineage.yaml +1 -1
  52. package/artifacts/release/dist/enterprise/bundle/registry/bundles/delta-classifier.yaml +1 -1
  53. package/artifacts/release/dist/enterprise/bundle/registry/bundles/eval-gate.yaml +1 -1
  54. package/artifacts/release/dist/enterprise/bundle/registry/bundles/health.yaml +1 -1
  55. package/artifacts/release/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +1 -1
  56. package/artifacts/release/dist/enterprise/bundle/registry/bundles/incident-replay.yaml +1 -1
  57. package/artifacts/release/dist/enterprise/bundle/registry/bundles/lsp-pack.yaml +1 -1
  58. package/artifacts/release/dist/enterprise/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  59. package/artifacts/release/dist/enterprise/bundle/registry/bundles/plan-council.yaml +51 -0
  60. package/artifacts/release/dist/enterprise/bundle/registry/bundles/preflight.yaml +1 -1
  61. package/artifacts/release/dist/enterprise/bundle/registry/bundles/proof-gate.yaml +49 -0
  62. package/artifacts/release/dist/enterprise/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  63. package/artifacts/release/dist/enterprise/bundle/registry/bundles/robotics.yaml +1 -1
  64. package/artifacts/release/dist/enterprise/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  65. package/artifacts/release/dist/enterprise/bundle/registry/bundles/security-check.yaml +1 -1
  66. package/artifacts/release/dist/enterprise/bundle/registry/bundles/test-intent-lock.yaml +49 -0
  67. package/artifacts/release/dist/enterprise/bundle/registry/bundles/tracebank.yaml +1 -1
  68. package/artifacts/release/dist/enterprise/bundle/registry/bundles/vision.yaml +1 -1
  69. package/artifacts/release/dist/enterprise/bundle/registry/omg-capability.schema.json +1 -1
  70. package/artifacts/release/dist/enterprise/bundle/settings.json +598 -0
  71. package/artifacts/release/dist/enterprise/manifest.json +131 -23
  72. package/artifacts/release/dist/public/bundle/.agents/skills/omg/AGENTS.fragment.md +55 -4
  73. package/artifacts/release/dist/public/bundle/.agents/skills/omg/claim-judge/SKILL.md +11 -0
  74. package/artifacts/release/dist/public/bundle/.agents/skills/omg/claim-judge/openai.yaml +13 -0
  75. package/artifacts/release/dist/public/bundle/.agents/skills/omg/codex-rules.md +33 -0
  76. package/artifacts/release/dist/public/bundle/.agents/skills/omg/plan-council/SKILL.md +11 -0
  77. package/artifacts/release/dist/public/bundle/.agents/skills/omg/plan-council/openai.yaml +12 -0
  78. package/artifacts/release/dist/public/bundle/.agents/skills/omg/proof-gate/SKILL.md +11 -0
  79. package/artifacts/release/dist/public/bundle/.agents/skills/omg/proof-gate/openai.yaml +13 -0
  80. package/artifacts/release/dist/public/bundle/.agents/skills/omg/test-intent-lock/SKILL.md +11 -0
  81. package/artifacts/release/dist/public/bundle/.agents/skills/omg/test-intent-lock/openai.yaml +13 -0
  82. package/artifacts/release/dist/public/bundle/.claude-plugin/marketplace.json +3 -3
  83. package/artifacts/release/dist/public/bundle/.claude-plugin/plugin.json +1 -1
  84. package/artifacts/release/dist/public/bundle/.mcp.json +0 -22
  85. package/artifacts/release/dist/public/bundle/OMG_COMPAT_CONTRACT.md +8 -1
  86. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:code-review.md +114 -0
  87. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:deep-plan.md +266 -0
  88. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:handoff.md +115 -0
  89. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:learn.md +110 -0
  90. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:maintainer.md +31 -0
  91. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:ralph-start.md +43 -0
  92. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:ralph-stop.md +23 -0
  93. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:security-review.md +16 -0
  94. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:sequential-thinking.md +20 -0
  95. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:ship.md +46 -0
  96. package/artifacts/release/dist/public/bundle/plugins/advanced/plugin.json +87 -0
  97. package/artifacts/release/dist/public/bundle/registry/bundles/algorithms.yaml +1 -1
  98. package/artifacts/release/dist/public/bundle/registry/bundles/api-twin.yaml +1 -1
  99. package/artifacts/release/dist/public/bundle/registry/bundles/claim-judge.yaml +49 -0
  100. package/artifacts/release/dist/public/bundle/registry/bundles/control-plane.yaml +1 -1
  101. package/artifacts/release/dist/public/bundle/registry/bundles/data-lineage.yaml +1 -1
  102. package/artifacts/release/dist/public/bundle/registry/bundles/delta-classifier.yaml +1 -1
  103. package/artifacts/release/dist/public/bundle/registry/bundles/eval-gate.yaml +1 -1
  104. package/artifacts/release/dist/public/bundle/registry/bundles/health.yaml +1 -1
  105. package/artifacts/release/dist/public/bundle/registry/bundles/hook-governor.yaml +1 -1
  106. package/artifacts/release/dist/public/bundle/registry/bundles/incident-replay.yaml +1 -1
  107. package/artifacts/release/dist/public/bundle/registry/bundles/lsp-pack.yaml +1 -1
  108. package/artifacts/release/dist/public/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  109. package/artifacts/release/dist/public/bundle/registry/bundles/plan-council.yaml +51 -0
  110. package/artifacts/release/dist/public/bundle/registry/bundles/preflight.yaml +1 -1
  111. package/artifacts/release/dist/public/bundle/registry/bundles/proof-gate.yaml +49 -0
  112. package/artifacts/release/dist/public/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  113. package/artifacts/release/dist/public/bundle/registry/bundles/robotics.yaml +1 -1
  114. package/artifacts/release/dist/public/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  115. package/artifacts/release/dist/public/bundle/registry/bundles/security-check.yaml +1 -1
  116. package/artifacts/release/dist/public/bundle/registry/bundles/test-intent-lock.yaml +49 -0
  117. package/artifacts/release/dist/public/bundle/registry/bundles/tracebank.yaml +1 -1
  118. package/artifacts/release/dist/public/bundle/registry/bundles/vision.yaml +1 -1
  119. package/artifacts/release/dist/public/bundle/registry/omg-capability.schema.json +1 -1
  120. package/artifacts/release/dist/public/bundle/settings.json +76 -4
  121. package/artifacts/release/dist/public/manifest.json +122 -26
  122. package/artifacts/release/plugins/advanced/commands/OMG:code-review.md +114 -0
  123. package/artifacts/release/plugins/advanced/commands/OMG:deep-plan.md +266 -0
  124. package/artifacts/release/plugins/advanced/commands/OMG:handoff.md +115 -0
  125. package/artifacts/release/plugins/advanced/commands/OMG:learn.md +110 -0
  126. package/artifacts/release/plugins/advanced/commands/OMG:maintainer.md +31 -0
  127. package/artifacts/release/plugins/advanced/commands/OMG:ralph-start.md +43 -0
  128. package/artifacts/release/plugins/advanced/commands/OMG:ralph-stop.md +23 -0
  129. package/artifacts/release/plugins/advanced/commands/OMG:security-review.md +16 -0
  130. package/artifacts/release/plugins/advanced/commands/OMG:sequential-thinking.md +20 -0
  131. package/artifacts/release/plugins/advanced/commands/OMG:ship.md +46 -0
  132. package/artifacts/release/plugins/advanced/plugin.json +87 -0
  133. package/artifacts/release/registry/bundles/algorithms.yaml +1 -1
  134. package/artifacts/release/registry/bundles/api-twin.yaml +1 -1
  135. package/artifacts/release/registry/bundles/claim-judge.yaml +49 -0
  136. package/artifacts/release/registry/bundles/control-plane.yaml +1 -1
  137. package/artifacts/release/registry/bundles/data-lineage.yaml +1 -1
  138. package/artifacts/release/registry/bundles/delta-classifier.yaml +1 -1
  139. package/artifacts/release/registry/bundles/eval-gate.yaml +1 -1
  140. package/artifacts/release/registry/bundles/health.yaml +1 -1
  141. package/artifacts/release/registry/bundles/hook-governor.yaml +1 -1
  142. package/artifacts/release/registry/bundles/incident-replay.yaml +1 -1
  143. package/artifacts/release/registry/bundles/lsp-pack.yaml +1 -1
  144. package/artifacts/release/registry/bundles/mcp-fabric.yaml +1 -1
  145. package/artifacts/release/registry/bundles/plan-council.yaml +51 -0
  146. package/artifacts/release/registry/bundles/preflight.yaml +1 -1
  147. package/artifacts/release/registry/bundles/proof-gate.yaml +49 -0
  148. package/artifacts/release/registry/bundles/remote-supervisor.yaml +1 -1
  149. package/artifacts/release/registry/bundles/robotics.yaml +1 -1
  150. package/artifacts/release/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  151. package/artifacts/release/registry/bundles/security-check.yaml +1 -1
  152. package/artifacts/release/registry/bundles/test-intent-lock.yaml +49 -0
  153. package/artifacts/release/registry/bundles/tracebank.yaml +1 -1
  154. package/artifacts/release/registry/bundles/vision.yaml +1 -1
  155. package/artifacts/release/registry/omg-capability.schema.json +1 -1
  156. package/artifacts/release/settings.json +7 -3
  157. package/build/lib/control_plane/openapi.yaml +1 -1
  158. package/build/lib/plugins/README.md +1 -1
  159. package/build/lib/plugins/advanced/commands/OMG:deep-plan.md +2 -1
  160. package/build/lib/plugins/advanced/plugin.json +1 -1
  161. package/build/lib/plugins/core/plugin.json +1 -1
  162. package/build/lib/registry/bundles/algorithms.yaml +1 -1
  163. package/build/lib/registry/bundles/api-twin.yaml +1 -1
  164. package/build/lib/registry/bundles/claim-judge.yaml +1 -1
  165. package/build/lib/registry/bundles/control-plane.yaml +1 -1
  166. package/build/lib/registry/bundles/data-lineage.yaml +1 -1
  167. package/build/lib/registry/bundles/delta-classifier.yaml +1 -1
  168. package/build/lib/registry/bundles/eval-gate.yaml +1 -1
  169. package/build/lib/registry/bundles/health.yaml +1 -1
  170. package/build/lib/registry/bundles/hook-governor.yaml +1 -1
  171. package/build/lib/registry/bundles/incident-replay.yaml +1 -1
  172. package/build/lib/registry/bundles/lsp-pack.yaml +1 -1
  173. package/build/lib/registry/bundles/mcp-fabric.yaml +1 -1
  174. package/build/lib/registry/bundles/plan-council.yaml +2 -2
  175. package/build/lib/registry/bundles/preflight.yaml +1 -1
  176. package/build/lib/registry/bundles/proof-gate.yaml +1 -1
  177. package/build/lib/registry/bundles/remote-supervisor.yaml +1 -1
  178. package/build/lib/registry/bundles/robotics.yaml +1 -1
  179. package/build/lib/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  180. package/build/lib/registry/bundles/security-check.yaml +1 -1
  181. package/build/lib/registry/bundles/test-intent-lock.yaml +1 -1
  182. package/build/lib/registry/bundles/tracebank.yaml +1 -1
  183. package/build/lib/registry/bundles/vision.yaml +1 -1
  184. package/build/lib/registry/omg-capability.schema.json +1 -1
  185. package/build/lib/runtime/adoption.py +1 -1
  186. package/build/lib/runtime/api_twin.py +4 -4
  187. package/build/lib/runtime/contract_compiler.py +71 -0
  188. package/build/lib/runtime/ecosystem.py +1 -1
  189. package/build/lib/runtime/mcp_memory_server.py +1 -1
  190. package/build/lib/runtime/omg_compat_contract_snapshot.json +2 -2
  191. package/build/lib/runtime/omg_contract_snapshot.json +2 -2
  192. package/control_plane/openapi.yaml +1 -1
  193. package/dist/enterprise/bundle/.agents/skills/omg/AGENTS.fragment.md +7 -1
  194. package/dist/enterprise/bundle/.agents/skills/omg/claim-judge/SKILL.md +11 -0
  195. package/dist/enterprise/bundle/.agents/skills/omg/claim-judge/openai.yaml +13 -0
  196. package/dist/enterprise/bundle/.agents/skills/omg/codex-rules.md +4 -0
  197. package/dist/enterprise/bundle/.agents/skills/omg/plan-council/SKILL.md +11 -0
  198. package/dist/enterprise/bundle/.agents/skills/omg/plan-council/openai.yaml +12 -0
  199. package/dist/enterprise/bundle/.agents/skills/omg/proof-gate/SKILL.md +11 -0
  200. package/dist/enterprise/bundle/.agents/skills/omg/proof-gate/openai.yaml +13 -0
  201. package/dist/enterprise/bundle/.agents/skills/omg/test-intent-lock/SKILL.md +11 -0
  202. package/dist/enterprise/bundle/.agents/skills/omg/test-intent-lock/openai.yaml +13 -0
  203. package/dist/enterprise/bundle/.claude-plugin/marketplace.json +3 -3
  204. package/dist/enterprise/bundle/.claude-plugin/plugin.json +1 -1
  205. package/dist/enterprise/bundle/.mcp.json +0 -22
  206. package/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +8 -1
  207. package/dist/enterprise/bundle/plugins/advanced/commands/OMG:deep-plan.md +51 -6
  208. package/dist/enterprise/bundle/plugins/advanced/commands/OMG:ship.md +1 -1
  209. package/dist/enterprise/bundle/plugins/advanced/plugin.json +1 -1
  210. package/dist/enterprise/bundle/registry/bundles/algorithms.yaml +1 -1
  211. package/dist/enterprise/bundle/registry/bundles/api-twin.yaml +1 -1
  212. package/dist/enterprise/bundle/registry/bundles/claim-judge.yaml +49 -0
  213. package/dist/enterprise/bundle/registry/bundles/control-plane.yaml +1 -1
  214. package/dist/enterprise/bundle/registry/bundles/data-lineage.yaml +1 -1
  215. package/dist/enterprise/bundle/registry/bundles/delta-classifier.yaml +1 -1
  216. package/dist/enterprise/bundle/registry/bundles/eval-gate.yaml +1 -1
  217. package/dist/enterprise/bundle/registry/bundles/health.yaml +1 -1
  218. package/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +1 -1
  219. package/dist/enterprise/bundle/registry/bundles/incident-replay.yaml +1 -1
  220. package/dist/enterprise/bundle/registry/bundles/lsp-pack.yaml +1 -1
  221. package/dist/enterprise/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  222. package/dist/enterprise/bundle/registry/bundles/plan-council.yaml +51 -0
  223. package/dist/enterprise/bundle/registry/bundles/preflight.yaml +1 -1
  224. package/dist/enterprise/bundle/registry/bundles/proof-gate.yaml +49 -0
  225. package/dist/enterprise/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  226. package/dist/enterprise/bundle/registry/bundles/robotics.yaml +1 -1
  227. package/dist/enterprise/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  228. package/dist/enterprise/bundle/registry/bundles/security-check.yaml +1 -1
  229. package/dist/enterprise/bundle/registry/bundles/test-intent-lock.yaml +49 -0
  230. package/dist/enterprise/bundle/registry/bundles/tracebank.yaml +1 -1
  231. package/dist/enterprise/bundle/registry/bundles/vision.yaml +1 -1
  232. package/dist/enterprise/bundle/registry/omg-capability.schema.json +1 -1
  233. package/dist/enterprise/bundle/settings.json +7 -3
  234. package/dist/enterprise/manifest.json +78 -30
  235. package/dist/public/bundle/.agents/skills/omg/AGENTS.fragment.md +7 -1
  236. package/dist/public/bundle/.agents/skills/omg/claim-judge/SKILL.md +11 -0
  237. package/dist/public/bundle/.agents/skills/omg/claim-judge/openai.yaml +13 -0
  238. package/dist/public/bundle/.agents/skills/omg/codex-rules.md +4 -0
  239. package/dist/public/bundle/.agents/skills/omg/plan-council/SKILL.md +11 -0
  240. package/dist/public/bundle/.agents/skills/omg/plan-council/openai.yaml +12 -0
  241. package/dist/public/bundle/.agents/skills/omg/proof-gate/SKILL.md +11 -0
  242. package/dist/public/bundle/.agents/skills/omg/proof-gate/openai.yaml +13 -0
  243. package/dist/public/bundle/.agents/skills/omg/test-intent-lock/SKILL.md +11 -0
  244. package/dist/public/bundle/.agents/skills/omg/test-intent-lock/openai.yaml +13 -0
  245. package/dist/public/bundle/.claude-plugin/marketplace.json +3 -3
  246. package/dist/public/bundle/.claude-plugin/plugin.json +1 -1
  247. package/dist/public/bundle/.mcp.json +0 -22
  248. package/dist/public/bundle/OMG_COMPAT_CONTRACT.md +8 -1
  249. package/dist/public/bundle/plugins/advanced/commands/OMG:deep-plan.md +51 -6
  250. package/dist/public/bundle/plugins/advanced/commands/OMG:ship.md +1 -1
  251. package/dist/public/bundle/plugins/advanced/plugin.json +1 -1
  252. package/dist/public/bundle/registry/bundles/algorithms.yaml +1 -1
  253. package/dist/public/bundle/registry/bundles/api-twin.yaml +1 -1
  254. package/dist/public/bundle/registry/bundles/claim-judge.yaml +49 -0
  255. package/dist/public/bundle/registry/bundles/control-plane.yaml +1 -1
  256. package/dist/public/bundle/registry/bundles/data-lineage.yaml +1 -1
  257. package/dist/public/bundle/registry/bundles/delta-classifier.yaml +1 -1
  258. package/dist/public/bundle/registry/bundles/eval-gate.yaml +1 -1
  259. package/dist/public/bundle/registry/bundles/health.yaml +1 -1
  260. package/dist/public/bundle/registry/bundles/hook-governor.yaml +1 -1
  261. package/dist/public/bundle/registry/bundles/incident-replay.yaml +1 -1
  262. package/dist/public/bundle/registry/bundles/lsp-pack.yaml +1 -1
  263. package/dist/public/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  264. package/dist/public/bundle/registry/bundles/plan-council.yaml +51 -0
  265. package/dist/public/bundle/registry/bundles/preflight.yaml +1 -1
  266. package/dist/public/bundle/registry/bundles/proof-gate.yaml +49 -0
  267. package/dist/public/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  268. package/dist/public/bundle/registry/bundles/robotics.yaml +1 -1
  269. package/dist/public/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  270. package/dist/public/bundle/registry/bundles/security-check.yaml +1 -1
  271. package/dist/public/bundle/registry/bundles/test-intent-lock.yaml +49 -0
  272. package/dist/public/bundle/registry/bundles/tracebank.yaml +1 -1
  273. package/dist/public/bundle/registry/bundles/vision.yaml +1 -1
  274. package/dist/public/bundle/registry/omg-capability.schema.json +1 -1
  275. package/dist/public/bundle/settings.json +7 -3
  276. package/dist/public/manifest.json +78 -30
  277. package/docs/proof.md +6 -6
  278. package/package.json +1 -1
  279. package/plugins/README.md +1 -1
  280. package/plugins/advanced/commands/OMG:deep-plan.md +2 -1
  281. package/plugins/advanced/plugin.json +1 -1
  282. package/plugins/core/plugin.json +1 -1
  283. package/pyproject.toml +5 -1
  284. package/registry/bundles/algorithms.yaml +1 -1
  285. package/registry/bundles/api-twin.yaml +1 -1
  286. package/registry/bundles/claim-judge.yaml +1 -1
  287. package/registry/bundles/control-plane.yaml +1 -1
  288. package/registry/bundles/data-lineage.yaml +1 -1
  289. package/registry/bundles/delta-classifier.yaml +1 -1
  290. package/registry/bundles/eval-gate.yaml +1 -1
  291. package/registry/bundles/health.yaml +1 -1
  292. package/registry/bundles/hook-governor.yaml +1 -1
  293. package/registry/bundles/incident-replay.yaml +1 -1
  294. package/registry/bundles/lsp-pack.yaml +1 -1
  295. package/registry/bundles/mcp-fabric.yaml +1 -1
  296. package/registry/bundles/plan-council.yaml +2 -2
  297. package/registry/bundles/preflight.yaml +1 -1
  298. package/registry/bundles/proof-gate.yaml +1 -1
  299. package/registry/bundles/remote-supervisor.yaml +1 -1
  300. package/registry/bundles/robotics.yaml +1 -1
  301. package/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  302. package/registry/bundles/security-check.yaml +1 -1
  303. package/registry/bundles/test-intent-lock.yaml +1 -1
  304. package/registry/bundles/tracebank.yaml +1 -1
  305. package/registry/bundles/vision.yaml +1 -1
  306. package/registry/omg-capability.schema.json +1 -1
  307. package/runtime/adoption.py +1 -1
  308. package/runtime/api_twin.py +4 -4
  309. package/runtime/contract_compiler.py +71 -0
  310. package/runtime/ecosystem.py +1 -1
  311. package/runtime/mcp_memory_server.py +1 -1
  312. package/runtime/omg_compat_contract_snapshot.json +2 -2
  313. package/runtime/omg_contract_snapshot.json +2 -2
  314. package/scripts/omg.py +1 -1
  315. package/settings.json +7 -3
@@ -0,0 +1,51 @@
1
+ id: plan-council
2
+ kind: planning
3
+ version: 2.0.8
4
+ title: OMG Plan Council
5
+ description: Canonical council-style planning bundle for explicit, evidence-backed deep plans.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - plugins/advanced/commands/OMG:deep-plan.md
12
+ invocation_policy:
13
+ user_invocable: true
14
+ model_invocable: false
15
+ allow_implicit_invocation: false
16
+ tool_policy:
17
+ side_effect_level: low
18
+ allowed_tools:
19
+ claude:
20
+ - Read
21
+ - Grep
22
+ codex:
23
+ - Read
24
+ - Grep
25
+ lifecycle_hooks:
26
+ native:
27
+ - PostToolUse
28
+ emulated:
29
+ - TaskCompleted
30
+ mcp_contract:
31
+ servers:
32
+ - omg-control
33
+ lsp_contract:
34
+ languages:
35
+ - markdown
36
+ - json
37
+ evidence_outputs:
38
+ artifacts:
39
+ - .omg/plans/deep-plan.md
40
+ - .omg/plans/deep-plan.json
41
+ - .omg/plans/dissent.json
42
+ - .omg/evidence/plan-council.json
43
+ execution_contract:
44
+ modes:
45
+ - embedded
46
+ - local_supervisor
47
+ channel_overrides:
48
+ public:
49
+ posture: self-serve
50
+ enterprise:
51
+ posture: managed
@@ -1,6 +1,6 @@
1
1
  id: preflight
2
2
  kind: routing
3
- version: 2.0.5
3
+ version: 2.0.8
4
4
  title: OMG Preflight
5
5
  description: Repo-aware route selection based on diff, manifests, and classified risk.
6
6
  hosts:
@@ -0,0 +1,49 @@
1
+ id: proof-gate
2
+ kind: proof
3
+ version: 2.0.8
4
+ title: OMG Proof Gate
5
+ description: Structured release proof gate that binds claims to required evidence artifacts and trace links.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - runtime/proof_gate.py
12
+ invocation_policy:
13
+ user_invocable: true
14
+ model_invocable: true
15
+ allow_implicit_invocation: false
16
+ tool_policy:
17
+ side_effect_level: low
18
+ allowed_tools:
19
+ claude:
20
+ - Read
21
+ - Grep
22
+ - Bash(python3:*)
23
+ codex:
24
+ - Read
25
+ - Grep
26
+ - Bash(python3:*)
27
+ lifecycle_hooks:
28
+ native:
29
+ - PostToolUse
30
+ emulated:
31
+ - TaskCompleted
32
+ mcp_contract:
33
+ servers:
34
+ - omg-control
35
+ lsp_contract:
36
+ languages:
37
+ - python
38
+ evidence_outputs:
39
+ artifacts:
40
+ - .omg/evidence/proof-gate-*.json
41
+ execution_contract:
42
+ modes:
43
+ - embedded
44
+ - local_supervisor
45
+ channel_overrides:
46
+ public:
47
+ posture: self-serve
48
+ enterprise:
49
+ posture: managed
@@ -1,6 +1,6 @@
1
1
  id: remote-supervisor
2
2
  kind: orchestration
3
- version: 2.0.5
3
+ version: 2.0.8
4
4
  title: OMG Remote Supervisor
5
5
  description: Local-only authenticated supervisor sessions for worker orchestration.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: robotics
2
2
  kind: domain-pack
3
- version: 2.0.5
3
+ version: 2.0.8
4
4
  title: OMG Robotics Pack
5
5
  description: Robotics safety policy, replay, and evaluation attachments.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: secure-worktree-pipeline
2
2
  kind: runtime
3
- version: 2.0.5
3
+ version: 2.0.8
4
4
  title: OMG Secure Worktree Pipeline
5
5
  description: Ephemeral worktree execution and supervisor-safe worker dispatch for production jobs.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: security-check
2
2
  kind: security
3
- version: 2.0.5
3
+ version: 2.0.8
4
4
  title: OMG Security Check
5
5
  description: Canonical security audit bundle with provenance, trust scoring, and deterministic evidence.
6
6
  hosts:
@@ -0,0 +1,49 @@
1
+ id: test-intent-lock
2
+ kind: proof
3
+ version: 2.0.8
4
+ title: OMG Test Intent Lock
5
+ description: Structured test-delta guard that blocks weakened tests unless explicit override evidence is present.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - runtime/test_intent_lock.py
12
+ invocation_policy:
13
+ user_invocable: true
14
+ model_invocable: true
15
+ allow_implicit_invocation: false
16
+ tool_policy:
17
+ side_effect_level: low
18
+ allowed_tools:
19
+ claude:
20
+ - Read
21
+ - Grep
22
+ - Bash(python3:*)
23
+ codex:
24
+ - Read
25
+ - Grep
26
+ - Bash(python3:*)
27
+ lifecycle_hooks:
28
+ native:
29
+ - PostToolUse
30
+ emulated:
31
+ - TaskCompleted
32
+ mcp_contract:
33
+ servers:
34
+ - omg-control
35
+ lsp_contract:
36
+ languages:
37
+ - python
38
+ evidence_outputs:
39
+ artifacts:
40
+ - .omg/evidence/test-intent-lock-*.json
41
+ execution_contract:
42
+ modes:
43
+ - embedded
44
+ - local_supervisor
45
+ channel_overrides:
46
+ public:
47
+ posture: self-serve
48
+ enterprise:
49
+ posture: managed
@@ -1,6 +1,6 @@
1
1
  id: tracebank
2
2
  kind: evidence
3
- version: 2.0.5
3
+ version: 2.0.8
4
4
  title: OMG Tracebank
5
5
  description: Structured plan-to-patch-to-verify trace capture for OMG routes.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: vision
2
2
  kind: domain-pack
3
- version: 2.0.5
3
+ version: 2.0.8
4
4
  title: OMG Vision Pack
5
5
  description: Vision-specific lineage, drift, and replay attachments.
6
6
  hosts:
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "https://github.com/trac3er00/OMG/registry/omg-capability.schema.json",
4
4
  "title": "OMG Capability Bundle",
5
- "version": "2.0.5",
5
+ "version": "2.0.8",
6
6
  "type": "object",
7
7
  "required": [
8
8
  "id",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/claude-code-settings.json",
3
- "_comment": "OMG 2.0.5 - project-level config with hook registrations, presets, and feature flags.",
3
+ "_comment": "OMG 2.0.8 - project-level config with hook registrations, presets, and feature flags.",
4
4
  "permissions": {
5
5
  "allow": [
6
6
  "Agent",
@@ -306,7 +306,7 @@
306
306
  ]
307
307
  },
308
308
  "_omg": {
309
- "_version": "2.0.5",
309
+ "_version": "2.0.8",
310
310
  "preset": "safe",
311
311
  "default_mode": "ulw+ralph",
312
312
  "vision_auto": true,
@@ -359,10 +359,14 @@
359
359
  "CONTEXT_MANAGER": false
360
360
  },
361
361
  "generated": {
362
- "contract_version": "2.0.5",
362
+ "contract_version": "2.0.8",
363
363
  "channel": "enterprise",
364
364
  "required_bundles": [
365
365
  "control-plane",
366
+ "plan-council",
367
+ "claim-judge",
368
+ "test-intent-lock",
369
+ "proof-gate",
366
370
  "hook-governor",
367
371
  "mcp-fabric",
368
372
  "lsp-pack",
@@ -1,7 +1,7 @@
1
1
  openapi: 3.1.0
2
2
  info:
3
3
  title: OMG Control Plane API
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  description: Policy/trust/evidence/runtime/registry/lab endpoints for OMG v2, with deprecated v1 aliases for one release.
6
6
  servers:
7
7
  - url: https://api.omg.local
@@ -28,7 +28,7 @@ OMG exposes a small native front door and keeps the rest of the surface availabl
28
28
 
29
29
  | Command | Category | Description |
30
30
  |---------|----------|-------------|
31
- | `/OMG:deep-plan` | Planning | Strategic planning with domain awareness (routes to `plan-council`) |
31
+ | `/OMG:deep-plan` | Planning | Strategic planning with domain awareness (compatibility path to `plan-council`) |
32
32
  | `/OMG:learn` | Knowledge | Convert patterns into OMG-native instincts and skills |
33
33
  | `/OMG:code-review` | Quality | Deep review flow |
34
34
  | `/OMG:ship` | Delivery | Idea to evidence to release |
@@ -10,7 +10,8 @@ argument-hint: "[feature or goal to plan]"
10
10
  Regular planning = "what steps to take."
11
11
  Deep planning = "understand WHY the user wants this, WHAT direction they're heading, and HOW it fits the bigger picture."
12
12
 
13
- This command is the compatibility front door to the canonical `plan-council` bundle.
13
+ This command is the public compatibility path to the canonical `plan-council` bundle.
14
+ Users invoke `/OMG:deep-plan`; the runtime routes to `plan-council` for execution.
14
15
 
15
16
  ## Step 1: Direction Discovery (MANDATORY)
16
17
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omg-advanced",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Advanced OMG commands - deep planning, learning, code review, and specialized workflows",
5
5
  "type": "omg-plugin",
6
6
  "commands": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omg-core",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Core OMG commands - native setup, routing, orchestration, and verification surfaces",
5
5
  "type": "omg-plugin",
6
6
  "commands": {
@@ -1,6 +1,6 @@
1
1
  id: algorithms
2
2
  kind: domain-pack
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Algorithms Pack
5
5
  description: Determinism and benchmark attachments for algorithm-heavy work.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: api-twin
2
2
  kind: simulation
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG API Twin
5
5
  description: Versioned endpoint cassette replay with latency, drift, and cost reporting.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: claim-judge
2
2
  kind: proof
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Claim Judge
5
5
  description: Evidence-backed claim validator for structured release and completion claims.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: control-plane
2
2
  kind: skill
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Control Plane
5
5
  description: Canonical production control plane bundle for Claude and Codex.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: data-lineage
2
2
  kind: provenance
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Data Lineage
5
5
  description: Provenance and privacy tracking for traces, fixtures, examples, and synthetic artifacts.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: delta-classifier
2
2
  kind: routing
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Delta Classifier
5
5
  description: Change classifier that attaches risk-aware checks, approvals, and packs.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: eval-gate
2
2
  kind: evaluation
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Eval Gate
5
5
  description: Reproducible evaluation gate that blocks regressions before release.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: health
2
2
  kind: domain-pack
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Health Pack
5
5
  description: Health-sensitive approvals, provenance, and replay attachments.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: hook-governor
2
2
  kind: governance
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Hook Governor
5
5
  description: Canonical hook ordering, policy reinjection, and protected-path governance.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: incident-replay
2
2
  kind: debugging
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Incident Replay
5
5
  description: Replayable bug packs built from logs, failing tests, traces, and diffs.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: lsp-pack
2
2
  kind: diagnostics
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG LSP Pack
5
5
  description: Optional LSP-backed diagnostics and navigation bundle for production verification.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: mcp-fabric
2
2
  kind: mcp
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG MCP Fabric
5
5
  description: Tools, prompts, resources, and server instructions for the OMG control plane.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: plan-council
2
2
  kind: planning
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Plan Council
5
5
  description: Canonical council-style planning bundle for explicit, evidence-backed deep plans.
6
6
  hosts:
@@ -8,7 +8,7 @@ hosts:
8
8
  - codex
9
9
  assets:
10
10
  references:
11
- - commands/OMG:deep-plan.md
11
+ - plugins/advanced/commands/OMG:deep-plan.md
12
12
  invocation_policy:
13
13
  user_invocable: true
14
14
  model_invocable: false
@@ -1,6 +1,6 @@
1
1
  id: preflight
2
2
  kind: routing
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Preflight
5
5
  description: Repo-aware route selection based on diff, manifests, and classified risk.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: proof-gate
2
2
  kind: proof
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Proof Gate
5
5
  description: Structured release proof gate that binds claims to required evidence artifacts and trace links.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: remote-supervisor
2
2
  kind: orchestration
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Remote Supervisor
5
5
  description: Local-only authenticated supervisor sessions for worker orchestration.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: robotics
2
2
  kind: domain-pack
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Robotics Pack
5
5
  description: Robotics safety policy, replay, and evaluation attachments.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: secure-worktree-pipeline
2
2
  kind: runtime
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Secure Worktree Pipeline
5
5
  description: Ephemeral worktree execution and supervisor-safe worker dispatch for production jobs.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: security-check
2
2
  kind: security
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Security Check
5
5
  description: Canonical security audit bundle with provenance, trust scoring, and deterministic evidence.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: test-intent-lock
2
2
  kind: proof
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Test Intent Lock
5
5
  description: Structured test-delta guard that blocks weakened tests unless explicit override evidence is present.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: tracebank
2
2
  kind: evidence
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Tracebank
5
5
  description: Structured plan-to-patch-to-verify trace capture for OMG routes.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: vision
2
2
  kind: domain-pack
3
- version: 2.0.7
3
+ version: 2.0.8
4
4
  title: OMG Vision Pack
5
5
  description: Vision-specific lineage, drift, and replay attachments.
6
6
  hosts:
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "https://github.com/trac3er00/OMG/registry/omg-capability.schema.json",
4
4
  "title": "OMG Capability Bundle",
5
- "version": "2.0.7",
5
+ "version": "2.0.8",
6
6
  "type": "object",
7
7
  "required": [
8
8
  "id",
@@ -11,7 +11,7 @@ CANONICAL_REPO_URL = "https://github.com/trac3er00/OMG"
11
11
  CANONICAL_PACKAGE_NAME = "@trac3er/oh-my-god"
12
12
  CANONICAL_PLUGIN_ID = "omg"
13
13
  CANONICAL_MARKETPLACE_ID = "omg"
14
- CANONICAL_VERSION = "2.0.7"
14
+ CANONICAL_VERSION = "2.0.8"
15
15
 
16
16
  VALID_ADOPTION_MODES = ("omg-only", "coexist")
17
17
  VALID_PRESETS = ("safe", "balanced", "interop", "labs")
@@ -353,15 +353,15 @@ def _state_path(project_dir: str) -> Path:
353
353
  def _load_state(project_dir: str) -> dict[str, Any]:
354
354
  path = _state_path(project_dir)
355
355
  if not path.exists():
356
- return {"schema": "ApiTwinState", "version": "2.0.7", "contracts": {}, "fixtures": {}}
356
+ return {"schema": "ApiTwinState", "version": "2.0.8", "contracts": {}, "fixtures": {}}
357
357
  try:
358
358
  payload = json.loads(path.read_text(encoding="utf-8"))
359
359
  except (OSError, json.JSONDecodeError):
360
- return {"schema": "ApiTwinState", "version": "2.0.7", "contracts": {}, "fixtures": {}}
360
+ return {"schema": "ApiTwinState", "version": "2.0.8", "contracts": {}, "fixtures": {}}
361
361
  if not isinstance(payload, dict):
362
- return {"schema": "ApiTwinState", "version": "2.0.7", "contracts": {}, "fixtures": {}}
362
+ return {"schema": "ApiTwinState", "version": "2.0.8", "contracts": {}, "fixtures": {}}
363
363
  payload.setdefault("schema", "ApiTwinState")
364
- payload.setdefault("version", "2.0.7")
364
+ payload.setdefault("version", "2.0.8")
365
365
  payload.setdefault("contracts", {})
366
366
  payload.setdefault("fixtures", {})
367
367
  return payload
@@ -57,6 +57,12 @@ DEFAULT_REQUIRED_BUNDLES = (
57
57
  "data-lineage",
58
58
  "remote-supervisor",
59
59
  )
60
+ TRUTH_COUNCIL_BUNDLES = (
61
+ "plan-council",
62
+ "claim-judge",
63
+ "test-intent-lock",
64
+ "proof-gate",
65
+ )
60
66
  REQUIRED_ADVANCED_PLUGIN_ARTIFACTS = (
61
67
  "bundle/plugins/advanced/plugin.json",
62
68
  "bundle/plugins/advanced/commands/OMG:deep-plan.md",
@@ -1725,6 +1731,11 @@ def build_release_readiness(
1725
1731
  checks["version_identity_drift"] = version_drift_check
1726
1732
  blockers.extend(version_drift_check.get("blockers", []))
1727
1733
 
1734
+ if channel == "dual":
1735
+ bundle_promotion_parity = _check_bundle_promotion_parity(root, output)
1736
+ checks["bundle_promotion_parity"] = bundle_promotion_parity
1737
+ blockers.extend(bundle_promotion_parity.get("blockers", []))
1738
+
1728
1739
  providers = _provider_statuses()
1729
1740
  checks["providers"] = providers
1730
1741
  for provider_name, status in providers.items():
@@ -1882,6 +1893,62 @@ def _check_proof_chain(output_root: Path) -> dict[str, Any]:
1882
1893
  }
1883
1894
 
1884
1895
 
1896
+ def _check_bundle_promotion_parity(root: Path, output_root: Path) -> dict[str, Any]:
1897
+ missing_settings_required_bundles: list[str] = []
1898
+ missing_dist_public: list[str] = []
1899
+ missing_dist_enterprise: list[str] = []
1900
+ missing_pyproject_data_files: list[str] = []
1901
+
1902
+ settings_path = output_root / "settings.json"
1903
+ if settings_path.exists():
1904
+ settings = _load_json(settings_path)
1905
+ required_bundles = settings.get("_omg", {}).get("generated", {}).get("required_bundles", [])
1906
+ if not isinstance(required_bundles, list):
1907
+ required_bundles = []
1908
+ required_bundle_set = {str(item) for item in required_bundles}
1909
+ missing_settings_required_bundles = [
1910
+ bundle_id for bundle_id in TRUTH_COUNCIL_BUNDLES if bundle_id not in required_bundle_set
1911
+ ]
1912
+ else:
1913
+ missing_settings_required_bundles = list(TRUTH_COUNCIL_BUNDLES)
1914
+
1915
+ for bundle_id in TRUTH_COUNCIL_BUNDLES:
1916
+ public_skill = output_root / "dist" / "public" / "bundle" / ".agents" / "skills" / "omg" / bundle_id / "SKILL.md"
1917
+ if not public_skill.exists():
1918
+ missing_dist_public.append(str(public_skill.relative_to(output_root)))
1919
+
1920
+ enterprise_skill = output_root / "dist" / "enterprise" / "bundle" / ".agents" / "skills" / "omg" / bundle_id / "SKILL.md"
1921
+ if not enterprise_skill.exists():
1922
+ missing_dist_enterprise.append(str(enterprise_skill.relative_to(output_root)))
1923
+
1924
+ pyproject_path = root / "pyproject.toml"
1925
+ if pyproject_path.exists():
1926
+ pyproject_content = pyproject_path.read_text(encoding="utf-8")
1927
+ for bundle_id in TRUTH_COUNCIL_BUNDLES:
1928
+ data_file_key = f'".agents/skills/omg/{bundle_id}" = '
1929
+ if data_file_key not in pyproject_content:
1930
+ missing_pyproject_data_files.append(bundle_id)
1931
+ else:
1932
+ missing_pyproject_data_files = list(TRUTH_COUNCIL_BUNDLES)
1933
+
1934
+ failed = any(
1935
+ (
1936
+ missing_settings_required_bundles,
1937
+ missing_dist_public,
1938
+ missing_dist_enterprise,
1939
+ missing_pyproject_data_files,
1940
+ )
1941
+ )
1942
+ return {
1943
+ "status": "ok" if not failed else "error",
1944
+ "blockers": ["bundle_promotion_parity"] if failed else [],
1945
+ "missing_settings_required_bundles": missing_settings_required_bundles,
1946
+ "missing_dist_public": missing_dist_public,
1947
+ "missing_dist_enterprise": missing_dist_enterprise,
1948
+ "missing_pyproject_data_files": missing_pyproject_data_files,
1949
+ }
1950
+
1951
+
1885
1952
  def _check_packaged_install_smoke(root: Path) -> dict[str, Any]:
1886
1953
  blockers: list[str] = []
1887
1954
  with tempfile.TemporaryDirectory(prefix="omg-wheel-") as tmp_dir:
@@ -1911,6 +1978,10 @@ def _check_packaged_install_smoke(root: Path) -> dict[str, Any]:
1911
1978
  "plugins/dephealth/cve_scanner.py",
1912
1979
  "OMG_COMPAT_CONTRACT.md",
1913
1980
  ".agents/skills/omg/security-check/SKILL.md",
1981
+ ".agents/skills/omg/plan-council/SKILL.md",
1982
+ ".agents/skills/omg/claim-judge/SKILL.md",
1983
+ ".agents/skills/omg/test-intent-lock/SKILL.md",
1984
+ ".agents/skills/omg/proof-gate/SKILL.md",
1914
1985
  )
1915
1986
  for suffix in required_suffixes:
1916
1987
  if not any(name.endswith(suffix) for name in names):