@trac3er/oh-my-god 2.1.7 → 2.1.9

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 (1043) hide show
  1. package/.agents/skills/omg/AGENTS.fragment.md +2 -0
  2. package/.agents/skills/omg/codex-rules.md +5 -0
  3. package/.agents/skills/omg/vision/SKILL.md +1 -1
  4. package/.agents/skills/omg/vision/openai.yaml +1 -1
  5. package/.claude-plugin/marketplace.json +3 -3
  6. package/.claude-plugin/plugin.json +1 -1
  7. package/.claude-plugin/scripts/install.sh +49 -0
  8. package/.claude-plugin/scripts/update.sh +65 -35
  9. package/.gemini/settings.json +2 -2
  10. package/.kimi/mcp.json +2 -2
  11. package/CHANGELOG.md +1 -1
  12. package/CLI-ADAPTER-MAP.md +4 -5
  13. package/OMG-setup.sh +20 -5
  14. package/OMG_COMPAT_CONTRACT.md +3 -1
  15. package/README.md +1 -1
  16. package/RELEASING.md +83 -0
  17. package/artifacts/release/.agents/skills/omg/AGENTS.fragment.md +2 -0
  18. package/artifacts/release/.agents/skills/omg/codex-rules.md +5 -0
  19. package/artifacts/release/.agents/skills/omg/vision/SKILL.md +1 -1
  20. package/artifacts/release/.agents/skills/omg/vision/openai.yaml +1 -1
  21. package/artifacts/release/.claude-plugin/marketplace.json +3 -3
  22. package/artifacts/release/.claude-plugin/plugin.json +1 -1
  23. package/artifacts/release/OMG_COMPAT_CONTRACT.md +3 -1
  24. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.minisig +3 -3
  25. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.statement.json +6 -6
  26. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.minisig +3 -3
  27. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.statement.json +5 -5
  28. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.minisig +3 -3
  29. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.statement.json +5 -5
  30. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.minisig +3 -3
  31. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.statement.json +5 -5
  32. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.minisig +3 -3
  33. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.statement.json +5 -5
  34. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.minisig +3 -3
  35. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.statement.json +5 -5
  36. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.minisig +3 -3
  37. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.statement.json +5 -5
  38. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-mcp.toml.minisig +3 -3
  39. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-mcp.toml.statement.json +5 -5
  40. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-rules.md.minisig +3 -3
  41. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-rules.md.statement.json +6 -6
  42. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.minisig +3 -3
  43. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.statement.json +5 -5
  44. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.minisig +3 -3
  45. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.statement.json +5 -5
  46. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.minisig +3 -3
  47. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.statement.json +5 -5
  48. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.minisig +3 -3
  49. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.statement.json +5 -5
  50. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.minisig +3 -3
  51. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.statement.json +5 -5
  52. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.minisig +3 -3
  53. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.statement.json +5 -5
  54. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.minisig +3 -3
  55. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.statement.json +5 -5
  56. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.minisig +3 -3
  57. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.statement.json +5 -5
  58. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/health/SKILL.md.minisig +3 -3
  59. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/health/SKILL.md.statement.json +5 -5
  60. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/health/openai.yaml.minisig +3 -3
  61. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/health/openai.yaml.statement.json +5 -5
  62. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.minisig +3 -3
  63. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.statement.json +5 -5
  64. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.minisig +3 -3
  65. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.statement.json +5 -5
  66. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.minisig +3 -3
  67. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.statement.json +5 -5
  68. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.minisig +3 -3
  69. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.statement.json +5 -5
  70. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.minisig +3 -3
  71. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.statement.json +5 -5
  72. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.minisig +3 -3
  73. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.statement.json +5 -5
  74. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.minisig +3 -3
  75. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.statement.json +5 -5
  76. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.minisig +3 -3
  77. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.statement.json +5 -5
  78. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.minisig +3 -3
  79. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.statement.json +5 -5
  80. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.minisig +3 -3
  81. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.statement.json +5 -5
  82. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.minisig +3 -3
  83. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.statement.json +5 -5
  84. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.minisig +3 -3
  85. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.statement.json +5 -5
  86. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.minisig +3 -3
  87. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.statement.json +5 -5
  88. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.minisig +3 -3
  89. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.statement.json +5 -5
  90. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.minisig +3 -3
  91. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.statement.json +5 -5
  92. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.minisig +3 -3
  93. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.statement.json +5 -5
  94. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.minisig +3 -3
  95. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.statement.json +5 -5
  96. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.minisig +3 -3
  97. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.statement.json +5 -5
  98. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.minisig +3 -3
  99. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.statement.json +5 -5
  100. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.minisig +3 -3
  101. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.statement.json +5 -5
  102. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.minisig +3 -3
  103. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.statement.json +5 -5
  104. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.minisig +3 -3
  105. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.statement.json +5 -5
  106. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.minisig +3 -3
  107. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.statement.json +5 -5
  108. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.minisig +3 -3
  109. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.statement.json +5 -5
  110. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.minisig +3 -3
  111. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.statement.json +5 -5
  112. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.minisig +3 -3
  113. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.statement.json +5 -5
  114. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/SKILL.md.minisig +3 -3
  115. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/SKILL.md.statement.json +6 -6
  116. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/openai.yaml.minisig +3 -3
  117. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/openai.yaml.statement.json +6 -6
  118. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/marketplace.json.minisig +3 -3
  119. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/marketplace.json.statement.json +6 -6
  120. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/mcp.json.minisig +3 -3
  121. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/mcp.json.statement.json +5 -5
  122. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/plugin.json.minisig +3 -3
  123. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/plugin.json.statement.json +6 -6
  124. package/artifacts/release/dist/enterprise/attestations/bundle/.mcp.json.minisig +3 -3
  125. package/artifacts/release/dist/enterprise/attestations/bundle/.mcp.json.statement.json +5 -5
  126. package/artifacts/release/dist/enterprise/attestations/bundle/OMG_COMPAT_CONTRACT.md.minisig +3 -3
  127. package/artifacts/release/dist/enterprise/attestations/bundle/OMG_COMPAT_CONTRACT.md.statement.json +6 -6
  128. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.minisig +3 -3
  129. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.statement.json +5 -5
  130. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.minisig +3 -3
  131. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.statement.json +5 -5
  132. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.minisig +3 -3
  133. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.statement.json +5 -5
  134. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:learn.md.minisig +3 -3
  135. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:learn.md.statement.json +5 -5
  136. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.minisig +3 -3
  137. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.statement.json +5 -5
  138. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.minisig +3 -3
  139. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.statement.json +5 -5
  140. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.minisig +3 -3
  141. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.statement.json +5 -5
  142. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.minisig +3 -3
  143. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.statement.json +5 -5
  144. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.minisig +3 -3
  145. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.statement.json +5 -5
  146. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ship.md.minisig +3 -3
  147. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ship.md.statement.json +5 -5
  148. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/plugin.json.minisig +3 -3
  149. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/plugin.json.statement.json +6 -6
  150. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/algorithms.yaml.minisig +3 -3
  151. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/algorithms.yaml.statement.json +6 -6
  152. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/api-twin.yaml.minisig +3 -3
  153. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/api-twin.yaml.statement.json +6 -6
  154. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/claim-judge.yaml.minisig +3 -3
  155. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/claim-judge.yaml.statement.json +6 -6
  156. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/control-plane.yaml.minisig +3 -3
  157. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/control-plane.yaml.statement.json +6 -6
  158. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/data-lineage.yaml.minisig +3 -3
  159. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/data-lineage.yaml.statement.json +6 -6
  160. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/delta-classifier.yaml.minisig +3 -3
  161. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/delta-classifier.yaml.statement.json +6 -6
  162. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/eval-gate.yaml.minisig +3 -3
  163. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/eval-gate.yaml.statement.json +6 -6
  164. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/health.yaml.minisig +3 -3
  165. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/health.yaml.statement.json +6 -6
  166. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/hook-governor.yaml.minisig +3 -3
  167. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/hook-governor.yaml.statement.json +6 -6
  168. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/incident-replay.yaml.minisig +3 -3
  169. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/incident-replay.yaml.statement.json +6 -6
  170. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/lsp-pack.yaml.minisig +3 -3
  171. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/lsp-pack.yaml.statement.json +6 -6
  172. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/mcp-fabric.yaml.minisig +3 -3
  173. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/mcp-fabric.yaml.statement.json +6 -6
  174. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/plan-council.yaml.minisig +3 -3
  175. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/plan-council.yaml.statement.json +6 -6
  176. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/preflight.yaml.minisig +3 -3
  177. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/preflight.yaml.statement.json +6 -6
  178. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/proof-gate.yaml.minisig +3 -3
  179. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/proof-gate.yaml.statement.json +6 -6
  180. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/remote-supervisor.yaml.minisig +3 -3
  181. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/remote-supervisor.yaml.statement.json +6 -6
  182. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/robotics.yaml.minisig +3 -3
  183. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/robotics.yaml.statement.json +6 -6
  184. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.minisig +3 -3
  185. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.statement.json +6 -6
  186. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/security-check.yaml.minisig +3 -3
  187. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/security-check.yaml.statement.json +6 -6
  188. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/test-intent-lock.yaml.minisig +3 -3
  189. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/test-intent-lock.yaml.statement.json +6 -6
  190. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/tracebank.yaml.minisig +3 -3
  191. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/tracebank.yaml.statement.json +6 -6
  192. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/vision.yaml.minisig +3 -3
  193. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/vision.yaml.statement.json +6 -6
  194. package/artifacts/release/dist/enterprise/attestations/bundle/registry/omg-capability.schema.json.minisig +3 -3
  195. package/artifacts/release/dist/enterprise/attestations/bundle/registry/omg-capability.schema.json.statement.json +6 -6
  196. package/artifacts/release/dist/enterprise/attestations/bundle/settings.json.minisig +3 -3
  197. package/artifacts/release/dist/enterprise/attestations/bundle/settings.json.statement.json +6 -6
  198. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/AGENTS.fragment.md +2 -0
  199. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/codex-rules.md +5 -0
  200. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/vision/SKILL.md +1 -1
  201. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/vision/openai.yaml +1 -1
  202. package/artifacts/release/dist/enterprise/bundle/.claude-plugin/marketplace.json +3 -3
  203. package/artifacts/release/dist/enterprise/bundle/.claude-plugin/plugin.json +1 -1
  204. package/artifacts/release/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +3 -1
  205. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/plugin.json +1 -1
  206. package/artifacts/release/dist/enterprise/bundle/registry/bundles/algorithms.yaml +1 -1
  207. package/artifacts/release/dist/enterprise/bundle/registry/bundles/api-twin.yaml +1 -1
  208. package/artifacts/release/dist/enterprise/bundle/registry/bundles/claim-judge.yaml +1 -1
  209. package/artifacts/release/dist/enterprise/bundle/registry/bundles/control-plane.yaml +1 -1
  210. package/artifacts/release/dist/enterprise/bundle/registry/bundles/data-lineage.yaml +1 -1
  211. package/artifacts/release/dist/enterprise/bundle/registry/bundles/delta-classifier.yaml +1 -1
  212. package/artifacts/release/dist/enterprise/bundle/registry/bundles/eval-gate.yaml +1 -1
  213. package/artifacts/release/dist/enterprise/bundle/registry/bundles/health.yaml +1 -1
  214. package/artifacts/release/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +12 -16
  215. package/artifacts/release/dist/enterprise/bundle/registry/bundles/incident-replay.yaml +1 -1
  216. package/artifacts/release/dist/enterprise/bundle/registry/bundles/lsp-pack.yaml +1 -1
  217. package/artifacts/release/dist/enterprise/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  218. package/artifacts/release/dist/enterprise/bundle/registry/bundles/plan-council.yaml +1 -1
  219. package/artifacts/release/dist/enterprise/bundle/registry/bundles/preflight.yaml +1 -1
  220. package/artifacts/release/dist/enterprise/bundle/registry/bundles/proof-gate.yaml +1 -1
  221. package/artifacts/release/dist/enterprise/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  222. package/artifacts/release/dist/enterprise/bundle/registry/bundles/robotics.yaml +1 -1
  223. package/artifacts/release/dist/enterprise/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  224. package/artifacts/release/dist/enterprise/bundle/registry/bundles/security-check.yaml +1 -1
  225. package/artifacts/release/dist/enterprise/bundle/registry/bundles/test-intent-lock.yaml +1 -1
  226. package/artifacts/release/dist/enterprise/bundle/registry/bundles/tracebank.yaml +1 -1
  227. package/artifacts/release/dist/enterprise/bundle/registry/bundles/vision.yaml +2 -2
  228. package/artifacts/release/dist/enterprise/bundle/registry/omg-capability.schema.json +1 -1
  229. package/artifacts/release/dist/enterprise/bundle/settings.json +27 -27
  230. package/artifacts/release/dist/enterprise/manifest.json +120 -120
  231. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.minisig +3 -3
  232. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.statement.json +6 -6
  233. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.minisig +3 -3
  234. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.statement.json +5 -5
  235. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.minisig +3 -3
  236. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.statement.json +5 -5
  237. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.minisig +3 -3
  238. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.statement.json +5 -5
  239. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.minisig +3 -3
  240. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.statement.json +5 -5
  241. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.minisig +3 -3
  242. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.statement.json +5 -5
  243. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.minisig +3 -3
  244. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.statement.json +5 -5
  245. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/codex-mcp.toml.minisig +3 -3
  246. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/codex-mcp.toml.statement.json +5 -5
  247. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/codex-rules.md.minisig +3 -3
  248. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/codex-rules.md.statement.json +6 -6
  249. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.minisig +3 -3
  250. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.statement.json +5 -5
  251. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.minisig +3 -3
  252. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.statement.json +5 -5
  253. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.minisig +3 -3
  254. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.statement.json +5 -5
  255. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.minisig +3 -3
  256. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.statement.json +5 -5
  257. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.minisig +3 -3
  258. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.statement.json +5 -5
  259. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.minisig +3 -3
  260. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.statement.json +5 -5
  261. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.minisig +3 -3
  262. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.statement.json +5 -5
  263. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.minisig +3 -3
  264. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.statement.json +5 -5
  265. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/health/SKILL.md.minisig +3 -3
  266. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/health/SKILL.md.statement.json +5 -5
  267. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/health/openai.yaml.minisig +3 -3
  268. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/health/openai.yaml.statement.json +5 -5
  269. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.minisig +3 -3
  270. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.statement.json +5 -5
  271. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.minisig +3 -3
  272. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.statement.json +5 -5
  273. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.minisig +3 -3
  274. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.statement.json +5 -5
  275. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.minisig +3 -3
  276. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.statement.json +5 -5
  277. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.minisig +3 -3
  278. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.statement.json +5 -5
  279. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.minisig +3 -3
  280. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.statement.json +5 -5
  281. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.minisig +3 -3
  282. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.statement.json +5 -5
  283. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.minisig +3 -3
  284. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.statement.json +5 -5
  285. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.minisig +3 -3
  286. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.statement.json +5 -5
  287. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.minisig +3 -3
  288. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.statement.json +5 -5
  289. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.minisig +3 -3
  290. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.statement.json +5 -5
  291. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.minisig +3 -3
  292. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.statement.json +5 -5
  293. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.minisig +3 -3
  294. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.statement.json +5 -5
  295. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.minisig +3 -3
  296. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.statement.json +5 -5
  297. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.minisig +3 -3
  298. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.statement.json +5 -5
  299. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.minisig +3 -3
  300. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.statement.json +5 -5
  301. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.minisig +3 -3
  302. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.statement.json +5 -5
  303. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.minisig +3 -3
  304. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.statement.json +5 -5
  305. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.minisig +3 -3
  306. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.statement.json +5 -5
  307. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.minisig +3 -3
  308. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.statement.json +5 -5
  309. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.minisig +3 -3
  310. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.statement.json +5 -5
  311. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.minisig +3 -3
  312. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.statement.json +5 -5
  313. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.minisig +3 -3
  314. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.statement.json +5 -5
  315. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.minisig +3 -3
  316. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.statement.json +5 -5
  317. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.minisig +3 -3
  318. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.statement.json +5 -5
  319. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.minisig +3 -3
  320. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.statement.json +5 -5
  321. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/vision/SKILL.md.minisig +3 -3
  322. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/vision/SKILL.md.statement.json +6 -6
  323. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/vision/openai.yaml.minisig +3 -3
  324. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/vision/openai.yaml.statement.json +6 -6
  325. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/marketplace.json.minisig +3 -3
  326. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/marketplace.json.statement.json +6 -6
  327. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/mcp.json.minisig +3 -3
  328. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/mcp.json.statement.json +5 -5
  329. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/plugin.json.minisig +3 -3
  330. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/plugin.json.statement.json +6 -6
  331. package/artifacts/release/dist/public/attestations/bundle/.mcp.json.minisig +3 -3
  332. package/artifacts/release/dist/public/attestations/bundle/.mcp.json.statement.json +5 -5
  333. package/artifacts/release/dist/public/attestations/bundle/OMG_COMPAT_CONTRACT.md.minisig +3 -3
  334. package/artifacts/release/dist/public/attestations/bundle/OMG_COMPAT_CONTRACT.md.statement.json +6 -6
  335. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.minisig +3 -3
  336. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.statement.json +5 -5
  337. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.minisig +3 -3
  338. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.statement.json +5 -5
  339. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.minisig +3 -3
  340. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.statement.json +5 -5
  341. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:learn.md.minisig +3 -3
  342. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:learn.md.statement.json +5 -5
  343. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.minisig +3 -3
  344. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.statement.json +5 -5
  345. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.minisig +3 -3
  346. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.statement.json +5 -5
  347. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.minisig +3 -3
  348. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.statement.json +5 -5
  349. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.minisig +3 -3
  350. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.statement.json +5 -5
  351. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.minisig +3 -3
  352. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.statement.json +5 -5
  353. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ship.md.minisig +3 -3
  354. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ship.md.statement.json +5 -5
  355. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/plugin.json.minisig +3 -3
  356. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/plugin.json.statement.json +6 -6
  357. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/algorithms.yaml.minisig +3 -3
  358. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/algorithms.yaml.statement.json +6 -6
  359. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/api-twin.yaml.minisig +3 -3
  360. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/api-twin.yaml.statement.json +6 -6
  361. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/claim-judge.yaml.minisig +3 -3
  362. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/claim-judge.yaml.statement.json +6 -6
  363. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/control-plane.yaml.minisig +3 -3
  364. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/control-plane.yaml.statement.json +6 -6
  365. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/data-lineage.yaml.minisig +3 -3
  366. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/data-lineage.yaml.statement.json +6 -6
  367. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/delta-classifier.yaml.minisig +3 -3
  368. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/delta-classifier.yaml.statement.json +6 -6
  369. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/eval-gate.yaml.minisig +3 -3
  370. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/eval-gate.yaml.statement.json +6 -6
  371. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/health.yaml.minisig +3 -3
  372. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/health.yaml.statement.json +6 -6
  373. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/hook-governor.yaml.minisig +3 -3
  374. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/hook-governor.yaml.statement.json +6 -6
  375. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/incident-replay.yaml.minisig +3 -3
  376. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/incident-replay.yaml.statement.json +6 -6
  377. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/lsp-pack.yaml.minisig +3 -3
  378. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/lsp-pack.yaml.statement.json +6 -6
  379. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/mcp-fabric.yaml.minisig +3 -3
  380. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/mcp-fabric.yaml.statement.json +6 -6
  381. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/plan-council.yaml.minisig +3 -3
  382. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/plan-council.yaml.statement.json +6 -6
  383. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/preflight.yaml.minisig +3 -3
  384. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/preflight.yaml.statement.json +6 -6
  385. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/proof-gate.yaml.minisig +3 -3
  386. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/proof-gate.yaml.statement.json +6 -6
  387. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/remote-supervisor.yaml.minisig +3 -3
  388. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/remote-supervisor.yaml.statement.json +6 -6
  389. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/robotics.yaml.minisig +3 -3
  390. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/robotics.yaml.statement.json +6 -6
  391. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.minisig +3 -3
  392. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.statement.json +6 -6
  393. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/security-check.yaml.minisig +3 -3
  394. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/security-check.yaml.statement.json +6 -6
  395. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/test-intent-lock.yaml.minisig +3 -3
  396. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/test-intent-lock.yaml.statement.json +6 -6
  397. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/tracebank.yaml.minisig +3 -3
  398. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/tracebank.yaml.statement.json +6 -6
  399. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/vision.yaml.minisig +3 -3
  400. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/vision.yaml.statement.json +6 -6
  401. package/artifacts/release/dist/public/attestations/bundle/registry/omg-capability.schema.json.minisig +3 -3
  402. package/artifacts/release/dist/public/attestations/bundle/registry/omg-capability.schema.json.statement.json +6 -6
  403. package/artifacts/release/dist/public/attestations/bundle/settings.json.minisig +3 -3
  404. package/artifacts/release/dist/public/attestations/bundle/settings.json.statement.json +6 -6
  405. package/artifacts/release/dist/public/bundle/.agents/skills/omg/AGENTS.fragment.md +2 -0
  406. package/artifacts/release/dist/public/bundle/.agents/skills/omg/codex-rules.md +5 -0
  407. package/artifacts/release/dist/public/bundle/.agents/skills/omg/vision/SKILL.md +1 -1
  408. package/artifacts/release/dist/public/bundle/.agents/skills/omg/vision/openai.yaml +1 -1
  409. package/artifacts/release/dist/public/bundle/.claude-plugin/marketplace.json +3 -3
  410. package/artifacts/release/dist/public/bundle/.claude-plugin/plugin.json +1 -1
  411. package/artifacts/release/dist/public/bundle/OMG_COMPAT_CONTRACT.md +3 -1
  412. package/artifacts/release/dist/public/bundle/plugins/advanced/plugin.json +1 -1
  413. package/artifacts/release/dist/public/bundle/registry/bundles/algorithms.yaml +1 -1
  414. package/artifacts/release/dist/public/bundle/registry/bundles/api-twin.yaml +1 -1
  415. package/artifacts/release/dist/public/bundle/registry/bundles/claim-judge.yaml +1 -1
  416. package/artifacts/release/dist/public/bundle/registry/bundles/control-plane.yaml +1 -1
  417. package/artifacts/release/dist/public/bundle/registry/bundles/data-lineage.yaml +1 -1
  418. package/artifacts/release/dist/public/bundle/registry/bundles/delta-classifier.yaml +1 -1
  419. package/artifacts/release/dist/public/bundle/registry/bundles/eval-gate.yaml +1 -1
  420. package/artifacts/release/dist/public/bundle/registry/bundles/health.yaml +1 -1
  421. package/artifacts/release/dist/public/bundle/registry/bundles/hook-governor.yaml +12 -16
  422. package/artifacts/release/dist/public/bundle/registry/bundles/incident-replay.yaml +1 -1
  423. package/artifacts/release/dist/public/bundle/registry/bundles/lsp-pack.yaml +1 -1
  424. package/artifacts/release/dist/public/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  425. package/artifacts/release/dist/public/bundle/registry/bundles/plan-council.yaml +1 -1
  426. package/artifacts/release/dist/public/bundle/registry/bundles/preflight.yaml +1 -1
  427. package/artifacts/release/dist/public/bundle/registry/bundles/proof-gate.yaml +1 -1
  428. package/artifacts/release/dist/public/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  429. package/artifacts/release/dist/public/bundle/registry/bundles/robotics.yaml +1 -1
  430. package/artifacts/release/dist/public/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  431. package/artifacts/release/dist/public/bundle/registry/bundles/security-check.yaml +1 -1
  432. package/artifacts/release/dist/public/bundle/registry/bundles/test-intent-lock.yaml +1 -1
  433. package/artifacts/release/dist/public/bundle/registry/bundles/tracebank.yaml +1 -1
  434. package/artifacts/release/dist/public/bundle/registry/bundles/vision.yaml +2 -2
  435. package/artifacts/release/dist/public/bundle/registry/omg-capability.schema.json +1 -1
  436. package/artifacts/release/dist/public/bundle/settings.json +27 -27
  437. package/artifacts/release/dist/public/manifest.json +120 -120
  438. package/artifacts/release/plugins/advanced/plugin.json +1 -1
  439. package/artifacts/release/registry/bundles/algorithms.yaml +1 -1
  440. package/artifacts/release/registry/bundles/api-twin.yaml +1 -1
  441. package/artifacts/release/registry/bundles/claim-judge.yaml +1 -1
  442. package/artifacts/release/registry/bundles/control-plane.yaml +1 -1
  443. package/artifacts/release/registry/bundles/data-lineage.yaml +1 -1
  444. package/artifacts/release/registry/bundles/delta-classifier.yaml +1 -1
  445. package/artifacts/release/registry/bundles/eval-gate.yaml +1 -1
  446. package/artifacts/release/registry/bundles/health.yaml +1 -1
  447. package/artifacts/release/registry/bundles/hook-governor.yaml +12 -16
  448. package/artifacts/release/registry/bundles/incident-replay.yaml +1 -1
  449. package/artifacts/release/registry/bundles/lsp-pack.yaml +1 -1
  450. package/artifacts/release/registry/bundles/mcp-fabric.yaml +1 -1
  451. package/artifacts/release/registry/bundles/plan-council.yaml +1 -1
  452. package/artifacts/release/registry/bundles/preflight.yaml +1 -1
  453. package/artifacts/release/registry/bundles/proof-gate.yaml +1 -1
  454. package/artifacts/release/registry/bundles/remote-supervisor.yaml +1 -1
  455. package/artifacts/release/registry/bundles/robotics.yaml +1 -1
  456. package/artifacts/release/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  457. package/artifacts/release/registry/bundles/security-check.yaml +1 -1
  458. package/artifacts/release/registry/bundles/test-intent-lock.yaml +1 -1
  459. package/artifacts/release/registry/bundles/tracebank.yaml +1 -1
  460. package/artifacts/release/registry/bundles/vision.yaml +2 -2
  461. package/artifacts/release/registry/omg-capability.schema.json +1 -1
  462. package/artifacts/release/settings.json +27 -27
  463. package/build/lib/commands/OMG:health-check.md +4 -1
  464. package/build/lib/commands/OMG:preset.md +49 -0
  465. package/build/lib/commands/OMG:profile-review.md +15 -0
  466. package/build/lib/commands/OMG:setup.md +2 -1
  467. package/build/lib/commands/OMG:validate.md +1 -1
  468. package/build/lib/control_plane/openapi.yaml +17 -0
  469. package/build/lib/control_plane/server.py +2 -0
  470. package/build/lib/control_plane/service.py +40 -0
  471. package/build/lib/hooks/_common.py +57 -0
  472. package/build/lib/hooks/firewall.py +7 -4
  473. package/build/lib/hooks/pre-compact.py +17 -8
  474. package/build/lib/hooks/prompt-enhancer.py +43 -3
  475. package/build/lib/hooks/secret-guard.py +8 -4
  476. package/build/lib/hooks/session-start.py +11 -7
  477. package/build/lib/hooks/setup_wizard.py +24 -8
  478. package/build/lib/hooks/stop_dispatcher.py +10 -2
  479. package/build/lib/plugins/advanced/plugin.json +1 -1
  480. package/build/lib/plugins/core/plugin.json +8 -2
  481. package/build/lib/registry/approval_artifact.py +4 -2
  482. package/build/lib/registry/bundles/algorithms.yaml +1 -1
  483. package/build/lib/registry/bundles/api-twin.yaml +1 -1
  484. package/build/lib/registry/bundles/claim-judge.yaml +1 -1
  485. package/build/lib/registry/bundles/control-plane.yaml +1 -1
  486. package/build/lib/registry/bundles/data-lineage.yaml +1 -1
  487. package/build/lib/registry/bundles/delta-classifier.yaml +1 -1
  488. package/build/lib/registry/bundles/eval-gate.yaml +1 -1
  489. package/build/lib/registry/bundles/health.yaml +1 -1
  490. package/build/lib/registry/bundles/hook-governor.yaml +12 -16
  491. package/build/lib/registry/bundles/incident-replay.yaml +1 -1
  492. package/build/lib/registry/bundles/lsp-pack.yaml +1 -1
  493. package/build/lib/registry/bundles/mcp-fabric.yaml +1 -1
  494. package/build/lib/registry/bundles/plan-council.yaml +1 -1
  495. package/build/lib/registry/bundles/preflight.yaml +1 -1
  496. package/build/lib/registry/bundles/proof-gate.yaml +1 -1
  497. package/build/lib/registry/bundles/remote-supervisor.yaml +1 -1
  498. package/build/lib/registry/bundles/robotics.yaml +1 -1
  499. package/build/lib/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  500. package/build/lib/registry/bundles/security-check.yaml +1 -1
  501. package/build/lib/registry/bundles/test-intent-lock.yaml +1 -1
  502. package/build/lib/registry/bundles/tracebank.yaml +1 -1
  503. package/build/lib/registry/bundles/vision.yaml +2 -2
  504. package/build/lib/registry/omg-capability.schema.json +1 -1
  505. package/build/lib/registry/verify_artifact.py +18 -3
  506. package/build/lib/runtime/__init__.py +4 -0
  507. package/build/lib/runtime/adoption.py +1 -1
  508. package/build/lib/runtime/claim_judge.py +31 -0
  509. package/build/lib/runtime/cli_provider.py +23 -3
  510. package/build/lib/runtime/compliance_governor.py +6 -1
  511. package/build/lib/runtime/context_engine.py +29 -1
  512. package/build/lib/runtime/contract_compiler.py +13 -6
  513. package/build/lib/runtime/data_lineage.py +172 -1
  514. package/build/lib/runtime/domain_packs.py +1 -1
  515. package/build/lib/runtime/evidence_query.py +35 -2
  516. package/build/lib/runtime/evidence_requirements.py +27 -0
  517. package/build/lib/runtime/forge_agents.py +236 -25
  518. package/build/lib/runtime/forge_contracts.py +176 -31
  519. package/build/lib/runtime/forge_run_id.py +27 -0
  520. package/build/lib/runtime/interaction_journal.py +5 -2
  521. package/build/lib/runtime/mcp_memory_server.py +102 -17
  522. package/build/lib/runtime/memory_store.py +942 -108
  523. package/build/lib/runtime/mutation_gate.py +39 -3
  524. package/build/lib/runtime/omg_compat_contract_snapshot.json +1 -1
  525. package/build/lib/runtime/plugin_interop.py +1 -1
  526. package/build/lib/runtime/profile_io.py +34 -0
  527. package/build/lib/runtime/providers/codex_provider.py +11 -2
  528. package/build/lib/runtime/providers/gemini_provider.py +11 -2
  529. package/build/lib/runtime/providers/kimi_provider.py +13 -2
  530. package/build/lib/runtime/providers/opencode_provider.py +6 -1
  531. package/build/lib/runtime/release_run_coordinator.py +28 -5
  532. package/build/lib/runtime/release_surfaces.py +10 -0
  533. package/build/lib/runtime/runtime_contracts.py +13 -0
  534. package/build/lib/runtime/session_health.py +127 -0
  535. package/build/lib/runtime/subagent_dispatcher.py +21 -0
  536. package/build/lib/runtime/team_router.py +28 -5
  537. package/build/lib/runtime/test_intent_lock.py +9 -3
  538. package/build/lib/runtime/tmux_session_manager.py +7 -4
  539. package/build/lib/runtime/tool_plan_gate.py +35 -127
  540. package/build/lib/runtime/untrusted_content.py +25 -0
  541. package/build/lib/runtime/validate.py +5 -1
  542. package/build/lib/runtime/vision_artifacts.py +31 -0
  543. package/build/lib/runtime/vision_cache.py +38 -0
  544. package/build/lib/runtime/vision_jobs.py +89 -0
  545. package/commands/OMG:health-check.md +4 -1
  546. package/commands/OMG:preset.md +49 -0
  547. package/commands/OMG:setup.md +2 -1
  548. package/commands/OMG:validate.md +1 -1
  549. package/control_plane/openapi.yaml +17 -0
  550. package/control_plane/server.py +2 -0
  551. package/control_plane/service.py +40 -0
  552. package/dist/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +12 -16
  553. package/dist/dist/public/bundle/registry/bundles/hook-governor.yaml +12 -16
  554. package/dist/enterprise/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.minisig +3 -3
  555. package/dist/enterprise/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.statement.json +6 -6
  556. package/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.minisig +3 -3
  557. package/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.statement.json +5 -5
  558. package/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.minisig +3 -3
  559. package/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.statement.json +5 -5
  560. package/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.minisig +3 -3
  561. package/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.statement.json +5 -5
  562. package/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.minisig +3 -3
  563. package/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.statement.json +5 -5
  564. package/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.minisig +3 -3
  565. package/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.statement.json +5 -5
  566. package/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.minisig +3 -3
  567. package/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.statement.json +5 -5
  568. package/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-mcp.toml.minisig +3 -3
  569. package/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-mcp.toml.statement.json +5 -5
  570. package/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-rules.md.minisig +3 -3
  571. package/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-rules.md.statement.json +6 -6
  572. package/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.minisig +3 -3
  573. package/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.statement.json +5 -5
  574. package/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.minisig +3 -3
  575. package/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.statement.json +5 -5
  576. package/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.minisig +3 -3
  577. package/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.statement.json +5 -5
  578. package/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.minisig +3 -3
  579. package/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.statement.json +5 -5
  580. package/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.minisig +3 -3
  581. package/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.statement.json +5 -5
  582. package/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.minisig +3 -3
  583. package/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.statement.json +5 -5
  584. package/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.minisig +3 -3
  585. package/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.statement.json +5 -5
  586. package/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.minisig +3 -3
  587. package/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.statement.json +5 -5
  588. package/dist/enterprise/attestations/bundle/.agents/skills/omg/health/SKILL.md.minisig +3 -3
  589. package/dist/enterprise/attestations/bundle/.agents/skills/omg/health/SKILL.md.statement.json +5 -5
  590. package/dist/enterprise/attestations/bundle/.agents/skills/omg/health/openai.yaml.minisig +3 -3
  591. package/dist/enterprise/attestations/bundle/.agents/skills/omg/health/openai.yaml.statement.json +5 -5
  592. package/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.minisig +3 -3
  593. package/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.statement.json +5 -5
  594. package/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.minisig +3 -3
  595. package/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.statement.json +5 -5
  596. package/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.minisig +3 -3
  597. package/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.statement.json +5 -5
  598. package/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.minisig +3 -3
  599. package/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.statement.json +5 -5
  600. package/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.minisig +3 -3
  601. package/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.statement.json +5 -5
  602. package/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.minisig +3 -3
  603. package/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.statement.json +5 -5
  604. package/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.minisig +3 -3
  605. package/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.statement.json +5 -5
  606. package/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.minisig +3 -3
  607. package/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.statement.json +5 -5
  608. package/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.minisig +3 -3
  609. package/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.statement.json +5 -5
  610. package/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.minisig +3 -3
  611. package/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.statement.json +5 -5
  612. package/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.minisig +3 -3
  613. package/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.statement.json +5 -5
  614. package/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.minisig +3 -3
  615. package/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.statement.json +5 -5
  616. package/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.minisig +3 -3
  617. package/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.statement.json +5 -5
  618. package/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.minisig +3 -3
  619. package/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.statement.json +5 -5
  620. package/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.minisig +3 -3
  621. package/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.statement.json +5 -5
  622. package/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.minisig +3 -3
  623. package/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.statement.json +5 -5
  624. package/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.minisig +3 -3
  625. package/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.statement.json +5 -5
  626. package/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.minisig +3 -3
  627. package/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.statement.json +5 -5
  628. package/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.minisig +3 -3
  629. package/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.statement.json +5 -5
  630. package/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.minisig +3 -3
  631. package/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.statement.json +5 -5
  632. package/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.minisig +3 -3
  633. package/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.statement.json +5 -5
  634. package/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.minisig +3 -3
  635. package/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.statement.json +5 -5
  636. package/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.minisig +3 -3
  637. package/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.statement.json +5 -5
  638. package/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.minisig +3 -3
  639. package/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.statement.json +5 -5
  640. package/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.minisig +3 -3
  641. package/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.statement.json +5 -5
  642. package/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.minisig +3 -3
  643. package/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.statement.json +5 -5
  644. package/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/SKILL.md.minisig +3 -3
  645. package/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/SKILL.md.statement.json +6 -6
  646. package/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/openai.yaml.minisig +3 -3
  647. package/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/openai.yaml.statement.json +6 -6
  648. package/dist/enterprise/attestations/bundle/.claude-plugin/marketplace.json.minisig +3 -3
  649. package/dist/enterprise/attestations/bundle/.claude-plugin/marketplace.json.statement.json +6 -6
  650. package/dist/enterprise/attestations/bundle/.claude-plugin/mcp.json.minisig +3 -3
  651. package/dist/enterprise/attestations/bundle/.claude-plugin/mcp.json.statement.json +5 -5
  652. package/dist/enterprise/attestations/bundle/.claude-plugin/plugin.json.minisig +3 -3
  653. package/dist/enterprise/attestations/bundle/.claude-plugin/plugin.json.statement.json +6 -6
  654. package/dist/enterprise/attestations/bundle/.mcp.json.minisig +3 -3
  655. package/dist/enterprise/attestations/bundle/.mcp.json.statement.json +5 -5
  656. package/dist/enterprise/attestations/bundle/OMG_COMPAT_CONTRACT.md.minisig +3 -3
  657. package/dist/enterprise/attestations/bundle/OMG_COMPAT_CONTRACT.md.statement.json +6 -6
  658. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.minisig +3 -3
  659. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.statement.json +5 -5
  660. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.minisig +3 -3
  661. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.statement.json +5 -5
  662. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.minisig +3 -3
  663. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.statement.json +5 -5
  664. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:learn.md.minisig +3 -3
  665. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:learn.md.statement.json +5 -5
  666. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.minisig +3 -3
  667. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.statement.json +5 -5
  668. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.minisig +3 -3
  669. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.statement.json +5 -5
  670. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.minisig +3 -3
  671. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.statement.json +5 -5
  672. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.minisig +3 -3
  673. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.statement.json +5 -5
  674. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.minisig +3 -3
  675. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.statement.json +5 -5
  676. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ship.md.minisig +3 -3
  677. package/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ship.md.statement.json +5 -5
  678. package/dist/enterprise/attestations/bundle/plugins/advanced/plugin.json.minisig +3 -3
  679. package/dist/enterprise/attestations/bundle/plugins/advanced/plugin.json.statement.json +6 -6
  680. package/dist/enterprise/attestations/bundle/registry/bundles/algorithms.yaml.minisig +3 -3
  681. package/dist/enterprise/attestations/bundle/registry/bundles/algorithms.yaml.statement.json +6 -6
  682. package/dist/enterprise/attestations/bundle/registry/bundles/api-twin.yaml.minisig +3 -3
  683. package/dist/enterprise/attestations/bundle/registry/bundles/api-twin.yaml.statement.json +6 -6
  684. package/dist/enterprise/attestations/bundle/registry/bundles/claim-judge.yaml.minisig +3 -3
  685. package/dist/enterprise/attestations/bundle/registry/bundles/claim-judge.yaml.statement.json +6 -6
  686. package/dist/enterprise/attestations/bundle/registry/bundles/control-plane.yaml.minisig +3 -3
  687. package/dist/enterprise/attestations/bundle/registry/bundles/control-plane.yaml.statement.json +6 -6
  688. package/dist/enterprise/attestations/bundle/registry/bundles/data-lineage.yaml.minisig +3 -3
  689. package/dist/enterprise/attestations/bundle/registry/bundles/data-lineage.yaml.statement.json +6 -6
  690. package/dist/enterprise/attestations/bundle/registry/bundles/delta-classifier.yaml.minisig +3 -3
  691. package/dist/enterprise/attestations/bundle/registry/bundles/delta-classifier.yaml.statement.json +6 -6
  692. package/dist/enterprise/attestations/bundle/registry/bundles/eval-gate.yaml.minisig +3 -3
  693. package/dist/enterprise/attestations/bundle/registry/bundles/eval-gate.yaml.statement.json +6 -6
  694. package/dist/enterprise/attestations/bundle/registry/bundles/health.yaml.minisig +3 -3
  695. package/dist/enterprise/attestations/bundle/registry/bundles/health.yaml.statement.json +6 -6
  696. package/dist/enterprise/attestations/bundle/registry/bundles/hook-governor.yaml.minisig +3 -3
  697. package/dist/enterprise/attestations/bundle/registry/bundles/hook-governor.yaml.statement.json +6 -6
  698. package/dist/enterprise/attestations/bundle/registry/bundles/incident-replay.yaml.minisig +3 -3
  699. package/dist/enterprise/attestations/bundle/registry/bundles/incident-replay.yaml.statement.json +6 -6
  700. package/dist/enterprise/attestations/bundle/registry/bundles/lsp-pack.yaml.minisig +3 -3
  701. package/dist/enterprise/attestations/bundle/registry/bundles/lsp-pack.yaml.statement.json +6 -6
  702. package/dist/enterprise/attestations/bundle/registry/bundles/mcp-fabric.yaml.minisig +3 -3
  703. package/dist/enterprise/attestations/bundle/registry/bundles/mcp-fabric.yaml.statement.json +6 -6
  704. package/dist/enterprise/attestations/bundle/registry/bundles/plan-council.yaml.minisig +3 -3
  705. package/dist/enterprise/attestations/bundle/registry/bundles/plan-council.yaml.statement.json +6 -6
  706. package/dist/enterprise/attestations/bundle/registry/bundles/preflight.yaml.minisig +3 -3
  707. package/dist/enterprise/attestations/bundle/registry/bundles/preflight.yaml.statement.json +6 -6
  708. package/dist/enterprise/attestations/bundle/registry/bundles/proof-gate.yaml.minisig +3 -3
  709. package/dist/enterprise/attestations/bundle/registry/bundles/proof-gate.yaml.statement.json +6 -6
  710. package/dist/enterprise/attestations/bundle/registry/bundles/remote-supervisor.yaml.minisig +3 -3
  711. package/dist/enterprise/attestations/bundle/registry/bundles/remote-supervisor.yaml.statement.json +6 -6
  712. package/dist/enterprise/attestations/bundle/registry/bundles/robotics.yaml.minisig +3 -3
  713. package/dist/enterprise/attestations/bundle/registry/bundles/robotics.yaml.statement.json +6 -6
  714. package/dist/enterprise/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.minisig +3 -3
  715. package/dist/enterprise/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.statement.json +6 -6
  716. package/dist/enterprise/attestations/bundle/registry/bundles/security-check.yaml.minisig +3 -3
  717. package/dist/enterprise/attestations/bundle/registry/bundles/security-check.yaml.statement.json +6 -6
  718. package/dist/enterprise/attestations/bundle/registry/bundles/test-intent-lock.yaml.minisig +3 -3
  719. package/dist/enterprise/attestations/bundle/registry/bundles/test-intent-lock.yaml.statement.json +6 -6
  720. package/dist/enterprise/attestations/bundle/registry/bundles/tracebank.yaml.minisig +3 -3
  721. package/dist/enterprise/attestations/bundle/registry/bundles/tracebank.yaml.statement.json +6 -6
  722. package/dist/enterprise/attestations/bundle/registry/bundles/vision.yaml.minisig +3 -3
  723. package/dist/enterprise/attestations/bundle/registry/bundles/vision.yaml.statement.json +6 -6
  724. package/dist/enterprise/attestations/bundle/registry/omg-capability.schema.json.minisig +3 -3
  725. package/dist/enterprise/attestations/bundle/registry/omg-capability.schema.json.statement.json +6 -6
  726. package/dist/enterprise/attestations/bundle/settings.json.minisig +3 -3
  727. package/dist/enterprise/attestations/bundle/settings.json.statement.json +6 -6
  728. package/dist/enterprise/bundle/.agents/skills/omg/AGENTS.fragment.md +2 -0
  729. package/dist/enterprise/bundle/.agents/skills/omg/codex-rules.md +5 -0
  730. package/dist/enterprise/bundle/.agents/skills/omg/vision/SKILL.md +1 -1
  731. package/dist/enterprise/bundle/.agents/skills/omg/vision/openai.yaml +1 -1
  732. package/dist/enterprise/bundle/.claude-plugin/marketplace.json +3 -3
  733. package/dist/enterprise/bundle/.claude-plugin/plugin.json +1 -1
  734. package/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +3 -1
  735. package/dist/enterprise/bundle/plugins/advanced/plugin.json +1 -1
  736. package/dist/enterprise/bundle/registry/bundles/algorithms.yaml +1 -1
  737. package/dist/enterprise/bundle/registry/bundles/api-twin.yaml +1 -1
  738. package/dist/enterprise/bundle/registry/bundles/claim-judge.yaml +1 -1
  739. package/dist/enterprise/bundle/registry/bundles/control-plane.yaml +1 -1
  740. package/dist/enterprise/bundle/registry/bundles/data-lineage.yaml +1 -1
  741. package/dist/enterprise/bundle/registry/bundles/delta-classifier.yaml +1 -1
  742. package/dist/enterprise/bundle/registry/bundles/eval-gate.yaml +1 -1
  743. package/dist/enterprise/bundle/registry/bundles/health.yaml +1 -1
  744. package/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +12 -16
  745. package/dist/enterprise/bundle/registry/bundles/incident-replay.yaml +1 -1
  746. package/dist/enterprise/bundle/registry/bundles/lsp-pack.yaml +1 -1
  747. package/dist/enterprise/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  748. package/dist/enterprise/bundle/registry/bundles/plan-council.yaml +1 -1
  749. package/dist/enterprise/bundle/registry/bundles/preflight.yaml +1 -1
  750. package/dist/enterprise/bundle/registry/bundles/proof-gate.yaml +1 -1
  751. package/dist/enterprise/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  752. package/dist/enterprise/bundle/registry/bundles/robotics.yaml +1 -1
  753. package/dist/enterprise/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  754. package/dist/enterprise/bundle/registry/bundles/security-check.yaml +1 -1
  755. package/dist/enterprise/bundle/registry/bundles/test-intent-lock.yaml +1 -1
  756. package/dist/enterprise/bundle/registry/bundles/tracebank.yaml +1 -1
  757. package/dist/enterprise/bundle/registry/bundles/vision.yaml +2 -2
  758. package/dist/enterprise/bundle/registry/omg-capability.schema.json +1 -1
  759. package/dist/enterprise/bundle/settings.json +27 -27
  760. package/dist/enterprise/manifest.json +120 -120
  761. package/dist/oh_my_god-2.1.8-py3-none-any.whl +0 -0
  762. package/dist/oh_my_god-2.1.9-py3-none-any.whl +0 -0
  763. package/dist/public/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.minisig +3 -3
  764. package/dist/public/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.statement.json +6 -6
  765. package/dist/public/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.minisig +3 -3
  766. package/dist/public/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.statement.json +5 -5
  767. package/dist/public/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.minisig +3 -3
  768. package/dist/public/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.statement.json +5 -5
  769. package/dist/public/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.minisig +3 -3
  770. package/dist/public/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.statement.json +5 -5
  771. package/dist/public/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.minisig +3 -3
  772. package/dist/public/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.statement.json +5 -5
  773. package/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.minisig +3 -3
  774. package/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.statement.json +5 -5
  775. package/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.minisig +3 -3
  776. package/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.statement.json +5 -5
  777. package/dist/public/attestations/bundle/.agents/skills/omg/codex-mcp.toml.minisig +3 -3
  778. package/dist/public/attestations/bundle/.agents/skills/omg/codex-mcp.toml.statement.json +5 -5
  779. package/dist/public/attestations/bundle/.agents/skills/omg/codex-rules.md.minisig +3 -3
  780. package/dist/public/attestations/bundle/.agents/skills/omg/codex-rules.md.statement.json +6 -6
  781. package/dist/public/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.minisig +3 -3
  782. package/dist/public/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.statement.json +5 -5
  783. package/dist/public/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.minisig +3 -3
  784. package/dist/public/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.statement.json +5 -5
  785. package/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.minisig +3 -3
  786. package/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.statement.json +5 -5
  787. package/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.minisig +3 -3
  788. package/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.statement.json +5 -5
  789. package/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.minisig +3 -3
  790. package/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.statement.json +5 -5
  791. package/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.minisig +3 -3
  792. package/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.statement.json +5 -5
  793. package/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.minisig +3 -3
  794. package/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.statement.json +5 -5
  795. package/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.minisig +3 -3
  796. package/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.statement.json +5 -5
  797. package/dist/public/attestations/bundle/.agents/skills/omg/health/SKILL.md.minisig +3 -3
  798. package/dist/public/attestations/bundle/.agents/skills/omg/health/SKILL.md.statement.json +5 -5
  799. package/dist/public/attestations/bundle/.agents/skills/omg/health/openai.yaml.minisig +3 -3
  800. package/dist/public/attestations/bundle/.agents/skills/omg/health/openai.yaml.statement.json +5 -5
  801. package/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.minisig +3 -3
  802. package/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.statement.json +5 -5
  803. package/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.minisig +3 -3
  804. package/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.statement.json +5 -5
  805. package/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.minisig +3 -3
  806. package/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.statement.json +5 -5
  807. package/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.minisig +3 -3
  808. package/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.statement.json +5 -5
  809. package/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.minisig +3 -3
  810. package/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.statement.json +5 -5
  811. package/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.minisig +3 -3
  812. package/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.statement.json +5 -5
  813. package/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.minisig +3 -3
  814. package/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.statement.json +5 -5
  815. package/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.minisig +3 -3
  816. package/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.statement.json +5 -5
  817. package/dist/public/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.minisig +3 -3
  818. package/dist/public/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.statement.json +5 -5
  819. package/dist/public/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.minisig +3 -3
  820. package/dist/public/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.statement.json +5 -5
  821. package/dist/public/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.minisig +3 -3
  822. package/dist/public/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.statement.json +5 -5
  823. package/dist/public/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.minisig +3 -3
  824. package/dist/public/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.statement.json +5 -5
  825. package/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.minisig +3 -3
  826. package/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.statement.json +5 -5
  827. package/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.minisig +3 -3
  828. package/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.statement.json +5 -5
  829. package/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.minisig +3 -3
  830. package/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.statement.json +5 -5
  831. package/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.minisig +3 -3
  832. package/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.statement.json +5 -5
  833. package/dist/public/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.minisig +3 -3
  834. package/dist/public/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.statement.json +5 -5
  835. package/dist/public/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.minisig +3 -3
  836. package/dist/public/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.statement.json +5 -5
  837. package/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.minisig +3 -3
  838. package/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.statement.json +5 -5
  839. package/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.minisig +3 -3
  840. package/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.statement.json +5 -5
  841. package/dist/public/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.minisig +3 -3
  842. package/dist/public/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.statement.json +5 -5
  843. package/dist/public/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.minisig +3 -3
  844. package/dist/public/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.statement.json +5 -5
  845. package/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.minisig +3 -3
  846. package/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.statement.json +5 -5
  847. package/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.minisig +3 -3
  848. package/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.statement.json +5 -5
  849. package/dist/public/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.minisig +3 -3
  850. package/dist/public/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.statement.json +5 -5
  851. package/dist/public/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.minisig +3 -3
  852. package/dist/public/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.statement.json +5 -5
  853. package/dist/public/attestations/bundle/.agents/skills/omg/vision/SKILL.md.minisig +3 -3
  854. package/dist/public/attestations/bundle/.agents/skills/omg/vision/SKILL.md.statement.json +6 -6
  855. package/dist/public/attestations/bundle/.agents/skills/omg/vision/openai.yaml.minisig +3 -3
  856. package/dist/public/attestations/bundle/.agents/skills/omg/vision/openai.yaml.statement.json +6 -6
  857. package/dist/public/attestations/bundle/.claude-plugin/marketplace.json.minisig +3 -3
  858. package/dist/public/attestations/bundle/.claude-plugin/marketplace.json.statement.json +6 -6
  859. package/dist/public/attestations/bundle/.claude-plugin/mcp.json.minisig +3 -3
  860. package/dist/public/attestations/bundle/.claude-plugin/mcp.json.statement.json +5 -5
  861. package/dist/public/attestations/bundle/.claude-plugin/plugin.json.minisig +3 -3
  862. package/dist/public/attestations/bundle/.claude-plugin/plugin.json.statement.json +6 -6
  863. package/dist/public/attestations/bundle/.mcp.json.minisig +3 -3
  864. package/dist/public/attestations/bundle/.mcp.json.statement.json +5 -5
  865. package/dist/public/attestations/bundle/OMG_COMPAT_CONTRACT.md.minisig +3 -3
  866. package/dist/public/attestations/bundle/OMG_COMPAT_CONTRACT.md.statement.json +6 -6
  867. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.minisig +3 -3
  868. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.statement.json +5 -5
  869. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.minisig +3 -3
  870. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.statement.json +5 -5
  871. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.minisig +3 -3
  872. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.statement.json +5 -5
  873. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:learn.md.minisig +3 -3
  874. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:learn.md.statement.json +5 -5
  875. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.minisig +3 -3
  876. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.statement.json +5 -5
  877. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.minisig +3 -3
  878. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.statement.json +5 -5
  879. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.minisig +3 -3
  880. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.statement.json +5 -5
  881. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.minisig +3 -3
  882. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.statement.json +5 -5
  883. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.minisig +3 -3
  884. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.statement.json +5 -5
  885. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ship.md.minisig +3 -3
  886. package/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ship.md.statement.json +5 -5
  887. package/dist/public/attestations/bundle/plugins/advanced/plugin.json.minisig +3 -3
  888. package/dist/public/attestations/bundle/plugins/advanced/plugin.json.statement.json +6 -6
  889. package/dist/public/attestations/bundle/registry/bundles/algorithms.yaml.minisig +3 -3
  890. package/dist/public/attestations/bundle/registry/bundles/algorithms.yaml.statement.json +6 -6
  891. package/dist/public/attestations/bundle/registry/bundles/api-twin.yaml.minisig +3 -3
  892. package/dist/public/attestations/bundle/registry/bundles/api-twin.yaml.statement.json +6 -6
  893. package/dist/public/attestations/bundle/registry/bundles/claim-judge.yaml.minisig +3 -3
  894. package/dist/public/attestations/bundle/registry/bundles/claim-judge.yaml.statement.json +6 -6
  895. package/dist/public/attestations/bundle/registry/bundles/control-plane.yaml.minisig +3 -3
  896. package/dist/public/attestations/bundle/registry/bundles/control-plane.yaml.statement.json +6 -6
  897. package/dist/public/attestations/bundle/registry/bundles/data-lineage.yaml.minisig +3 -3
  898. package/dist/public/attestations/bundle/registry/bundles/data-lineage.yaml.statement.json +6 -6
  899. package/dist/public/attestations/bundle/registry/bundles/delta-classifier.yaml.minisig +3 -3
  900. package/dist/public/attestations/bundle/registry/bundles/delta-classifier.yaml.statement.json +6 -6
  901. package/dist/public/attestations/bundle/registry/bundles/eval-gate.yaml.minisig +3 -3
  902. package/dist/public/attestations/bundle/registry/bundles/eval-gate.yaml.statement.json +6 -6
  903. package/dist/public/attestations/bundle/registry/bundles/health.yaml.minisig +3 -3
  904. package/dist/public/attestations/bundle/registry/bundles/health.yaml.statement.json +6 -6
  905. package/dist/public/attestations/bundle/registry/bundles/hook-governor.yaml.minisig +3 -3
  906. package/dist/public/attestations/bundle/registry/bundles/hook-governor.yaml.statement.json +6 -6
  907. package/dist/public/attestations/bundle/registry/bundles/incident-replay.yaml.minisig +3 -3
  908. package/dist/public/attestations/bundle/registry/bundles/incident-replay.yaml.statement.json +6 -6
  909. package/dist/public/attestations/bundle/registry/bundles/lsp-pack.yaml.minisig +3 -3
  910. package/dist/public/attestations/bundle/registry/bundles/lsp-pack.yaml.statement.json +6 -6
  911. package/dist/public/attestations/bundle/registry/bundles/mcp-fabric.yaml.minisig +3 -3
  912. package/dist/public/attestations/bundle/registry/bundles/mcp-fabric.yaml.statement.json +6 -6
  913. package/dist/public/attestations/bundle/registry/bundles/plan-council.yaml.minisig +3 -3
  914. package/dist/public/attestations/bundle/registry/bundles/plan-council.yaml.statement.json +6 -6
  915. package/dist/public/attestations/bundle/registry/bundles/preflight.yaml.minisig +3 -3
  916. package/dist/public/attestations/bundle/registry/bundles/preflight.yaml.statement.json +6 -6
  917. package/dist/public/attestations/bundle/registry/bundles/proof-gate.yaml.minisig +3 -3
  918. package/dist/public/attestations/bundle/registry/bundles/proof-gate.yaml.statement.json +6 -6
  919. package/dist/public/attestations/bundle/registry/bundles/remote-supervisor.yaml.minisig +3 -3
  920. package/dist/public/attestations/bundle/registry/bundles/remote-supervisor.yaml.statement.json +6 -6
  921. package/dist/public/attestations/bundle/registry/bundles/robotics.yaml.minisig +3 -3
  922. package/dist/public/attestations/bundle/registry/bundles/robotics.yaml.statement.json +6 -6
  923. package/dist/public/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.minisig +3 -3
  924. package/dist/public/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.statement.json +6 -6
  925. package/dist/public/attestations/bundle/registry/bundles/security-check.yaml.minisig +3 -3
  926. package/dist/public/attestations/bundle/registry/bundles/security-check.yaml.statement.json +6 -6
  927. package/dist/public/attestations/bundle/registry/bundles/test-intent-lock.yaml.minisig +3 -3
  928. package/dist/public/attestations/bundle/registry/bundles/test-intent-lock.yaml.statement.json +6 -6
  929. package/dist/public/attestations/bundle/registry/bundles/tracebank.yaml.minisig +3 -3
  930. package/dist/public/attestations/bundle/registry/bundles/tracebank.yaml.statement.json +6 -6
  931. package/dist/public/attestations/bundle/registry/bundles/vision.yaml.minisig +3 -3
  932. package/dist/public/attestations/bundle/registry/bundles/vision.yaml.statement.json +6 -6
  933. package/dist/public/attestations/bundle/registry/omg-capability.schema.json.minisig +3 -3
  934. package/dist/public/attestations/bundle/registry/omg-capability.schema.json.statement.json +6 -6
  935. package/dist/public/attestations/bundle/settings.json.minisig +3 -3
  936. package/dist/public/attestations/bundle/settings.json.statement.json +6 -6
  937. package/dist/public/bundle/.agents/skills/omg/AGENTS.fragment.md +2 -0
  938. package/dist/public/bundle/.agents/skills/omg/codex-rules.md +5 -0
  939. package/dist/public/bundle/.agents/skills/omg/vision/SKILL.md +1 -1
  940. package/dist/public/bundle/.agents/skills/omg/vision/openai.yaml +1 -1
  941. package/dist/public/bundle/.claude-plugin/marketplace.json +3 -3
  942. package/dist/public/bundle/.claude-plugin/plugin.json +1 -1
  943. package/dist/public/bundle/OMG_COMPAT_CONTRACT.md +3 -1
  944. package/dist/public/bundle/plugins/advanced/plugin.json +1 -1
  945. package/dist/public/bundle/registry/bundles/algorithms.yaml +1 -1
  946. package/dist/public/bundle/registry/bundles/api-twin.yaml +1 -1
  947. package/dist/public/bundle/registry/bundles/claim-judge.yaml +1 -1
  948. package/dist/public/bundle/registry/bundles/control-plane.yaml +1 -1
  949. package/dist/public/bundle/registry/bundles/data-lineage.yaml +1 -1
  950. package/dist/public/bundle/registry/bundles/delta-classifier.yaml +1 -1
  951. package/dist/public/bundle/registry/bundles/eval-gate.yaml +1 -1
  952. package/dist/public/bundle/registry/bundles/health.yaml +1 -1
  953. package/dist/public/bundle/registry/bundles/hook-governor.yaml +12 -16
  954. package/dist/public/bundle/registry/bundles/incident-replay.yaml +1 -1
  955. package/dist/public/bundle/registry/bundles/lsp-pack.yaml +1 -1
  956. package/dist/public/bundle/registry/bundles/mcp-fabric.yaml +1 -1
  957. package/dist/public/bundle/registry/bundles/plan-council.yaml +1 -1
  958. package/dist/public/bundle/registry/bundles/preflight.yaml +1 -1
  959. package/dist/public/bundle/registry/bundles/proof-gate.yaml +1 -1
  960. package/dist/public/bundle/registry/bundles/remote-supervisor.yaml +1 -1
  961. package/dist/public/bundle/registry/bundles/robotics.yaml +1 -1
  962. package/dist/public/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  963. package/dist/public/bundle/registry/bundles/security-check.yaml +1 -1
  964. package/dist/public/bundle/registry/bundles/test-intent-lock.yaml +1 -1
  965. package/dist/public/bundle/registry/bundles/tracebank.yaml +1 -1
  966. package/dist/public/bundle/registry/bundles/vision.yaml +2 -2
  967. package/dist/public/bundle/registry/omg-capability.schema.json +1 -1
  968. package/dist/public/bundle/settings.json +27 -27
  969. package/dist/public/manifest.json +120 -120
  970. package/dist/registry/bundles/hook-governor.yaml +12 -16
  971. package/docs/install/claude-code.md +6 -0
  972. package/docs/install/codex.md +2 -0
  973. package/hooks/_common.py +57 -0
  974. package/hooks/firewall.py +7 -4
  975. package/hooks/pre-compact.py +17 -8
  976. package/hooks/prompt-enhancer.py +8 -7
  977. package/hooks/secret-guard.py +8 -4
  978. package/hooks/session-start.py +11 -7
  979. package/hooks/setup_wizard.py +24 -8
  980. package/hooks/stop_dispatcher.py +10 -2
  981. package/hud/omg-hud.mjs +78 -10
  982. package/lab/pipeline.py +20 -2
  983. package/package.json +1 -1
  984. package/plugins/advanced/plugin.json +1 -1
  985. package/plugins/core/plugin.json +8 -2
  986. package/pyproject.toml +1 -1
  987. package/registry/approval_artifact.py +4 -2
  988. package/registry/bundles/algorithms.yaml +1 -1
  989. package/registry/bundles/api-twin.yaml +1 -1
  990. package/registry/bundles/claim-judge.yaml +1 -1
  991. package/registry/bundles/control-plane.yaml +1 -1
  992. package/registry/bundles/data-lineage.yaml +1 -1
  993. package/registry/bundles/delta-classifier.yaml +1 -1
  994. package/registry/bundles/eval-gate.yaml +1 -1
  995. package/registry/bundles/health.yaml +1 -1
  996. package/registry/bundles/hook-governor.yaml +12 -16
  997. package/registry/bundles/incident-replay.yaml +1 -1
  998. package/registry/bundles/lsp-pack.yaml +1 -1
  999. package/registry/bundles/mcp-fabric.yaml +1 -1
  1000. package/registry/bundles/plan-council.yaml +1 -1
  1001. package/registry/bundles/preflight.yaml +1 -1
  1002. package/registry/bundles/proof-gate.yaml +1 -1
  1003. package/registry/bundles/remote-supervisor.yaml +1 -1
  1004. package/registry/bundles/robotics.yaml +1 -1
  1005. package/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  1006. package/registry/bundles/security-check.yaml +1 -1
  1007. package/registry/bundles/test-intent-lock.yaml +1 -1
  1008. package/registry/bundles/tracebank.yaml +1 -1
  1009. package/registry/bundles/vision.yaml +2 -2
  1010. package/registry/omg-capability.schema.json +1 -1
  1011. package/registry/verify_artifact.py +18 -3
  1012. package/runtime/__init__.py +4 -0
  1013. package/runtime/adoption.py +1 -1
  1014. package/runtime/cli_provider.py +23 -3
  1015. package/runtime/compliance_governor.py +6 -1
  1016. package/runtime/contract_compiler.py +13 -6
  1017. package/runtime/domain_packs.py +1 -1
  1018. package/runtime/interaction_journal.py +5 -2
  1019. package/runtime/mcp_memory_server.py +37 -14
  1020. package/runtime/memory_store.py +29 -19
  1021. package/runtime/mutation_gate.py +18 -2
  1022. package/runtime/omg_compat_contract_snapshot.json +1 -1
  1023. package/runtime/plugin_interop.py +1 -1
  1024. package/runtime/providers/codex_provider.py +11 -2
  1025. package/runtime/providers/gemini_provider.py +11 -2
  1026. package/runtime/providers/kimi_provider.py +13 -2
  1027. package/runtime/providers/opencode_provider.py +6 -1
  1028. package/runtime/release_run_coordinator.py +28 -5
  1029. package/runtime/release_surfaces.py +10 -0
  1030. package/runtime/runtime_contracts.py +13 -0
  1031. package/runtime/team_router.py +28 -5
  1032. package/runtime/tmux_session_manager.py +7 -4
  1033. package/runtime/vision_artifacts.py +31 -0
  1034. package/runtime/vision_cache.py +38 -0
  1035. package/runtime/vision_jobs.py +89 -0
  1036. package/scripts/check-omg-public-ready.py +4 -3
  1037. package/scripts/migrate-legacy.py +14 -14
  1038. package/scripts/omg.py +51 -0
  1039. package/scripts/pre-release-check.sh +38 -0
  1040. package/scripts/prepare-release-proof-fixtures.py +57 -4
  1041. package/scripts/sync-release-identity.py +5 -0
  1042. package/scripts/verify-standalone.sh +2 -2
  1043. package/settings.json +27 -27
