@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,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.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:
@@ -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.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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/claude-code-settings.json",
3
- "_comment": "OMG 2.0.7 - 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.7",
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.7",
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,11 +1,11 @@
1
1
  {
2
2
  "schema": "OmgCompiledArtifactManifest",
3
3
  "channel": "enterprise",
4
- "contract_version": "2.0.7",
4
+ "contract_version": "2.0.8",
5
5
  "artifacts": [
6
6
  {
7
7
  "path": "bundle/.agents/skills/omg/AGENTS.fragment.md",
8
- "sha256": "9497432cb2ec30d045feadadeb1bcd8fc5e152d815c9ae4ffd303fe13303b3a8"
8
+ "sha256": "4e8f027295aaaf3573374599519eb839530cd9af6e34e70d7468a1f14e01222e"
9
9
  },
10
10
  {
11
11
  "path": "bundle/.agents/skills/omg/algorithms/SKILL.md",
@@ -23,13 +23,21 @@
23
23
  "path": "bundle/.agents/skills/omg/api-twin/openai.yaml",
24
24
  "sha256": "a6caee113518bda5e2a470ca7d166d18969392bde1470ef2a47f8ead2c0e33ab"
25
25
  },
26
+ {
27
+ "path": "bundle/.agents/skills/omg/claim-judge/SKILL.md",
28
+ "sha256": "12ad7141a9441a3b616b4516d58a5faf6ebb28ed0cece35f5bfda109f0aa0bb0"
29
+ },
30
+ {
31
+ "path": "bundle/.agents/skills/omg/claim-judge/openai.yaml",
32
+ "sha256": "39285cf57979ddfa917972719d2dfa32c2333f4f7a712a970a5b78c759e04295"
33
+ },
26
34
  {
27
35
  "path": "bundle/.agents/skills/omg/codex-mcp.toml",
28
36
  "sha256": "a56de208a369a2b318d2e66e150eef4cba1fac1ecf32bda6db1a1e4b65db7311"
29
37
  },
30
38
  {
31
39
  "path": "bundle/.agents/skills/omg/codex-rules.md",
32
- "sha256": "29b837dfc9a92cc5d9f060207d9187c8d49162edaa25a62f616c64c896589752"
40
+ "sha256": "bff9ed8de9aead25b9c5528b21b90486f4611742a58b768f8d1343b444fa5390"
33
41
  },
34
42
  {
35
43
  "path": "bundle/.agents/skills/omg/control-plane/SKILL.md",
@@ -103,6 +111,14 @@
103
111
  "path": "bundle/.agents/skills/omg/mcp-fabric/openai.yaml",
104
112
  "sha256": "2165ff298b110ef7fb6c42b6b539f8397b8772218de3fa2b8c2332fdd8db6d48"
105
113
  },
114
+ {
115
+ "path": "bundle/.agents/skills/omg/plan-council/SKILL.md",
116
+ "sha256": "f6fa96029e14e71b2d89c84f4312a68e25528b584ecf871c1cf3779e944ba0fc"
117
+ },
118
+ {
119
+ "path": "bundle/.agents/skills/omg/plan-council/openai.yaml",
120
+ "sha256": "3afa688f970eb964620431b9638f7d290700f878add7ae999442df9c4dbb4f67"
121
+ },
106
122
  {
107
123
  "path": "bundle/.agents/skills/omg/preflight/SKILL.md",
108
124
  "sha256": "f9876277a0b836a3bcbe6e8b140368a85447658820974e09bec2fb1795fb0307"
@@ -111,6 +127,14 @@
111
127
  "path": "bundle/.agents/skills/omg/preflight/openai.yaml",
112
128
  "sha256": "97945c1a557703c41b53c68797ab9b5a38f8d69e1a9af45ed427bee7e37f589c"
113
129
  },
130
+ {
131
+ "path": "bundle/.agents/skills/omg/proof-gate/SKILL.md",
132
+ "sha256": "c421002fb132dcad1f02f69dca7f10e36e7d66e15c3a79b2531193eaea88253b"
133
+ },
134
+ {
135
+ "path": "bundle/.agents/skills/omg/proof-gate/openai.yaml",
136
+ "sha256": "b38d5daf13301e7428565cd95a2af42d4ff3368d3394814fe11b50ee673e9ee6"
137
+ },
114
138
  {
115
139
  "path": "bundle/.agents/skills/omg/remote-supervisor/SKILL.md",
116
140
  "sha256": "05be2c248fc0eee2a3db70c0ddeba32b25881b3cc914ce16b719292add77b0c3"
@@ -143,6 +167,14 @@
143
167
  "path": "bundle/.agents/skills/omg/security-check/openai.yaml",
144
168
  "sha256": "9c47e9fa2ddcb341fa75d4307c5e36e0b928b06fdb28bd7b69ca6cb5941f6b77"
145
169
  },
170
+ {
171
+ "path": "bundle/.agents/skills/omg/test-intent-lock/SKILL.md",
172
+ "sha256": "98eca9c53d5228dddd218c29914aab8af5d94eb4ad19ed54e9947af4e53f959c"
173
+ },
174
+ {
175
+ "path": "bundle/.agents/skills/omg/test-intent-lock/openai.yaml",
176
+ "sha256": "62934b4eef9e0bd516d7db4864cf178e8367d47c7b5a5f9f883427c633e416fa"
177
+ },
146
178
  {
147
179
  "path": "bundle/.agents/skills/omg/tracebank/SKILL.md",
148
180
  "sha256": "5bac45273cd62373fb4387f8e64a63c4fb69f984a44ee79938be2273b5913b03"
@@ -161,19 +193,19 @@
161
193
  },
162
194
  {
163
195
  "path": "bundle/.claude-plugin/marketplace.json",
164
- "sha256": "4690a0c1785fa1401ad430a270726476d93bc3262ae3ab0f195b15302b24f4ab"
196
+ "sha256": "06549b994609245c5f13d6053f9049acce862c7a949f8ec63ce057b13206c0c4"
165
197
  },
166
198
  {
167
199
  "path": "bundle/.claude-plugin/plugin.json",
168
- "sha256": "64532d6060c986ec4fec62f038d27dc7c89ba088269b17390f727aae53d64294"
200
+ "sha256": "fe7531e0527d288413151433ee5daa3106383442024d5dad072373f8f26d57d1"
169
201
  },
170
202
  {
171
203
  "path": "bundle/.mcp.json",
172
- "sha256": "d8249fdd26e0df0a9b7cabcb34256d7e33578e1d0e9878cc91d43452a10f7c24"
204
+ "sha256": "e16897732dbd20ba7f47e5c0513b146a8d847454c8c13aa9e0a6031e5a498fa4"
173
205
  },
174
206
  {
175
207
  "path": "bundle/OMG_COMPAT_CONTRACT.md",
176
- "sha256": "108ba784d61707ef22a58ff0898d84cdb867e5c2dcf5195eccadf30a6304437c"
208
+ "sha256": "4c628cf93698b051e183db0ddaa80dbdac7a3667071d048cba0f25419271e28d"
177
209
  },
178
210
  {
179
211
  "path": "bundle/plugins/advanced/commands/OMG:code-review.md",
@@ -181,7 +213,7 @@
181
213
  },
182
214
  {
183
215
  "path": "bundle/plugins/advanced/commands/OMG:deep-plan.md",
184
- "sha256": "ab0b327d541289c219ffac27c70bcb48affb7dba540b5299a420a8754a3ca458"
216
+ "sha256": "ccc235efa52643afd5550765bb0a3b9697be40bf4731392fde3f1c0e5c43f9e0"
185
217
  },
186
218
  {
187
219
  "path": "bundle/plugins/advanced/commands/OMG:handoff.md",
@@ -213,91 +245,107 @@
213
245
  },
214
246
  {
215
247
  "path": "bundle/plugins/advanced/commands/OMG:ship.md",
216
- "sha256": "47979d0dfb2e8be6cfe4ac2f4f5ee2308b426c849eb51511c09bbd100ea2088f"
248
+ "sha256": "3a44016f71a4d73de04043f0c13a6655541c090498908b2bc858c29514a653d4"
217
249
  },
218
250
  {
219
251
  "path": "bundle/plugins/advanced/plugin.json",
220
- "sha256": "37bed96f0d9113b5055c87f8e8291a7518e1b471d9fdabcd37ce9750e9f2546c"
252
+ "sha256": "4968387bae13eaf91792a0c845c28a5007eeefd04d09320b0d783d9563f1481b"
221
253
  },
222
254
  {
223
255
  "path": "bundle/registry/bundles/algorithms.yaml",
224
- "sha256": "210dca6fd5499ecf33109e6b9d72a26311f353cb9bda3faca408a3693b895c2d"
256
+ "sha256": "d52c36a0c18535eab9f45b37b0e835b1296ee2dc0d84f2925c23eb8d76390377"
225
257
  },
226
258
  {
227
259
  "path": "bundle/registry/bundles/api-twin.yaml",
228
- "sha256": "247931ceb9c23d957561b0abf62bf07670e226921032ede652974556fafc9704"
260
+ "sha256": "1785a09173a380855d8d671d2e8c53b48a0c10ed79dd2d5647cac93fd95ef072"
261
+ },
262
+ {
263
+ "path": "bundle/registry/bundles/claim-judge.yaml",
264
+ "sha256": "681d69599a20b8172716eaf4290e10821594c4db0a3943147d17628e997cafe9"
229
265
  },
230
266
  {
231
267
  "path": "bundle/registry/bundles/control-plane.yaml",
232
- "sha256": "f76ddc2c53be8cc8448903351cdbd9a8690d2386523822c1f538a8f1f4120443"
268
+ "sha256": "8a1677d622d2f660b7d1109579f026bd078f97eb624669c618247451bd07f172"
233
269
  },
234
270
  {
235
271
  "path": "bundle/registry/bundles/data-lineage.yaml",
236
- "sha256": "b73b8ee4ab22b3aebf2e065108cac691d6ef028252f426050997b0fd707ed417"
272
+ "sha256": "5811a8cf765c73dac6990bebc5a4eaadf5e4be5b9418846efdb6289903b3c5e0"
237
273
  },
238
274
  {
239
275
  "path": "bundle/registry/bundles/delta-classifier.yaml",
240
- "sha256": "554a14baae9c678da158cd7c6d5e012978f9c9cffbc755b006fd088790c61340"
276
+ "sha256": "ecf2e6fc8e07bc091d3d429c90b94b47ff0c96455467c82feae709bada388c29"
241
277
  },
242
278
  {
243
279
  "path": "bundle/registry/bundles/eval-gate.yaml",
244
- "sha256": "c5071c2bb8f06b51173ea5fec8765c5f455af6805ee95745cde4fe626b8a4171"
280
+ "sha256": "3048cb1c18c3d7814c88689121e44bc54ce45e1478f33c395b247edc55727f76"
245
281
  },
246
282
  {
247
283
  "path": "bundle/registry/bundles/health.yaml",
248
- "sha256": "b5764493f3bf3099bf4178cdee1e23bdb5122aa98590352c93a870c386e7aeb8"
284
+ "sha256": "7d52b0d460e4b72a37557b787ab328e5f6be03c313f2c3c58c2882b6c55168b4"
249
285
  },
250
286
  {
251
287
  "path": "bundle/registry/bundles/hook-governor.yaml",
252
- "sha256": "50435af649637cc105813b3b0fc27fb4d8a9d54008385118ccf3bda15fbb7ee8"
288
+ "sha256": "5e5d6bc3f2f8a8fc5f7a461c46b1d4f9a76467098b057e5796cc70280c21bc0d"
253
289
  },
254
290
  {
255
291
  "path": "bundle/registry/bundles/incident-replay.yaml",
256
- "sha256": "189980c25e986d6d30b67c8250e31dc687d55d293a41723833e04ee588bf422a"
292
+ "sha256": "af2480af08cbc2617f97561225f1b7dfa3f0d9897754c9e04dc9035655709772"
257
293
  },
258
294
  {
259
295
  "path": "bundle/registry/bundles/lsp-pack.yaml",
260
- "sha256": "85539b633e5fb2c6058e5b2232abc5749d5aa26fe6827041efd3673e44ab44a9"
296
+ "sha256": "58963389f5c24eb88f3fef181ce8593733b856f8db75fad3f51c0006413a2381"
261
297
  },
262
298
  {
263
299
  "path": "bundle/registry/bundles/mcp-fabric.yaml",
264
- "sha256": "560cbc610be709b177db60776adba502f4f6d14fd5935649f6b7ebfe49c78880"
300
+ "sha256": "d9d69f9a5b60c3eb2ffe59500696866f28deebb159aff9ccfc81468c4ba727c1"
301
+ },
302
+ {
303
+ "path": "bundle/registry/bundles/plan-council.yaml",
304
+ "sha256": "48ffc6d1549a4ce3d8a1a5fbb25fd37d7a6f7af0c1347315b7d2a66408627679"
265
305
  },
266
306
  {
267
307
  "path": "bundle/registry/bundles/preflight.yaml",
268
- "sha256": "48cc963426dcfab2027e1cb6f189bbe4f363eb1e7d0545a2f0db766e907519f7"
308
+ "sha256": "716a47105e52bfae5fa69e520c2b3f0fb1cde63872837e817cd364e97b9bac11"
309
+ },
310
+ {
311
+ "path": "bundle/registry/bundles/proof-gate.yaml",
312
+ "sha256": "f0cd5d3916405e30b84069cda4348a9ba8dd073c22b259c6619cf55ebe07cde9"
269
313
  },
270
314
  {
271
315
  "path": "bundle/registry/bundles/remote-supervisor.yaml",
272
- "sha256": "c1df55fadf42cc9598575b5cfcf74b6bfc0767e817c9c59990259b515c774007"
316
+ "sha256": "21ca5c27c01ec958aa17df08cf567b72d254a7ece628b6ef51452ef41541f8f8"
273
317
  },
274
318
  {
275
319
  "path": "bundle/registry/bundles/robotics.yaml",
276
- "sha256": "87333553aebe6e89196665dc24ccdd0c71c68044c252d2f9f84b1047dbd66063"
320
+ "sha256": "c169d765137b80347c0d18c4bb4b462ed1797a7e13eb9c86bec2d4c4f5b8a28c"
277
321
  },
278
322
  {
279
323
  "path": "bundle/registry/bundles/secure-worktree-pipeline.yaml",
280
- "sha256": "e7fdae261d9671be6ae32448cc2d20636eefd8bbbcee7379b98d911d2483c37d"
324
+ "sha256": "31c80af3b2cf589c338c8690880e330dcd9481b3a15ecb3f964aa2c6212df7aa"
281
325
  },
282
326
  {
283
327
  "path": "bundle/registry/bundles/security-check.yaml",
284
- "sha256": "bb19a53192a7c8b476585b30724c0c114d0b62786b1f8e2147d9367ac5c344f9"
328
+ "sha256": "b2b4d4ec168acee3891cd0d6230909a2ba1544ea60a3df7b24957fd57405c711"
329
+ },
330
+ {
331
+ "path": "bundle/registry/bundles/test-intent-lock.yaml",
332
+ "sha256": "73f8eda6d0af194b334fa92c218c27b54d203db62ce7d9f2bf1ae6f9441535a2"
285
333
  },
286
334
  {
287
335
  "path": "bundle/registry/bundles/tracebank.yaml",
288
- "sha256": "a6b1378a290a659f6eadbf9bb63e639539f7ca01d226af418a0504f69d7406cb"
336
+ "sha256": "1143e896f40d59f1732a0ce3260a620abec202b61c9e335ae6a2e1e58eda5893"
289
337
  },
290
338
  {
291
339
  "path": "bundle/registry/bundles/vision.yaml",
292
- "sha256": "607c4c8582f79392adcf09e5a8f8f1eaf2550603749b162e70f8b7dc4eccb3de"
340
+ "sha256": "1d9903c943ad6c1ca4796125e97da1839b6f6c0bd3242919036df65dec5ae495"
293
341
  },
294
342
  {
295
343
  "path": "bundle/registry/omg-capability.schema.json",
296
- "sha256": "2df3a4e2f2fc4c0a0e6c150669f463cc7f07e673a0759c15df4e8dd80572ae5b"
344
+ "sha256": "486751cecb434c5f169189528ebe5c7ddddadcb0549abdd59f09e7b10844aba1"
297
345
  },
298
346
  {
299
347
  "path": "bundle/settings.json",
300
- "sha256": "0208ccb5e20f5e456b1bb3701994fbedbf528260758c539b9afadeacbdf50065"
348
+ "sha256": "30acc45a193dc9fdc3733c559cd87e697d68dba9a364567b5097d0296f609ea8"
301
349
  }
302
350
  ]
303
351
  }
