@trac3er/oh-my-god 2.1.1 → 2.1.4

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 (351) hide show
  1. package/.agents/skills/omg/AGENTS.fragment.md +2 -2
  2. package/.agents/skills/omg/algorithms/SKILL.md +1 -1
  3. package/.agents/skills/omg/algorithms/openai.yaml +1 -1
  4. package/.agents/skills/omg/api-twin/SKILL.md +1 -1
  5. package/.agents/skills/omg/api-twin/openai.yaml +1 -1
  6. package/.agents/skills/omg/claim-judge/SKILL.md +1 -1
  7. package/.agents/skills/omg/claim-judge/openai.yaml +1 -1
  8. package/.agents/skills/omg/codex-rules.md +1 -1
  9. package/.agents/skills/omg/control-plane/SKILL.md +1 -1
  10. package/.agents/skills/omg/control-plane/openai.yaml +1 -1
  11. package/.agents/skills/omg/data-lineage/SKILL.md +1 -1
  12. package/.agents/skills/omg/data-lineage/openai.yaml +1 -1
  13. package/.agents/skills/omg/delta-classifier/SKILL.md +1 -1
  14. package/.agents/skills/omg/delta-classifier/openai.yaml +1 -1
  15. package/.agents/skills/omg/eval-gate/SKILL.md +1 -1
  16. package/.agents/skills/omg/eval-gate/openai.yaml +1 -1
  17. package/.agents/skills/omg/health/SKILL.md +1 -1
  18. package/.agents/skills/omg/health/openai.yaml +1 -1
  19. package/.agents/skills/omg/hook-governor/SKILL.md +1 -1
  20. package/.agents/skills/omg/hook-governor/openai.yaml +1 -1
  21. package/.agents/skills/omg/incident-replay/SKILL.md +1 -1
  22. package/.agents/skills/omg/incident-replay/openai.yaml +1 -1
  23. package/.agents/skills/omg/lsp-pack/SKILL.md +1 -1
  24. package/.agents/skills/omg/lsp-pack/openai.yaml +1 -1
  25. package/.agents/skills/omg/mcp-fabric/SKILL.md +1 -1
  26. package/.agents/skills/omg/mcp-fabric/openai.yaml +1 -1
  27. package/.agents/skills/omg/plan-council/SKILL.md +1 -1
  28. package/.agents/skills/omg/plan-council/openai.yaml +1 -1
  29. package/.agents/skills/omg/preflight/SKILL.md +1 -1
  30. package/.agents/skills/omg/preflight/openai.yaml +1 -1
  31. package/.agents/skills/omg/proof-gate/SKILL.md +1 -1
  32. package/.agents/skills/omg/proof-gate/openai.yaml +1 -1
  33. package/.agents/skills/omg/remote-supervisor/SKILL.md +1 -1
  34. package/.agents/skills/omg/remote-supervisor/openai.yaml +1 -1
  35. package/.agents/skills/omg/robotics/SKILL.md +1 -1
  36. package/.agents/skills/omg/robotics/openai.yaml +1 -1
  37. package/.agents/skills/omg/secure-worktree-pipeline/SKILL.md +1 -1
  38. package/.agents/skills/omg/secure-worktree-pipeline/openai.yaml +1 -1
  39. package/.agents/skills/omg/security-check/SKILL.md +1 -1
  40. package/.agents/skills/omg/security-check/openai.yaml +1 -1
  41. package/.agents/skills/omg/test-intent-lock/SKILL.md +1 -1
  42. package/.agents/skills/omg/test-intent-lock/openai.yaml +1 -1
  43. package/.agents/skills/omg/tracebank/SKILL.md +1 -1
  44. package/.agents/skills/omg/tracebank/openai.yaml +1 -1
  45. package/.agents/skills/omg/vision/SKILL.md +1 -1
  46. package/.agents/skills/omg/vision/openai.yaml +1 -1
  47. package/.claude-plugin/marketplace.json +3 -3
  48. package/.claude-plugin/plugin.json +1 -1
  49. package/CHANGELOG.md +5 -0
  50. package/CLI-ADAPTER-MAP.md +3 -3
  51. package/OMG-setup.sh +114 -1
  52. package/OMG_COMPAT_CONTRACT.md +1 -1
  53. package/README.md +2 -1
  54. package/artifacts/release/.claude-plugin/marketplace.json +3 -3
  55. package/artifacts/release/.claude-plugin/plugin.json +1 -1
  56. package/artifacts/release/OMG_COMPAT_CONTRACT.md +1 -1
  57. package/artifacts/release/dist/enterprise/bundle/.claude-plugin/marketplace.json +3 -3
  58. package/artifacts/release/dist/enterprise/bundle/.claude-plugin/plugin.json +1 -1
  59. package/artifacts/release/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +1 -1
  60. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/plugin.json +26 -9
  61. package/artifacts/release/dist/enterprise/bundle/registry/bundles/algorithms.yaml +1 -1
  62. package/artifacts/release/dist/enterprise/bundle/registry/bundles/api-twin.yaml +1 -1
  63. package/artifacts/release/dist/enterprise/bundle/registry/bundles/claim-judge.yaml +1 -1
  64. package/artifacts/release/dist/enterprise/bundle/registry/bundles/control-plane.yaml +1 -1
  65. package/artifacts/release/dist/enterprise/bundle/registry/bundles/data-lineage.yaml +1 -1
  66. package/artifacts/release/dist/enterprise/bundle/registry/bundles/delta-classifier.yaml +1 -1
  67. package/artifacts/release/dist/enterprise/bundle/registry/bundles/eval-gate.yaml +1 -1
  68. package/artifacts/release/dist/enterprise/bundle/registry/bundles/health.yaml +1 -1
  69. package/artifacts/release/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +1 -1
  70. package/artifacts/release/dist/enterprise/bundle/registry/bundles/incident-replay.yaml +1 -1
  71. package/artifacts/release/dist/enterprise/bundle/registry/bundles/lsp-pack.yaml +1 -1
  72. package/artifacts/release/dist/enterprise/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  73. package/artifacts/release/dist/enterprise/bundle/registry/bundles/plan-council.yaml +1 -1
  74. package/artifacts/release/dist/enterprise/bundle/registry/bundles/preflight.yaml +1 -1
  75. package/artifacts/release/dist/enterprise/bundle/registry/bundles/proof-gate.yaml +1 -1
  76. package/artifacts/release/dist/enterprise/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  77. package/artifacts/release/dist/enterprise/bundle/registry/bundles/robotics.yaml +1 -1
  78. package/artifacts/release/dist/enterprise/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  79. package/artifacts/release/dist/enterprise/bundle/registry/bundles/security-check.yaml +1 -1
  80. package/artifacts/release/dist/enterprise/bundle/registry/bundles/test-intent-lock.yaml +1 -1
  81. package/artifacts/release/dist/enterprise/bundle/registry/bundles/tracebank.yaml +1 -1
  82. package/artifacts/release/dist/enterprise/bundle/registry/bundles/vision.yaml +1 -1
  83. package/artifacts/release/dist/enterprise/bundle/registry/omg-capability.schema.json +1 -1
  84. package/artifacts/release/dist/enterprise/bundle/settings.json +3 -3
  85. package/artifacts/release/dist/enterprise/manifest.json +30 -40
  86. package/artifacts/release/dist/public/bundle/.claude-plugin/marketplace.json +3 -3
  87. package/artifacts/release/dist/public/bundle/.claude-plugin/plugin.json +1 -1
  88. package/artifacts/release/dist/public/bundle/OMG_COMPAT_CONTRACT.md +1 -1
  89. package/artifacts/release/dist/public/bundle/plugins/advanced/plugin.json +26 -9
  90. package/artifacts/release/dist/public/bundle/registry/bundles/algorithms.yaml +1 -1
  91. package/artifacts/release/dist/public/bundle/registry/bundles/api-twin.yaml +1 -1
  92. package/artifacts/release/dist/public/bundle/registry/bundles/claim-judge.yaml +1 -1
  93. package/artifacts/release/dist/public/bundle/registry/bundles/control-plane.yaml +1 -1
  94. package/artifacts/release/dist/public/bundle/registry/bundles/data-lineage.yaml +1 -1
  95. package/artifacts/release/dist/public/bundle/registry/bundles/delta-classifier.yaml +1 -1
  96. package/artifacts/release/dist/public/bundle/registry/bundles/eval-gate.yaml +1 -1
  97. package/artifacts/release/dist/public/bundle/registry/bundles/health.yaml +1 -1
  98. package/artifacts/release/dist/public/bundle/registry/bundles/hook-governor.yaml +1 -1
  99. package/artifacts/release/dist/public/bundle/registry/bundles/incident-replay.yaml +1 -1
  100. package/artifacts/release/dist/public/bundle/registry/bundles/lsp-pack.yaml +1 -1
  101. package/artifacts/release/dist/public/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  102. package/artifacts/release/dist/public/bundle/registry/bundles/plan-council.yaml +1 -1
  103. package/artifacts/release/dist/public/bundle/registry/bundles/preflight.yaml +1 -1
  104. package/artifacts/release/dist/public/bundle/registry/bundles/proof-gate.yaml +1 -1
  105. package/artifacts/release/dist/public/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  106. package/artifacts/release/dist/public/bundle/registry/bundles/robotics.yaml +1 -1
  107. package/artifacts/release/dist/public/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  108. package/artifacts/release/dist/public/bundle/registry/bundles/security-check.yaml +1 -1
  109. package/artifacts/release/dist/public/bundle/registry/bundles/test-intent-lock.yaml +1 -1
  110. package/artifacts/release/dist/public/bundle/registry/bundles/tracebank.yaml +1 -1
  111. package/artifacts/release/dist/public/bundle/registry/bundles/vision.yaml +1 -1
  112. package/artifacts/release/dist/public/bundle/registry/omg-capability.schema.json +1 -1
  113. package/artifacts/release/dist/public/bundle/settings.json +3 -3
  114. package/artifacts/release/dist/public/manifest.json +30 -40
  115. package/artifacts/release/plugins/advanced/plugin.json +26 -9
  116. package/artifacts/release/registry/bundles/algorithms.yaml +1 -1
  117. package/artifacts/release/registry/bundles/api-twin.yaml +1 -1
  118. package/artifacts/release/registry/bundles/claim-judge.yaml +1 -1
  119. package/artifacts/release/registry/bundles/control-plane.yaml +1 -1
  120. package/artifacts/release/registry/bundles/data-lineage.yaml +1 -1
  121. package/artifacts/release/registry/bundles/delta-classifier.yaml +1 -1
  122. package/artifacts/release/registry/bundles/eval-gate.yaml +1 -1
  123. package/artifacts/release/registry/bundles/health.yaml +1 -1
  124. package/artifacts/release/registry/bundles/hook-governor.yaml +1 -1
  125. package/artifacts/release/registry/bundles/incident-replay.yaml +1 -1
  126. package/artifacts/release/registry/bundles/lsp-pack.yaml +1 -1
  127. package/artifacts/release/registry/bundles/mcp-fabric.yaml +1 -1
  128. package/artifacts/release/registry/bundles/plan-council.yaml +1 -1
  129. package/artifacts/release/registry/bundles/preflight.yaml +1 -1
  130. package/artifacts/release/registry/bundles/proof-gate.yaml +1 -1
  131. package/artifacts/release/registry/bundles/remote-supervisor.yaml +1 -1
  132. package/artifacts/release/registry/bundles/robotics.yaml +1 -1
  133. package/artifacts/release/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  134. package/artifacts/release/registry/bundles/security-check.yaml +1 -1
  135. package/artifacts/release/registry/bundles/test-intent-lock.yaml +1 -1
  136. package/artifacts/release/registry/bundles/tracebank.yaml +1 -1
  137. package/artifacts/release/registry/bundles/vision.yaml +1 -1
  138. package/artifacts/release/registry/omg-capability.schema.json +1 -1
  139. package/artifacts/release/settings.json +3 -3
  140. package/build/lib/commands/OMG:profile-review.md +43 -0
  141. package/build/lib/commands/OMG:validate.md +59 -0
  142. package/build/lib/hooks/_agent_registry.py +2 -0
  143. package/build/lib/hooks/firewall.py +146 -2
  144. package/build/lib/hooks/intentgate-keyword-detector.py +15 -3
  145. package/build/lib/hooks/policy_engine.py +77 -0
  146. package/build/lib/hooks/prompt-enhancer.py +146 -0
  147. package/build/lib/hooks/session-end-capture.py +374 -6
  148. package/build/lib/hooks/session-start.py +13 -35
  149. package/build/lib/hooks/setup_wizard.py +333 -1
  150. package/build/lib/plugins/advanced/plugin.json +26 -9
  151. package/build/lib/plugins/core/plugin.json +44 -11
  152. package/build/lib/registry/bundles/algorithms.yaml +1 -1
  153. package/build/lib/registry/bundles/api-twin.yaml +1 -1
  154. package/build/lib/registry/bundles/claim-judge.yaml +1 -1
  155. package/build/lib/registry/bundles/control-plane.yaml +1 -1
  156. package/build/lib/registry/bundles/data-lineage.yaml +1 -1
  157. package/build/lib/registry/bundles/delta-classifier.yaml +1 -1
  158. package/build/lib/registry/bundles/eval-gate.yaml +1 -1
  159. package/build/lib/registry/bundles/health.yaml +1 -1
  160. package/build/lib/registry/bundles/hook-governor.yaml +1 -1
  161. package/build/lib/registry/bundles/incident-replay.yaml +1 -1
  162. package/build/lib/registry/bundles/lsp-pack.yaml +1 -1
  163. package/build/lib/registry/bundles/mcp-fabric.yaml +1 -1
  164. package/build/lib/registry/bundles/plan-council.yaml +1 -1
  165. package/build/lib/registry/bundles/preflight.yaml +1 -1
  166. package/build/lib/registry/bundles/proof-gate.yaml +1 -1
  167. package/build/lib/registry/bundles/remote-supervisor.yaml +1 -1
  168. package/build/lib/registry/bundles/robotics.yaml +1 -1
  169. package/build/lib/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  170. package/build/lib/registry/bundles/security-check.yaml +1 -1
  171. package/build/lib/registry/bundles/test-intent-lock.yaml +1 -1
  172. package/build/lib/registry/bundles/tracebank.yaml +1 -1
  173. package/build/lib/registry/bundles/vision.yaml +1 -1
  174. package/build/lib/registry/omg-capability.schema.json +1 -1
  175. package/build/lib/runtime/adoption.py +1 -1
  176. package/build/lib/runtime/background_verification.py +62 -0
  177. package/build/lib/runtime/claim_judge.py +79 -9
  178. package/build/lib/runtime/compat.py +15 -1
  179. package/build/lib/runtime/context_engine.py +242 -0
  180. package/build/lib/runtime/contract_compiler.py +133 -78
  181. package/build/lib/runtime/defense_state.py +79 -8
  182. package/build/lib/runtime/delta_classifier.py +80 -2
  183. package/build/lib/runtime/evidence_query.py +56 -4
  184. package/build/lib/runtime/evidence_registry.py +16 -0
  185. package/build/lib/runtime/evidence_requirements.py +47 -0
  186. package/build/lib/runtime/forge_agents.py +163 -25
  187. package/build/lib/runtime/forge_contracts.py +164 -2
  188. package/build/lib/runtime/memory_store.py +134 -1
  189. package/build/lib/runtime/omg_compat_contract_snapshot.json +2 -2
  190. package/build/lib/runtime/preflight.py +14 -0
  191. package/build/lib/runtime/profile_io.py +294 -0
  192. package/build/lib/runtime/proof_gate.py +43 -7
  193. package/build/lib/runtime/release_surfaces.py +243 -0
  194. package/build/lib/runtime/runtime_contracts.py +90 -0
  195. package/build/lib/runtime/security_check.py +16 -0
  196. package/build/lib/runtime/session_health.py +49 -16
  197. package/build/lib/runtime/team_router.py +65 -6
  198. package/build/lib/runtime/tool_plan_gate.py +114 -6
  199. package/build/lib/runtime/validate.py +194 -0
  200. package/build/lib/runtime/verification_controller.py +52 -2
  201. package/commands/OMG:diagnose-plugins.md +33 -0
  202. package/commands/OMG:profile-review.md +43 -0
  203. package/commands/OMG:setup.md +4 -1
  204. package/commands/OMG:validate.md +59 -0
  205. package/dist/enterprise/bundle/.claude-plugin/marketplace.json +3 -3
  206. package/dist/enterprise/bundle/.claude-plugin/plugin.json +1 -1
  207. package/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +1 -1
  208. package/dist/enterprise/bundle/plugins/advanced/plugin.json +26 -9
  209. package/dist/enterprise/bundle/registry/bundles/algorithms.yaml +1 -1
  210. package/dist/enterprise/bundle/registry/bundles/api-twin.yaml +1 -1
  211. package/dist/enterprise/bundle/registry/bundles/claim-judge.yaml +1 -1
  212. package/dist/enterprise/bundle/registry/bundles/control-plane.yaml +1 -1
  213. package/dist/enterprise/bundle/registry/bundles/data-lineage.yaml +1 -1
  214. package/dist/enterprise/bundle/registry/bundles/delta-classifier.yaml +1 -1
  215. package/dist/enterprise/bundle/registry/bundles/eval-gate.yaml +1 -1
  216. package/dist/enterprise/bundle/registry/bundles/health.yaml +1 -1
  217. package/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +1 -1
  218. package/dist/enterprise/bundle/registry/bundles/incident-replay.yaml +1 -1
  219. package/dist/enterprise/bundle/registry/bundles/lsp-pack.yaml +1 -1
  220. package/dist/enterprise/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  221. package/dist/enterprise/bundle/registry/bundles/plan-council.yaml +1 -1
  222. package/dist/enterprise/bundle/registry/bundles/preflight.yaml +1 -1
  223. package/dist/enterprise/bundle/registry/bundles/proof-gate.yaml +1 -1
  224. package/dist/enterprise/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  225. package/dist/enterprise/bundle/registry/bundles/robotics.yaml +1 -1
  226. package/dist/enterprise/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  227. package/dist/enterprise/bundle/registry/bundles/security-check.yaml +1 -1
  228. package/dist/enterprise/bundle/registry/bundles/test-intent-lock.yaml +1 -1
  229. package/dist/enterprise/bundle/registry/bundles/tracebank.yaml +1 -1
  230. package/dist/enterprise/bundle/registry/bundles/vision.yaml +1 -1
  231. package/dist/enterprise/bundle/registry/omg-capability.schema.json +1 -1
  232. package/dist/enterprise/bundle/settings.json +3 -3
  233. package/dist/enterprise/manifest.json +30 -40
  234. package/dist/oh_my_god-2.1.4-py3-none-any.whl +0 -0
  235. package/dist/oh_my_god-2.1.4.tar.gz +0 -0
  236. package/dist/public/bundle/.claude-plugin/marketplace.json +3 -3
  237. package/dist/public/bundle/.claude-plugin/plugin.json +1 -1
  238. package/dist/public/bundle/OMG_COMPAT_CONTRACT.md +1 -1
  239. package/dist/public/bundle/plugins/advanced/plugin.json +26 -9
  240. package/dist/public/bundle/registry/bundles/algorithms.yaml +1 -1
  241. package/dist/public/bundle/registry/bundles/api-twin.yaml +1 -1
  242. package/dist/public/bundle/registry/bundles/claim-judge.yaml +1 -1
  243. package/dist/public/bundle/registry/bundles/control-plane.yaml +1 -1
  244. package/dist/public/bundle/registry/bundles/data-lineage.yaml +1 -1
  245. package/dist/public/bundle/registry/bundles/delta-classifier.yaml +1 -1
  246. package/dist/public/bundle/registry/bundles/eval-gate.yaml +1 -1
  247. package/dist/public/bundle/registry/bundles/health.yaml +1 -1
  248. package/dist/public/bundle/registry/bundles/hook-governor.yaml +1 -1
  249. package/dist/public/bundle/registry/bundles/incident-replay.yaml +1 -1
  250. package/dist/public/bundle/registry/bundles/lsp-pack.yaml +1 -1
  251. package/dist/public/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  252. package/dist/public/bundle/registry/bundles/plan-council.yaml +1 -1
  253. package/dist/public/bundle/registry/bundles/preflight.yaml +1 -1
  254. package/dist/public/bundle/registry/bundles/proof-gate.yaml +1 -1
  255. package/dist/public/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  256. package/dist/public/bundle/registry/bundles/robotics.yaml +1 -1
  257. package/dist/public/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  258. package/dist/public/bundle/registry/bundles/security-check.yaml +1 -1
  259. package/dist/public/bundle/registry/bundles/test-intent-lock.yaml +1 -1
  260. package/dist/public/bundle/registry/bundles/tracebank.yaml +1 -1
  261. package/dist/public/bundle/registry/bundles/vision.yaml +1 -1
  262. package/dist/public/bundle/registry/omg-capability.schema.json +1 -1
  263. package/dist/public/bundle/settings.json +3 -3
  264. package/dist/public/manifest.json +30 -40
  265. package/docs/install/opencode.md +30 -0
  266. package/docs/proof.md +3 -0
  267. package/docs/release-checklist.md +6 -1
  268. package/hooks/_agent_registry.py +2 -0
  269. package/hooks/firewall.py +146 -2
  270. package/hooks/intentgate-keyword-detector.py +15 -3
  271. package/hooks/policy_engine.py +77 -0
  272. package/hooks/prompt-enhancer.py +146 -0
  273. package/hooks/session-end-capture.py +374 -6
  274. package/hooks/session-start.py +13 -35
  275. package/hooks/setup_wizard.py +342 -2
  276. package/hud/omg-hud.mjs +16 -3
  277. package/lab/pipeline.py +195 -26
  278. package/package.json +1 -1
  279. package/plugins/advanced/plugin.json +26 -9
  280. package/plugins/core/plugin.json +51 -12
  281. package/pyproject.toml +10 -2
  282. package/registry/bundles/algorithms.yaml +1 -1
  283. package/registry/bundles/api-twin.yaml +1 -1
  284. package/registry/bundles/claim-judge.yaml +1 -1
  285. package/registry/bundles/control-plane.yaml +1 -1
  286. package/registry/bundles/data-lineage.yaml +1 -1
  287. package/registry/bundles/delta-classifier.yaml +1 -1
  288. package/registry/bundles/eval-gate.yaml +1 -1
  289. package/registry/bundles/health.yaml +1 -1
  290. package/registry/bundles/hook-governor.yaml +1 -1
  291. package/registry/bundles/incident-replay.yaml +1 -1
  292. package/registry/bundles/lsp-pack.yaml +1 -1
  293. package/registry/bundles/mcp-fabric.yaml +1 -1
  294. package/registry/bundles/plan-council.yaml +1 -1
  295. package/registry/bundles/preflight.yaml +1 -1
  296. package/registry/bundles/proof-gate.yaml +1 -1
  297. package/registry/bundles/remote-supervisor.yaml +1 -1
  298. package/registry/bundles/robotics.yaml +1 -1
  299. package/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  300. package/registry/bundles/security-check.yaml +1 -1
  301. package/registry/bundles/test-intent-lock.yaml +1 -1
  302. package/registry/bundles/tracebank.yaml +1 -1
  303. package/registry/bundles/vision.yaml +1 -1
  304. package/registry/omg-capability.schema.json +1 -1
  305. package/runtime/adoption.py +7 -5
  306. package/runtime/background_verification.py +62 -0
  307. package/runtime/claim_judge.py +79 -9
  308. package/runtime/compat.py +48 -1
  309. package/runtime/context_engine.py +242 -0
  310. package/runtime/contract_compiler.py +133 -78
  311. package/runtime/defense_state.py +79 -8
  312. package/runtime/delta_classifier.py +80 -2
  313. package/runtime/evidence_query.py +56 -4
  314. package/runtime/evidence_registry.py +16 -0
  315. package/runtime/evidence_requirements.py +47 -0
  316. package/runtime/forge_agents.py +163 -25
  317. package/runtime/forge_contracts.py +164 -2
  318. package/runtime/hook_governor.py +19 -1
  319. package/runtime/memory_store.py +134 -1
  320. package/runtime/omg_compat_contract_snapshot.json +2 -2
  321. package/runtime/plugin_diagnostics.py +248 -0
  322. package/runtime/plugin_interop.py +1007 -0
  323. package/runtime/preflight.py +14 -0
  324. package/runtime/profile_io.py +294 -0
  325. package/runtime/proof_gate.py +43 -7
  326. package/runtime/providers/opencode_provider.py +94 -0
  327. package/runtime/release_surfaces.py +243 -0
  328. package/runtime/runtime_contracts.py +90 -0
  329. package/runtime/security_check.py +16 -0
  330. package/runtime/session_health.py +49 -16
  331. package/runtime/team_router.py +65 -6
  332. package/runtime/tool_plan_gate.py +82 -0
  333. package/runtime/validate.py +289 -0
  334. package/runtime/verification_controller.py +52 -2
  335. package/scripts/omg.py +262 -1
  336. package/scripts/prepare-release-proof-fixtures.py +89 -0
  337. package/scripts/print-canonical-version.py +80 -0
  338. package/scripts/sync-release-identity.py +476 -0
  339. package/scripts/validate-release-identity.py +246 -0
  340. package/scripts/verify-standalone.sh +3 -0
  341. package/settings.json +3 -3
  342. package/templates/plugins-allowlist.yaml +19 -0
  343. package/artifacts/release/dist/enterprise/bundle/.gemini/settings.json +0 -11
  344. package/artifacts/release/dist/enterprise/bundle/.kimi/mcp.json +0 -11
  345. package/artifacts/release/dist/public/bundle/.gemini/settings.json +0 -11
  346. package/artifacts/release/dist/public/bundle/.kimi/mcp.json +0 -11
  347. package/build/lib/yaml.py +0 -321
  348. package/dist/enterprise/bundle/.gemini/settings.json +0 -11
  349. package/dist/enterprise/bundle/.kimi/mcp.json +0 -11
  350. package/dist/public/bundle/.gemini/settings.json +0 -11
  351. package/dist/public/bundle/.kimi/mcp.json +0 -11