@@ -3,7 +3,9 @@ import json
3
3
  import os
4
4
  import sys
5
5
  import fcntl
6
+ import site
6
7
  from datetime import datetime, timezone
8
+ from pathlib import Path
7
9
 
8
10
  # --- Stop-Block Loop Breaker ---
9
11
  _STOP_BLOCK_TRACKER = ".omg/state/ledger/.stop-block-tracker.json"
@@ -19,6 +21,61 @@ PRE_TOOL_INJECT_MAX_MS = 100
19
21
  STOP_CHECK_MAX_MS = 15000
20
22
  STOP_DISPATCHER_TOTAL_MAX_MS = 90000
21
23
 
24
+
25
+ def _managed_site_packages(runtime_root: Path) -> list[Path]:
26
+ venv_root = runtime_root / ".venv"
27
+ if not venv_root.is_dir():
28
+ return []
29
+
30
+ candidates: list[Path] = []
31
+ for pattern in ("lib/python*/site-packages", "Lib/site-packages"):
32
+ for path in venv_root.glob(pattern):
33
+ if path.is_dir():
34
+ candidates.append(path.resolve())
35
+ return candidates
36
+
37
+
38
+ def bootstrap_runtime_paths(anchor: str | os.PathLike[str] | None = None) -> None:
39
+ """Add the repo root or portable omg-runtime root to ``sys.path``.
40
+
41
+ Installed hooks live under ``~/.claude/hooks`` while the portable runtime is
42
+ provisioned under ``~/.claude/omg-runtime``. Repo-local execution instead
43
+ keeps ``hooks/``, ``runtime/``, ``lab/`` and related packages side by side.
44
+ This helper resolves both layouts and is safe to call repeatedly.
45
+ """
46
+ anchor_path = Path(anchor).resolve() if anchor is not None else Path(__file__).resolve()
47
+ hooks_dir = anchor_path.parent
48
+ parent_dir = hooks_dir.parent
49
+
50
+ candidates: list[Path] = [hooks_dir]
51
+ for candidate in (
52
+ parent_dir,
53
+ parent_dir / "omg-runtime",
54
+ hooks_dir / "omg-runtime",
55
+ ):
56
+ if candidate not in candidates:
57
+ candidates.append(candidate)
58
+
59
+ project_dir = os.environ.get("CLAUDE_PROJECT_DIR", "").strip()
60
+ if project_dir:
61
+ project_path = Path(project_dir).resolve()
62
+ for candidate in (
63
+ project_path,
64
+ project_path / "omg-runtime",
65
+ ):
66
+ if candidate not in candidates:
67
+ candidates.append(candidate)
68
+
69
+ for candidate in candidates:
70
+ candidate_str = str(candidate)
71
+ if candidate.is_dir() and candidate_str not in sys.path:
72
+ sys.path.insert(0, candidate_str)
73
+ for site_packages in _managed_site_packages(candidate):
74
+ site.addsitedir(str(site_packages))
75
+
76
+
77
+ bootstrap_runtime_paths()
78
+
22
79
  def json_input():