@@ -31,6 +31,12 @@ Every production action must emit evidence containing these fields:
31
31
  - `omg/control-plane`
32
32
  - `omg/mcp-fabric`
33
33
 
34
+ ## Protected Planning Surface
35
+
36
+ Council planning skills are protected and explicit-invocation only:
37
+
38
+ - `omg/plan-council`
39
+
34
40
  ## Web Search Policy
35
41
 
36
42
  - Prefer cached results over live network requests.
@@ -49,4 +55,4 @@ Every production action must emit evidence containing these fields:
49
55
 
50
56
  - Rules: `protected_paths, explicit_invocation`
51
57
  - Automations: `contract-compile, release-readiness`
52
- - Require explicit invocation for production-control-plane skills.
58
+ - Require explicit invocation for protected production planning skills.
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-claim-judge
3
+ description: "Evidence-backed claim validator for structured release and completion claims."
4
+ ---
5
+
6
+ # OMG Claim Judge
7
+
8
+ - Channel: `public`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/evidence/claim-judge-*.json`
@@ -0,0 +1,13 @@
1
+ name: omg-claim-judge
2
+ description: "Evidence-backed claim validator for structured release and completion claims."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: public
6
+ bundle_id: claim-judge
7
+ title: "OMG Claim Judge"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Grep"
13
+ - "Bash(python3:*)"
@@ -18,6 +18,10 @@
18
18
  - `omg/control-plane`
19
19
  - `omg/mcp-fabric`
20
20
 
21
+ ## Protected Planning Surface
22
+
23
+ - `omg/plan-council` (explicit invocation only)
24
+
21
25
  ## Approval Matrix
22
26
 
23
27
  | Action | Approval Required |
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-plan-council
3
+ description: "Canonical council-style planning bundle for explicit, evidence-backed deep plans."
4
+ ---
5
+
6
+ # OMG Plan Council
7
+
8
+ - Channel: `public`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/plans/deep-plan.md, .omg/plans/deep-plan.json, .omg/plans/dissent.json, .omg/evidence/plan-council.json`
@@ -0,0 +1,12 @@
1
+ name: omg-plan-council
2
+ description: "Canonical council-style planning bundle for explicit, evidence-backed deep plans."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: public
6
+ bundle_id: plan-council
7
+ title: "OMG Plan Council"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Grep"
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-proof-gate
3
+ description: "Structured release proof gate that binds claims to required evidence artifacts and trace links."
4
+ ---
5
+
6
+ # OMG Proof Gate
7
+
8
+ - Channel: `public`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/evidence/proof-gate-*.json`
@@ -0,0 +1,13 @@
1
+ name: omg-proof-gate
2
+ description: "Structured release proof gate that binds claims to required evidence artifacts and trace links."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: public
6
+ bundle_id: proof-gate
7
+ title: "OMG Proof Gate"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Grep"
13
+ - "Bash(python3:*)"
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-test-intent-lock
3
+ description: "Structured test-delta guard that blocks weakened tests unless explicit override evidence is present."
4
+ ---
5
+
6
+ # OMG Test Intent Lock
7
+
8
+ - Channel: `public`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/evidence/test-intent-lock-*.json`
@@ -0,0 +1,13 @@
1
+ name: omg-test-intent-lock
2
+ description: "Structured test-delta guard that blocks weakened tests unless explicit override evidence is present."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: public
6
+ bundle_id: test-intent-lock
7
+ title: "OMG Test Intent Lock"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Grep"
13
+ - "Bash(python3:*)"
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "OMG - Oh-My-God for Claude Code and supported agent hosts",
9
- "version": "2.0.7",
9
+ "version": "2.0.8",
10
10
  "homepage": "https://github.com/trac3er00/OMG",
