@trac3er/oh-my-god 2.0.4 → 2.0.5

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 (206) hide show
  1. package/.agents/skills/omg/AGENTS.fragment.md +1 -1
  2. package/.agents/skills/omg/algorithms/SKILL.md +11 -0
  3. package/.agents/skills/omg/algorithms/openai.yaml +11 -0
  4. package/.agents/skills/omg/api-twin/SKILL.md +11 -0
  5. package/.agents/skills/omg/api-twin/openai.yaml +12 -0
  6. package/.agents/skills/omg/control-plane/SKILL.md +1 -1
  7. package/.agents/skills/omg/control-plane/openai.yaml +1 -1
  8. package/.agents/skills/omg/data-lineage/SKILL.md +11 -0
  9. package/.agents/skills/omg/data-lineage/openai.yaml +12 -0
  10. package/.agents/skills/omg/delta-classifier/SKILL.md +11 -0
  11. package/.agents/skills/omg/delta-classifier/openai.yaml +12 -0
  12. package/.agents/skills/omg/eval-gate/SKILL.md +11 -0
  13. package/.agents/skills/omg/eval-gate/openai.yaml +12 -0
  14. package/.agents/skills/omg/health/SKILL.md +11 -0
  15. package/.agents/skills/omg/health/openai.yaml +11 -0
  16. package/.agents/skills/omg/hook-governor/SKILL.md +1 -1
  17. package/.agents/skills/omg/hook-governor/openai.yaml +1 -1
  18. package/.agents/skills/omg/incident-replay/SKILL.md +11 -0
  19. package/.agents/skills/omg/incident-replay/openai.yaml +12 -0
  20. package/.agents/skills/omg/lsp-pack/SKILL.md +1 -1
  21. package/.agents/skills/omg/lsp-pack/openai.yaml +1 -1
  22. package/.agents/skills/omg/mcp-fabric/SKILL.md +1 -1
  23. package/.agents/skills/omg/mcp-fabric/openai.yaml +1 -1
  24. package/.agents/skills/omg/preflight/SKILL.md +11 -0
  25. package/.agents/skills/omg/preflight/openai.yaml +12 -0
  26. package/.agents/skills/omg/remote-supervisor/SKILL.md +11 -0
  27. package/.agents/skills/omg/remote-supervisor/openai.yaml +12 -0
  28. package/.agents/skills/omg/robotics/SKILL.md +11 -0
  29. package/.agents/skills/omg/robotics/openai.yaml +11 -0
  30. package/.agents/skills/omg/secure-worktree-pipeline/SKILL.md +1 -1
  31. package/.agents/skills/omg/secure-worktree-pipeline/openai.yaml +1 -1
  32. package/.agents/skills/omg/security-check/SKILL.md +11 -0
  33. package/.agents/skills/omg/security-check/openai.yaml +13 -0
  34. package/.agents/skills/omg/tracebank/SKILL.md +11 -0
  35. package/.agents/skills/omg/tracebank/openai.yaml +12 -0
  36. package/.agents/skills/omg/vision/SKILL.md +11 -0
  37. package/.agents/skills/omg/vision/openai.yaml +11 -0
  38. package/.claude-plugin/marketplace.json +3 -3
  39. package/.claude-plugin/plugin.json +1 -1
  40. package/.claude-plugin/scripts/uninstall.sh +2 -2
  41. package/OMG-setup.sh +1 -1
  42. package/OMG_COMPAT_CONTRACT.md +1 -1
  43. package/README.md +2 -2
  44. package/commands/__init__.py +1 -0
  45. package/control_plane/__init__.py +2 -0
  46. package/control_plane/openapi.yaml +228 -0
  47. package/control_plane/server.py +123 -0
  48. package/control_plane/service.py +185 -0
  49. package/dist/enterprise/bundle/.agents/skills/omg/algorithms/SKILL.md +11 -0
  50. package/dist/enterprise/bundle/.agents/skills/omg/algorithms/openai.yaml +11 -0
  51. package/dist/enterprise/bundle/.agents/skills/omg/api-twin/SKILL.md +11 -0
  52. package/dist/enterprise/bundle/.agents/skills/omg/api-twin/openai.yaml +12 -0
  53. package/dist/enterprise/bundle/.agents/skills/omg/data-lineage/SKILL.md +11 -0
  54. package/dist/enterprise/bundle/.agents/skills/omg/data-lineage/openai.yaml +12 -0
  55. package/dist/enterprise/bundle/.agents/skills/omg/delta-classifier/SKILL.md +11 -0
  56. package/dist/enterprise/bundle/.agents/skills/omg/delta-classifier/openai.yaml +12 -0
  57. package/dist/enterprise/bundle/.agents/skills/omg/eval-gate/SKILL.md +11 -0
  58. package/dist/enterprise/bundle/.agents/skills/omg/eval-gate/openai.yaml +12 -0
  59. package/dist/enterprise/bundle/.agents/skills/omg/health/SKILL.md +11 -0
  60. package/dist/enterprise/bundle/.agents/skills/omg/health/openai.yaml +11 -0
  61. package/dist/enterprise/bundle/.agents/skills/omg/incident-replay/SKILL.md +11 -0
  62. package/dist/enterprise/bundle/.agents/skills/omg/incident-replay/openai.yaml +12 -0
  63. package/dist/enterprise/bundle/.agents/skills/omg/preflight/SKILL.md +11 -0
  64. package/dist/enterprise/bundle/.agents/skills/omg/preflight/openai.yaml +12 -0
  65. package/dist/enterprise/bundle/.agents/skills/omg/remote-supervisor/SKILL.md +11 -0
  66. package/dist/enterprise/bundle/.agents/skills/omg/remote-supervisor/openai.yaml +12 -0
  67. package/dist/enterprise/bundle/.agents/skills/omg/robotics/SKILL.md +11 -0
  68. package/dist/enterprise/bundle/.agents/skills/omg/robotics/openai.yaml +11 -0
  69. package/dist/enterprise/bundle/.agents/skills/omg/security-check/SKILL.md +11 -0
  70. package/dist/enterprise/bundle/.agents/skills/omg/security-check/openai.yaml +13 -0
  71. package/dist/enterprise/bundle/.agents/skills/omg/tracebank/SKILL.md +11 -0
  72. package/dist/enterprise/bundle/.agents/skills/omg/tracebank/openai.yaml +12 -0
  73. package/dist/enterprise/bundle/.agents/skills/omg/vision/SKILL.md +11 -0
  74. package/dist/enterprise/bundle/.agents/skills/omg/vision/openai.yaml +11 -0
  75. package/dist/enterprise/bundle/.claude-plugin/marketplace.json +3 -3
  76. package/dist/enterprise/bundle/.claude-plugin/plugin.json +1 -1
  77. package/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +1 -1
  78. package/dist/enterprise/bundle/registry/bundles/algorithms.yaml +45 -0
  79. package/dist/enterprise/bundle/registry/bundles/api-twin.yaml +48 -0
  80. package/dist/enterprise/bundle/registry/bundles/control-plane.yaml +61 -0
  81. package/dist/enterprise/bundle/registry/bundles/data-lineage.yaml +47 -0
  82. package/dist/enterprise/bundle/registry/bundles/delta-classifier.yaml +47 -0
  83. package/dist/enterprise/bundle/registry/bundles/eval-gate.yaml +47 -0
  84. package/dist/enterprise/bundle/registry/bundles/health.yaml +45 -0
  85. package/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +97 -0
  86. package/dist/enterprise/bundle/registry/bundles/incident-replay.yaml +47 -0
  87. package/dist/enterprise/bundle/registry/bundles/lsp-pack.yaml +48 -0
  88. package/dist/enterprise/bundle/registry/bundles/mcp-fabric.yaml +53 -0
  89. package/dist/enterprise/bundle/registry/bundles/preflight.yaml +48 -0
  90. package/dist/enterprise/bundle/registry/bundles/remote-supervisor.yaml +49 -0
  91. package/dist/enterprise/bundle/registry/bundles/robotics.yaml +45 -0
  92. package/dist/enterprise/bundle/registry/bundles/secure-worktree-pipeline.yaml +54 -0
  93. package/dist/enterprise/bundle/registry/bundles/security-check.yaml +50 -0
  94. package/dist/enterprise/bundle/registry/bundles/tracebank.yaml +47 -0
  95. package/dist/enterprise/bundle/registry/bundles/vision.yaml +45 -0
  96. package/dist/enterprise/bundle/registry/omg-capability.schema.json +80 -0
  97. package/dist/enterprise/bundle/settings.json +21 -6
  98. package/dist/enterprise/manifest.json +167 -11
  99. package/dist/public/bundle/.agents/skills/omg/algorithms/SKILL.md +11 -0
  100. package/dist/public/bundle/.agents/skills/omg/algorithms/openai.yaml +11 -0
  101. package/dist/public/bundle/.agents/skills/omg/api-twin/SKILL.md +11 -0
  102. package/dist/public/bundle/.agents/skills/omg/api-twin/openai.yaml +12 -0
  103. package/dist/public/bundle/.agents/skills/omg/data-lineage/SKILL.md +11 -0
  104. package/dist/public/bundle/.agents/skills/omg/data-lineage/openai.yaml +12 -0
  105. package/dist/public/bundle/.agents/skills/omg/delta-classifier/SKILL.md +11 -0
  106. package/dist/public/bundle/.agents/skills/omg/delta-classifier/openai.yaml +12 -0
  107. package/dist/public/bundle/.agents/skills/omg/eval-gate/SKILL.md +11 -0
  108. package/dist/public/bundle/.agents/skills/omg/eval-gate/openai.yaml +12 -0
  109. package/dist/public/bundle/.agents/skills/omg/health/SKILL.md +11 -0
  110. package/dist/public/bundle/.agents/skills/omg/health/openai.yaml +11 -0
  111. package/dist/public/bundle/.agents/skills/omg/incident-replay/SKILL.md +11 -0
  112. package/dist/public/bundle/.agents/skills/omg/incident-replay/openai.yaml +12 -0
  113. package/dist/public/bundle/.agents/skills/omg/preflight/SKILL.md +11 -0
  114. package/dist/public/bundle/.agents/skills/omg/preflight/openai.yaml +12 -0
  115. package/dist/public/bundle/.agents/skills/omg/remote-supervisor/SKILL.md +11 -0
  116. package/dist/public/bundle/.agents/skills/omg/remote-supervisor/openai.yaml +12 -0
  117. package/dist/public/bundle/.agents/skills/omg/robotics/SKILL.md +11 -0
  118. package/dist/public/bundle/.agents/skills/omg/robotics/openai.yaml +11 -0
  119. package/dist/public/bundle/.agents/skills/omg/security-check/SKILL.md +11 -0
  120. package/dist/public/bundle/.agents/skills/omg/security-check/openai.yaml +13 -0
  121. package/dist/public/bundle/.agents/skills/omg/tracebank/SKILL.md +11 -0
  122. package/dist/public/bundle/.agents/skills/omg/tracebank/openai.yaml +12 -0
  123. package/dist/public/bundle/.agents/skills/omg/vision/SKILL.md +11 -0
  124. package/dist/public/bundle/.agents/skills/omg/vision/openai.yaml +11 -0
  125. package/dist/public/bundle/.claude-plugin/marketplace.json +3 -3
  126. package/dist/public/bundle/.claude-plugin/plugin.json +1 -1
  127. package/dist/public/bundle/OMG_COMPAT_CONTRACT.md +1 -1
  128. package/dist/public/bundle/registry/bundles/algorithms.yaml +45 -0
  129. package/dist/public/bundle/registry/bundles/api-twin.yaml +48 -0
  130. package/dist/public/bundle/registry/bundles/control-plane.yaml +61 -0
  131. package/dist/public/bundle/registry/bundles/data-lineage.yaml +47 -0
  132. package/dist/public/bundle/registry/bundles/delta-classifier.yaml +47 -0
  133. package/dist/public/bundle/registry/bundles/eval-gate.yaml +47 -0
  134. package/dist/public/bundle/registry/bundles/health.yaml +45 -0
  135. package/dist/public/bundle/registry/bundles/hook-governor.yaml +97 -0
  136. package/dist/public/bundle/registry/bundles/incident-replay.yaml +47 -0
  137. package/dist/public/bundle/registry/bundles/lsp-pack.yaml +48 -0
  138. package/dist/public/bundle/registry/bundles/mcp-fabric.yaml +53 -0
  139. package/dist/public/bundle/registry/bundles/preflight.yaml +48 -0
  140. package/dist/public/bundle/registry/bundles/remote-supervisor.yaml +49 -0
  141. package/dist/public/bundle/registry/bundles/robotics.yaml +45 -0
  142. package/dist/public/bundle/registry/bundles/secure-worktree-pipeline.yaml +54 -0
  143. package/dist/public/bundle/registry/bundles/security-check.yaml +50 -0
  144. package/dist/public/bundle/registry/bundles/tracebank.yaml +47 -0
  145. package/dist/public/bundle/registry/bundles/vision.yaml +45 -0
  146. package/dist/public/bundle/registry/omg-capability.schema.json +80 -0
  147. package/dist/public/bundle/settings.json +17 -4
  148. package/dist/public/manifest.json +167 -11
  149. package/docs/assets/omg-hud.svg +32 -0
  150. package/docs/install/claude-code.md +31 -0
  151. package/docs/install/codex.md +29 -0
  152. package/docs/migration/native-adoption.md +57 -0
  153. package/docs/proof.md +55 -0
  154. package/docs/release-checklist.md +38 -0
  155. package/docs/transcripts/crazy.md +17 -0
  156. package/docs/transcripts/setup.md +25 -0
  157. package/hooks/shadow_manager.py +6 -0
  158. package/package.json +1 -1
  159. package/plugins/__init__.py +1 -0
  160. package/plugins/core/plugin.json +1 -1
  161. package/pyproject.toml +38 -2
  162. package/registry/__init__.py +1 -0
  163. package/registry/bundles/algorithms.yaml +45 -0
  164. package/registry/bundles/api-twin.yaml +48 -0
  165. package/registry/bundles/control-plane.yaml +61 -0
  166. package/registry/bundles/data-lineage.yaml +47 -0
  167. package/registry/bundles/delta-classifier.yaml +47 -0
  168. package/registry/bundles/eval-gate.yaml +47 -0
  169. package/registry/bundles/health.yaml +45 -0
  170. package/registry/bundles/hook-governor.yaml +97 -0
  171. package/registry/bundles/incident-replay.yaml +47 -0
  172. package/registry/bundles/lsp-pack.yaml +48 -0
  173. package/registry/bundles/mcp-fabric.yaml +53 -0
  174. package/registry/bundles/preflight.yaml +48 -0
  175. package/registry/bundles/remote-supervisor.yaml +49 -0
  176. package/registry/bundles/robotics.yaml +45 -0
  177. package/registry/bundles/secure-worktree-pipeline.yaml +54 -0
  178. package/registry/bundles/security-check.yaml +50 -0
  179. package/registry/bundles/tracebank.yaml +47 -0
  180. package/registry/bundles/vision.yaml +45 -0
  181. package/registry/omg-capability.schema.json +80 -0
  182. package/registry/verify_artifact.py +90 -0
  183. package/runtime/adapters/claude.py +3 -0
  184. package/runtime/adapters/gpt.py +3 -0
  185. package/runtime/adapters/local.py +3 -0
  186. package/runtime/adoption.py +1 -1
  187. package/runtime/api_twin.py +60 -11
  188. package/runtime/asset_loader.py +62 -0
  189. package/runtime/compat.py +3 -2
  190. package/runtime/contract_compiler.py +171 -22
  191. package/runtime/data_lineage.py +73 -0
  192. package/runtime/delta_classifier.py +81 -0
  193. package/runtime/domain_packs.py +12 -0
  194. package/runtime/ecosystem.py +1 -1
  195. package/runtime/eval_gate.py +50 -0
  196. package/runtime/incident_replay.py +47 -0
  197. package/runtime/mcp_memory_server.py +1 -1
  198. package/runtime/omg_compat_contract_snapshot.json +1 -1
  199. package/runtime/omg_contract_snapshot.json +1 -1
  200. package/runtime/omg_mcp_server.py +3 -1
  201. package/runtime/preflight.py +22 -1
  202. package/runtime/remote_supervisor.py +64 -0
  203. package/runtime/security_check.py +119 -2
  204. package/runtime/tracebank.py +53 -0
  205. package/scripts/omg.py +187 -2
  206. package/settings.json +21 -6