23
80
  """Parse JSON from stdin. Returns dict or exits 0 on parse failure."""
24
81
  try:
@@ -10,13 +10,16 @@ import sys
10
10
  from pathlib import Path
11
11
  from typing import Any
12
12
 
13
- HOOKS_DIR = os.path.dirname(__file__)
14
- PROJECT_ROOT = os.path.dirname(HOOKS_DIR)
15
- for path in (HOOKS_DIR, PROJECT_ROOT):
13
+ HOOKS_DIR = str(Path(__file__).resolve().parent)
14
+ PROJECT_ROOT = str(Path(HOOKS_DIR).parent)
15
+ PORTABLE_RUNTIME_ROOT = str(Path(PROJECT_ROOT) / "omg-runtime")
16
+ for path in (HOOKS_DIR, PROJECT_ROOT, PORTABLE_RUNTIME_ROOT):
16
17
  if path not in sys.path:
17
18
  sys.path.insert(0, path)
18
19
 
19
- from _common import setup_crash_handler, json_input, deny_decision, is_bypass_mode, get_project_dir # pyright: ignore[reportImplicitRelativeImport]
20
+ from _common import bootstrap_runtime_paths, setup_crash_handler, json_input, deny_decision, is_bypass_mode, get_project_dir # pyright: ignore[reportImplicitRelativeImport]
21
+
22
+ bootstrap_runtime_paths(__file__)
20
23
 
