@trac3er/oh-my-god 2.2.3 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1047) hide show
  1. package/.claude-plugin/marketplace.json +3 -3
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/.claude-plugin/scripts/install.sh +1 -1
  4. package/.gemini/settings.json +2 -2
  5. package/.kimi/mcp.json +2 -2
  6. package/CHANGELOG.md +14 -1
  7. package/CLI-ADAPTER-MAP.md +3 -3
  8. package/OMG-setup.sh +7 -6
  9. package/OMG_COMPAT_CONTRACT.md +1 -1
  10. package/README.md +4 -2
  11. package/artifacts/public/dist/public/manifest.json +2 -2
  12. package/commands/OMG:validate.md +1 -1
  13. package/dist/enterprise/manifest.json +2 -2
  14. package/dist/public/manifest.json +2 -2
  15. package/docs/install/github-app.md +8 -7
  16. package/hooks/_common.py +20 -6
  17. package/hooks/secret-guard.py +3 -2
  18. package/hooks/stop_dispatcher.py +20 -2
  19. package/hooks/terms-guard.py +96 -0
  20. package/hooks/test-validator.py +36 -4
  21. package/hud/omg-hud.mjs +1 -1
  22. package/package.json +1 -1
  23. package/plugins/advanced/plugin.json +1 -1
  24. package/plugins/core/plugin.json +1 -1
  25. package/pyproject.toml +1 -1
  26. package/registry/bundles/algorithms.yaml +1 -1
  27. package/registry/bundles/api-twin.yaml +1 -1
  28. package/registry/bundles/ast-pack.yaml +1 -1
  29. package/registry/bundles/claim-judge.yaml +1 -1
  30. package/registry/bundles/control-plane.yaml +1 -1
  31. package/registry/bundles/data-lineage.yaml +1 -1
  32. package/registry/bundles/delta-classifier.yaml +1 -1
  33. package/registry/bundles/eval-gate.yaml +1 -1
  34. package/registry/bundles/hash-edit.yaml +1 -1
  35. package/registry/bundles/health.yaml +1 -1
  36. package/registry/bundles/hook-governor.yaml +1 -1
  37. package/registry/bundles/incident-replay.yaml +1 -1
  38. package/registry/bundles/lsp-pack.yaml +1 -1
  39. package/registry/bundles/mcp-fabric.yaml +1 -1
  40. package/registry/bundles/plan-council.yaml +1 -1
  41. package/registry/bundles/preflight.yaml +1 -1
  42. package/registry/bundles/proof-gate.yaml +1 -1
  43. package/registry/bundles/remote-supervisor.yaml +1 -1
  44. package/registry/bundles/robotics.yaml +1 -1
  45. package/registry/bundles/secure-worktree-pipeline.yaml +1 -1
  46. package/registry/bundles/security-check.yaml +1 -1
  47. package/registry/bundles/terminal-lane.yaml +1 -1
  48. package/registry/bundles/test-intent-lock.yaml +1 -1
  49. package/registry/bundles/tracebank.yaml +1 -1
  50. package/registry/bundles/vision.yaml +1 -1
  51. package/registry/omg-capability.schema.json +1 -1
  52. package/runtime/adoption.py +3 -2
  53. package/runtime/compliance_governor.py +28 -2
  54. package/runtime/context_compiler.py +131 -0
  55. package/runtime/contract_compiler.py +120 -25
  56. package/runtime/delta_classifier.py +68 -0
  57. package/runtime/github_review_bot.py +2 -2
  58. package/runtime/github_review_formatter.py +14 -0
  59. package/runtime/mutation_gate.py +38 -9
  60. package/runtime/omg_compat_contract_snapshot.json +1 -1
  61. package/runtime/provider_parity_eval.py +109 -0
  62. package/runtime/test_intent_lock.py +24 -2
  63. package/scripts/omg.py +63 -6
  64. package/settings.json +13 -3
  65. package/artifacts/release/.agents/skills/omg/AGENTS.fragment.md +0 -75
  66. package/artifacts/release/.agents/skills/omg/algorithms/SKILL.md +0 -11
  67. package/artifacts/release/.agents/skills/omg/algorithms/openai.yaml +0 -11
  68. package/artifacts/release/.agents/skills/omg/api-twin/SKILL.md +0 -11
  69. package/artifacts/release/.agents/skills/omg/api-twin/openai.yaml +0 -12
  70. package/artifacts/release/.agents/skills/omg/ast-pack/SKILL.md +0 -11
  71. package/artifacts/release/.agents/skills/omg/ast-pack/openai.yaml +0 -12
  72. package/artifacts/release/.agents/skills/omg/claim-judge/SKILL.md +0 -11
  73. package/artifacts/release/.agents/skills/omg/claim-judge/openai.yaml +0 -13
  74. package/artifacts/release/.agents/skills/omg/codex-mcp.toml +0 -4
  75. package/artifacts/release/.agents/skills/omg/codex-rules.md +0 -38
  76. package/artifacts/release/.agents/skills/omg/control-plane/SKILL.md +0 -11
  77. package/artifacts/release/.agents/skills/omg/control-plane/openai.yaml +0 -14
  78. package/artifacts/release/.agents/skills/omg/data-lineage/SKILL.md +0 -11
  79. package/artifacts/release/.agents/skills/omg/data-lineage/openai.yaml +0 -12
  80. package/artifacts/release/.agents/skills/omg/delta-classifier/SKILL.md +0 -11
  81. package/artifacts/release/.agents/skills/omg/delta-classifier/openai.yaml +0 -12
  82. package/artifacts/release/.agents/skills/omg/eval-gate/SKILL.md +0 -11
  83. package/artifacts/release/.agents/skills/omg/eval-gate/openai.yaml +0 -12
  84. package/artifacts/release/.agents/skills/omg/hash-edit/SKILL.md +0 -11
  85. package/artifacts/release/.agents/skills/omg/hash-edit/openai.yaml +0 -11
  86. package/artifacts/release/.agents/skills/omg/health/SKILL.md +0 -11
  87. package/artifacts/release/.agents/skills/omg/health/openai.yaml +0 -11
  88. package/artifacts/release/.agents/skills/omg/hook-governor/SKILL.md +0 -11
  89. package/artifacts/release/.agents/skills/omg/hook-governor/openai.yaml +0 -11
  90. package/artifacts/release/.agents/skills/omg/incident-replay/SKILL.md +0 -11
  91. package/artifacts/release/.agents/skills/omg/incident-replay/openai.yaml +0 -12
  92. package/artifacts/release/.agents/skills/omg/lsp-pack/SKILL.md +0 -11
  93. package/artifacts/release/.agents/skills/omg/lsp-pack/openai.yaml +0 -12
  94. package/artifacts/release/.agents/skills/omg/mcp-fabric/SKILL.md +0 -11
  95. package/artifacts/release/.agents/skills/omg/mcp-fabric/openai.yaml +0 -13
  96. package/artifacts/release/.agents/skills/omg/plan-council/SKILL.md +0 -11
  97. package/artifacts/release/.agents/skills/omg/plan-council/openai.yaml +0 -12
  98. package/artifacts/release/.agents/skills/omg/preflight/SKILL.md +0 -11
  99. package/artifacts/release/.agents/skills/omg/preflight/openai.yaml +0 -12
  100. package/artifacts/release/.agents/skills/omg/proof-gate/SKILL.md +0 -11
  101. package/artifacts/release/.agents/skills/omg/proof-gate/openai.yaml +0 -13
  102. package/artifacts/release/.agents/skills/omg/remote-supervisor/SKILL.md +0 -11
  103. package/artifacts/release/.agents/skills/omg/remote-supervisor/openai.yaml +0 -12
  104. package/artifacts/release/.agents/skills/omg/robotics/SKILL.md +0 -11
  105. package/artifacts/release/.agents/skills/omg/robotics/openai.yaml +0 -11
  106. package/artifacts/release/.agents/skills/omg/secure-worktree-pipeline/SKILL.md +0 -11
  107. package/artifacts/release/.agents/skills/omg/secure-worktree-pipeline/openai.yaml +0 -12
  108. package/artifacts/release/.agents/skills/omg/security-check/SKILL.md +0 -11
  109. package/artifacts/release/.agents/skills/omg/security-check/openai.yaml +0 -13
  110. package/artifacts/release/.agents/skills/omg/terminal-lane/SKILL.md +0 -11
  111. package/artifacts/release/.agents/skills/omg/terminal-lane/openai.yaml +0 -11
  112. package/artifacts/release/.agents/skills/omg/test-intent-lock/SKILL.md +0 -11
  113. package/artifacts/release/.agents/skills/omg/test-intent-lock/openai.yaml +0 -13
  114. package/artifacts/release/.agents/skills/omg/tracebank/SKILL.md +0 -11
  115. package/artifacts/release/.agents/skills/omg/tracebank/openai.yaml +0 -12
  116. package/artifacts/release/.agents/skills/omg/vision/SKILL.md +0 -11
  117. package/artifacts/release/.agents/skills/omg/vision/openai.yaml +0 -11
  118. package/artifacts/release/.claude-plugin/marketplace.json +0 -36
  119. package/artifacts/release/.claude-plugin/mcp.json +0 -11
  120. package/artifacts/release/.claude-plugin/plugin.json +0 -23
  121. package/artifacts/release/.gemini/settings.json +0 -72
  122. package/artifacts/release/.kimi/mcp.json +0 -72
  123. package/artifacts/release/.mcp.json +0 -18
  124. package/artifacts/release/OMG_COMPAT_CONTRACT.md +0 -111
  125. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.minisig +0 -4
  126. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.statement.json +0 -35
  127. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.minisig +0 -4
  128. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.statement.json +0 -35
  129. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.minisig +0 -4
  130. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.statement.json +0 -35
  131. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.minisig +0 -4
  132. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.statement.json +0 -35
  133. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.minisig +0 -4
  134. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.statement.json +0 -35
  135. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/ast-pack/SKILL.md.minisig +0 -4
  136. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/ast-pack/SKILL.md.statement.json +0 -35
  137. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/ast-pack/openai.yaml.minisig +0 -4
  138. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/ast-pack/openai.yaml.statement.json +0 -35
  139. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.minisig +0 -4
  140. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.statement.json +0 -35
  141. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.minisig +0 -4
  142. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.statement.json +0 -35
  143. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-mcp.toml.minisig +0 -4
  144. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-mcp.toml.statement.json +0 -35
  145. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-rules.md.minisig +0 -4
  146. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/codex-rules.md.statement.json +0 -35
  147. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.minisig +0 -4
  148. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.statement.json +0 -35
  149. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.minisig +0 -4
  150. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.statement.json +0 -35
  151. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.minisig +0 -4
  152. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.statement.json +0 -35
  153. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.minisig +0 -4
  154. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.statement.json +0 -35
  155. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.minisig +0 -4
  156. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.statement.json +0 -35
  157. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.minisig +0 -4
  158. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.statement.json +0 -35
  159. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.minisig +0 -4
  160. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.statement.json +0 -35
  161. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.minisig +0 -4
  162. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.statement.json +0 -35
  163. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hash-edit/SKILL.md.minisig +0 -4
  164. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hash-edit/SKILL.md.statement.json +0 -35
  165. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hash-edit/openai.yaml.minisig +0 -4
  166. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hash-edit/openai.yaml.statement.json +0 -35
  167. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/health/SKILL.md.minisig +0 -4
  168. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/health/SKILL.md.statement.json +0 -35
  169. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/health/openai.yaml.minisig +0 -4
  170. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/health/openai.yaml.statement.json +0 -35
  171. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.minisig +0 -4
  172. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.statement.json +0 -35
  173. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.minisig +0 -4
  174. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.statement.json +0 -35
  175. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.minisig +0 -4
  176. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.statement.json +0 -35
  177. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.minisig +0 -4
  178. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.statement.json +0 -35
  179. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.minisig +0 -4
  180. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.statement.json +0 -35
  181. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.minisig +0 -4
  182. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.statement.json +0 -35
  183. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.minisig +0 -4
  184. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.statement.json +0 -35
  185. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.minisig +0 -4
  186. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.statement.json +0 -35
  187. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.minisig +0 -4
  188. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.statement.json +0 -35
  189. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.minisig +0 -4
  190. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.statement.json +0 -35
  191. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.minisig +0 -4
  192. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.statement.json +0 -35
  193. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.minisig +0 -4
  194. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.statement.json +0 -35
  195. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.minisig +0 -4
  196. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.statement.json +0 -35
  197. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.minisig +0 -4
  198. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.statement.json +0 -35
  199. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.minisig +0 -4
  200. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.statement.json +0 -35
  201. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.minisig +0 -4
  202. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.statement.json +0 -35
  203. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.minisig +0 -4
  204. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.statement.json +0 -35
  205. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.minisig +0 -4
  206. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.statement.json +0 -35
  207. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.minisig +0 -4
  208. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.statement.json +0 -35
  209. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.minisig +0 -4
  210. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.statement.json +0 -35
  211. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.minisig +0 -4
  212. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.statement.json +0 -35
  213. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.minisig +0 -4
  214. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.statement.json +0 -35
  215. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/terminal-lane/SKILL.md.minisig +0 -4
  216. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/terminal-lane/SKILL.md.statement.json +0 -35
  217. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/terminal-lane/openai.yaml.minisig +0 -4
  218. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/terminal-lane/openai.yaml.statement.json +0 -35
  219. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.minisig +0 -4
  220. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.statement.json +0 -35
  221. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.minisig +0 -4
  222. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.statement.json +0 -35
  223. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.minisig +0 -4
  224. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.statement.json +0 -35
  225. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.minisig +0 -4
  226. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.statement.json +0 -35
  227. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/SKILL.md.minisig +0 -4
  228. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/SKILL.md.statement.json +0 -35
  229. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/openai.yaml.minisig +0 -4
  230. package/artifacts/release/dist/enterprise/attestations/bundle/.agents/skills/omg/vision/openai.yaml.statement.json +0 -35
  231. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/marketplace.json.minisig +0 -4
  232. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/marketplace.json.statement.json +0 -35
  233. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/mcp.json.minisig +0 -4
  234. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/mcp.json.statement.json +0 -35
  235. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/plugin.json.minisig +0 -4
  236. package/artifacts/release/dist/enterprise/attestations/bundle/.claude-plugin/plugin.json.statement.json +0 -35
  237. package/artifacts/release/dist/enterprise/attestations/bundle/.gemini/settings.json.minisig +0 -4
  238. package/artifacts/release/dist/enterprise/attestations/bundle/.gemini/settings.json.statement.json +0 -35
  239. package/artifacts/release/dist/enterprise/attestations/bundle/.kimi/mcp.json.minisig +0 -4
  240. package/artifacts/release/dist/enterprise/attestations/bundle/.kimi/mcp.json.statement.json +0 -35
  241. package/artifacts/release/dist/enterprise/attestations/bundle/.mcp.json.minisig +0 -4
  242. package/artifacts/release/dist/enterprise/attestations/bundle/.mcp.json.statement.json +0 -35
  243. package/artifacts/release/dist/enterprise/attestations/bundle/OMG_COMPAT_CONTRACT.md.minisig +0 -4
  244. package/artifacts/release/dist/enterprise/attestations/bundle/OMG_COMPAT_CONTRACT.md.statement.json +0 -35
  245. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.minisig +0 -4
  246. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.statement.json +0 -35
  247. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.minisig +0 -4
  248. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.statement.json +0 -35
  249. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.minisig +0 -4
  250. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.statement.json +0 -35
  251. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:learn.md.minisig +0 -4
  252. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:learn.md.statement.json +0 -35
  253. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.minisig +0 -4
  254. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.statement.json +0 -35
  255. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.minisig +0 -4
  256. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.statement.json +0 -35
  257. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.minisig +0 -4
  258. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.statement.json +0 -35
  259. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.minisig +0 -4
  260. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.statement.json +0 -35
  261. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.minisig +0 -4
  262. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.statement.json +0 -35
  263. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ship.md.minisig +0 -4
  264. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/commands/OMG:ship.md.statement.json +0 -35
  265. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/plugin.json.minisig +0 -4
  266. package/artifacts/release/dist/enterprise/attestations/bundle/plugins/advanced/plugin.json.statement.json +0 -35
  267. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/algorithms.yaml.minisig +0 -4
  268. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/algorithms.yaml.statement.json +0 -35
  269. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/api-twin.yaml.minisig +0 -4
  270. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/api-twin.yaml.statement.json +0 -35
  271. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/ast-pack.yaml.minisig +0 -4
  272. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/ast-pack.yaml.statement.json +0 -35
  273. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/claim-judge.yaml.minisig +0 -4
  274. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/claim-judge.yaml.statement.json +0 -35
  275. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/control-plane.yaml.minisig +0 -4
  276. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/control-plane.yaml.statement.json +0 -35
  277. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/data-lineage.yaml.minisig +0 -4
  278. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/data-lineage.yaml.statement.json +0 -35
  279. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/delta-classifier.yaml.minisig +0 -4
  280. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/delta-classifier.yaml.statement.json +0 -35
  281. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/eval-gate.yaml.minisig +0 -4
  282. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/eval-gate.yaml.statement.json +0 -35
  283. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/hash-edit.yaml.minisig +0 -4
  284. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/hash-edit.yaml.statement.json +0 -35
  285. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/health.yaml.minisig +0 -4
  286. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/health.yaml.statement.json +0 -35
  287. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/hook-governor.yaml.minisig +0 -4
  288. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/hook-governor.yaml.statement.json +0 -35
  289. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/incident-replay.yaml.minisig +0 -4
  290. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/incident-replay.yaml.statement.json +0 -35
  291. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/lsp-pack.yaml.minisig +0 -4
  292. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/lsp-pack.yaml.statement.json +0 -35
  293. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/mcp-fabric.yaml.minisig +0 -4
  294. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/mcp-fabric.yaml.statement.json +0 -35
  295. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/plan-council.yaml.minisig +0 -4
  296. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/plan-council.yaml.statement.json +0 -35
  297. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/preflight.yaml.minisig +0 -4
  298. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/preflight.yaml.statement.json +0 -35
  299. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/proof-gate.yaml.minisig +0 -4
  300. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/proof-gate.yaml.statement.json +0 -35
  301. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/remote-supervisor.yaml.minisig +0 -4
  302. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/remote-supervisor.yaml.statement.json +0 -35
  303. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/robotics.yaml.minisig +0 -4
  304. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/robotics.yaml.statement.json +0 -35
  305. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.minisig +0 -4
  306. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.statement.json +0 -35
  307. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/security-check.yaml.minisig +0 -4
  308. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/security-check.yaml.statement.json +0 -35
  309. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/terminal-lane.yaml.minisig +0 -4
  310. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/terminal-lane.yaml.statement.json +0 -35
  311. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/test-intent-lock.yaml.minisig +0 -4
  312. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/test-intent-lock.yaml.statement.json +0 -35
  313. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/tracebank.yaml.minisig +0 -4
  314. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/tracebank.yaml.statement.json +0 -35
  315. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/vision.yaml.minisig +0 -4
  316. package/artifacts/release/dist/enterprise/attestations/bundle/registry/bundles/vision.yaml.statement.json +0 -35
  317. package/artifacts/release/dist/enterprise/attestations/bundle/registry/omg-capability.schema.json.minisig +0 -4
  318. package/artifacts/release/dist/enterprise/attestations/bundle/registry/omg-capability.schema.json.statement.json +0 -35
  319. package/artifacts/release/dist/enterprise/attestations/bundle/settings.json.minisig +0 -4
  320. package/artifacts/release/dist/enterprise/attestations/bundle/settings.json.statement.json +0 -35
  321. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/AGENTS.fragment.md +0 -75
  322. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/algorithms/SKILL.md +0 -11
  323. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/algorithms/openai.yaml +0 -11
  324. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/api-twin/SKILL.md +0 -11
  325. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/api-twin/openai.yaml +0 -12
  326. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/ast-pack/SKILL.md +0 -11
  327. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/ast-pack/openai.yaml +0 -12
  328. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/claim-judge/SKILL.md +0 -11
  329. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/claim-judge/openai.yaml +0 -13
  330. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/codex-mcp.toml +0 -4
  331. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/codex-rules.md +0 -38
  332. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/control-plane/SKILL.md +0 -11
  333. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/control-plane/openai.yaml +0 -14
  334. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/data-lineage/SKILL.md +0 -11
  335. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/data-lineage/openai.yaml +0 -12
  336. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/delta-classifier/SKILL.md +0 -11
  337. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/delta-classifier/openai.yaml +0 -12
  338. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/eval-gate/SKILL.md +0 -11
  339. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/eval-gate/openai.yaml +0 -12
  340. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/hash-edit/SKILL.md +0 -11
  341. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/hash-edit/openai.yaml +0 -11
  342. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/health/SKILL.md +0 -11
  343. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/health/openai.yaml +0 -11
  344. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/hook-governor/SKILL.md +0 -11
  345. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/hook-governor/openai.yaml +0 -11
  346. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/incident-replay/SKILL.md +0 -11
  347. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/incident-replay/openai.yaml +0 -12
  348. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/lsp-pack/SKILL.md +0 -11
  349. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/lsp-pack/openai.yaml +0 -12
  350. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/mcp-fabric/SKILL.md +0 -11
  351. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/mcp-fabric/openai.yaml +0 -13
  352. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/plan-council/SKILL.md +0 -11
  353. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/plan-council/openai.yaml +0 -12
  354. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/preflight/SKILL.md +0 -11
  355. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/preflight/openai.yaml +0 -12
  356. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/proof-gate/SKILL.md +0 -11
  357. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/proof-gate/openai.yaml +0 -13
  358. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/remote-supervisor/SKILL.md +0 -11
  359. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/remote-supervisor/openai.yaml +0 -12
  360. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/robotics/SKILL.md +0 -11
  361. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/robotics/openai.yaml +0 -11
  362. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md +0 -11
  363. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml +0 -12
  364. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/security-check/SKILL.md +0 -11
  365. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/security-check/openai.yaml +0 -13
  366. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/terminal-lane/SKILL.md +0 -11
  367. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/terminal-lane/openai.yaml +0 -11
  368. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/test-intent-lock/SKILL.md +0 -11
  369. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/test-intent-lock/openai.yaml +0 -13
  370. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/tracebank/SKILL.md +0 -11
  371. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/tracebank/openai.yaml +0 -12
  372. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/vision/SKILL.md +0 -11
  373. package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/vision/openai.yaml +0 -11
  374. package/artifacts/release/dist/enterprise/bundle/.claude-plugin/marketplace.json +0 -36
  375. package/artifacts/release/dist/enterprise/bundle/.claude-plugin/mcp.json +0 -11
  376. package/artifacts/release/dist/enterprise/bundle/.claude-plugin/plugin.json +0 -23
  377. package/artifacts/release/dist/enterprise/bundle/.gemini/settings.json +0 -72
  378. package/artifacts/release/dist/enterprise/bundle/.kimi/mcp.json +0 -72
  379. package/artifacts/release/dist/enterprise/bundle/.mcp.json +0 -18
  380. package/artifacts/release/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +0 -111
  381. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:code-review.md +0 -114
  382. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:deep-plan.md +0 -266
  383. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:handoff.md +0 -115
  384. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:learn.md +0 -110
  385. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:maintainer.md +0 -31
  386. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:ralph-start.md +0 -43
  387. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:ralph-stop.md +0 -23
  388. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:security-review.md +0 -16
  389. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:sequential-thinking.md +0 -20
  390. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:ship.md +0 -46
  391. package/artifacts/release/dist/enterprise/bundle/plugins/advanced/plugin.json +0 -104
  392. package/artifacts/release/dist/enterprise/bundle/registry/bundles/algorithms.yaml +0 -45
  393. package/artifacts/release/dist/enterprise/bundle/registry/bundles/api-twin.yaml +0 -48
  394. package/artifacts/release/dist/enterprise/bundle/registry/bundles/ast-pack.yaml +0 -80
  395. package/artifacts/release/dist/enterprise/bundle/registry/bundles/claim-judge.yaml +0 -49
  396. package/artifacts/release/dist/enterprise/bundle/registry/bundles/control-plane.yaml +0 -192
  397. package/artifacts/release/dist/enterprise/bundle/registry/bundles/data-lineage.yaml +0 -47
  398. package/artifacts/release/dist/enterprise/bundle/registry/bundles/delta-classifier.yaml +0 -47
  399. package/artifacts/release/dist/enterprise/bundle/registry/bundles/eval-gate.yaml +0 -47
  400. package/artifacts/release/dist/enterprise/bundle/registry/bundles/hash-edit.yaml +0 -73
  401. package/artifacts/release/dist/enterprise/bundle/registry/bundles/health.yaml +0 -45
  402. package/artifacts/release/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +0 -101
  403. package/artifacts/release/dist/enterprise/bundle/registry/bundles/incident-replay.yaml +0 -47
  404. package/artifacts/release/dist/enterprise/bundle/registry/bundles/lsp-pack.yaml +0 -80
  405. package/artifacts/release/dist/enterprise/bundle/registry/bundles/mcp-fabric.yaml +0 -53
  406. package/artifacts/release/dist/enterprise/bundle/registry/bundles/plan-council.yaml +0 -56
  407. package/artifacts/release/dist/enterprise/bundle/registry/bundles/preflight.yaml +0 -48
  408. package/artifacts/release/dist/enterprise/bundle/registry/bundles/proof-gate.yaml +0 -49
  409. package/artifacts/release/dist/enterprise/bundle/registry/bundles/remote-supervisor.yaml +0 -49
  410. package/artifacts/release/dist/enterprise/bundle/registry/bundles/robotics.yaml +0 -45
  411. package/artifacts/release/dist/enterprise/bundle/registry/bundles/secure-worktree-pipeline.yaml +0 -69
  412. package/artifacts/release/dist/enterprise/bundle/registry/bundles/security-check.yaml +0 -50
  413. package/artifacts/release/dist/enterprise/bundle/registry/bundles/terminal-lane.yaml +0 -61
  414. package/artifacts/release/dist/enterprise/bundle/registry/bundles/test-intent-lock.yaml +0 -49
  415. package/artifacts/release/dist/enterprise/bundle/registry/bundles/tracebank.yaml +0 -47
  416. package/artifacts/release/dist/enterprise/bundle/registry/bundles/vision.yaml +0 -45
  417. package/artifacts/release/dist/enterprise/bundle/registry/omg-capability.schema.json +0 -378
  418. package/artifacts/release/dist/enterprise/bundle/settings.json +0 -694
  419. package/artifacts/release/dist/enterprise/manifest.json +0 -1093
  420. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.minisig +0 -4
  421. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/AGENTS.fragment.md.statement.json +0 -35
  422. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.minisig +0 -4
  423. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/algorithms/SKILL.md.statement.json +0 -35
  424. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.minisig +0 -4
  425. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/algorithms/openai.yaml.statement.json +0 -35
  426. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.minisig +0 -4
  427. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/api-twin/SKILL.md.statement.json +0 -35
  428. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.minisig +0 -4
  429. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/api-twin/openai.yaml.statement.json +0 -35
  430. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/ast-pack/SKILL.md.minisig +0 -4
  431. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/ast-pack/SKILL.md.statement.json +0 -35
  432. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/ast-pack/openai.yaml.minisig +0 -4
  433. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/ast-pack/openai.yaml.statement.json +0 -35
  434. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.minisig +0 -4
  435. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/SKILL.md.statement.json +0 -35
  436. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.minisig +0 -4
  437. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/claim-judge/openai.yaml.statement.json +0 -35
  438. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/codex-mcp.toml.minisig +0 -4
  439. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/codex-mcp.toml.statement.json +0 -35
  440. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/codex-rules.md.minisig +0 -4
  441. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/codex-rules.md.statement.json +0 -35
  442. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.minisig +0 -4
  443. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/control-plane/SKILL.md.statement.json +0 -35
  444. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.minisig +0 -4
  445. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/control-plane/openai.yaml.statement.json +0 -35
  446. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.minisig +0 -4
  447. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/SKILL.md.statement.json +0 -35
  448. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.minisig +0 -4
  449. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/data-lineage/openai.yaml.statement.json +0 -35
  450. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.minisig +0 -4
  451. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/SKILL.md.statement.json +0 -35
  452. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.minisig +0 -4
  453. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/delta-classifier/openai.yaml.statement.json +0 -35
  454. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.minisig +0 -4
  455. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/SKILL.md.statement.json +0 -35
  456. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.minisig +0 -4
  457. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/eval-gate/openai.yaml.statement.json +0 -35
  458. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hash-edit/SKILL.md.minisig +0 -4
  459. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hash-edit/SKILL.md.statement.json +0 -35
  460. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hash-edit/openai.yaml.minisig +0 -4
  461. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hash-edit/openai.yaml.statement.json +0 -35
  462. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/health/SKILL.md.minisig +0 -4
  463. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/health/SKILL.md.statement.json +0 -35
  464. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/health/openai.yaml.minisig +0 -4
  465. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/health/openai.yaml.statement.json +0 -35
  466. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.minisig +0 -4
  467. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/SKILL.md.statement.json +0 -35
  468. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.minisig +0 -4
  469. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/hook-governor/openai.yaml.statement.json +0 -35
  470. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.minisig +0 -4
  471. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/SKILL.md.statement.json +0 -35
  472. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.minisig +0 -4
  473. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/incident-replay/openai.yaml.statement.json +0 -35
  474. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.minisig +0 -4
  475. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/SKILL.md.statement.json +0 -35
  476. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.minisig +0 -4
  477. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/lsp-pack/openai.yaml.statement.json +0 -35
  478. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.minisig +0 -4
  479. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/SKILL.md.statement.json +0 -35
  480. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.minisig +0 -4
  481. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/mcp-fabric/openai.yaml.statement.json +0 -35
  482. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.minisig +0 -4
  483. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/plan-council/SKILL.md.statement.json +0 -35
  484. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.minisig +0 -4
  485. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/plan-council/openai.yaml.statement.json +0 -35
  486. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.minisig +0 -4
  487. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/preflight/SKILL.md.statement.json +0 -35
  488. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.minisig +0 -4
  489. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/preflight/openai.yaml.statement.json +0 -35
  490. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.minisig +0 -4
  491. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/SKILL.md.statement.json +0 -35
  492. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.minisig +0 -4
  493. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/proof-gate/openai.yaml.statement.json +0 -35
  494. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.minisig +0 -4
  495. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/SKILL.md.statement.json +0 -35
  496. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.minisig +0 -4
  497. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/remote-supervisor/openai.yaml.statement.json +0 -35
  498. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.minisig +0 -4
  499. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/robotics/SKILL.md.statement.json +0 -35
  500. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.minisig +0 -4
  501. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/robotics/openai.yaml.statement.json +0 -35
  502. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.minisig +0 -4
  503. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md.statement.json +0 -35
  504. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.minisig +0 -4
  505. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml.statement.json +0 -35
  506. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.minisig +0 -4
  507. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/security-check/SKILL.md.statement.json +0 -35
  508. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.minisig +0 -4
  509. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/security-check/openai.yaml.statement.json +0 -35
  510. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/terminal-lane/SKILL.md.minisig +0 -4
  511. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/terminal-lane/SKILL.md.statement.json +0 -35
  512. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/terminal-lane/openai.yaml.minisig +0 -4
  513. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/terminal-lane/openai.yaml.statement.json +0 -35
  514. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.minisig +0 -4
  515. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/SKILL.md.statement.json +0 -35
  516. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.minisig +0 -4
  517. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/test-intent-lock/openai.yaml.statement.json +0 -35
  518. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.minisig +0 -4
  519. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/tracebank/SKILL.md.statement.json +0 -35
  520. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.minisig +0 -4
  521. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/tracebank/openai.yaml.statement.json +0 -35
  522. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/vision/SKILL.md.minisig +0 -4
  523. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/vision/SKILL.md.statement.json +0 -35
  524. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/vision/openai.yaml.minisig +0 -4
  525. package/artifacts/release/dist/public/attestations/bundle/.agents/skills/omg/vision/openai.yaml.statement.json +0 -35
  526. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/marketplace.json.minisig +0 -4
  527. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/marketplace.json.statement.json +0 -35
  528. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/mcp.json.minisig +0 -4
  529. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/mcp.json.statement.json +0 -35
  530. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/plugin.json.minisig +0 -4
  531. package/artifacts/release/dist/public/attestations/bundle/.claude-plugin/plugin.json.statement.json +0 -35
  532. package/artifacts/release/dist/public/attestations/bundle/.gemini/settings.json.minisig +0 -4
  533. package/artifacts/release/dist/public/attestations/bundle/.gemini/settings.json.statement.json +0 -35
  534. package/artifacts/release/dist/public/attestations/bundle/.kimi/mcp.json.minisig +0 -4
  535. package/artifacts/release/dist/public/attestations/bundle/.kimi/mcp.json.statement.json +0 -35
  536. package/artifacts/release/dist/public/attestations/bundle/.mcp.json.minisig +0 -4
  537. package/artifacts/release/dist/public/attestations/bundle/.mcp.json.statement.json +0 -35
  538. package/artifacts/release/dist/public/attestations/bundle/OMG_COMPAT_CONTRACT.md.minisig +0 -4
  539. package/artifacts/release/dist/public/attestations/bundle/OMG_COMPAT_CONTRACT.md.statement.json +0 -35
  540. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.minisig +0 -4
  541. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:code-review.md.statement.json +0 -35
  542. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.minisig +0 -4
  543. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:deep-plan.md.statement.json +0 -35
  544. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.minisig +0 -4
  545. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:handoff.md.statement.json +0 -35
  546. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:learn.md.minisig +0 -4
  547. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:learn.md.statement.json +0 -35
  548. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.minisig +0 -4
  549. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:maintainer.md.statement.json +0 -35
  550. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.minisig +0 -4
  551. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-start.md.statement.json +0 -35
  552. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.minisig +0 -4
  553. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ralph-stop.md.statement.json +0 -35
  554. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.minisig +0 -4
  555. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:security-review.md.statement.json +0 -35
  556. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.minisig +0 -4
  557. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:sequential-thinking.md.statement.json +0 -35
  558. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ship.md.minisig +0 -4
  559. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/commands/OMG:ship.md.statement.json +0 -35
  560. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/plugin.json.minisig +0 -4
  561. package/artifacts/release/dist/public/attestations/bundle/plugins/advanced/plugin.json.statement.json +0 -35
  562. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/algorithms.yaml.minisig +0 -4
  563. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/algorithms.yaml.statement.json +0 -35
  564. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/api-twin.yaml.minisig +0 -4
  565. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/api-twin.yaml.statement.json +0 -35
  566. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/ast-pack.yaml.minisig +0 -4
  567. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/ast-pack.yaml.statement.json +0 -35
  568. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/claim-judge.yaml.minisig +0 -4
  569. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/claim-judge.yaml.statement.json +0 -35
  570. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/control-plane.yaml.minisig +0 -4
  571. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/control-plane.yaml.statement.json +0 -35
  572. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/data-lineage.yaml.minisig +0 -4
  573. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/data-lineage.yaml.statement.json +0 -35
  574. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/delta-classifier.yaml.minisig +0 -4
  575. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/delta-classifier.yaml.statement.json +0 -35
  576. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/eval-gate.yaml.minisig +0 -4
  577. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/eval-gate.yaml.statement.json +0 -35
  578. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/hash-edit.yaml.minisig +0 -4
  579. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/hash-edit.yaml.statement.json +0 -35
  580. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/health.yaml.minisig +0 -4
  581. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/health.yaml.statement.json +0 -35
  582. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/hook-governor.yaml.minisig +0 -4
  583. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/hook-governor.yaml.statement.json +0 -35
  584. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/incident-replay.yaml.minisig +0 -4
  585. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/incident-replay.yaml.statement.json +0 -35
  586. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/lsp-pack.yaml.minisig +0 -4
  587. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/lsp-pack.yaml.statement.json +0 -35
  588. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/mcp-fabric.yaml.minisig +0 -4
  589. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/mcp-fabric.yaml.statement.json +0 -35
  590. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/plan-council.yaml.minisig +0 -4
  591. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/plan-council.yaml.statement.json +0 -35
  592. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/preflight.yaml.minisig +0 -4
  593. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/preflight.yaml.statement.json +0 -35
  594. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/proof-gate.yaml.minisig +0 -4
  595. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/proof-gate.yaml.statement.json +0 -35
  596. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/remote-supervisor.yaml.minisig +0 -4
  597. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/remote-supervisor.yaml.statement.json +0 -35
  598. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/robotics.yaml.minisig +0 -4
  599. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/robotics.yaml.statement.json +0 -35
  600. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.minisig +0 -4
  601. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/secure-worktree-pipeline.yaml.statement.json +0 -35
  602. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/security-check.yaml.minisig +0 -4
  603. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/security-check.yaml.statement.json +0 -35
  604. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/terminal-lane.yaml.minisig +0 -4
  605. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/terminal-lane.yaml.statement.json +0 -35
  606. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/test-intent-lock.yaml.minisig +0 -4
  607. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/test-intent-lock.yaml.statement.json +0 -35
  608. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/tracebank.yaml.minisig +0 -4
  609. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/tracebank.yaml.statement.json +0 -35
  610. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/vision.yaml.minisig +0 -4
  611. package/artifacts/release/dist/public/attestations/bundle/registry/bundles/vision.yaml.statement.json +0 -35
  612. package/artifacts/release/dist/public/attestations/bundle/registry/omg-capability.schema.json.minisig +0 -4
  613. package/artifacts/release/dist/public/attestations/bundle/registry/omg-capability.schema.json.statement.json +0 -35
  614. package/artifacts/release/dist/public/attestations/bundle/settings.json.minisig +0 -4
  615. package/artifacts/release/dist/public/attestations/bundle/settings.json.statement.json +0 -35
  616. package/artifacts/release/dist/public/bundle/.agents/skills/omg/AGENTS.fragment.md +0 -75
  617. package/artifacts/release/dist/public/bundle/.agents/skills/omg/algorithms/SKILL.md +0 -11
  618. package/artifacts/release/dist/public/bundle/.agents/skills/omg/algorithms/openai.yaml +0 -11
  619. package/artifacts/release/dist/public/bundle/.agents/skills/omg/api-twin/SKILL.md +0 -11
  620. package/artifacts/release/dist/public/bundle/.agents/skills/omg/api-twin/openai.yaml +0 -12
  621. package/artifacts/release/dist/public/bundle/.agents/skills/omg/ast-pack/SKILL.md +0 -11
  622. package/artifacts/release/dist/public/bundle/.agents/skills/omg/ast-pack/openai.yaml +0 -12
  623. package/artifacts/release/dist/public/bundle/.agents/skills/omg/claim-judge/SKILL.md +0 -11
  624. package/artifacts/release/dist/public/bundle/.agents/skills/omg/claim-judge/openai.yaml +0 -13
  625. package/artifacts/release/dist/public/bundle/.agents/skills/omg/codex-mcp.toml +0 -4
  626. package/artifacts/release/dist/public/bundle/.agents/skills/omg/codex-rules.md +0 -38
  627. package/artifacts/release/dist/public/bundle/.agents/skills/omg/control-plane/SKILL.md +0 -11
  628. package/artifacts/release/dist/public/bundle/.agents/skills/omg/control-plane/openai.yaml +0 -14
  629. package/artifacts/release/dist/public/bundle/.agents/skills/omg/data-lineage/SKILL.md +0 -11
  630. package/artifacts/release/dist/public/bundle/.agents/skills/omg/data-lineage/openai.yaml +0 -12
  631. package/artifacts/release/dist/public/bundle/.agents/skills/omg/delta-classifier/SKILL.md +0 -11
  632. package/artifacts/release/dist/public/bundle/.agents/skills/omg/delta-classifier/openai.yaml +0 -12
  633. package/artifacts/release/dist/public/bundle/.agents/skills/omg/eval-gate/SKILL.md +0 -11
  634. package/artifacts/release/dist/public/bundle/.agents/skills/omg/eval-gate/openai.yaml +0 -12
  635. package/artifacts/release/dist/public/bundle/.agents/skills/omg/hash-edit/SKILL.md +0 -11
  636. package/artifacts/release/dist/public/bundle/.agents/skills/omg/hash-edit/openai.yaml +0 -11
  637. package/artifacts/release/dist/public/bundle/.agents/skills/omg/health/SKILL.md +0 -11
  638. package/artifacts/release/dist/public/bundle/.agents/skills/omg/health/openai.yaml +0 -11
  639. package/artifacts/release/dist/public/bundle/.agents/skills/omg/hook-governor/SKILL.md +0 -11
  640. package/artifacts/release/dist/public/bundle/.agents/skills/omg/hook-governor/openai.yaml +0 -11
  641. package/artifacts/release/dist/public/bundle/.agents/skills/omg/incident-replay/SKILL.md +0 -11
  642. package/artifacts/release/dist/public/bundle/.agents/skills/omg/incident-replay/openai.yaml +0 -12
  643. package/artifacts/release/dist/public/bundle/.agents/skills/omg/lsp-pack/SKILL.md +0 -11
  644. package/artifacts/release/dist/public/bundle/.agents/skills/omg/lsp-pack/openai.yaml +0 -12
  645. package/artifacts/release/dist/public/bundle/.agents/skills/omg/mcp-fabric/SKILL.md +0 -11
  646. package/artifacts/release/dist/public/bundle/.agents/skills/omg/mcp-fabric/openai.yaml +0 -13
  647. package/artifacts/release/dist/public/bundle/.agents/skills/omg/plan-council/SKILL.md +0 -11
  648. package/artifacts/release/dist/public/bundle/.agents/skills/omg/plan-council/openai.yaml +0 -12
  649. package/artifacts/release/dist/public/bundle/.agents/skills/omg/preflight/SKILL.md +0 -11
  650. package/artifacts/release/dist/public/bundle/.agents/skills/omg/preflight/openai.yaml +0 -12
  651. package/artifacts/release/dist/public/bundle/.agents/skills/omg/proof-gate/SKILL.md +0 -11
  652. package/artifacts/release/dist/public/bundle/.agents/skills/omg/proof-gate/openai.yaml +0 -13
  653. package/artifacts/release/dist/public/bundle/.agents/skills/omg/remote-supervisor/SKILL.md +0 -11
  654. package/artifacts/release/dist/public/bundle/.agents/skills/omg/remote-supervisor/openai.yaml +0 -12
  655. package/artifacts/release/dist/public/bundle/.agents/skills/omg/robotics/SKILL.md +0 -11
  656. package/artifacts/release/dist/public/bundle/.agents/skills/omg/robotics/openai.yaml +0 -11
  657. package/artifacts/release/dist/public/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md +0 -11
  658. package/artifacts/release/dist/public/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml +0 -12
  659. package/artifacts/release/dist/public/bundle/.agents/skills/omg/security-check/SKILL.md +0 -11
  660. package/artifacts/release/dist/public/bundle/.agents/skills/omg/security-check/openai.yaml +0 -13
  661. package/artifacts/release/dist/public/bundle/.agents/skills/omg/terminal-lane/SKILL.md +0 -11
  662. package/artifacts/release/dist/public/bundle/.agents/skills/omg/terminal-lane/openai.yaml +0 -11
  663. package/artifacts/release/dist/public/bundle/.agents/skills/omg/test-intent-lock/SKILL.md +0 -11
  664. package/artifacts/release/dist/public/bundle/.agents/skills/omg/test-intent-lock/openai.yaml +0 -13
  665. package/artifacts/release/dist/public/bundle/.agents/skills/omg/tracebank/SKILL.md +0 -11
  666. package/artifacts/release/dist/public/bundle/.agents/skills/omg/tracebank/openai.yaml +0 -12
  667. package/artifacts/release/dist/public/bundle/.agents/skills/omg/vision/SKILL.md +0 -11
  668. package/artifacts/release/dist/public/bundle/.agents/skills/omg/vision/openai.yaml +0 -11
  669. package/artifacts/release/dist/public/bundle/.claude-plugin/marketplace.json +0 -36
  670. package/artifacts/release/dist/public/bundle/.claude-plugin/mcp.json +0 -11
  671. package/artifacts/release/dist/public/bundle/.claude-plugin/plugin.json +0 -23
  672. package/artifacts/release/dist/public/bundle/.gemini/settings.json +0 -72
  673. package/artifacts/release/dist/public/bundle/.kimi/mcp.json +0 -72
  674. package/artifacts/release/dist/public/bundle/.mcp.json +0 -18
  675. package/artifacts/release/dist/public/bundle/OMG_COMPAT_CONTRACT.md +0 -111
  676. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:code-review.md +0 -114
  677. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:deep-plan.md +0 -266
  678. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:handoff.md +0 -115
  679. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:learn.md +0 -110
  680. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:maintainer.md +0 -31
  681. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:ralph-start.md +0 -43
  682. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:ralph-stop.md +0 -23
  683. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:security-review.md +0 -16
  684. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:sequential-thinking.md +0 -20
  685. package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:ship.md +0 -46
  686. package/artifacts/release/dist/public/bundle/plugins/advanced/plugin.json +0 -104
  687. package/artifacts/release/dist/public/bundle/registry/bundles/algorithms.yaml +0 -45
  688. package/artifacts/release/dist/public/bundle/registry/bundles/api-twin.yaml +0 -48
  689. package/artifacts/release/dist/public/bundle/registry/bundles/ast-pack.yaml +0 -80
  690. package/artifacts/release/dist/public/bundle/registry/bundles/claim-judge.yaml +0 -49
  691. package/artifacts/release/dist/public/bundle/registry/bundles/control-plane.yaml +0 -192
  692. package/artifacts/release/dist/public/bundle/registry/bundles/data-lineage.yaml +0 -47
  693. package/artifacts/release/dist/public/bundle/registry/bundles/delta-classifier.yaml +0 -47
  694. package/artifacts/release/dist/public/bundle/registry/bundles/eval-gate.yaml +0 -47
  695. package/artifacts/release/dist/public/bundle/registry/bundles/hash-edit.yaml +0 -73
  696. package/artifacts/release/dist/public/bundle/registry/bundles/health.yaml +0 -45
  697. package/artifacts/release/dist/public/bundle/registry/bundles/hook-governor.yaml +0 -101
  698. package/artifacts/release/dist/public/bundle/registry/bundles/incident-replay.yaml +0 -47
  699. package/artifacts/release/dist/public/bundle/registry/bundles/lsp-pack.yaml +0 -80
  700. package/artifacts/release/dist/public/bundle/registry/bundles/mcp-fabric.yaml +0 -53
  701. package/artifacts/release/dist/public/bundle/registry/bundles/plan-council.yaml +0 -56
  702. package/artifacts/release/dist/public/bundle/registry/bundles/preflight.yaml +0 -48
  703. package/artifacts/release/dist/public/bundle/registry/bundles/proof-gate.yaml +0 -49
  704. package/artifacts/release/dist/public/bundle/registry/bundles/remote-supervisor.yaml +0 -49
  705. package/artifacts/release/dist/public/bundle/registry/bundles/robotics.yaml +0 -45
  706. package/artifacts/release/dist/public/bundle/registry/bundles/secure-worktree-pipeline.yaml +0 -69
  707. package/artifacts/release/dist/public/bundle/registry/bundles/security-check.yaml +0 -50
  708. package/artifacts/release/dist/public/bundle/registry/bundles/terminal-lane.yaml +0 -61
  709. package/artifacts/release/dist/public/bundle/registry/bundles/test-intent-lock.yaml +0 -49
  710. package/artifacts/release/dist/public/bundle/registry/bundles/tracebank.yaml +0 -47
  711. package/artifacts/release/dist/public/bundle/registry/bundles/vision.yaml +0 -45
  712. package/artifacts/release/dist/public/bundle/registry/omg-capability.schema.json +0 -378
  713. package/artifacts/release/dist/public/bundle/settings.json +0 -694
  714. package/artifacts/release/dist/public/manifest.json +0 -1093
  715. package/artifacts/release/evidence/music-omr-run-1.json +0 -16
  716. package/artifacts/release/plugins/advanced/commands/OMG:code-review.md +0 -114
  717. package/artifacts/release/plugins/advanced/commands/OMG:deep-plan.md +0 -266
  718. package/artifacts/release/plugins/advanced/commands/OMG:handoff.md +0 -115
  719. package/artifacts/release/plugins/advanced/commands/OMG:learn.md +0 -110
  720. package/artifacts/release/plugins/advanced/commands/OMG:maintainer.md +0 -31
  721. package/artifacts/release/plugins/advanced/commands/OMG:ralph-start.md +0 -43
  722. package/artifacts/release/plugins/advanced/commands/OMG:ralph-stop.md +0 -23
  723. package/artifacts/release/plugins/advanced/commands/OMG:security-review.md +0 -16
  724. package/artifacts/release/plugins/advanced/commands/OMG:sequential-thinking.md +0 -20
  725. package/artifacts/release/plugins/advanced/commands/OMG:ship.md +0 -46
  726. package/artifacts/release/plugins/advanced/plugin.json +0 -104
  727. package/artifacts/release/registry/bundles/algorithms.yaml +0 -45
  728. package/artifacts/release/registry/bundles/api-twin.yaml +0 -48
  729. package/artifacts/release/registry/bundles/ast-pack.yaml +0 -80
  730. package/artifacts/release/registry/bundles/claim-judge.yaml +0 -49
  731. package/artifacts/release/registry/bundles/control-plane.yaml +0 -192
  732. package/artifacts/release/registry/bundles/data-lineage.yaml +0 -47
  733. package/artifacts/release/registry/bundles/delta-classifier.yaml +0 -47
  734. package/artifacts/release/registry/bundles/eval-gate.yaml +0 -47
  735. package/artifacts/release/registry/bundles/hash-edit.yaml +0 -73
  736. package/artifacts/release/registry/bundles/health.yaml +0 -45
  737. package/artifacts/release/registry/bundles/hook-governor.yaml +0 -101
  738. package/artifacts/release/registry/bundles/incident-replay.yaml +0 -47
  739. package/artifacts/release/registry/bundles/lsp-pack.yaml +0 -80
  740. package/artifacts/release/registry/bundles/mcp-fabric.yaml +0 -53
  741. package/artifacts/release/registry/bundles/plan-council.yaml +0 -56
  742. package/artifacts/release/registry/bundles/preflight.yaml +0 -48
  743. package/artifacts/release/registry/bundles/proof-gate.yaml +0 -49
  744. package/artifacts/release/registry/bundles/remote-supervisor.yaml +0 -49
  745. package/artifacts/release/registry/bundles/robotics.yaml +0 -45
  746. package/artifacts/release/registry/bundles/secure-worktree-pipeline.yaml +0 -69
  747. package/artifacts/release/registry/bundles/security-check.yaml +0 -50
  748. package/artifacts/release/registry/bundles/terminal-lane.yaml +0 -61
  749. package/artifacts/release/registry/bundles/test-intent-lock.yaml +0 -49
  750. package/artifacts/release/registry/bundles/tracebank.yaml +0 -47
  751. package/artifacts/release/registry/bundles/vision.yaml +0 -45
  752. package/artifacts/release/registry/omg-capability.schema.json +0 -378
  753. package/artifacts/release/settings.json +0 -694
  754. package/build/lib/agents/__init__.py +0 -1
  755. package/build/lib/agents/designer.md +0 -67
  756. package/build/lib/agents/explore.md +0 -60
  757. package/build/lib/agents/model_roles.py +0 -196
  758. package/build/lib/agents/omg-api-builder.md +0 -23
  759. package/build/lib/agents/omg-architect-mode.md +0 -41
  760. package/build/lib/agents/omg-architect.md +0 -13
  761. package/build/lib/agents/omg-backend-engineer.md +0 -41
  762. package/build/lib/agents/omg-critic.md +0 -16
  763. package/build/lib/agents/omg-database-engineer.md +0 -41
  764. package/build/lib/agents/omg-escalation-router.md +0 -17
  765. package/build/lib/agents/omg-executor.md +0 -12
  766. package/build/lib/agents/omg-frontend-designer.md +0 -41
  767. package/build/lib/agents/omg-implement-mode.md +0 -49
  768. package/build/lib/agents/omg-infra-engineer.md +0 -41
  769. package/build/lib/agents/omg-qa-tester.md +0 -16
  770. package/build/lib/agents/omg-research-mode.md +0 -41
  771. package/build/lib/agents/omg-security-auditor.md +0 -41
  772. package/build/lib/agents/omg-testing-engineer.md +0 -41
  773. package/build/lib/agents/plan.md +0 -80
  774. package/build/lib/agents/quick_task.md +0 -64
  775. package/build/lib/agents/reviewer.md +0 -83
  776. package/build/lib/agents/task.md +0 -71
  777. package/build/lib/commands/OMG:ai-commit.md +0 -113
  778. package/build/lib/commands/OMG:api-twin.md +0 -22
  779. package/build/lib/commands/OMG:arch.md +0 -313
  780. package/build/lib/commands/OMG:browser.md +0 -29
  781. package/build/lib/commands/OMG:ccg.md +0 -22
  782. package/build/lib/commands/OMG:compat.md +0 -57
  783. package/build/lib/commands/OMG:cost.md +0 -181
  784. package/build/lib/commands/OMG:crazy.md +0 -125
  785. package/build/lib/commands/OMG:create-agent.md +0 -183
  786. package/build/lib/commands/OMG:deep-plan.md +0 -18
  787. package/build/lib/commands/OMG:deps.md +0 -248
  788. package/build/lib/commands/OMG:diagnose-plugins.md +0 -33
  789. package/build/lib/commands/OMG:doctor.md +0 -37
  790. package/build/lib/commands/OMG:domain-init.md +0 -11
  791. package/build/lib/commands/OMG:escalate.md +0 -52
  792. package/build/lib/commands/OMG:forge.md +0 -103
  793. package/build/lib/commands/OMG:health-check.md +0 -48
  794. package/build/lib/commands/OMG:init.md +0 -134
  795. package/build/lib/commands/OMG:issue.md +0 -56
  796. package/build/lib/commands/OMG:mode.md +0 -44
  797. package/build/lib/commands/OMG:playwright.md +0 -17
  798. package/build/lib/commands/OMG:preflight.md +0 -26
  799. package/build/lib/commands/OMG:preset.md +0 -49
  800. package/build/lib/commands/OMG:profile-review.md +0 -58
  801. package/build/lib/commands/OMG:project-init.md +0 -11
  802. package/build/lib/commands/OMG:ralph-start.md +0 -43
  803. package/build/lib/commands/OMG:ralph-stop.md +0 -23
  804. package/build/lib/commands/OMG:security-check.md +0 -28
  805. package/build/lib/commands/OMG:session-branch.md +0 -101
  806. package/build/lib/commands/OMG:session-fork.md +0 -57
  807. package/build/lib/commands/OMG:session-merge.md +0 -138
  808. package/build/lib/commands/OMG:setup.md +0 -82
  809. package/build/lib/commands/OMG:stats.md +0 -225
  810. package/build/lib/commands/OMG:teams.md +0 -54
  811. package/build/lib/commands/OMG:theme.md +0 -44
  812. package/build/lib/commands/OMG:validate.md +0 -59
  813. package/build/lib/commands/__init__.py +0 -1
  814. package/build/lib/control_plane/__init__.py +0 -2
  815. package/build/lib/control_plane/openapi.yaml +0 -277
  816. package/build/lib/control_plane/server.py +0 -155
  817. package/build/lib/control_plane/service.py +0 -456
  818. package/build/lib/hooks/__init__.py +0 -0
  819. package/build/lib/hooks/_agent_registry.py +0 -479
  820. package/build/lib/hooks/_analytics.py +0 -291
  821. package/build/lib/hooks/_budget.py +0 -31
  822. package/build/lib/hooks/_common.py +0 -647
  823. package/build/lib/hooks/_compression_optimizer.py +0 -119
  824. package/build/lib/hooks/_cost_ledger.py +0 -176
  825. package/build/lib/hooks/_learnings.py +0 -126
  826. package/build/lib/hooks/_memory.py +0 -103
  827. package/build/lib/hooks/_protected_context.py +0 -150
  828. package/build/lib/hooks/_token_counter.py +0 -221
  829. package/build/lib/hooks/branch_manager.py +0 -253
  830. package/build/lib/hooks/budget_governor.py +0 -257
  831. package/build/lib/hooks/circuit-breaker.py +0 -270
  832. package/build/lib/hooks/compression_feedback.py +0 -254
  833. package/build/lib/hooks/config-guard.py +0 -216
  834. package/build/lib/hooks/context_pressure.py +0 -119
  835. package/build/lib/hooks/credential_store.py +0 -970
  836. package/build/lib/hooks/fetch-rate-limits.py +0 -212
  837. package/build/lib/hooks/firewall.py +0 -301
  838. package/build/lib/hooks/hashline-formatter-bridge.py +0 -224
  839. package/build/lib/hooks/hashline-injector.py +0 -273
  840. package/build/lib/hooks/hashline-validator.py +0 -216
  841. package/build/lib/hooks/idle-detector.py +0 -95
  842. package/build/lib/hooks/instructions-loaded.py +0 -26
  843. package/build/lib/hooks/intentgate-keyword-detector.py +0 -200
  844. package/build/lib/hooks/magic-keyword-router.py +0 -195
  845. package/build/lib/hooks/policy_engine.py +0 -718
  846. package/build/lib/hooks/post-tool-failure.py +0 -19
  847. package/build/lib/hooks/post-write.py +0 -219
  848. package/build/lib/hooks/post_write.py +0 -46
  849. package/build/lib/hooks/pre-compact.py +0 -470
  850. package/build/lib/hooks/pre-tool-inject.py +0 -98
  851. package/build/lib/hooks/prompt-enhancer.py +0 -877
  852. package/build/lib/hooks/quality-runner.py +0 -191
  853. package/build/lib/hooks/query.py +0 -512
  854. package/build/lib/hooks/secret-guard.py +0 -99
  855. package/build/lib/hooks/secret_audit.py +0 -144
  856. package/build/lib/hooks/security_validators.py +0 -75
  857. package/build/lib/hooks/session-end-capture.py +0 -505
  858. package/build/lib/hooks/session-start.py +0 -259
  859. package/build/lib/hooks/setup_wizard.py +0 -1132
  860. package/build/lib/hooks/shadow_manager.py +0 -476
  861. package/build/lib/hooks/state_migration.py +0 -228
  862. package/build/lib/hooks/stop-gate.py +0 -7
  863. package/build/lib/hooks/stop_dispatcher.py +0 -1130
  864. package/build/lib/hooks/tdd-gate.py +0 -10
  865. package/build/lib/hooks/test-validator.py +0 -430
  866. package/build/lib/hooks/test_generator_hook.py +0 -123
  867. package/build/lib/hooks/todo-state-tracker.py +0 -114
  868. package/build/lib/hooks/tool-ledger.py +0 -165
  869. package/build/lib/hooks/trust_review.py +0 -585
  870. package/build/lib/hooks/user-prompt-submit.py +0 -12
  871. package/build/lib/plugins/README.md +0 -64
  872. package/build/lib/plugins/__init__.py +0 -1
  873. package/build/lib/plugins/advanced/commands/OMG:code-review.md +0 -114
  874. package/build/lib/plugins/advanced/commands/OMG:deep-plan.md +0 -266
  875. package/build/lib/plugins/advanced/commands/OMG:handoff.md +0 -115
  876. package/build/lib/plugins/advanced/commands/OMG:learn.md +0 -110
  877. package/build/lib/plugins/advanced/commands/OMG:maintainer.md +0 -31
  878. package/build/lib/plugins/advanced/commands/OMG:ralph-start.md +0 -43
  879. package/build/lib/plugins/advanced/commands/OMG:ralph-stop.md +0 -23
  880. package/build/lib/plugins/advanced/commands/OMG:security-review.md +0 -16
  881. package/build/lib/plugins/advanced/commands/OMG:sequential-thinking.md +0 -20
  882. package/build/lib/plugins/advanced/commands/OMG:ship.md +0 -46
  883. package/build/lib/plugins/advanced/plugin.json +0 -104
  884. package/build/lib/plugins/core/plugin.json +0 -199
  885. package/build/lib/plugins/dephealth/__init__.py +0 -0
  886. package/build/lib/plugins/dephealth/cve_scanner.py +0 -279
  887. package/build/lib/plugins/dephealth/license_checker.py +0 -135
  888. package/build/lib/plugins/dephealth/manifest_detector.py +0 -423
  889. package/build/lib/plugins/dephealth/vuln_analyzer.py +0 -176
  890. package/build/lib/plugins/testgen/__init__.py +0 -0
  891. package/build/lib/plugins/testgen/codamosa_engine.py +0 -402
  892. package/build/lib/plugins/testgen/edge_case_synthesizer.py +0 -184
  893. package/build/lib/plugins/testgen/framework_detector.py +0 -271
  894. package/build/lib/plugins/testgen/skeleton_generator.py +0 -219
  895. package/build/lib/plugins/viz/__init__.py +0 -0
  896. package/build/lib/plugins/viz/ast_parser.py +0 -139
  897. package/build/lib/plugins/viz/diagram_generator.py +0 -192
  898. package/build/lib/plugins/viz/graph_builder.py +0 -444
  899. package/build/lib/plugins/viz/native_parsers.py +0 -259
  900. package/build/lib/plugins/viz/regex_parser.py +0 -112
  901. package/build/lib/registry/__init__.py +0 -1
  902. package/build/lib/registry/approval_artifact.py +0 -236
  903. package/build/lib/registry/bundles/algorithms.yaml +0 -45
  904. package/build/lib/registry/bundles/api-twin.yaml +0 -48
  905. package/build/lib/registry/bundles/ast-pack.yaml +0 -80
  906. package/build/lib/registry/bundles/claim-judge.yaml +0 -49
  907. package/build/lib/registry/bundles/control-plane.yaml +0 -192
  908. package/build/lib/registry/bundles/data-lineage.yaml +0 -47
  909. package/build/lib/registry/bundles/delta-classifier.yaml +0 -47
  910. package/build/lib/registry/bundles/eval-gate.yaml +0 -47
  911. package/build/lib/registry/bundles/hash-edit.yaml +0 -73
  912. package/build/lib/registry/bundles/health.yaml +0 -45
  913. package/build/lib/registry/bundles/hook-governor.yaml +0 -101
  914. package/build/lib/registry/bundles/incident-replay.yaml +0 -47
  915. package/build/lib/registry/bundles/lsp-pack.yaml +0 -80
  916. package/build/lib/registry/bundles/mcp-fabric.yaml +0 -53
  917. package/build/lib/registry/bundles/plan-council.yaml +0 -56
  918. package/build/lib/registry/bundles/preflight.yaml +0 -48
  919. package/build/lib/registry/bundles/proof-gate.yaml +0 -49
  920. package/build/lib/registry/bundles/remote-supervisor.yaml +0 -49
  921. package/build/lib/registry/bundles/robotics.yaml +0 -45
  922. package/build/lib/registry/bundles/secure-worktree-pipeline.yaml +0 -69
  923. package/build/lib/registry/bundles/security-check.yaml +0 -50
  924. package/build/lib/registry/bundles/terminal-lane.yaml +0 -61
  925. package/build/lib/registry/bundles/test-intent-lock.yaml +0 -49
  926. package/build/lib/registry/bundles/tracebank.yaml +0 -47
  927. package/build/lib/registry/bundles/vision.yaml +0 -45
  928. package/build/lib/registry/omg-capability.schema.json +0 -378
  929. package/build/lib/registry/trusted_signers.json +0 -19
  930. package/build/lib/registry/verify_artifact.py +0 -493
  931. package/build/lib/runtime/__init__.py +0 -36
  932. package/build/lib/runtime/adapters/__init__.py +0 -13
  933. package/build/lib/runtime/adapters/claude.py +0 -63
  934. package/build/lib/runtime/adapters/gpt.py +0 -56
  935. package/build/lib/runtime/adapters/local.py +0 -56
  936. package/build/lib/runtime/adoption.py +0 -276
  937. package/build/lib/runtime/api_twin.py +0 -450
  938. package/build/lib/runtime/architecture_signal.py +0 -226
  939. package/build/lib/runtime/artifact_parsers.py +0 -161
  940. package/build/lib/runtime/asset_loader.py +0 -62
  941. package/build/lib/runtime/background_verification.py +0 -178
  942. package/build/lib/runtime/budget_envelopes.py +0 -358
  943. package/build/lib/runtime/business_workflow.py +0 -234
  944. package/build/lib/runtime/canonical_surface.py +0 -53
  945. package/build/lib/runtime/claim_judge.py +0 -648
  946. package/build/lib/runtime/cli_provider.py +0 -105
  947. package/build/lib/runtime/compat.py +0 -1515
  948. package/build/lib/runtime/complexity_scorer.py +0 -148
  949. package/build/lib/runtime/compliance_governor.py +0 -479
  950. package/build/lib/runtime/context_engine.py +0 -708
  951. package/build/lib/runtime/context_limits.py +0 -363
  952. package/build/lib/runtime/contract_compiler.py +0 -3202
  953. package/build/lib/runtime/custom_agent_loader.py +0 -366
  954. package/build/lib/runtime/data_lineage.py +0 -244
  955. package/build/lib/runtime/defense_state.py +0 -261
  956. package/build/lib/runtime/delta_classifier.py +0 -163
  957. package/build/lib/runtime/dispatcher.py +0 -47
  958. package/build/lib/runtime/domain_packs.py +0 -75
  959. package/build/lib/runtime/ecosystem.py +0 -371
  960. package/build/lib/runtime/equalizer.py +0 -265
  961. package/build/lib/runtime/eval_gate.py +0 -96
  962. package/build/lib/runtime/evidence_query.py +0 -303
  963. package/build/lib/runtime/evidence_registry.py +0 -16
  964. package/build/lib/runtime/evidence_requirements.py +0 -157
  965. package/build/lib/runtime/exec_kernel.py +0 -267
  966. package/build/lib/runtime/feature_registry.py +0 -109
  967. package/build/lib/runtime/forge_agents.py +0 -915
  968. package/build/lib/runtime/forge_contracts.py +0 -519
  969. package/build/lib/runtime/forge_domains.py +0 -68
  970. package/build/lib/runtime/forge_run_id.py +0 -86
  971. package/build/lib/runtime/github_integration.py +0 -255
  972. package/build/lib/runtime/github_review_bot.py +0 -290
  973. package/build/lib/runtime/github_review_contract.py +0 -65
  974. package/build/lib/runtime/github_review_formatter.py +0 -165
  975. package/build/lib/runtime/guide_assert.py +0 -135
  976. package/build/lib/runtime/hook_governor.py +0 -156
  977. package/build/lib/runtime/host_parity.py +0 -373
  978. package/build/lib/runtime/incident_replay.py +0 -310
  979. package/build/lib/runtime/interaction_journal.py +0 -503
  980. package/build/lib/runtime/issue_surface.py +0 -362
  981. package/build/lib/runtime/legacy_compat.py +0 -7
  982. package/build/lib/runtime/mcp_config_writers.py +0 -233
  983. package/build/lib/runtime/mcp_lifecycle.py +0 -175
  984. package/build/lib/runtime/mcp_memory_server.py +0 -220
  985. package/build/lib/runtime/memory_parsers/__init__.py +0 -0
  986. package/build/lib/runtime/memory_parsers/chatgpt_parser.py +0 -257
  987. package/build/lib/runtime/memory_parsers/claude_import.py +0 -107
  988. package/build/lib/runtime/memory_parsers/export.py +0 -97
  989. package/build/lib/runtime/memory_parsers/gemini_import.py +0 -91
  990. package/build/lib/runtime/memory_parsers/kimi_import.py +0 -91
  991. package/build/lib/runtime/memory_store.py +0 -1182
  992. package/build/lib/runtime/merge_writer.py +0 -408
  993. package/build/lib/runtime/music_omr_testbed.py +0 -333
  994. package/build/lib/runtime/mutation_gate.py +0 -258
  995. package/build/lib/runtime/omc_compat.py +0 -7
  996. package/build/lib/runtime/omg_browser_cli.py +0 -95
  997. package/build/lib/runtime/omg_compat_contract_snapshot.json +0 -916
  998. package/build/lib/runtime/omg_contract_snapshot.json +0 -916
  999. package/build/lib/runtime/omg_mcp_server.py +0 -304
  1000. package/build/lib/runtime/playwright_adapter.py +0 -39
  1001. package/build/lib/runtime/playwright_pack.py +0 -253
  1002. package/build/lib/runtime/plugin_diagnostics.py +0 -248
  1003. package/build/lib/runtime/plugin_interop.py +0 -1035
  1004. package/build/lib/runtime/preflight.py +0 -135
  1005. package/build/lib/runtime/profile_io.py +0 -328
  1006. package/build/lib/runtime/proof_chain.py +0 -472
  1007. package/build/lib/runtime/proof_gate.py +0 -442
  1008. package/build/lib/runtime/providers/__init__.py +0 -0
  1009. package/build/lib/runtime/providers/codex_provider.py +0 -127
  1010. package/build/lib/runtime/providers/gemini_provider.py +0 -141
  1011. package/build/lib/runtime/providers/kimi_provider.py +0 -166
  1012. package/build/lib/runtime/providers/opencode_provider.py +0 -99
  1013. package/build/lib/runtime/release_run_coordinator.py +0 -547
  1014. package/build/lib/runtime/release_surfaces.py +0 -313
  1015. package/build/lib/runtime/remote_supervisor.py +0 -79
  1016. package/build/lib/runtime/repro_pack.py +0 -398
  1017. package/build/lib/runtime/rollback_manifest.py +0 -136
  1018. package/build/lib/runtime/router_critics.py +0 -229
  1019. package/build/lib/runtime/router_executor.py +0 -142
  1020. package/build/lib/runtime/router_selector.py +0 -99
  1021. package/build/lib/runtime/runtime_contracts.py +0 -292
  1022. package/build/lib/runtime/runtime_profile.py +0 -133
  1023. package/build/lib/runtime/security_check.py +0 -1064
  1024. package/build/lib/runtime/session_health.py +0 -524
  1025. package/build/lib/runtime/skill_evolution.py +0 -221
  1026. package/build/lib/runtime/skill_registry.py +0 -53
  1027. package/build/lib/runtime/subagent_dispatcher.py +0 -604
  1028. package/build/lib/runtime/team_router.py +0 -1374
  1029. package/build/lib/runtime/test_intent_lock.py +0 -521
  1030. package/build/lib/runtime/tmux_session_manager.py +0 -172
  1031. package/build/lib/runtime/tool_fabric.py +0 -570
  1032. package/build/lib/runtime/tool_plan_gate.py +0 -452
  1033. package/build/lib/runtime/tracebank.py +0 -125
  1034. package/build/lib/runtime/untrusted_content.py +0 -307
  1035. package/build/lib/runtime/validate.py +0 -293
  1036. package/build/lib/runtime/verification_controller.py +0 -235
  1037. package/build/lib/runtime/verification_loop.py +0 -73
  1038. package/build/lib/runtime/vision_artifacts.py +0 -31
  1039. package/build/lib/runtime/vision_cache.py +0 -38
  1040. package/build/lib/runtime/vision_jobs.py +0 -89
  1041. package/build/lib/runtime/worker_watchdog.py +0 -482
  1042. package/dist/oh_my_god-2.1.4-py3-none-any.whl +0 -0
  1043. package/dist/oh_my_god-2.1.4.tar.gz +0 -0
  1044. package/dist/oh_my_god-2.1.7-py3-none-any.whl +0 -0
  1045. package/dist/oh_my_god-2.1.8-py3-none-any.whl +0 -0
  1046. package/dist/oh_my_god-2.1.9-py3-none-any.whl +0 -0
  1047. package/dist/oh_my_god-2.2.2-py3-none-any.whl +0 -0