@@ -1,11 +1,11 @@
1
- # OMG Codex Governance (channel: enterprise)
1
+ # OMG Codex Governance (channel: public)
2
2
 
3
3
  ## Build & Test
4
4
 
5
5
  ```bash
6
6
  python3 -m pytest tests -q
7
7
  python3 scripts/omg.py contract validate
8
- python3 scripts/omg.py contract compile --host codex --channel enterprise
8
+ python3 scripts/omg.py contract compile --host codex --channel public
9
9
  ```
10
10
 
11
11
  ## Protected Paths
@@ -5,7 +5,7 @@ description: "Determinism and benchmark attachments for algorithm-heavy work."
5
5
 
6
6
  # OMG Algorithms Pack
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/evals/latest.json`
@@ -2,7 +2,7 @@ name: omg-algorithms
2
2
  description: "Determinism and benchmark attachments for algorithm-heavy work."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: algorithms
7
7
  title: "OMG Algorithms Pack"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Versioned endpoint cassette replay with latency, drift, and cost r
5
5
 
6
6
  # OMG API Twin
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/state/api_twin.json`
@@ -2,7 +2,7 @@ name: omg-api-twin
2
2
  description: "Versioned endpoint cassette replay with latency, drift, and cost reporting."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: api-twin
7
7
  title: "OMG API Twin"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Evidence-backed claim validator for structured release and complet