21
24
  # Fail-closed: deny on crash (security hook)
22
25
  setup_crash_handler("firewall", fail_closed=True)
@@ -250,20 +250,29 @@ def main():
250
250
  resolve_state_file(project_dir, "state/ledger/failure-tracker.json", "ledger/failure-tracker.json"),
251
251
  resolve_state_file(project_dir, "state/ralph-loop.json", "ralph-loop.json"),
252
252
  ]
253
- cached = read_cache(snapshot_files)
254
253
  saved = []
255
254
  for src in snapshot_files:
256
- if cached.get(src) is not None:
255
+ if os.path.exists(src):
257
256
  dst = os.path.join(snapshot_dir, os.path.basename(src))
258
257
  if snapshot_file(src, dst, MAX_SNAPSHOT_BYTES):
259
258
  saved.append(os.path.basename(src))
260
259
 
261
- profile = first_lines(cached.get(resolve_state_file(project_dir, "state/profile.yaml", "profile.yaml")), 20)
262
- wm = first_lines(cached.get(resolve_state_file(project_dir, "state/working-memory.md", "working-memory.md")), 15)
263
- plan = first_lines(cached.get(resolve_state_file(project_dir, "state/_plan.md", "_plan.md")), 10)
264
- checklist = first_lines(cached.get(resolve_state_file(project_dir, "state/_checklist.md", "_checklist.md")), 50)
265
- tracker = cached.get(resolve_state_file(project_dir, "state/ledger/failure-tracker.json", "ledger/failure-tracker.json"))
266
- ralph_loop = cached.get(resolve_state_file(project_dir, "state/ralph-loop.json", "ralph-loop.json"))
260
+ summary_files = {
261
+ "profile": resolve_state_file(project_dir, "state/profile.yaml", "profile.yaml"),
262
+ "working_memory": resolve_state_file(project_dir, "state/working-memory.md", "working-memory.md"),
263
+ "plan": resolve_state_file(project_dir, "state/_plan.md", "_plan.md"),
264
+ "checklist": resolve_state_file(project_dir, "state/_checklist.md", "_checklist.md"),
265
+ "tracker": resolve_state_file(project_dir, "state/ledger/failure-tracker.json", "ledger/failure-tracker.json"),
266
+ "ralph_loop": resolve_state_file(project_dir, "state/ralph-loop.json", "ralph-loop.json"),
267
+ }
268
+ cached = read_cache(list(summary_files.values()))
269
+
270
+ profile = first_lines(cached.get(summary_files["profile"]), 20)
271
+ wm = first_lines(cached.get(summary_files["working_memory"]), 15)
272
+ plan = first_lines(cached.get(summary_files["plan"]), 10)
273
+ checklist = first_lines(cached.get(summary_files["checklist"]), 50)
274
+ tracker = cached.get(summary_files["tracker"])
275
+ ralph_loop = cached.get(summary_files["ralph_loop"])
267
276
 