@@ -1,1515 +0,0 @@
1
- """OMG standalone legacy-compat dispatcher.
2
-
3
- Primary namespace is `compat/*` while legacy `omg/*` aliases remain supported.
4
- """
5
- from __future__ import annotations
6
-
7
- from collections import Counter
8
- from datetime import datetime, timezone
9
- import json
10
- import os
11
- from pathlib import Path
12
- import re
13
- import sys
14
- from typing import Any
15
-
16
- from hooks.policy_engine import evaluate_bash_command
17
- from lab.pipeline import run_pipeline
18
- from runtime.adoption import CANONICAL_VERSION
19
- from runtime.canonical_surface import get_canonical_hosts, get_compat_hosts
20
- from runtime.dispatcher import dispatch_runtime
21
- from runtime.plugin_diagnostics import run_plugin_diagnostics
22
- from runtime.security_check import run_security_check
23
- from runtime.team_router import TeamDispatchRequest, dispatch_team
24
-
25
- CONTRACT_SNAPSHOT_SCHEMA = "OmgCompatContractSnapshot"
26
- LEGACY_CONTRACT_SNAPSHOT_SCHEMA = "OmgCompatContractSnapshot"
27
- CONTRACT_SNAPSHOT_VERSION = CANONICAL_VERSION
28
- LEGACY_SNAPSHOT_VERSION = "0.9.0"
29
- GAP_REPORT_SCHEMA = "OmgCompatGapReport"
30
- LEGACY_GAP_REPORT_SCHEMA = "OmgCompatGapReport"
31
- RESULT_SCHEMA = "OmgCompatResult"
32
- LEGACY_RESULT_SCHEMA = "OmgCompatResult"
33
- DEFAULT_CONTRACT_SNAPSHOT_PATH = "runtime/omg_compat_contract_snapshot.json"
34
- LEGACY_CONTRACT_SNAPSHOT_PATH = "runtime/omg_contract_snapshot.json"
35
- DEFAULT_GAP_REPORT_PATH = ".omg/evidence/omg-compat-gap.json"
36
- LEGACY_GAP_REPORT_PATH = ".omg/evidence/compat-gap.json"
37
- DEFAULT_AUDIT_LEDGER_PATH = ".omg/state/ledger/omg-compat-audit.jsonl"
38
- LEGACY_AUDIT_LEDGER_PATH = ".omg/state/ledger/compat-audit.jsonl"
39
- DEFAULT_EVENT_DISPATCH = "compat_dispatch"
40
- DEFAULT_EVENT_REQUEST = "compat_dispatch_request"
41
- LEGACY_EVENT_ALIASES: dict[str, str] = {
42
- DEFAULT_EVENT_DISPATCH: "omg_dispatch",
43
- DEFAULT_EVENT_REQUEST: "omg_dispatch_request",
44
- }
45
-
46
- MAX_PROBLEM_CHARS = 4000
47
- MAX_CONTEXT_CHARS = 12000
48
- MAX_EXPECTED_OUTCOME_CHARS = 3000
49
- MAX_FILES_PER_REQUEST = 50
50
- MAX_FILE_PATH_CHARS = 260
51
- WINDOWS_ABS_PATH_RE = re.compile(r"^[A-Za-z]:[\\/]")
52
-
53
-
54
- def _now() -> str:
55
- return datetime.now(timezone.utc).isoformat()
56
-
57
-
58
- def _project_dir(project_dir: str | None) -> str:
59
- return project_dir or os.environ.get("CLAUDE_PROJECT_DIR", os.getcwd())
60
-
61
-
62
- def _is_safe_relative_path(file_path: str) -> bool:
63
- normalized = file_path.replace("\\", "/")
64
- if not normalized or normalized.startswith(("/", "~")) or normalized.startswith("//"):
65
- return False
66
- if WINDOWS_ABS_PATH_RE.match(file_path):
67
- return False
68
- parts = [part for part in normalized.split("/") if part not in {"", "."}]
69
- return ".." not in parts
70
-
71
-
72
- LEGACY_SKILL_ROUTES: dict[str, str] = {
73
- "analyze": "maintainer",
74
- "autopilot": "runtime_ship",
75
- "beads": "maintainer",
76
- "build-fix": "runtime_ship",
77
- "cancel": "cancel",
78
- "ccg": "ccg",
79
- "claude-flow": "ccg",
80
- "claude-mem": "memory",
81
- "code-review": "review",
82
- "compound-engineering": "ccg",
83
- "compounding-engineering": "ccg",
84
- "configure-notifications": "health",
85
- "configure-openclaw": "health",
86
- "deepinit": "init",
87
- "external-context": "teams",
88
- "hooks-mastery": "health",
89
- "hud": "health",
90
- "learn-about-omg": "learn",
91
- "learner": "learn",
92
- "mcp-setup": "health",
93
- "memsearch": "memory",
94
- "note": "memory",
95
- "omg-doctor": "health",
96
- "omg-help": "help",
97
- "omg-setup": "init",
98
- "omg-teams": "teams",
99
- "pipeline": "pipeline",
100
- "plan": "plan",
101
- "planning-with-files": "plan",
102
- "project-session-manager": "memory",
103
- "ralph": "runtime_ship",
104
- "ralph-wiggum": "runtime_ship",
105
- "ralph-init": "init",
106
- "ralplan": "plan",
107
- "release": "runtime_ship",
108
- "review": "review",
109
- "sci-omg": "maintainer",
110
- "security-review": "security_check",
111
- "skill": "learn",
112
- "omg-superpowers": "plan",
113
- "tdd": "plan",
114
- "team": "teams",
115
- "trace": "maintainer",
116
- "ultrapilot": "runtime_ship",
117
- "ultraqa": "review",
118
- "ultrawork": "runtime_ship",
119
- "writer-memory": "memory",
120
- }
121
- # Backward-compatible export
122
- OMG_COMPAT_SKILL_ROUTES = LEGACY_SKILL_ROUTES
123
-
124
- ROUTE_MATURITY: dict[str, str] = {
125
- "teams": "native",
126
- "ccg": "native",
127
- "runtime_ship": "native",
128
- "pipeline": "native",
129
- "memory": "native",
130
- "init": "native",
131
- "health": "native",
132
- "help": "native",
133
- "review": "native",
134
- "plan": "native",
135
- "secure": "native",
136
- "security_check": "native",
137
- "learn": "native",
138
- "maintainer": "native",
139
- "cancel": "native",
140
- }
141
-
142
- SKILL_MATURITY_OVERRIDES: dict[str, str] = {
143
- # Next-phase native promotion batch
144
- "autopilot": "native",
145
- "ralph": "native",
146
- "ultrapilot": "native",
147
- "ultrawork": "native",
148
- "review": "native",
149
- "code-review": "native",
150
- "ultraqa": "native",
151
- "release": "native",
152
- "tdd": "native",
153
- "plan": "native",
154
- "ralplan": "native",
155
- # Final bridge -> native promotion batch
156
- "analyze": "native",
157
- "build-fix": "native",
158
- "learn-about-omg": "native",
159
- "learner": "native",
160
- "note": "native",
161
- "project-session-manager": "native",
162
- "sci-omg": "native",
163
- "skill": "native",
164
- "trace": "native",
165
- "writer-memory": "native",
166
- # Ecosystem imports promoted as first-class native routes
167
- "omg-superpowers": "native",
168
- "ralph-wiggum": "native",
169
- "claude-flow": "native",
170
- "claude-mem": "native",
171
- "memsearch": "native",
172
- "beads": "native",
173
- "planning-with-files": "native",
174
- "hooks-mastery": "native",
175
- "compound-engineering": "native",
176
- "compounding-engineering": "native",
177
- }
178
-
179
- ROUTE_INPUTS: dict[str, dict[str, Any]] = {
180
- "teams": {"required": ["problem"], "optional": ["context", "files", "expected_outcome"]},
181
- "ccg": {"required": ["problem"], "optional": ["context", "files", "expected_outcome"]},
182
- "runtime_ship": {"required": ["problem"], "optional": ["expected_outcome"]},
183
- "pipeline": {"required": ["problem"], "optional": ["context"]},
184
- "memory": {"required": ["problem"], "optional": ["context"]},
185
- "init": {"required": [], "optional": ["problem"]},
186
- "health": {"required": [], "optional": ["problem"]},
187
- "help": {"required": [], "optional": []},
188
- "review": {"required": ["problem"], "optional": ["context", "files"]},
189
- "plan": {"required": ["problem"], "optional": ["expected_outcome"]},
190
- "secure": {"required": ["problem"], "optional": []},
191
- "security_check": {"required": [], "optional": ["problem"]},
192
- "learn": {"required": ["problem"], "optional": ["context"]},
193
- "maintainer": {"required": ["problem"], "optional": ["context"]},
194
- "cancel": {"required": [], "optional": []},
195
- }
196
-
197
- ROUTE_OUTPUTS: dict[str, dict[str, Any]] = {
198
- "teams": {"schema": "TeamDispatchResult"},
199
- "ccg": {"schema": "TeamDispatchResult"},
200
- "runtime_ship": {"schema": "RuntimeDispatchResult"},
201
- "pipeline": {"schema": "LabPipelineResult"},
202
- "memory": {"schema": "StateMutationResult"},
203
- "init": {"schema": "BootstrapResult"},
204
- "health": {"schema": "HealthSnapshot"},
205
- "help": {"schema": "CompatibilityHelp"},
206
- "review": {"schema": "TeamDispatchResult"},
207
- "plan": {"schema": "PlanningArtifacts"},
208
- "secure": {"schema": "PolicyDecision"},
209
- "security_check": {"schema": "SecurityCheckResult"},
210
- "learn": {"schema": "LearningArtifact"},
211
- "maintainer": {"schema": "MaintainerCompatArtifact"},
212
- "cancel": {"schema": "CancelResult"},
213
- }
214
-
215
- ROUTE_SIDE_EFFECTS: dict[str, list[str]] = {
216
- "teams": [],
217
- "ccg": [],
218
- "runtime_ship": [],
219
- "pipeline": [],
220
- "memory": [".omg/state/working-memory.md", ".omg/state/session.json (psm only)"],
221
- "init": [".omg/state/*", ".omg/idea.yml", ".omg/policy.yaml", ".omg/runtime.yaml"],
222
- "health": [],
223
- "help": [],
224
- "review": [],
225
- "plan": [".omg/state/_plan.md", ".omg/state/_checklist.md", ".omg/idea.yml"],
226
- "secure": [],
227
- "security_check": [],
228
- "learn": [".omg/state/working-memory.md"],
229
- "maintainer": [".omg/evidence/compat-*.json"],
230
- "cancel": [".omg/shadow/active-run (removed when exists)"],
231
- }
232
-
233
- SKILL_OUTPUT_SCHEMA_OVERRIDES: dict[str, str] = {
234
- "review": "ReviewSynthesis",
235
- "code-review": "ReviewSynthesis",
236
- "ultraqa": "ReviewSynthesis",
237
- "analyze": "AnalysisCompatArtifact",
238
- "trace": "AnalysisCompatArtifact",
239
- "sci-omg": "AnalysisCompatArtifact",
240
- "project-session-manager": "SessionState",
241
- }
242
-
243
- SKILL_SIDE_EFFECT_OVERRIDES: dict[str, list[str]] = {
244
- "autopilot": [".omg/state/persistent-mode.json"],
245
- "ralph": [".omg/state/persistent-mode.json"],
246
- "ralph-wiggum": [".omg/state/persistent-mode.json"],
247
- "ultrapilot": [".omg/state/persistent-mode.json"],
248
- "ultrawork": [".omg/state/persistent-mode.json"],
249
- "release": [".omg/evidence/release-draft.md"],
250
- "build-fix": [".omg/state/build-fix.md"],
251
- "analyze": [".omg/evidence/analysis-analyze.json"],
252
- "trace": [".omg/evidence/analysis-trace.json"],
253
- "sci-omg": [".omg/evidence/analysis-sci-omg.json"],
254
- "project-session-manager": [".omg/state/session.json"],
255
- "learn-about-omg": [".omg/knowledge/learning/learn-about-omg.md"],
256
- "learner": [".omg/knowledge/learning/learner.md"],
257
- "skill": [".omg/knowledge/learning/skill.md"],
258
- "note": [".omg/knowledge/notes.md"],
259
- "writer-memory": [".omg/knowledge/writer-memory.md"],
260
- "omg-superpowers": [".omg/state/_plan.md", ".omg/state/_checklist.md"],
261
- "planning-with-files": [".omg/state/_plan.md", ".omg/state/_checklist.md"],
262
- "claude-mem": [".omg/state/working-memory.md"],
263
- "memsearch": [".omg/state/working-memory.md"],
264
- "beads": [".omg/evidence/compat-beads.json"],
265
- "hooks-mastery": [],
266
- "claude-flow": [],
267
- "compound-engineering": [],
268
- "compounding-engineering": [],
269
- }
270
-
271
- SKILL_ROUTE_NOTES: dict[str, str] = {
272
- "omg-teams": "Legacy tmux worker dispatch replaced by internal Team router.",
273
- "project-session-manager": "Session metadata maintained in .omg/state/session.json.",
274
- "omg-setup": "Bootstraps OMG standalone state and baseline config files.",
275
- "omg-doctor": "Health checks run against OMG standalone layout.",
276
- "pipeline": "Routes to OMG lab policy+pipeline executor.",
277
- "release": "Routes to runtime ship and emits release draft artifact.",
278
- "tdd": "Generates plan/checklist scaffolding for red-green-refactor workflow.",
279
- "security-review": "Deprecated alias to the canonical OMG security-check engine.",
280
- "build-fix": "Creates targeted fix checklist and routes execution to runtime.",
281
- "analyze": "Writes structured analysis evidence artifact.",
282
- "trace": "Writes trace evidence artifact for debugging chain.",
283
- "learner": "Writes learning note into .omg/knowledge/learning.",
284
- "writer-memory": "Writes long-form memory artifact for writing workflows.",
285
- "omg-superpowers": "Imports TDD-first planning discipline into OMG plan route.",
286
- "ralph-wiggum": "Persistent iteration loop via runtime persistent-mode state.",
287
- "claude-flow": "Maps to CCG route for multi-agent orchestration semantics.",
288
- "claude-mem": "Maps to memory route for durable working-context updates.",
289
- "memsearch": "Maps to memory route for retrieval-oriented context search workflow.",
290
- "beads": "Maps to maintainer route for context engineering artifacts.",
291
- "planning-with-files": "Strengthens file-native planning artifacts in .omg/state.",
292
- "hooks-mastery": "Maps to health route for hook quality and readiness checks.",
293
- "compound-engineering": "Maps to CCG route for compounding, iterative orchestration.",
294
- "compounding-engineering": "Alias to compound-engineering orchestration route.",
295
- }
296
-
297
-
298
- def _contract_for(skill: str, route: str) -> dict[str, Any]:
299
- outputs = dict(ROUTE_OUTPUTS.get(route, {"schema": "Unknown"}))
300
- if skill in SKILL_OUTPUT_SCHEMA_OVERRIDES:
301
- outputs["schema"] = SKILL_OUTPUT_SCHEMA_OVERRIDES[skill]
302
- side_effects = SKILL_SIDE_EFFECT_OVERRIDES.get(skill, ROUTE_SIDE_EFFECTS.get(route, []))
303
- return {
304
- "skill": skill,
305
- "route": route,
306
- "maturity": SKILL_MATURITY_OVERRIDES.get(skill, ROUTE_MATURITY.get(route, "bridge")),
307
- "inputs": ROUTE_INPUTS.get(route, {"required": [], "optional": []}),
308
- "outputs": outputs,
309
- "side_effects": side_effects,
310
- "notes": SKILL_ROUTE_NOTES.get(skill, ""),
311
- }
312
-
313
-
314
- LEGACY_SKILL_CONTRACTS: dict[str, dict[str, Any]] = {
315
- skill: _contract_for(skill, route) for skill, route in LEGACY_SKILL_ROUTES.items()
316
- }
317
- # Backward-compatible export
318
- OMG_COMPAT_SKILL_CONTRACTS = LEGACY_SKILL_CONTRACTS
319
-
320
-
321
- def list_compat_skills() -> list[str]:
322
- return sorted(LEGACY_SKILL_ROUTES.keys())
323
-
324
-
325
- def list_compat_skill_contracts() -> list[dict[str, Any]]:
326
- return [LEGACY_SKILL_CONTRACTS[name] for name in list_compat_skills()]
327
-
328
-
329
- def get_compat_skill_contract(skill: str) -> dict[str, Any] | None:
330
- return LEGACY_SKILL_CONTRACTS.get(skill)
331
-
332
-
333
- def build_contract_snapshot_payload(*, include_generated_at: bool = True) -> dict[str, Any]:
334
- canonical_hosts = get_canonical_hosts()
335
- compat_hosts = get_compat_hosts()
336
- payload: dict[str, Any] = {
337
- "schema": CONTRACT_SNAPSHOT_SCHEMA,
338
- "contract_version": CONTRACT_SNAPSHOT_VERSION,
339
- "count": len(LEGACY_SKILL_CONTRACTS),
340
- "contracts": list_compat_skill_contracts(),
341
- "host_surfaces": {
342
- "canonical_parity_hosts": canonical_hosts,
343
- "release_blocking_hosts": canonical_hosts,
344
- "compatibility_only_hosts": compat_hosts,
345
- "release_non_blocking_hosts": compat_hosts,
346
- },
347
- }
348
- if include_generated_at:
349
- payload["generated_at"] = _now()
350
- return payload
351
-
352
-
353
- def migrate_contract_snapshot_payload(payload: dict[str, Any]) -> tuple[dict[str, Any], list[str]]:
354
- migrated = dict(payload)
355
- migrations: list[str] = []
356
-
357
- if "schema" not in migrated:
358
- migrated["schema"] = LEGACY_CONTRACT_SNAPSHOT_SCHEMA
359
- migrations.append("assign-missing-schema:legacy-omg")
360
-
361
- if migrated.get("schema") == LEGACY_CONTRACT_SNAPSHOT_SCHEMA:
362
- migrated["schema"] = CONTRACT_SNAPSHOT_SCHEMA
363
- migrations.append("migrate-schema-legacy-to-omg")
364
-
365
- if "contract_version" not in migrated:
366
- migrated["contract_version"] = LEGACY_SNAPSHOT_VERSION
367
- migrations.append("assign-missing-contract-version:0.9.0")
368
-
369
- if migrated.get("contract_version") == LEGACY_SNAPSHOT_VERSION:
370
- # v0.9.0 lacked explicit schema/version constraints.
371
- migrated["schema"] = CONTRACT_SNAPSHOT_SCHEMA
372
- migrated["contract_version"] = CONTRACT_SNAPSHOT_VERSION
373
- migrations.append(f"migrate-0.9.0-to-{CONTRACT_SNAPSHOT_VERSION}")
374
-
375
- return migrated, migrations
376
-
377
-
378
- def build_compat_gap_report(project_dir: str | None = None) -> dict[str, Any]:
379
- root = _project_dir(project_dir)
380
- _ensure_state_layout(root)
381
- contracts = list_compat_skill_contracts()
382
- maturity_counts = Counter(c["maturity"] for c in contracts)
383
- route_counts = Counter(c["route"] for c in contracts)
384
- bridge_skills = [c["skill"] for c in contracts if c["maturity"] != "native"]
385
- report = {
386
- "schema": GAP_REPORT_SCHEMA,
387
- "generated_at": _now(),
388
- "total_skills": len(contracts),
389
- "maturity_counts": dict(sorted(maturity_counts.items())),
390
- "route_counts": dict(sorted(route_counts.items())),
391
- "native_skills": sorted(c["skill"] for c in contracts if c["maturity"] == "native"),
392
- "bridge_skills": sorted(bridge_skills),
393
- }
394
- out = os.path.join(root, DEFAULT_GAP_REPORT_PATH)
395
- with open(out, "w", encoding="utf-8") as f:
396
- json.dump(report, f, indent=2, ensure_ascii=True)
397
- legacy_out = os.path.join(root, LEGACY_GAP_REPORT_PATH)
398
- if legacy_out != out:
399
- with open(legacy_out, "w", encoding="utf-8") as f:
400
- json.dump(report, f, indent=2, ensure_ascii=True)
401
- report["report_path"] = out
402
- report["legacy_report_path"] = legacy_out
403
- return report
404
-
405
-
406
- def _result(
407
- *,
408
- skill: str,
409
- route: str,
410
- status: str = "ok",
411
- routed_to: str = "",
412
- findings: list[str] | None = None,
413
- actions: list[str] | None = None,
414
- artifacts: list[str] | None = None,
415
- result: dict[str, Any] | None = None,
416
- ) -> dict[str, Any]:
417
- return {
418
- "schema": RESULT_SCHEMA,
419
- "status": status,
420
- "skill": skill,
421
- "route": route,
422
- "routed_to": routed_to,
423
- "contract": get_compat_skill_contract(skill) or {},
424
- "findings": findings or [],
425
- "actions": actions or [],
426
- "artifacts": artifacts or [],
427
- "result": result or {},
428
- "generated_at": _now(),
429
- }
430
-
431
-
432
- def _ensure_state_layout(project_dir: str) -> None:
433
- for rel in ["state", "knowledge", "evidence", "trust", "shadow"]:
434
- os.makedirs(os.path.join(project_dir, ".omg", rel), exist_ok=True)
435
-
436
-
437
- def _append_audit_event(project_dir: str, event: dict[str, Any]) -> None:
438
- _ensure_state_layout(project_dir)
439
- ledger_dir = os.path.join(project_dir, ".omg", "state", "ledger")
440
- os.makedirs(ledger_dir, exist_ok=True)
441
- payload = dict(event)
442
- payload.setdefault("ts", _now())
443
- payloads = [payload]
444
- event_name = str(payload.get("event", ""))
445
- if event_name in LEGACY_EVENT_ALIASES:
446
- legacy_payload = dict(payload)
447
- legacy_payload["event"] = LEGACY_EVENT_ALIASES[event_name]
448
- legacy_payload["alias_of"] = event_name
449
- payloads.append(legacy_payload)
450
- for rel in (DEFAULT_AUDIT_LEDGER_PATH, LEGACY_AUDIT_LEDGER_PATH):
451
- ledger_path = os.path.join(project_dir, rel)
452
- os.makedirs(os.path.dirname(ledger_path), exist_ok=True)
453
- with open(ledger_path, "a", encoding="utf-8") as f:
454
- for one in payloads:
455
- f.write(json.dumps(one, ensure_ascii=True) + "\n")
456
-
457
-
458
- def validate_compat_request(
459
- *,
460
- skill: str,
461
- problem: str,
462
- context: str,
463
- files: list[str] | None,
464
- expected_outcome: str,
465
- ) -> tuple[bool, str]:
466
- if skill not in LEGACY_SKILL_ROUTES:
467
- return False, f"Unknown skill: {skill}"
468
-
469
- if len(problem) > MAX_PROBLEM_CHARS:
470
- return False, f"problem too long (max {MAX_PROBLEM_CHARS})"
471
- if len(context) > MAX_CONTEXT_CHARS:
472
- return False, f"context too long (max {MAX_CONTEXT_CHARS})"
473
- if len(expected_outcome) > MAX_EXPECTED_OUTCOME_CHARS:
474
- return False, f"expected_outcome too long (max {MAX_EXPECTED_OUTCOME_CHARS})"
475
-
476
- route = LEGACY_SKILL_ROUTES[skill]
477
- required = set(ROUTE_INPUTS.get(route, {}).get("required", []))
478
- if "problem" in required and not problem.strip():
479
- return False, "problem is required for this skill"
480
-
481
- file_list = files or []
482
- if len(file_list) > MAX_FILES_PER_REQUEST:
483
- return False, f"too many files (max {MAX_FILES_PER_REQUEST})"
484
- for file_path in file_list:
485
- if not isinstance(file_path, str) or not file_path:
486
- return False, "invalid file path: must be non-empty string"
487
- if "\x00" in file_path:
488
- return False, "invalid file path: contains null byte"
489
- if len(file_path) > MAX_FILE_PATH_CHARS:
490
- return False, f"invalid file path: exceeds {MAX_FILE_PATH_CHARS} chars"
491
- if file_path != file_path.strip():
492
- return False, "invalid file path: leading/trailing whitespace is not allowed"
493
- if not _is_safe_relative_path(file_path):
494
- return False, "invalid file path: must be a safe relative path"
495
-
496
- return True, "ok"
497
-
498
-
499
- def _write_if_missing(path: str, content: str) -> None:
500
- if os.path.exists(path):
501
- return
502
- os.makedirs(os.path.dirname(path), exist_ok=True)
503
- with open(path, "w", encoding="utf-8") as f:
504
- f.write(content)
505
-
506
-
507
- def _append_memory(project_dir: str, message: str) -> str:
508
- _ensure_state_layout(project_dir)
509
- wm_path = os.path.join(project_dir, ".omg", "state", "working-memory.md")
510
- ts = datetime.now(timezone.utc).strftime("%Y-%m-%d %H:%M:%SZ")
511
- line = f"- [{ts}] {message}\n"
512
- with open(wm_path, "a", encoding="utf-8") as f:
513
- f.write(line)
514
- return wm_path
515
-
516
-
517
- def _update_session_state(project_dir: str, message: str) -> str:
518
- _ensure_state_layout(project_dir)
519
- session_path = os.path.join(project_dir, ".omg", "state", "session.json")
520
- payload: dict[str, Any] = {"last_updated": _now(), "entries": []}
521
- if os.path.exists(session_path):
522
- try:
523
- with open(session_path, "r", encoding="utf-8") as f:
524
- data = json.load(f)
525
- if isinstance(data, dict):
526
- payload = data
527
- except Exception:
528
- pass
529
- payload.setdefault("entries", [])
530
- if not isinstance(payload["entries"], list):
531
- payload["entries"] = []
532
- payload["entries"].append({"ts": _now(), "message": message})
533
- payload["entries"] = payload["entries"][-100:]
534
- payload["last_updated"] = _now()
535
- with open(session_path, "w", encoding="utf-8") as f:
536
- json.dump(payload, f, indent=2, ensure_ascii=True)
537
- return session_path
538
-
539
-
540
- def _append_knowledge_note(project_dir: str, rel_path: str, line: str) -> str:
541
- _ensure_state_layout(project_dir)
542
- full = os.path.join(project_dir, ".omg", rel_path)
543
- os.makedirs(os.path.dirname(full), exist_ok=True)
544
- with open(full, "a", encoding="utf-8") as f:
545
- f.write(line.rstrip() + "\n")
546
- return full
547
-
548
-
549
- def _write_learning_artifact(project_dir: str, skill: str, message: str, context: str) -> str:
550
- path = os.path.join(project_dir, ".omg", "knowledge", "learning", f"{skill}.md")
551
- os.makedirs(os.path.dirname(path), exist_ok=True)
552
- with open(path, "a", encoding="utf-8") as f:
553
- f.write(f"## {_now()}\n")
554
- f.write(f"- skill: {skill}\n")
555
- f.write(f"- message: {message}\n")
556
- if context:
557
- f.write(f"- context: {context}\n")
558
- f.write("\n")
559
- return path
560
-
561
-
562
- def _write_analysis_artifact(project_dir: str, skill: str, message: str, context: str, files: list[str]) -> str:
563
- _ensure_state_layout(project_dir)
564
- out = os.path.join(project_dir, ".omg", "evidence", f"analysis-{skill}.json")
565
- payload = {
566
- "schema": "AnalysisCompatArtifact",
567
- "skill": skill,
568
- "generated_at": _now(),
569
- "problem": message,
570
- "context": context,
571
- "files": files,
572
- "findings": [
573
- "Structured analysis generated by OMG compat dispatcher.",
574
- "Use review/teams routes for deeper remediation proposals.",
575
- ],
576
- }
577
- with open(out, "w", encoding="utf-8") as f:
578
- json.dump(payload, f, indent=2, ensure_ascii=True)
579
- return out
580
-
581
-
582
- def _write_maintainer_artifact(project_dir: str, skill: str, problem: str) -> str:
583
- _ensure_state_layout(project_dir)
584
- out_path = os.path.join(project_dir, ".omg", "evidence", f"compat-{skill}.json")
585
- payload = {
586
- "schema": "MaintainerCompatArtifact",
587
- "skill": skill,
588
- "generated_at": _now(),
589
- "summary": problem or f"compat route for {skill}",
590
- "signals": {
591
- "triage": "unverified",
592
- "release_notes": "unverified",
593
- "review": "unverified",
594
- },
595
- }
596
- with open(out_path, "w", encoding="utf-8") as f:
597
- json.dump(payload, f, indent=2, ensure_ascii=True)
598
- return out_path
599
-
600
-
601
- def _init_bootstrap(project_dir: str, reason: str) -> list[str]:
602
- _ensure_state_layout(project_dir)
603
- profile_path = os.path.join(project_dir, ".omg", "state", "profile.yaml")
604
- idea_path = os.path.join(project_dir, ".omg", "idea.yml")
605
- policy_path = os.path.join(project_dir, ".omg", "policy.yaml")
606
- runtime_path = os.path.join(project_dir, ".omg", "runtime.yaml")
607
- plan_path = os.path.join(project_dir, ".omg", "state", "_plan.md")
608
- checklist_path = os.path.join(project_dir, ".omg", "state", "_checklist.md")
609
- qg_path = os.path.join(project_dir, ".omg", "state", "quality-gate.json")
610
-
611
- _write_if_missing(
612
- profile_path,
613
- "name: omg-project\n"
614
- "description: initialized by OMG standalone compat bootstrap\n"
615
- "language: unknown\n"
616
- "framework: unknown\n"
617
- "stack: []\n"
618
- "conventions: {}\n"
619
- "ai_behavior: {}\n"
620
- "preferences:\n"
621
- " architecture_requests: []\n"
622
- " constraints: {}\n"
623
- " routing:\n"
624
- " prefer_clarification: false\n"
625
- "user_vector:\n"
626
- " tags: []\n"
627
- " summary: \"\"\n"
628
- " confidence: 0.0\n"
629
- "profile_provenance:\n"
630
- " recent_updates: []\n",
631
- )
632
- _write_if_missing(
633
- idea_path,
634
- "goal: \"\"\n"
635
- "constraints: []\n"
636
- "acceptance: []\n"
637
- "risk:\n"
638
- " security: []\n"
639
- " performance: []\n"
640
- " compatibility: []\n"
641
- "evidence_required:\n"
642
- " tests: []\n"
643
- " security_scans: []\n"
644
- " reproducibility: []\n"
645
- " artifacts: []\n",
646
- )
647
- _write_if_missing(
648
- policy_path,
649
- "mode: warn_and_run\ncritical_block: true\n",
650
- )
651
- _write_if_missing(
652
- runtime_path,
653
- "default: claude\navailable:\n - claude\n - gpt\n - local\n",
654
- )
655
- _write_if_missing(
656
- plan_path,
657
- "# Compat Plan\n"
658
- f"goal: {reason or 'bootstrap'}\n"
659
- "CHANGE_BUDGET=small\n",
660
- )
661
- _write_if_missing(
662
- checklist_path,
663
- "- [ ] define goal\n- [ ] run verification\n- [ ] ship with evidence\n",
664
- )
665
- if not os.path.exists(qg_path):
666
- with open(qg_path, "w", encoding="utf-8") as f:
667
- json.dump({"lint": "pytest -q", "test": "pytest -q"}, f, indent=2, ensure_ascii=True)
668
- return [
669
- os.path.relpath(profile_path, project_dir),
670
- os.path.relpath(idea_path, project_dir),
671
- os.path.relpath(policy_path, project_dir),
672
- os.path.relpath(runtime_path, project_dir),
673
- os.path.relpath(plan_path, project_dir),
674
- os.path.relpath(checklist_path, project_dir),
675
- os.path.relpath(qg_path, project_dir),
676
- ]
677
-
678
-
679
- def _health_snapshot(project_dir: str) -> dict[str, Any]:
680
- p = Path(project_dir)
681
- omg_root = p / ".omg"
682
- checks = [
683
- {"name": "python>=3.8", "ok": sys.version_info >= (3, 8)},
684
- {"name": ".omg exists", "ok": omg_root.exists()},
685
- {"name": ".omg/state exists", "ok": (omg_root / "state").exists()},
686
- {"name": ".omg/idea.yml exists", "ok": (omg_root / "idea.yml").exists()},
687
- {"name": ".omg/policy.yaml exists", "ok": (omg_root / "policy.yaml").exists()},
688
- ]
689
- all_ok = all(c["ok"] for c in checks)
690
- return {
691
- "project_dir": str(p),
692
- "status": "pass" if all_ok else "warn",
693
- "checks": checks,
694
- "omg_exists": omg_root.exists(),
695
- "state_exists": (omg_root / "state").exists(),
696
- "knowledge_exists": (omg_root / "knowledge").exists(),
697
- "evidence_exists": (omg_root / "evidence").exists(),
698
- }
699
-
700
-
701
- def _doctor_check(name: str, *, ok: bool, message: str, required: bool = True) -> dict[str, Any]:
702
- if ok:
703
- status = "ok"
704
- elif required:
705
- status = "blocker"
706
- else:
707
- status = "warning"
708
- return {"name": name, "status": status, "message": message, "required": required}
709
-
710
-
711
- def _check_plugin_compat(root_dir: Path) -> dict[str, Any]:
712
- try:
713
- result = run_plugin_diagnostics(str(root_dir))
714
- except Exception as exc:
715
- return _doctor_check(
716
- "plugin_compatibility",
717
- ok=False,
718
- message=f"plugin diagnostics error: {exc}",
719
- required=False,
720
- )
721
-
722
- status = str(result.get("status", "error"))
723
- summary = result.get("summary", {})
724
- summary = summary if isinstance(summary, dict) else {}
725
- total_records = int(summary.get("total_records", 0))
726
- total_conflicts = int(summary.get("total_conflicts", 0))
727
- blockers = int(summary.get("blockers", 0))
728
- return _doctor_check(
729
- "plugin_compatibility",
730
- ok=status in {"ok", "warn"},
731
- message=(
732
- f"plugin compatibility: {total_records} records, "
733
- f"{total_conflicts} conflicts, {blockers} blockers"
734
- ),
735
- required=False,
736
- )
737
-
738
-
739
- def run_doctor(*, root_dir: Path | None = None) -> dict[str, Any]:
740
- """Canonical install/runtime verification engine.
741
-
742
- Called by both ``omg doctor`` CLI and the ``omg-doctor`` compat route.
743
- """
744
- from runtime.contract_compiler import _check_version_identity_drift
745
-
746
- repo_root = root_dir or Path(__file__).resolve().parent.parent
747
- checks: list[dict[str, Any]] = []
748
-
749
- # 1. Python version >= 3.10
750
- py_ok = sys.version_info >= (3, 10)
751
- checks.append(_doctor_check(
752
- "python_version",
753
- ok=py_ok,
754
- message=f"Python {sys.version_info.major}.{sys.version_info.minor}.{sys.version_info.micro}"
755
- + ("" if py_ok else " (requires >=3.10)"),
756
- ))
757
-
758
- # 2. fastmcp availability
759
- fastmcp_ok = False
760
- fastmcp_msg = ""
761
- try:
762
- import importlib
763
- importlib.import_module("fastmcp")
764
- fastmcp_ok = True
765
- fastmcp_msg = "fastmcp importable"
766
- except ImportError:
767
- fastmcp_msg = "fastmcp not installed — required for MCP server"
768
- checks.append(_doctor_check("fastmcp", ok=fastmcp_ok, message=fastmcp_msg))
769
-
770
- # 3. omg-control reachable (stdio config present in .mcp.json)
771
- mcp_json_path = repo_root / ".mcp.json"
772
- omg_control_ok = False
773
- omg_control_msg = ".mcp.json not found"
774
- if mcp_json_path.exists():
775
- try:
776
- with open(mcp_json_path, "r", encoding="utf-8") as f:
777
- mcp_data = json.load(f)
778
- servers = mcp_data.get("mcpServers", {})
779
- if "omg-control" in servers:
780
- ctrl = servers["omg-control"]
781
- if ctrl.get("command"):
782
- omg_control_ok = True
783
- omg_control_msg = f"omg-control configured (stdio: {ctrl['command']})"
784
- else:
785
- omg_control_ok = True
786
- omg_control_msg = "omg-control configured (non-stdio)"
787
- else:
788
- omg_control_msg = "omg-control not found in .mcp.json mcpServers"
789
- except (json.JSONDecodeError, KeyError) as exc:
790
- omg_control_msg = f".mcp.json parse error: {exc}"
791
- checks.append(_doctor_check("omg_control_reachable", ok=omg_control_ok, message=omg_control_msg))
792
-
793
- # 4. Policy files present
794
- policy_path = repo_root / ".omg" / "policy.yaml"
795
- commands_dir = repo_root / "commands"
796
- policy_ok = policy_path.exists() or commands_dir.exists()
797
- if policy_path.exists() and commands_dir.exists():
798
- policy_msg = "policy.yaml and commands/ present"
799
- elif policy_path.exists():
800
- policy_msg = "policy.yaml present (commands/ missing)"
801
- elif commands_dir.exists():
802
- policy_msg = "commands/ present (policy.yaml missing)"
803
- else:
804
- policy_msg = "neither policy.yaml nor commands/ found"
805
- checks.append(_doctor_check("policy_files", ok=policy_ok, message=policy_msg))
806
-
807
- # 5. Metadata drift (release identity)
808
- drift_result = _check_version_identity_drift(repo_root)
809
- drift_ok = drift_result.get("status") == "ok"
810
- drift_blockers = drift_result.get("blockers", [])
811
- drift_msg = "all version surfaces aligned" if drift_ok else f"{len(drift_blockers)} drift(s): {'; '.join(drift_blockers[:3])}"
812
- checks.append(_doctor_check("metadata_drift", ok=drift_ok, message=drift_msg))
813
-
814
- # 6. Compiled bundles exist (optional)
815
- bundles_dir = repo_root / "dist"
816
- bundles_ok = bundles_dir.exists() and any(bundles_dir.iterdir()) if bundles_dir.exists() else False
817
- bundles_msg = "dist/ contains compiled bundles" if bundles_ok else "dist/ missing or empty"
818
- checks.append(_doctor_check("compiled_bundles", ok=bundles_ok, message=bundles_msg, required=False))
819
-
820
- # 7. Host compatibility (optional)
821
- claude_dir = os.environ.get("CLAUDE_DIR", os.path.expanduser("~/.claude"))
822
- host_ok = os.path.isdir(claude_dir)
823
- host_msg = f"host config dir exists ({claude_dir})" if host_ok else f"host config dir not found ({claude_dir})"
824
- checks.append(_doctor_check("host_compatibility", ok=host_ok, message=host_msg, required=False))
825
-
826
- # 8. HTTP memory — optional, never required
827
- memory_msg = "HTTP memory not configured (optional)"
828
- if mcp_json_path.exists():
829
- try:
830
- with open(mcp_json_path, "r", encoding="utf-8") as f:
831
- mcp_data = json.load(f)
832
- mem_cfg = mcp_data.get("mcpServers", {}).get("omg-memory", {})
833
- if mem_cfg.get("type") == "http" and mem_cfg.get("url"):
834
- memory_msg = f"omg-memory configured at {mem_cfg['url']} (optional, not probed)"
835
- except (json.JSONDecodeError, KeyError):
836
- pass
837
- checks.append(_doctor_check("memory_reachable", ok=True, message=memory_msg, required=False))
838
-
839
- # 9. Managed runtime venv (optional)
840
- managed_venv_path = Path(claude_dir) / "omg-runtime" / ".venv"
841
- venv_ok = managed_venv_path.exists()
842
- venv_msg = f"managed venv at {managed_venv_path}" if venv_ok else f"managed venv not found at {managed_venv_path} (install via OMG-setup.sh)"
843
- checks.append(_doctor_check("managed_runtime", ok=venv_ok, message=venv_msg, required=False))
844
-
845
- plugin_check = _check_plugin_compat(repo_root)
846
- checks.append(plugin_check)
847
-
848
- has_blocker = any(c["status"] == "blocker" for c in checks)
849
- return {
850
- "schema": "DoctorResult",
851
- "status": "fail" if has_blocker else "pass",
852
- "checks": checks,
853
- "plugin_compatibility": plugin_check,
854
- "version": CANONICAL_VERSION,
855
- }
856
-
857
-
858
- def _write_release_artifact(project_dir: str, message: str) -> str:
859
- _ensure_state_layout(project_dir)
860
- out = os.path.join(project_dir, ".omg", "evidence", "release-draft.md")
861
- if not os.path.exists(out):
862
- with open(out, "w", encoding="utf-8") as f:
863
- f.write("# Release Draft\n\n")
864
- with open(out, "a", encoding="utf-8") as f:
865
- f.write(f"- {_now()}: {message}\n")
866
- return out
867
-
868
-
869
- def _write_build_fix_artifact(project_dir: str, message: str) -> str:
870
- _ensure_state_layout(project_dir)
871
- out = os.path.join(project_dir, ".omg", "state", "build-fix.md")
872
- with open(out, "a", encoding="utf-8") as f:
873
- f.write(f"## {_now()}\n")
874
- f.write(f"- target: {message}\n")
875
- f.write("- checklist:\n")
876
- f.write(" - reproduce failure\n")
877
- f.write(" - implement minimal fix\n")
878
- f.write(" - run focused tests\n")
879
- f.write(" - run full regression\n\n")
880
- return out
881
-
882
-
883
- def _write_persistent_state(
884
- project_dir: str,
885
- *,
886
- mode: str,
887
- goal: str,
888
- context: str,
889
- expected_outcome: str,
890
- runtime_result: dict[str, Any],
891
- ) -> str:
892
- _ensure_state_layout(project_dir)
893
- path = os.path.join(project_dir, ".omg", "state", "persistent-mode.json")
894
- payload: dict[str, Any] = {
895
- "schema": "PersistentModeState",
896
- "mode": mode,
897
- "status": "active",
898
- "goal": goal,
899
- "context": context,
900
- "expected_outcome": expected_outcome,
901
- "started_at": _now(),
902
- "last_updated": _now(),
903
- "last_runtime_status": runtime_result.get("status", "unknown"),
904
- "history": [],
905
- }
906
- if os.path.exists(path):
907
- try:
908
- with open(path, "r", encoding="utf-8") as f:
909
- current = json.load(f)
910
- if isinstance(current, dict):
911
- payload.update(current)
912
- except Exception:
913
- pass
914
- payload.setdefault("history", [])
915
- if not isinstance(payload["history"], list):
916
- payload["history"] = []
917
- payload["mode"] = mode
918
- payload["status"] = "active"
919
- payload["goal"] = goal
920
- payload["context"] = context
921
- payload["expected_outcome"] = expected_outcome
922
- payload["last_updated"] = _now()
923
- payload["last_runtime_status"] = runtime_result.get("status", "unknown")
924
- payload["history"].append(
925
- {
926
- "ts": _now(),
927
- "event": "dispatch",
928
- "goal": goal,
929
- "runtime_status": runtime_result.get("status", "unknown"),
930
- }
931
- )
932
- payload["history"] = payload["history"][-200:]
933
- with open(path, "w", encoding="utf-8") as f:
934
- json.dump(payload, f, indent=2, ensure_ascii=True)
935
- return path
936
-
937
-
938
- def _run_dual_review(
939
- problem: str,
940
- context: str,
941
- files: list[str],
942
- expected_outcome: str,
943
- ) -> dict[str, Any]:
944
- codex_req = TeamDispatchRequest(
945
- target="codex",
946
- problem=f"review: {problem}",
947
- context=context,
948
- files=files,
949
- expected_outcome=expected_outcome,
950
- )
951
- ccg_req = TeamDispatchRequest(
952
- target="ccg",
953
- problem=f"cross-check: {problem}",
954
- context=context,
955
- files=files,
956
- expected_outcome=expected_outcome,
957
- )
958
- codex = dispatch_team(codex_req).to_dict()
959
- ccg = dispatch_team(ccg_req).to_dict()
960
- merged_actions: list[str] = []
961
- seen = set()
962
- for source in (codex.get("actions", []), ccg.get("actions", [])):
963
- for action in source:
964
- if action not in seen:
965
- seen.add(action)
966
- merged_actions.append(action)
967
- synthesis = {
968
- "schema": "ReviewSynthesis",
969
- "status": "ok",
970
- "tracks": {"codex": codex, "ccg": ccg},
971
- "summary": [
972
- "Dual-track review executed (codex + ccg).",
973
- f"Merged action count: {len(merged_actions)}",
974
- ],
975
- "actions": merged_actions,
976
- }
977
- return synthesis
978
-
979
-
980
- def _ensure_plan_artifacts(project_dir: str, goal: str) -> list[str]:
981
- _ensure_state_layout(project_dir)
982
- plan_path = os.path.join(project_dir, ".omg", "state", "_plan.md")
983
- checklist_path = os.path.join(project_dir, ".omg", "state", "_checklist.md")
984
- idea_path = os.path.join(project_dir, ".omg", "idea.yml")
985
- _write_if_missing(
986
- plan_path,
987
- "# Deep Plan\n"
988
- f"goal: {goal or 'compat planning'}\n"
989
- "CHANGE_BUDGET=small\n"
990
- "phases:\n"
991
- "- foundation\n- implementation\n- verification\n",
992
- )
993
- _write_if_missing(
994
- checklist_path,
995
- "- [ ] write failing test\n- [ ] implement minimal fix\n- [ ] run tests\n",
996
- )
997
- _write_if_missing(
998
- idea_path,
999
- "goal: \"compat-plan\"\n"
1000
- "constraints: []\n"
1001
- "acceptance: []\n"
1002
- "risk:\n"
1003
- " security: []\n"
1004
- " performance: []\n"
1005
- " compatibility: []\n"
1006
- "evidence_required:\n"
1007
- " tests: []\n"
1008
- " security_scans: []\n"
1009
- " reproducibility: []\n"
1010
- " artifacts: []\n",
1011
- )
1012
- return [
1013
- os.path.relpath(plan_path, project_dir),
1014
- os.path.relpath(checklist_path, project_dir),
1015
- os.path.relpath(idea_path, project_dir),
1016
- ]
1017
-
1018
-
1019
- def _ensure_tdd_artifacts(project_dir: str, goal: str) -> list[str]:
1020
- _ensure_state_layout(project_dir)
1021
- plan_path = os.path.join(project_dir, ".omg", "state", "_plan.md")
1022
- checklist_path = os.path.join(project_dir, ".omg", "state", "_checklist.md")
1023
- idea_path = os.path.join(project_dir, ".omg", "idea.yml")
1024
- with open(plan_path, "w", encoding="utf-8") as f:
1025
- f.write(
1026
- "# TDD Plan\n"
1027
- f"goal: {goal or 'tdd workflow'}\n"
1028
- "CHANGE_BUDGET=small\n"
1029
- "workflow:\n"
1030
- "- red: write failing test\n"
1031
- "- green: minimal implementation\n"
1032
- "- refactor: clean while tests stay green\n"
1033
- )
1034
- with open(checklist_path, "w", encoding="utf-8") as f:
1035
- f.write(
1036
- "- [ ] red: create failing test for target behavior\n"
1037
- "- [ ] red: run targeted test and confirm failure reason\n"
1038
- "- [ ] green: write minimal code to pass test\n"
1039
- "- [ ] green: re-run targeted test and confirm pass\n"
1040
- "- [ ] refactor: clean implementation without behavior change\n"
1041
- "- [ ] verify: run full test suite\n"
1042
- )
1043
- _write_if_missing(
1044
- idea_path,
1045
- "goal: \"tdd\"\n"
1046
- "constraints: []\n"
1047
- "acceptance: []\n"
1048
- "risk:\n"
1049
- " security: []\n"
1050
- " performance: []\n"
1051
- " compatibility: []\n"
1052
- "evidence_required:\n"
1053
- " tests: []\n"
1054
- " security_scans: []\n"
1055
- " reproducibility: []\n"
1056
- " artifacts: []\n",
1057
- )
1058
- return [
1059
- os.path.relpath(plan_path, project_dir),
1060
- os.path.relpath(checklist_path, project_dir),
1061
- os.path.relpath(idea_path, project_dir),
1062
- ]
1063
-
1064
-
1065
- def dispatch_compat_skill(
1066
- *,
1067
- skill: str,
1068
- problem: str = "",
1069
- context: str = "",
1070
- files: list[str] | None = None,
1071
- expected_outcome: str = "",
1072
- project_dir: str | None = None,
1073
- ) -> dict[str, Any]:
1074
- normalized = skill.strip()
1075
- root = _project_dir(project_dir)
1076
-
1077
- def _emit(payload: dict[str, Any]) -> dict[str, Any]:
1078
- _append_audit_event(
1079
- root,
1080
- {
1081
- "event": DEFAULT_EVENT_DISPATCH,
1082
- "skill": normalized,
1083
- "route": payload.get("route", ""),
1084
- "status": payload.get("status", "unknown"),
1085
- "routed_to": payload.get("routed_to", ""),
1086
- "problem_chars": len(problem),
1087
- "context_chars": len(context),
1088
- "file_count": len(files or []),
1089
- },
1090
- )
1091
- return payload
1092
-
1093
- def _res(**kwargs: Any) -> dict[str, Any]:
1094
- return _emit(_result(**kwargs))
1095
-
1096
- if not normalized:
1097
- return _res(
1098
- skill=skill,
1099
- route="unknown",
1100
- status="error",
1101
- findings=["Missing skill name."],
1102
- actions=["Provide --skill value."],
1103
- )
1104
-
1105
- route = LEGACY_SKILL_ROUTES.get(normalized)
1106
- if route is None:
1107
- return _res(
1108
- skill=normalized,
1109
- route="unknown",
1110
- status="error",
1111
- findings=[f"Unsupported skill: {normalized}"],
1112
- actions=["Use `omg compat list` to see supported skill names."],
1113
- )
1114
-
1115
- is_valid, reason = validate_compat_request(
1116
- skill=normalized,
1117
- problem=problem,
1118
- context=context,
1119
- files=files,
1120
- expected_outcome=expected_outcome,
1121
- )
1122
- if not is_valid:
1123
- return _res(
1124
- skill=normalized,
1125
- route=route,
1126
- status="error",
1127
- findings=[f"Invalid request: {reason}"],
1128
- actions=["Adjust inputs and retry."],
1129
- )
1130
-
1131
- _append_audit_event(
1132
- root,
1133
- {
1134
- "event": DEFAULT_EVENT_REQUEST,
1135
- "skill": normalized,
1136
- "route": route,
1137
- "problem_chars": len(problem),
1138
- "context_chars": len(context),
1139
- "file_count": len(files or []),
1140
- },
1141
- )
1142
-
1143
- msg = problem or f"compat dispatch via {normalized}"
1144
- file_list = files or []
1145
-
1146
- if route == "teams":
1147
- req = TeamDispatchRequest(
1148
- target="auto",
1149
- problem=msg,
1150
- context=context,
1151
- files=file_list,
1152
- expected_outcome=expected_outcome,
1153
- )
1154
- team = dispatch_team(req).to_dict()
1155
- return _res(
1156
- skill=normalized,
1157
- route=route,
1158
- routed_to=str(team.get("evidence", {}).get("target", "")),
1159
- findings=["Team route dispatched."],
1160
- actions=["Review findings and apply selected actions."],
1161
- result=team,
1162
- )
1163
-
1164
- if route == "ccg":
1165
- req = TeamDispatchRequest(
1166
- target="ccg",
1167
- problem=msg,
1168
- context=context,
1169
- files=file_list,
1170
- expected_outcome=expected_outcome,
1171
- )
1172
- ccg = dispatch_team(req).to_dict()
1173
- return _res(
1174
- skill=normalized,
1175
- route=route,
1176
- routed_to="ccg",
1177
- findings=["CCG route dispatched."],
1178
- actions=["Review merged action plan."],
1179
- result=ccg,
1180
- )
1181
-
1182
- if route == "runtime_ship":
1183
- runtime = dispatch_runtime(
1184
- "claude",
1185
- {"goal": msg, "constraints": [], "acceptance": [expected_outcome] if expected_outcome else []},
1186
- )
1187
- status = "ok" if runtime.get("status") == "ok" else "error"
1188
- artifacts: list[str] = []
1189
- if normalized in {"autopilot", "ralph", "ultrapilot", "ultrawork"}:
1190
- persistent = _write_persistent_state(
1191
- root,
1192
- mode=normalized,
1193
- goal=msg,
1194
- context=context,
1195
- expected_outcome=expected_outcome,
1196
- runtime_result=runtime,
1197
- )
1198
- artifacts.append(os.path.relpath(persistent, root))
1199
- if normalized == "release" and status == "ok":
1200
- rel = _write_release_artifact(root, msg)
1201
- artifacts.append(os.path.relpath(rel, root))
1202
- if normalized == "build-fix" and status == "ok":
1203
- build_fix = _write_build_fix_artifact(root, msg)
1204
- artifacts.append(os.path.relpath(build_fix, root))
1205
- return _res(
1206
- skill=normalized,
1207
- route=route,
1208
- status=status,
1209
- routed_to="claude",
1210
- findings=["Runtime dispatch completed." if status == "ok" else "Runtime dispatch failed."],
1211
- actions=[
1212
- "Inspect runtime response and continue.",
1213
- "If persistent mode is active, keep iterating until checklist completion.",
1214
- ],
1215
- result=runtime,
1216
- artifacts=artifacts,
1217
- )
1218
-
1219
- if route == "pipeline":
1220
- pipeline = run_pipeline(
1221
- {
1222
- "dataset": {"source": "clean-source", "license": "mit"},
1223
- "base_model": {"source": "open-model", "allow_distill": True},
1224
- "target_metric": 0.7,
1225
- "simulated_metric": 0.8,
1226
- "evaluation_notes": f"compat:{normalized}",
1227
- }
1228
- )
1229
- status = "ok" if pipeline.get("status") in {"ready", "published"} else "error"
1230
- return _res(
1231
- skill=normalized,
1232
- route=route,
1233
- status=status,
1234
- findings=["Pipeline route executed."],
1235
- actions=["Use `omg lab eval` when evaluation is ready."],
1236
- result=pipeline,
1237
- )
1238
-
1239
- if route == "memory":
1240
- if normalized == "project-session-manager":
1241
- session = _update_session_state(root, msg)
1242
- return _res(
1243
- skill=normalized,
1244
- route=route,
1245
- findings=["Session state updated."],
1246
- actions=["Use session state to continue long-running work."],
1247
- artifacts=[os.path.relpath(session, root)],
1248
- )
1249
- if normalized == "writer-memory":
1250
- writer = _append_knowledge_note(
1251
- root,
1252
- "knowledge/writer-memory.md",
1253
- f"- [{_now()}] {msg}",
1254
- )
1255
- return _res(
1256
- skill=normalized,
1257
- route=route,
1258
- findings=["Writer memory updated."],
1259
- actions=["Reuse writer-memory notes for long-form drafting."],
1260
- artifacts=[os.path.relpath(writer, root)],
1261
- )
1262
- if normalized == "note":
1263
- note = _append_knowledge_note(
1264
- root,
1265
- "knowledge/notes.md",
1266
- f"- [{_now()}] {msg}",
1267
- )
1268
- return _res(
1269
- skill=normalized,
1270
- route=route,
1271
- findings=["Note appended to knowledge log."],
1272
- actions=["Review notes during planning and handoff."],
1273
- artifacts=[os.path.relpath(note, root)],
1274
- )
1275
- wm_path = _append_memory(root, msg)
1276
- return _res(
1277
- skill=normalized,
1278
- route=route,
1279
- findings=["Working memory updated."],
1280
- actions=["Continue work with refreshed context."],
1281
- artifacts=[os.path.relpath(wm_path, root)],
1282
- )
1283
-
1284
- if route == "init":
1285
- artifacts = _init_bootstrap(root, msg)
1286
- return _res(
1287
- skill=normalized,
1288
- route=route,
1289
- findings=["OMG layout initialized."],
1290
- actions=["Run `omg compat run --skill omg-doctor` to verify health."],
1291
- artifacts=artifacts,
1292
- )
1293
-
1294
- if route == "health":
1295
- if normalized == "omg-doctor":
1296
- doctor_result = run_doctor(root_dir=Path(root))
1297
- snapshot = {
1298
- "project_dir": root,
1299
- "status": doctor_result["status"],
1300
- "checks": doctor_result["checks"],
1301
- }
1302
- return _res(
1303
- skill=normalized,
1304
- route=route,
1305
- findings=["Doctor verification completed."],
1306
- actions=["Fix any blocker checks before shipping."],
1307
- result=snapshot,
1308
- )
1309
- snapshot = _health_snapshot(root)
1310
- return _res(
1311
- skill=normalized,
1312
- route=route,
1313
- findings=["Health snapshot generated."],
1314
- actions=["Create missing .omg folders if any field is false."],
1315
- result=snapshot,
1316
- )
1317
-
1318
- if route == "help":
1319
- return _res(
1320
- skill=normalized,
1321
- route=route,
1322
- findings=["Compatibility help generated."],
1323
- actions=["Run `omg compat list`, `omg compat contract --all`, then `omg compat run --skill <name>`."],
1324
- result={
1325
- "supported_skills": list_compat_skills(),
1326
- "gap_report_hint": DEFAULT_GAP_REPORT_PATH,
1327
- },
1328
- )
1329
-
1330
- if route == "review":
1331
- if normalized in {"review", "code-review", "ultraqa"}:
1332
- review = _run_dual_review(msg, context, file_list, expected_outcome)
1333
- routed_to = "codex+ccg"
1334
- findings = ["Dual-track review route dispatched."]
1335
- else:
1336
- req = TeamDispatchRequest(
1337
- target="codex",
1338
- problem=f"review: {msg}",
1339
- context=context,
1340
- files=file_list,
1341
- expected_outcome=expected_outcome,
1342
- )
1343
- review = dispatch_team(req).to_dict()
1344
- routed_to = "codex"
1345
- findings = ["Review route dispatched."]
1346
- return _res(
1347
- skill=normalized,
1348
- route=route,
1349
- routed_to=routed_to,
1350
- findings=findings,
1351
- actions=["Address high-risk findings first."],
1352
- result=review,
1353
- )
1354
-
1355
- if route == "plan":
1356
- if normalized == "tdd":
1357
- artifacts = _ensure_tdd_artifacts(root, msg)
1358
- findings = ["TDD artifacts are ready (red-green-refactor)."]
1359
- actions = ["Execute checklist in strict red -> green -> refactor order."]
1360
- else:
1361
- artifacts = _ensure_plan_artifacts(root, msg)
1362
- findings = ["Plan artifacts are ready."]
1363
- actions = ["Refine _plan/_checklist then execute with evidence."]
1364
- return _res(
1365
- skill=normalized,
1366
- route=route,
1367
- findings=findings,
1368
- actions=actions,
1369
- artifacts=artifacts,
1370
- )
1371
-
1372
- if route == "secure":
1373
- decision = evaluate_bash_command(problem or "echo safe")
1374
- return _res(
1375
- skill=normalized,
1376
- route=route,
1377
- findings=["Security policy evaluation completed."],
1378
- actions=["If action is deny, revise command and retry."],
1379
- result=decision.to_dict(),
1380
- )
1381
-
1382
- if route == "security_check":
1383
- check = run_security_check(
1384
- project_dir=root,
1385
- scope=msg or ".",
1386
- include_live_enrichment=False,
1387
- )
1388
- return _res(
1389
- skill=normalized,
1390
- route=route,
1391
- findings=["Canonical OMG security check completed."],
1392
- actions=["Review high-severity findings before ship/release."],
1393
- result=check,
1394
- )
1395
-
1396
- if route == "learn":
1397
- if normalized in {"learn-about-omg", "learner", "skill"}:
1398
- learn_path = _write_learning_artifact(root, normalized, msg, context)
1399
- return _res(
1400
- skill=normalized,
1401
- route=route,
1402
- findings=["Learning artifact recorded."],
1403
- actions=["Promote stable patterns from learning artifacts into reusable commands/skills."],
1404
- artifacts=[os.path.relpath(learn_path, root)],
1405
- )
1406
- note_path = _append_memory(root, f"learn: {msg}")
1407
- return _res(
1408
- skill=normalized,
1409
- route=route,
1410
- findings=["Learning note recorded."],
1411
- actions=["Review .omg/state/working-memory.md for accumulated insights."],
1412
- artifacts=[os.path.relpath(note_path, root)],
1413
- )
1414
-
1415
- if route == "maintainer":
1416
- if normalized in {"analyze", "trace", "sci-omg"}:
1417
- artifact = _write_analysis_artifact(root, normalized, msg, context, file_list)
1418
- return _res(
1419
- skill=normalized,
1420
- route=route,
1421
- findings=["Analysis artifact generated."],
1422
- actions=["Use findings to create targeted fix/review tasks."],
1423
- artifacts=[os.path.relpath(artifact, root)],
1424
- )
1425
- artifact = _write_maintainer_artifact(root, normalized, msg)
1426
- return _res(
1427
- skill=normalized,
1428
- route=route,
1429
- findings=["Maintainer artifact generated."],
1430
- actions=["Attach artifact to maintainer workflow or release notes."],
1431
- artifacts=[os.path.relpath(artifact, root)],
1432
- )
1433
-
1434
- if route == "cancel":
1435
- active_path = os.path.join(root, ".omg", "shadow", "active-run")
1436
- if os.path.exists(active_path):
1437
- os.remove(active_path)
1438
- persistent_path = os.path.join(root, ".omg", "state", "persistent-mode.json")
1439
- if os.path.exists(persistent_path):
1440
- try:
1441
- with open(persistent_path, "r", encoding="utf-8") as f:
1442
- persistent = json.load(f)
1443
- if isinstance(persistent, dict):
1444
- persistent["status"] = "cancelled"
1445
- persistent["last_updated"] = _now()
1446
- with open(persistent_path, "w", encoding="utf-8") as f:
1447
- json.dump(persistent, f, indent=2, ensure_ascii=True)
1448
- except Exception:
1449
- pass
1450
- return _res(
1451
- skill=normalized,
1452
- route=route,
1453
- findings=["Active run state cleared."],
1454
- actions=["Start a new run when ready."],
1455
- )
1456
-
1457
- return _res(
1458
- skill=normalized,
1459
- route=route,
1460
- status="error",
1461
- findings=["Route exists but has no handler."],
1462
- actions=["Implement missing handler."],
1463
- )
1464
-
1465
-
1466
- def list_omg_skills() -> list[str]:
1467
- return list_compat_skills()
1468
-
1469
-
1470
- def list_omg_skill_contracts() -> list[dict[str, Any]]:
1471
- return list_compat_skill_contracts()
1472
-
1473
-
1474
- def get_omg_skill_contract(skill: str) -> dict[str, Any] | None:
1475
- return get_compat_skill_contract(skill)
1476
-
1477
-
1478
- def build_omg_gap_report(project_dir: str | None = None) -> dict[str, Any]:
1479
- return build_compat_gap_report(project_dir)
1480
-
1481
-
1482
- def validate_omg_request(
1483
- *,
1484
- skill: str,
1485
- problem: str,
1486
- context: str,
1487
- files: list[str] | None,
1488
- expected_outcome: str,
1489
- ) -> tuple[bool, str]:
1490
- return validate_compat_request(
1491
- skill=skill,
1492
- problem=problem,
1493
- context=context,
1494
- files=files,
1495
- expected_outcome=expected_outcome,
1496
- )
1497
-
1498
-
1499
- def dispatch_omg_skill(
1500
- *,
1501
- skill: str,
1502
- problem: str = "",
1503
- context: str = "",
1504
- files: list[str] | None = None,
1505
- expected_outcome: str = "",
1506
- project_dir: str | None = None,
1507
- ) -> dict[str, Any]:
1508
- return dispatch_compat_skill(
1509
- skill=skill,
1510
- problem=problem,
1511
- context=context,
1512
- files=files,
1513
- expected_outcome=expected_outcome,
1514
- project_dir=project_dir,
1515
- )