11
11
  "repository": "https://github.com/trac3er00/OMG"
12
12
  },
@@ -14,7 +14,7 @@
14
14
  {
15
15
  "name": "omg",
16
16
  "description": "OMG plugin layer for Claude Code and supported agent hosts with native setup, orchestration, and interop.",
17
- "version": "2.0.7",
17
+ "version": "2.0.8",
18
18
  "source": "./",
19
19
  "author": {
20
20
  "name": "trac3er00"
@@ -32,5 +32,5 @@
32
32
  ]
33
33
  }
34
34
  ],
35
- "version": "2.0.7"
35
+ "version": "2.0.8"
36
36
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omg",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "OMG plugin layer for Claude Code with native setup, orchestration, and interop.",
5
5
  "author": {
6
6
  "name": "trac3er00"
@@ -1,11 +1,5 @@
1
1
  {
2
2
  "mcpServers": {
3
- "context7": {
4
- "command": "npx",
5
- "args": [
6
- "@upstash/context7-mcp@2.1.3"
7
- ]
8
- },
9
3
  "filesystem": {
10
4
  "command": "npx",
11
5
  "args": [
@@ -13,22 +7,6 @@
13
7
  "."
14
8
  ]
15
9
  },
16
- "websearch": {
17
- "command": "npx",
18
- "args": [
19
- "@zhafron/mcp-web-search@1.2.2"
20
- ]
21
- },
22
- "chrome-devtools": {
23
- "command": "npx",
24
- "args": [
25
- "chrome-devtools-mcp@0.19.0"
26
- ]
27
- },
28
- "omg-memory": {
29
- "type": "http",
30
- "url": "http://127.0.0.1:8765/mcp"
31
- },
32
10
  "omg-control": {
33
11
  "command": "python3",
34
12
  "args": [