268
277
  parts = [
269
278
  f"# Handoff -- {datetime.now().strftime('%Y-%m-%d %H:%M')}",
@@ -18,10 +18,19 @@ import hashlib
18
18
  import json, sys, os, re, time
19
19
  from datetime import datetime, timezone
20
20
  import importlib
21
+ from pathlib import Path
21
22
 
22
- HOOKS_DIR = os.path.dirname(__file__)
23
- if HOOKS_DIR not in sys.path:
24
- sys.path.insert(0, HOOKS_DIR)
23
+ HOOKS_DIR = str(Path(__file__).resolve().parent)
24
+ _PROJECT_ROOT = str(Path(HOOKS_DIR).parent)
25
+ _PORTABLE_RUNTIME_ROOT = str(Path(_PROJECT_ROOT) / "omg-runtime")
26
+ for path in (HOOKS_DIR, _PROJECT_ROOT, _PORTABLE_RUNTIME_ROOT):
27
+ if path not in sys.path:
28
+ sys.path.insert(0, path)
29
+
30
+ try:
31
+ from runtime.complexity_scorer import score_complexity
32
+ except ImportError:
33
+ score_complexity = None
25
34
 
26
35
  try:
27
36
  from hooks._common import setup_crash_handler, json_input, atomic_json_write, get_feature_flag, _resolve_project_dir
@@ -260,6 +269,7 @@ def _build_intent_gate_state(prompt_text, payload):
260
269
  "missing_slots": missing_slots,
261
270
  "clarification_prompt": clarification_prompt,
262
271
  "source_prompt_hash": source_prompt_hash,
272
+ "governance": score_complexity(prompt_text).get("governance", {}),
263
273
  "updated_at": datetime.now(timezone.utc).isoformat(),
264
274
  }