5
5
 
6
6
  # OMG Claim Judge
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/evidence/claim-judge-*.json`
@@ -2,7 +2,7 @@ name: omg-claim-judge
2
2
  description: "Evidence-backed claim validator for structured release and completion claims."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: claim-judge
7
7
  title: "OMG Claim Judge"
8
8
  mcp_servers:
@@ -1,4 +1,4 @@
1
- # OMG Codex Rules (channel: enterprise)
1
+ # OMG Codex Rules (channel: public)
2
2
 
3
3
  ## Defaults
4
4
 
@@ -5,7 +5,7 @@ description: "Canonical production control plane bundle for Claude and Codex."
5
5
 
6
6
  # OMG Control Plane
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control, omg-memory`
11
11
  - Evidence outputs: `.omg/evidence/control-plane-compile.json`
@@ -2,7 +2,7 @@ name: omg-control-plane
2
2
  description: "Canonical production control plane bundle for Claude and Codex."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: control-plane
7
7
  title: "OMG Control Plane"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Provenance and privacy tracking for traces, fixtures, examples, an
5
5
 
6
6
  # OMG Data Lineage
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/lineage/*.json`
@@ -2,7 +2,7 @@ name: omg-data-lineage
2
2
  description: "Provenance and privacy tracking for traces, fixtures, examples, and synthetic artifacts."
3
3
  allow_implicit_invocation: true
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: data-lineage
7
7
  title: "OMG Data Lineage"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Change classifier that attaches risk-aware checks, approvals, and
5
5
 
6
6
  # OMG Delta Classifier
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/tracebank/events.jsonl`
@@ -2,7 +2,7 @@ name: omg-delta-classifier
2
2
  description: "Change classifier that attaches risk-aware checks, approvals, and packs."
3
3
  allow_implicit_invocation: true
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: delta-classifier
7
7
  title: "OMG Delta Classifier"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Reproducible evaluation gate that blocks regressions before releas
5
5
 
6
6
  # OMG Eval Gate
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/evals/latest.json`
@@ -2,7 +2,7 @@ name: omg-eval-gate
2
2
  description: "Reproducible evaluation gate that blocks regressions before release."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: eval-gate
7
7
  title: "OMG Eval Gate"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Health-sensitive approvals, provenance, and replay attachments."
5
5
 
6
6
  # OMG Health Pack
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/lineage/*.json`
@@ -2,7 +2,7 @@ name: omg-health
2
2
  description: "Health-sensitive approvals, provenance, and replay attachments."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: health
7
7
  title: "OMG Health Pack"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Canonical hook ordering, policy reinjection, and protected-path go
5
5
 
6
6
  # OMG Hook Governor
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/state/ledger/tool-ledger.jsonl`
@@ -2,7 +2,7 @@ name: omg-hook-governor
2
2
  description: "Canonical hook ordering, policy reinjection, and protected-path governance."
3
3
  allow_implicit_invocation: true
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: hook-governor
7
7
  title: "OMG Hook Governor"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Replayable bug packs built from logs, failing tests, traces, and d
5
5
 
6
6
  # OMG Incident Replay
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/incidents/*.json`
@@ -2,7 +2,7 @@ name: omg-incident-replay
2
2
  description: "Replayable bug packs built from logs, failing tests, traces, and diffs."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: incident-replay
7
7
  title: "OMG Incident Replay"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Optional LSP-backed diagnostics and navigation bundle for producti
5
5
 
6
6
  # OMG LSP Pack
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/evidence/lsp-diagnostics.json`
@@ -2,7 +2,7 @@ name: omg-lsp-pack
2
2
  description: "Optional LSP-backed diagnostics and navigation bundle for production verification."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: lsp-pack
7
7
  title: "OMG LSP Pack"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Tools, prompts, resources, and server instructions for the OMG con
5
5
 
6
6
  # OMG MCP Fabric
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control, omg-memory`
11
11
  - Evidence outputs: `.omg/evidence/mcp-fabric.json`
@@ -2,7 +2,7 @@ name: omg-mcp-fabric
2
2
  description: "Tools, prompts, resources, and server instructions for the OMG control plane."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: mcp-fabric
7
7
  title: "OMG MCP Fabric"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Canonical council-style planning bundle for explicit, evidence-bac
5
5
 
6
6
  # OMG Plan Council
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/plans/deep-plan.md, .omg/plans/deep-plan.json, .omg/plans/dissent.json, .omg/evidence/plan-council.json`
@@ -2,7 +2,7 @@ name: omg-plan-council
2
2
  description: "Canonical council-style planning bundle for explicit, evidence-backed deep plans."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: plan-council
7
7
  title: "OMG Plan Council"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Repo-aware route selection based on diff, manifests, and classifie
5
5
 
6
6
  # OMG Preflight
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/tracebank/events.jsonl`
@@ -2,7 +2,7 @@ name: omg-preflight
2
2
  description: "Repo-aware route selection based on diff, manifests, and classified risk."
3
3
  allow_implicit_invocation: true
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: preflight
7
7
  title: "OMG Preflight"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Structured release proof gate that binds claims to required eviden
5
5
 
6
6
  # OMG Proof Gate
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/evidence/proof-gate-*.json`
@@ -2,7 +2,7 @@ name: omg-proof-gate
2
2
  description: "Structured release proof gate that binds claims to required evidence artifacts and trace links."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: proof-gate
7
7
  title: "OMG Proof Gate"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Local-only authenticated supervisor sessions for worker orchestrat
5
5
 
6
6
  # OMG Remote Supervisor
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/supervisor/sessions/*.json`
@@ -2,7 +2,7 @@ name: omg-remote-supervisor
2
2
  description: "Local-only authenticated supervisor sessions for worker orchestration."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: remote-supervisor
7
7
  title: "OMG Remote Supervisor"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Robotics safety policy, replay, and evaluation attachments."
5
5
 
6
6
  # OMG Robotics Pack
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/incidents/*.json`
@@ -2,7 +2,7 @@ name: omg-robotics
2
2
  description: "Robotics safety policy, replay, and evaluation attachments."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: robotics
7
7
  title: "OMG Robotics Pack"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Ephemeral worktree execution and supervisor-safe worker dispatch f
5
5
 
6
6
  # OMG Secure Worktree Pipeline
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `automation, ephemeral_worktree, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/evidence/subagents/*.json`
@@ -2,7 +2,7 @@ name: omg-secure-worktree-pipeline
2
2
  description: "Ephemeral worktree execution and supervisor-safe worker dispatch for production jobs."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: secure-worktree-pipeline
7
7
  title: "OMG Secure Worktree Pipeline"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Canonical security audit bundle with provenance, trust scoring, an
5
5
 
6
6
  # OMG Security Check
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/evidence/security-check-*.json`
@@ -2,7 +2,7 @@ name: omg-security-check
2
2
  description: "Canonical security audit bundle with provenance, trust scoring, and deterministic evidence."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: security-check
7
7
  title: "OMG Security Check"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Structured test-delta guard that blocks weakened tests unless expl
5
5
 
6
6
  # OMG Test Intent Lock
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/evidence/test-intent-lock-*.json`
@@ -2,7 +2,7 @@ name: omg-test-intent-lock
2
2
  description: "Structured test-delta guard that blocks weakened tests unless explicit override evidence is present."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: test-intent-lock
7
7
  title: "OMG Test Intent Lock"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Structured plan-to-patch-to-verify trace capture for OMG routes."
5
5
 
6
6
  # OMG Tracebank
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/tracebank/events.jsonl`
@@ -2,7 +2,7 @@ name: omg-tracebank
2
2
  description: "Structured plan-to-patch-to-verify trace capture for OMG routes."
3
3
  allow_implicit_invocation: true
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: tracebank
7
7
  title: "OMG Tracebank"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Vision-specific lineage, drift, and replay attachments."
5
5
 
6
6
  # OMG Vision Pack
7
7
 
8
- - Channel: `enterprise`
8
+ - Channel: `public`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/lineage/*.json`
@@ -2,7 +2,7 @@ name: omg-vision
2
2
  description: "Vision-specific lineage, drift, and replay attachments."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: enterprise
5
+ channel: public
6
6
  bundle_id: vision
7
7
  title: "OMG Vision Pack"
8
8
  mcp_servers:
@@ -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.1.1",
9
+ "version": "2.1.4",
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.1.1",
17
+ "version": "2.1.4",
18
18
  "source": "./",
19
19
  "author": {
20
20
  "name": "trac3er00"
@@ -32,5 +32,5 @@
32
32
  ]
33
33
  }
34
34
  ],
35
- "version": "2.1.1"
35
+ "version": "2.1.4"
36
36
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omg",
3
- "version": "2.1.1",
3
+ "version": "2.1.4",
4
4
  "description": "OMG plugin layer for Claude Code with native setup, orchestration, and interop.",
5
5
  "author": {
6
6
  "name": "trac3er00"
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.1.4 - 2026-03-09
6
+
7
+ - bump authored release identity to 2.1.4 across all 42 authored surfaces
8
+ - refresh compat contract snapshot
9
+
5
10
  ## 2.1.1 - 2026-03-08
6
11
 
7
12
  - shipped strict TDD-or-die enforcement: locked-tests-first mutation lifecycle with hard gate via `OMG_TDD_GATE_STRICT`, stop-dispatcher lock enforcement, waiver evidence requirement, and release-blocking proof chain
@@ -162,7 +162,7 @@ OMG supports 4 canonical CLI targets with dedicated provider implementations and
162
162
  - `~/.claude/settings.json` → `enabledPlugins[plugin_ref] = true`
163
163
  - `~/.claude/plugins/installed_plugins.json` → Plugin metadata with installed path, version, timestamp
164
164
  - **Plugin Ref Format:** `omg@omg` (name@marketplace_id)
165
- - **Version:** `2.1.0` (from package.json)
165
+ - **Version:** `2.1.4` (from package.json)
166
166
 
167
167
  #### C. Plugin Unregistration (Lines 631-669)
168
168
  - **Function:** `unregister_plugin_from_registry(plugin_ref)`
@@ -206,7 +206,7 @@ OMG supports 4 canonical CLI targets with dedicated provider implementations and
206
206
  ```json
207
207
  {
208
208
  "name": "@trac3er/oh-my-god",
209
- "version": "2.1.0",
209
+ "version": "2.1.4",
210
210
  "scripts": {
211
211
  "postinstall": "./OMG-setup.sh install --non-interactive",
212
212
  "update": "./OMG-setup.sh update",
@@ -238,7 +238,7 @@ CANONICAL_REPO_URL = "https://github.com/trac3er00/OMG"
238
238
  CANONICAL_PACKAGE_NAME = "@trac3er/oh-my-god"
239
239
  CANONICAL_PLUGIN_ID = "omg"
240
240
  CANONICAL_MARKETPLACE_ID = "omg"
241
- CANONICAL_VERSION = "2.1.0"
241
+ CANONICAL_VERSION = "2.1.4"
242
242
  ```
243
243
 
244
244
  ---