@@ -1,5 +1,5 @@
1
1
  # OMG Codex Protection Rules
2
2
 
3
- - Channel: `public`
3
+ - Channel: `enterprise`
4
4
  - Protect `.omg/`, `.agents/`, `.codex/`, and `.claude/` from unreviewed mutation.
5
5
  - Require explicit invocation for production-control-plane skills.
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-algorithms
3
+ description: "Determinism and benchmark attachments for algorithm-heavy work."
4
+ ---
5
+
6
+ # OMG Algorithms Pack
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/evals/latest.json`
@@ -0,0 +1,11 @@
1
+ name: omg-algorithms
2
+ description: "Determinism and benchmark attachments for algorithm-heavy work."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: algorithms
7
+ title: "OMG Algorithms Pack"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-api-twin
3
+ description: "Versioned endpoint cassette replay with latency, drift, and cost reporting."
4
+ ---
5
+
6
+ # OMG API Twin
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/state/api_twin.json`
@@ -0,0 +1,12 @@
1
+ name: omg-api-twin
2
+ description: "Versioned endpoint cassette replay with latency, drift, and cost reporting."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: api-twin
7
+ title: "OMG API Twin"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Bash(python3:*)"
@@ -5,7 +5,7 @@ description: "Canonical production control plane bundle for Claude and Codex."
5
5
 