265
275
 
@@ -301,6 +311,24 @@ if detected_intent in ("fix", "implement", "refactor"):
301
311
  "@verify: After EVERY change run build/lint/test. Show exit code."
302
312
  )
303
313
 
314
+ _gov_payload: dict[str, object] | None = None
315
+ if score_complexity is not None and detected_intent in (
316
+ "fix", "implement", "refactor", "plan", "review",
317
+ ):
318
+ try:
319
+ _gov_raw = score_complexity(prompt).get("governance")
320
+ if isinstance(_gov_raw, dict):
321
+ _gov_payload = _gov_raw
322
+ except Exception:
323
+ pass
324
+ if _gov_payload and budget_ok():
325
+ parts.append(
326
+ f"@governance: read_first={_gov_payload.get('read_first', False)} "
327
+ f"simplify_only={_gov_payload.get('simplify_only', False)} "
328
+ f"optimize_only={_gov_payload.get('optimize_only', False)} "
329
+ f"complexity={_gov_payload.get('complexity', 'low')}"
330
+ )
331
+
304
332
  if parts and budget_ok():
305
333
  add("\n".join(parts))
306
334
 
@@ -403,10 +431,21 @@ if not is_crazy and not is_ulw and budget_ok():
403
431
  elif word_count > 40:
404
432
  complexity_score += 1
405
433
 
434
+ complexity_category = "low"
435
+ if score_complexity is not None:
436
+ try:
437
+ scored = score_complexity(prompt)
438
+ scored_category = str(scored.get("category", "low")).strip().lower()
439
+ if scored_category in {"trivial", "low", "medium", "high"}:
440
+ complexity_category = scored_category
441
+ except Exception:
442
+ pass
443
+
406
444
  # HIGH complexity (≥4): auto-trigger CRAZY
407
445
  if complexity_score >= 4:
408
446
  add(
409
447
  "@mode:CRAZY(auto) — Complex task detected (multi-step/multi-component). "
448
+ f"Complexity label={complexity_category}. "
410
449
  "All agents active: Claude=orchestrator, Codex=deep-code, Gemini=UI/UX. "
411
450
  "Work through all items systematically. Verify each step."
412
451
  )
@@ -414,6 +453,7 @@ if not is_crazy and not is_ulw and budget_ok():
414
453
  elif complexity_score >= 2:
415
454
  add(
416
455
  "@mode:PERSISTENT(auto) — Multi-step task detected. "
456
+ f"Complexity label={complexity_category}. "
417
457
  "Work through ALL items. Skip if blocked, continue others. "
418
458
  "Don't stop until checklist complete."
419
459
  )
@@ -6,14 +6,18 @@ Delegates file policy decisions to policy_engine.py.
6
6
  import json
7
7
  import os
8
8
  import sys
9
+ from pathlib import Path
9
10
 
10
- HOOKS_DIR = os.path.dirname(__file__)
11
- PROJECT_ROOT = os.path.dirname(HOOKS_DIR)
12
- for path in (HOOKS_DIR, PROJECT_ROOT):
11
+ HOOKS_DIR = str(Path(__file__).resolve().parent)
12
+ PROJECT_ROOT = str(Path(HOOKS_DIR).parent)
13
+ PORTABLE_RUNTIME_ROOT = str(Path(PROJECT_ROOT) / "omg-runtime")
14
+ for path in (HOOKS_DIR, PROJECT_ROOT, PORTABLE_RUNTIME_ROOT):
13
15
  if path not in sys.path:
14
16
  sys.path.insert(0, path)
15
17
 
16
- from _common import setup_crash_handler, json_input, deny_decision, is_bypass_mode, get_project_dir
18
+ from _common import bootstrap_runtime_paths, setup_crash_handler, json_input, deny_decision, is_bypass_mode, get_project_dir
19
+
20
+ bootstrap_runtime_paths(__file__)
17
21
 
18
22
  # Fail-closed: deny on crash (security hook)
19
23
  setup_crash_handler("secret-guard", fail_closed=True)
@@ -9,17 +9,21 @@ import os
9
9
  import sys
10
10
  import time as _time
11
11
  import re as _re
12
+ from pathlib import Path
12
13
 
13
- HOOKS_DIR = os.path.dirname(__file__)
14
- PROJECT_ROOT = os.path.dirname(HOOKS_DIR)
15
- if PROJECT_ROOT not in sys.path:
16
- sys.path.insert(0, PROJECT_ROOT)
17
- if HOOKS_DIR not in sys.path:
18
- sys.path.insert(0, HOOKS_DIR)
14
+ HOOKS_DIR = str(Path(__file__).resolve().parent)
15
+ PROJECT_ROOT = str(Path(HOOKS_DIR).parent)
16
+ PORTABLE_RUNTIME_ROOT = str(Path(PROJECT_ROOT) / "omg-runtime")
17
+ for path in (HOOKS_DIR, PROJECT_ROOT, PORTABLE_RUNTIME_ROOT):
18
+ if path not in sys.path:
19
+ sys.path.insert(0, path)
19
20
 
20
- from hooks._common import setup_crash_handler, json_input, get_feature_flag, _resolve_project_dir
21
+ from hooks._common import bootstrap_runtime_paths, setup_crash_handler, json_input, get_feature_flag, _resolve_project_dir
21
22
  from hooks.state_migration import resolve_state_file, resolve_state_dir
22
23
  from hooks._budget import BUDGET_SESSION_TOTAL, BUDGET_SESSION_IDLE
24
+
25
+ bootstrap_runtime_paths(__file__)
26
+
23
27
  from runtime.context_engine import render_profile_digest_text
24
28
 
25
29
  setup_crash_handler("session-start", fail_closed=False)
@@ -14,12 +14,17 @@ from typing import Any, cast
14
14
 
15
15
  import yaml
16
16
 
17
- from hooks._common import get_feature_flag
17
+ _HOOKS_DIR = Path(__file__).resolve().parent
18
+ _PROJECT_ROOT = _HOOKS_DIR.parent
19
+ _PORTABLE_RUNTIME_ROOT = _PROJECT_ROOT / "omg-runtime"
20
+ for path in (_HOOKS_DIR, _PROJECT_ROOT, _PORTABLE_RUNTIME_ROOT):
21
+ path_str = str(path)
22
+ if path_str not in sys.path:
23
+ sys.path.insert(0, path_str)
18
24
 