6
6
  # OMG Control Plane
7
7
 
8
- - Channel: `public`
8
+ - Channel: `enterprise`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control, omg-memory`
11
11
  - Evidence outputs: `.omg/evidence/control-plane-compile.json`
@@ -2,7 +2,7 @@ name: omg-control-plane
2
2
  description: "Canonical production control plane bundle for Claude and Codex."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: public
5
+ channel: enterprise
6
6
  bundle_id: control-plane
7
7
  title: "OMG Control Plane"
8
8
  mcp_servers:
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-data-lineage
3
+ description: "Provenance and privacy tracking for traces, fixtures, examples, and synthetic artifacts."
4
+ ---
5
+
6
+ # OMG Data Lineage
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/lineage/*.json`
@@ -0,0 +1,12 @@
1
+ name: omg-data-lineage
2
+ description: "Provenance and privacy tracking for traces, fixtures, examples, and synthetic artifacts."
3
+ allow_implicit_invocation: true
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: data-lineage
7
+ title: "OMG Data Lineage"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Bash(python3:*)"
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-delta-classifier
3
+ description: "Change classifier that attaches risk-aware checks, approvals, and packs."
4
+ ---
5
+
6
+ # OMG Delta Classifier
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/tracebank/events.jsonl`
@@ -0,0 +1,12 @@
1
+ name: omg-delta-classifier
2
+ description: "Change classifier that attaches risk-aware checks, approvals, and packs."
3
+ allow_implicit_invocation: true
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: delta-classifier
7
+ title: "OMG Delta Classifier"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Grep"
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-eval-gate
3
+ description: "Reproducible evaluation gate that blocks regressions before release."
4
+ ---
5
+
6
+ # OMG Eval Gate
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/evals/latest.json`
@@ -0,0 +1,12 @@
1
+ name: omg-eval-gate
2
+ description: "Reproducible evaluation gate that blocks regressions before release."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: eval-gate
7
+ title: "OMG Eval Gate"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Bash(python3:*)"
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-health
3
+ description: "Health-sensitive approvals, provenance, and replay attachments."
4
+ ---
5
+
6
+ # OMG Health Pack
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/lineage/*.json`
@@ -0,0 +1,11 @@
1
+ name: omg-health
2
+ description: "Health-sensitive approvals, provenance, and replay attachments."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: health
7
+ title: "OMG Health Pack"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
@@ -5,7 +5,7 @@ description: "Canonical hook ordering, policy reinjection, and protected-path go
5
5
 
6
6
  # OMG Hook Governor
7
7
 
8
- - Channel: `public`
8
+ - Channel: `enterprise`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/state/ledger/tool-ledger.jsonl`
@@ -2,7 +2,7 @@ name: omg-hook-governor
2
2
  description: "Canonical hook ordering, policy reinjection, and protected-path governance."
3
3
  allow_implicit_invocation: true
4
4
  metadata:
5
- channel: public
5
+ channel: enterprise
6
6
  bundle_id: hook-governor
7
7
  title: "OMG Hook Governor"
8
8
  mcp_servers:
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-incident-replay
3
+ description: "Replayable bug packs built from logs, failing tests, traces, and diffs."
4
+ ---
5
+
6
+ # OMG Incident Replay
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/incidents/*.json`
@@ -0,0 +1,12 @@
1
+ name: omg-incident-replay
2
+ description: "Replayable bug packs built from logs, failing tests, traces, and diffs."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: incident-replay
7
+ title: "OMG Incident Replay"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Bash(python3:*)"
@@ -5,7 +5,7 @@ description: "Optional LSP-backed diagnostics and navigation bundle for producti
5
5
 
6
6
  # OMG LSP Pack
7
7
 
8
- - Channel: `public`
8
+ - Channel: `enterprise`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/evidence/lsp-diagnostics.json`
@@ -2,7 +2,7 @@ name: omg-lsp-pack
2
2
  description: "Optional LSP-backed diagnostics and navigation bundle for production verification."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: public
5
+ channel: enterprise
6
6
  bundle_id: lsp-pack
7
7
  title: "OMG LSP Pack"
8
8
  mcp_servers:
@@ -5,7 +5,7 @@ description: "Tools, prompts, resources, and server instructions for the OMG con
5
5
 
6
6
  # OMG MCP Fabric
7
7
 
8
- - Channel: `public`
8
+ - Channel: `enterprise`
9
9
  - Execution modes: `embedded, local_supervisor`
10
10
  - MCP servers: `omg-control, omg-memory`
11
11
  - Evidence outputs: `.omg/evidence/mcp-fabric.json`
@@ -2,7 +2,7 @@ name: omg-mcp-fabric
2
2
  description: "Tools, prompts, resources, and server instructions for the OMG control plane."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: public
5
+ channel: enterprise
6
6
  bundle_id: mcp-fabric
7
7
  title: "OMG MCP Fabric"
8
8
  mcp_servers:
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-preflight
3
+ description: "Repo-aware route selection based on diff, manifests, and classified risk."
4
+ ---
5
+
6
+ # OMG Preflight
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/tracebank/events.jsonl`
@@ -0,0 +1,12 @@
1
+ name: omg-preflight
2
+ description: "Repo-aware route selection based on diff, manifests, and classified risk."
3
+ allow_implicit_invocation: true
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: preflight
7
+ title: "OMG Preflight"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Grep"
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-remote-supervisor
3
+ description: "Local-only authenticated supervisor sessions for worker orchestration."
4
+ ---
5
+
6
+ # OMG Remote Supervisor
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/supervisor/sessions/*.json`
@@ -0,0 +1,12 @@
1
+ name: omg-remote-supervisor
2
+ description: "Local-only authenticated supervisor sessions for worker orchestration."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: remote-supervisor
7
+ title: "OMG Remote Supervisor"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Bash(python3:*)"
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-robotics
3
+ description: "Robotics safety policy, replay, and evaluation attachments."
4
+ ---
5
+
6
+ # OMG Robotics Pack
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/incidents/*.json`
@@ -0,0 +1,11 @@
1
+ name: omg-robotics
2
+ description: "Robotics safety policy, replay, and evaluation attachments."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: robotics
7
+ title: "OMG Robotics Pack"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
@@ -5,7 +5,7 @@ description: "Ephemeral worktree execution and supervisor-safe worker dispatch f
5
5
 
6
6
  # OMG Secure Worktree Pipeline
7
7
 
8
- - Channel: `public`
8
+ - Channel: `enterprise`
9
9
  - Execution modes: `automation, ephemeral_worktree, local_supervisor`
10
10
  - MCP servers: `omg-control`
11
11
  - Evidence outputs: `.omg/evidence/subagents/*.json`
@@ -2,7 +2,7 @@ name: omg-secure-worktree-pipeline
2
2
  description: "Ephemeral worktree execution and supervisor-safe worker dispatch for production jobs."
3
3
  allow_implicit_invocation: false
4
4
  metadata:
5
- channel: public
5
+ channel: enterprise
6
6
  bundle_id: secure-worktree-pipeline
7
7
  title: "OMG Secure Worktree Pipeline"
8
8
  mcp_servers:
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-security-check
3
+ description: "Canonical security audit bundle with provenance, trust scoring, and deterministic evidence."
4
+ ---
5
+
6
+ # OMG Security Check
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/evidence/security-check-*.json`
@@ -0,0 +1,13 @@
1
+ name: omg-security-check
2
+ description: "Canonical security audit bundle with provenance, trust scoring, and deterministic evidence."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: security-check
7
+ title: "OMG Security Check"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Grep"
13
+ - "Bash(python3:*)"
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-tracebank
3
+ description: "Structured plan-to-patch-to-verify trace capture for OMG routes."
4
+ ---
5
+
6
+ # OMG Tracebank
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/tracebank/events.jsonl`
@@ -0,0 +1,12 @@
1
+ name: omg-tracebank
2
+ description: "Structured plan-to-patch-to-verify trace capture for OMG routes."
3
+ allow_implicit_invocation: true
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: tracebank
7
+ title: "OMG Tracebank"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
12
+ - "Bash(python3:*)"
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: omg-vision
3
+ description: "Vision-specific lineage, drift, and replay attachments."
4
+ ---
5
+
6
+ # OMG Vision Pack
7
+
8
+ - Channel: `enterprise`
9
+ - Execution modes: `embedded, local_supervisor`
10
+ - MCP servers: `omg-control`
11
+ - Evidence outputs: `.omg/lineage/*.json`
@@ -0,0 +1,11 @@
1
+ name: omg-vision
2
+ description: "Vision-specific lineage, drift, and replay attachments."
3
+ allow_implicit_invocation: false
4
+ metadata:
5
+ channel: enterprise
6
+ bundle_id: vision
7
+ title: "OMG Vision Pack"
8
+ mcp_servers:
9
+ - omg-control
10
+ allowed_tools:
11
+ - "Read"
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "OMG - Oh-My-God for Claude Code",
9
- "version": "2.0.4",
9
+ "version": "2.0.5",
10
10
  "homepage": "https://github.com/trac3er00/OMG",
11
11
  "repository": "https://github.com/trac3er00/OMG"
12
12
  },
@@ -14,7 +14,7 @@
14
14
  {
15
15
  "name": "omg",
16
16
  "description": "OMG plugin layer for Claude Code with native setup, orchestration, and interop.",
17
- "version": "2.0.4",
17
+ "version": "2.0.5",
18
18
  "source": "./",
19
19
  "author": {
20
20
  "name": "trac3er00"
@@ -32,5 +32,5 @@
32
32
  ]
33
33
  }
34
34
  ],
35
- "version": "2.0.4"
35
+ "version": "2.0.5"
36
36
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omg",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "OMG plugin layer for Claude Code with native setup, orchestration, and interop.",
5
5
  "author": {
6
6
  "name": "trac3er00"
@@ -19,7 +19,7 @@ error() { echo -e "${RED}✗${NC} $1"; }
19
19
  echo ""
20
20
  echo -e "${BLUE}╔═══════════════════════════════════════════════════════════════╗${NC}"
21
21
  echo -e "${BLUE}║ ║${NC}"
22
- echo -e "${BLUE}║ OMG Plugin Uninstaller v1.0.0 ║${NC}"
22
+ echo -e "${BLUE}║ OMG Plugin Uninstaller v2.0.5 ║${NC}"
23
23
  echo -e "${BLUE}║ ║${NC}"
24
24
  echo -e "${BLUE}╚═══════════════════════════════════════════════════════════════╝${NC}"
25
25
  echo ""
@@ -77,4 +77,4 @@ fi
77
77
 
78
78
  echo ""
79
79
  success "OMG Plugin uninstalled successfully!"
80
- echo ""
80
+ echo ""
package/OMG-setup.sh CHANGED
@@ -5,7 +5,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
5
5
  CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}"
6
6
  BACKUP_TS="$(date +%Y%m%d_%H%M%S)"
7
7
  BACKUP_DIR="$CLAUDE_DIR/.omg-backup-$BACKUP_TS"
8
- VERSION="2.0.4"
8
+ VERSION="2.0.5"
9
9
 
10
10
  PLUGIN_NAME="omg"
11
11
  PLUGIN_MARKETPLACE="omg"
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: OMG Production Control Plane
3
- version: 2.0.4
3
+ version: 2.0.5
4
4
  canonical_hosts:
5
5
  - claude
6
6
  - codex
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # OMG 2.0.4
1
+ # OMG 2.0.5
2
2
 
3
3
  [![Compat Gate](https://github.com/trac3er00/OMG/actions/workflows/omg-compat-gate.yml/badge.svg)](https://github.com/trac3er00/OMG/actions/workflows/omg-compat-gate.yml)
4
4
  [![npm version](https://img.shields.io/npm/v/%40trac3er%2Foh-my-god)](https://www.npmjs.com/package/@trac3er/oh-my-god)
@@ -11,7 +11,7 @@ OMG upgrades your agent host instead of replacing it. It gives Claude Code, Code
11
11
  - npm: `@trac3er/oh-my-god`
12
12
  - Plugin id: `omg`
13
13
  - Marketplace id: `omg`
14
- - Version: `2.0.4`
14
+ - Version: `2.0.5`
15
15
 
16
16
  ## Why OMG
17
17
 
@@ -0,0 +1 @@
1
+ """OMG command package marker for packaging parity."""
@@ -0,0 +1,2 @@
1
+ """Control plane package for OMG v1."""
2
+