19
- # Ensure project root is on sys.path for runtime imports
20
- _PROJECT_ROOT = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
21
- if _PROJECT_ROOT not in sys.path:
22
- sys.path.insert(0, _PROJECT_ROOT)
25
+ from hooks._common import bootstrap_runtime_paths, get_feature_flag
26
+
27
+ bootstrap_runtime_paths(__file__)
23
28
 
24
29
  from runtime.cli_provider import get_provider, list_available_providers # noqa: E402
25
30
  from runtime.mcp_config_writers import ( # noqa: E402
@@ -47,6 +52,7 @@ from runtime.adoption import ( # noqa: E402
47
52
  build_adoption_report,
48
53
  get_mode_profile,
49
54
  get_preset_features,
55
+ detect_ecosystems,
50
56
  resolve_preset,
51
57
  write_adoption_report,
52
58
  )
@@ -249,12 +255,15 @@ def get_default_mcps_for_preset(preset: str) -> list[str]:
249
255
  the requested *preset* level.
250
256
  """
251
257
  level = _PRESET_LEVEL.get(preset, 0)
252
- return [
258
+ default_ids = [
253
259
  m["id"]
254
260
  for m in MCP_CATALOG
255
261
  if _PRESET_LEVEL.get(m.get("min_preset", ""), -1) <= level
256
262
  and m.get("min_preset") is not None
257
263
  ]
264
+ if preset == "buffet" and os.environ.get("OMG_SETUP_ENABLED", "0").strip() != "1":
265
+ default_ids.append("notebooklm")
266
+ return default_ids
258
267
 
259
268
 
260
269
  def _normalize_mcp_ids(selected_ids: list[str]) -> list[str]:
@@ -1028,9 +1037,15 @@ def run_setup_wizard(
1028
1037
 
1029
1038
  selected_preset = resolve_preset(preset or ("balanced" if non_interactive else "safe"))
1030
1039
  selected_setup_mode = select_setup_mode(setup_mode)
1040
+ requested_mode = mode
1041
+ if requested_mode is None and non_interactive:
1042
+ detected = detect_ecosystems(project_dir)
1043
+ if not detected:
1044
+ requested_mode = "omg-only"
1045
+
1031
1046
  adoption = build_adoption_report(
1032
1047
  project_dir,
1033
- requested_mode=mode,
1048
+ requested_mode=requested_mode,
1034
1049
  preset=selected_preset,
1035
1050
  adopt=adopt,
1036
1051
  )
@@ -1110,7 +1125,8 @@ def run_setup_wizard(
1110
1125
  "blockers": [{"name": c["name"], "message": c["message"]} for c in blockers],
1111
1126
  }
1112
1127
 
1113
- if blockers:
1128
+ has_detected_cli = any(bool(v.get("detected", False)) for v in clis.values() if isinstance(v, dict))
1129
+ if blockers and not non_interactive and not has_detected_cli:
1114
1130
  result["status"] = "validation_failed"
1115
1131
 
1116
1132
  return result
@@ -9,14 +9,20 @@ import subprocess
9
9
  import sys
10
10
  import time
11
11
  from datetime import datetime, timedelta, timezone
12
+ from pathlib import Path
12
13
  import warnings
13
14
 
14
- sys.path.insert(0, os.path.dirname(__file__))
15
- sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
15
+ HOOKS_DIR = str(Path(__file__).resolve().parent)
16
+ PROJECT_ROOT = str(Path(HOOKS_DIR).parent)
17
+ PORTABLE_RUNTIME_ROOT = str(Path(PROJECT_ROOT) / "omg-runtime")
18
+ for path in (HOOKS_DIR, PROJECT_ROOT, PORTABLE_RUNTIME_ROOT):
19
+ if path not in sys.path:
20
+ sys.path.insert(0, path)
16
21
 
17
22
  from hooks._common import ( # noqa: E402
18
23
  atomic_json_write,
19
24
  block_decision,
25
+ bootstrap_runtime_paths,
20
26
  check_performance_budget,
21
27
  get_feature_flag,
22
28
  get_project_dir,
@@ -31,6 +37,8 @@ from hooks._common import ( # noqa: E402
31
37
  )
32
38
  from hooks.state_migration import resolve_state_file # noqa: E402
33
39
 
40
+ bootstrap_runtime_paths(__file__)
41
+
34
42
  from runtime.release_run_coordinator import resolve_current_run_id # noqa: E402
35
43
  from runtime import test_intent_lock # noqa: E402
36
44
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omg-advanced",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
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.1.7",
3
+ "version": "2.1.8",
4
4
  "description": "Core OMG commands - native setup, routing, orchestration, and verification surfaces",
5
5
  "type": "omg-plugin",
6
6
  "commands": {
@@ -74,6 +74,11 @@
74
74
  "description": "Set cognitive mode for the session",
75
75
  "category": "config"
76
76
  },
77
+ "preset": {
78
+ "path": "commands/OMG:preset.md",
79
+ "description": "Inspect or apply the canonical OMG preset for the current project",
80
+ "category": "config"
81
+ },
77
82
  "domain-init": {
78
83
  "path": "commands/OMG:domain-init.md",
79
84
  "description": "Alias for domain scaffolding (use init instead)",
@@ -152,7 +157,8 @@
152
157
  "config": {
153
158
  "description": "Configuration and settings",
154
159
  "commands": [
155
- "mode"
160
+ "mode",
161
+ "preset"
156
162
  ]
157
163
  },
158
164
  "observability": {
@@ -7,11 +7,10 @@ from dataclasses import asdict, dataclass
7
7
  from pathlib import Path
8
8
  from typing import Any
9
9
 
10
- from cryptography.hazmat.primitives.asymmetric.ed25519 import Ed25519PublicKey
11
-
12
10
  from registry.verify_artifact import (
13
11
  _canonical_json,
14
12
  _key_id_from_public_key,
13
+ _load_ed25519_backend,
15
14
  _load_trusted_signers,
16
15
  _parse_minisign_detached,
17
16
  _utc_now,
@@ -126,8 +125,11 @@ def verify_approval_artifact(
126
125
  if not isinstance(public_key_b64, str) or not public_key_b64:
127
126
  return {"valid": False, "reason": "invalid trusted signer public key"}
128
127
  try:
128
+ _, _, Ed25519PublicKey = _load_ed25519_backend()
129
129
  public_key_raw = base64.b64decode(public_key_b64, validate=True)
130
130
  public_key = Ed25519PublicKey.from_public_bytes(public_key_raw)
131
+ except ModuleNotFoundError as exc:
132
+ return {"valid": False, "reason": str(exc)}
131
133
  except Exception:
132
134
  return {"valid": False, "reason": "invalid trusted signer public key"}
133
135
 
@@ -1,6 +1,6 @@
1
1
  id: algorithms
2
2
  kind: domain-pack
3
- version: 2.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
4
4
  title: OMG Control Plane
5
5
  description: Canonical production control plane bundle for Claude, Codex, Gemini, and Kimi.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: data-lineage
2
2
  kind: provenance
3
- version: 2.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
4
4
  title: OMG Hook Governor
5
5
  description: Canonical hook ordering, policy reinjection, and protected-path governance.
6
6
  hosts:
@@ -39,46 +39,42 @@ lifecycle_hooks:
39
39
  - TaskCompleted
40
40
  compiled_hooks:
41
41
  SessionStart:
42
- - command: python3 "$HOME/.claude/hooks/session-start.py"
42
+ - command: "\"$HOME/.claude/omg-runtime/.venv/bin/python\" \"$HOME/.claude/hooks/session-start.py\""
43
43
  timeout: 10
44
44
  SessionEnd:
45
- - command: python3 "$HOME/.claude/hooks/session-end-capture.py"
45
+ - command: "\"$HOME/.claude/omg-runtime/.venv/bin/python\" \"$HOME/.claude/hooks/session-end-capture.py\""
46
46
  PreToolUse:
47
47
  - matcher: Bash
48
- command: python3 "$HOME/.claude/hooks/firewall.py"
48
+ command: "\"$HOME/.claude/omg-runtime/.venv/bin/python\" \"$HOME/.claude/hooks/firewall.py\""
49
49
  timeout: 10
50
50
  - matcher: Read|Write|Edit|MultiEdit
51
- command: python3 "$HOME/.claude/hooks/secret-guard.py"
51
+ command: "\"$HOME/.claude/omg-runtime/.venv/bin/python\" \"$HOME/.claude/hooks/secret-guard.py\""
52
52
  timeout: 10
53
53
  - matcher: ""
54
- command: python3 "$HOME/.claude/hooks/tdd-gate.py"
55
- timeout: 10
56
- - matcher: ""
57
- command: python3 "$HOME/.claude/hooks/pre-tool-inject.py"
54
+ command: "\"$HOME/.claude/omg-runtime/.venv/bin/python\" \"$HOME/.claude/hooks/pre-tool-inject.py\""
58
55
  PostToolUse:
59
56
  - matcher: Bash
60
- command: python3 "$HOME/.claude/hooks/circuit-breaker.py"
57
+ command: "\"$HOME/.claude/omg-runtime/.venv/bin/python\" \"$HOME/.claude/hooks/circuit-breaker.py\""
61
58
  timeout: 10
62
59
  - matcher: Write|Edit|MultiEdit
63
- command: python3 "$HOME/.claude/hooks/tool-ledger.py"
60
+ command: "\"$HOME/.claude/omg-runtime/.venv/bin/python\" \"$HOME/.claude/hooks/tool-ledger.py\""
64
61
  timeout: 10
65
62
  - matcher: Write|Edit|MultiEdit
66
- command: python3 "$HOME/.claude/hooks/test_generator_hook.py"
63
+ command: "\"$HOME/.claude/omg-runtime/.venv/bin/python\" \"$HOME/.claude/hooks/test_generator_hook.py\""
67
64
  timeout: 10
68
65
  - matcher: ""
69
- command: python3 "$HOME/.claude/hooks/budget_governor.py"
66
+ command: "\"$HOME/.claude/omg-runtime/.venv/bin/python\" \"$HOME/.claude/hooks/budget_governor.py\""
70
67
  timeout: 10
71
68
  PostToolUseFailure:
72
- - command: python3 "$HOME/.claude/hooks/post-tool-failure.py"
69
+ - command: "\"$HOME/.claude/omg-runtime/.venv/bin/python\" \"$HOME/.claude/hooks/post-tool-failure.py\""
73
70
  Stop:
74
71
  - matcher: ""
75
- command: python3 "$HOME/.claude/hooks/stop_dispatcher.py"
72
+ command: "\"$HOME/.claude/omg-runtime/.venv/bin/python\" \"$HOME/.claude/hooks/stop_dispatcher.py\""
76
73
  timeout: 90
77
74
  feature_dependencies:
78
75
  defense-state:
79
76
  required_for:
80
77
  - hook-governor
81
- - tdd-gate
82
78
  mcp_contract:
83
79
  servers:
84
80
  - omg-control
@@ -1,6 +1,6 @@
1
1
  id: incident-replay
2
2
  kind: debugging
3
- version: 2.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
4
4
  title: OMG Plan Council
5
5
  description: Canonical council-style planning bundle for explicit, evidence-backed deep plans.
6
6
  hosts:
@@ -1,6 +1,6 @@
1
1
  id: preflight
2
2
  kind: routing
3
- version: 2.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
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.1.7
3
+ version: 2.1.9
4
4
  title: OMG Robotics Pack
5
5
  description: Robotics safety policy, replay, and evaluation attachments.
6
6
  hosts: