@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
@@ -0,0 +1,45 @@
1
+ id: robotics
2
+ kind: domain-pack
3
+ version: 2.0.5
4
+ title: OMG Robotics Pack
5
+ description: Robotics safety policy, replay, and evaluation attachments.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - runtime/domain_packs.py
12
+ invocation_policy:
13
+ user_invocable: true
14
+ model_invocable: true
15
+ allow_implicit_invocation: false
16
+ tool_policy:
17
+ side_effect_level: high
18
+ allowed_tools:
19
+ claude:
20
+ - Read
21
+ codex:
22
+ - Read
23
+ lifecycle_hooks:
24
+ native:
25
+ - PostToolUse
26
+ emulated:
27
+ - TaskCompleted
28
+ mcp_contract:
29
+ servers:
30
+ - omg-control
31
+ lsp_contract:
32
+ languages:
33
+ - python
34
+ evidence_outputs:
35
+ artifacts:
36
+ - .omg/incidents/*.json
37
+ execution_contract:
38
+ modes:
39
+ - embedded
40
+ - local_supervisor
41
+ channel_overrides:
42
+ public:
43
+ approvals: required
44
+ enterprise:
45
+ approvals: enforced
@@ -0,0 +1,54 @@
1
+ id: secure-worktree-pipeline
2
+ kind: runtime
3
+ version: 2.0.5
4
+ title: OMG Secure Worktree Pipeline
5
+ description: Ephemeral worktree execution and supervisor-safe worker dispatch for production jobs.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - runtime/subagent_dispatcher.py
12
+ - hooks/branch_manager.py
13
+ invocation_policy:
14
+ user_invocable: false
15
+ model_invocable: true
16
+ allow_implicit_invocation: false
17
+ tool_policy:
18
+ side_effect_level: high
19
+ allowed_tools:
20
+ claude:
21
+ - Read
22
+ - Bash(git:*)
23
+ codex:
24
+ - Read
25
+ - Bash(git:*)
26
+ lifecycle_hooks:
27
+ native:
28
+ - SessionStart
29
+ - Stop
30
+ emulated:
31
+ - WorktreeCreate
32
+ - WorktreeRemove
33
+ - SubagentStart
34
+ - SubagentStop
35
+ - TaskCompleted
36
+ mcp_contract:
37
+ servers:
38
+ - omg-control
39
+ lsp_contract:
40
+ languages:
41
+ - python
42
+ evidence_outputs:
43
+ artifacts:
44
+ - .omg/evidence/subagents/*.json
45
+ execution_contract:
46
+ modes:
47
+ - automation
48
+ - ephemeral_worktree
49
+ - local_supervisor
50
+ channel_overrides:
51
+ public:
52
+ worker_policy: local-only
53
+ enterprise:
54
+ worker_policy: managed-local
@@ -0,0 +1,50 @@
1
+ id: security-check
2
+ kind: security
3
+ version: 2.0.5
4
+ title: OMG Security Check
5
+ description: Canonical security audit bundle with provenance, trust scoring, and deterministic evidence.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - runtime/security_check.py
12
+ - commands/OMG:security-check.md
13
+ invocation_policy:
14
+ user_invocable: true
15
+ model_invocable: true
16
+ allow_implicit_invocation: false
17
+ tool_policy:
18
+ side_effect_level: medium
19
+ allowed_tools:
20
+ claude:
21
+ - Read
22
+ - Grep
23
+ - Bash(python3:*)
24
+ codex:
25
+ - Read
26
+ - Grep
27
+ - Bash(python3:*)
28
+ lifecycle_hooks:
29
+ native:
30
+ - PostToolUse
31
+ emulated:
32
+ - TaskCompleted
33
+ mcp_contract:
34
+ servers:
35
+ - omg-control
36
+ lsp_contract:
37
+ languages:
38
+ - python
39
+ evidence_outputs:
40
+ artifacts:
41
+ - .omg/evidence/security-check-*.json
42
+ execution_contract:
43
+ modes:
44
+ - embedded
45
+ - local_supervisor
46
+ channel_overrides:
47
+ public:
48
+ posture: self-serve
49
+ enterprise:
50
+ posture: managed
@@ -0,0 +1,47 @@
1
+ id: tracebank
2
+ kind: evidence
3
+ version: 2.0.5
4
+ title: OMG Tracebank
5
+ description: Structured plan-to-patch-to-verify trace capture for OMG routes.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - runtime/tracebank.py
12
+ invocation_policy:
13
+ user_invocable: true
14
+ model_invocable: true
15
+ allow_implicit_invocation: true
16
+ tool_policy:
17
+ side_effect_level: medium
18
+ allowed_tools:
19
+ claude:
20
+ - Read
21
+ - Bash(python3:*)
22
+ codex:
23
+ - Read
24
+ - Bash(python3:*)
25
+ lifecycle_hooks:
26
+ native:
27
+ - PostToolUse
28
+ emulated:
29
+ - TaskCompleted
30
+ mcp_contract:
31
+ servers:
32
+ - omg-control
33
+ lsp_contract:
34
+ languages:
35
+ - python
36
+ evidence_outputs:
37
+ artifacts:
38
+ - .omg/tracebank/events.jsonl
39
+ execution_contract:
40
+ modes:
41
+ - embedded
42
+ - local_supervisor
43
+ channel_overrides:
44
+ public:
45
+ retention: project-local
46
+ enterprise:
47
+ retention: policy-managed
@@ -0,0 +1,45 @@
1
+ id: vision
2
+ kind: domain-pack
3
+ version: 2.0.5
4
+ title: OMG Vision Pack
5
+ description: Vision-specific lineage, drift, and replay attachments.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - runtime/domain_packs.py
12
+ invocation_policy:
13
+ user_invocable: true
14
+ model_invocable: true
15
+ allow_implicit_invocation: false
16
+ tool_policy:
17
+ side_effect_level: medium
18
+ allowed_tools:
19
+ claude:
20
+ - Read
21
+ codex:
22
+ - Read
23
+ lifecycle_hooks:
24
+ native:
25
+ - PostToolUse
26
+ emulated:
27
+ - TaskCompleted
28
+ mcp_contract:
29
+ servers:
30
+ - omg-control
31
+ lsp_contract:
32
+ languages:
33
+ - python
34
+ evidence_outputs:
35
+ artifacts:
36
+ - .omg/lineage/*.json
37
+ execution_contract:
38
+ modes:
39
+ - embedded
40
+ - local_supervisor
41
+ channel_overrides:
42
+ public:
43
+ drift_checks: advisory
44
+ enterprise:
45
+ drift_checks: required
@@ -0,0 +1,80 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://github.com/trac3er00/OMG/registry/omg-capability.schema.json",
4
+ "title": "OMG Capability Bundle",
5
+ "version": "2.0.5",
6
+ "type": "object",
7
+ "required": [
8
+ "id",
9
+ "kind",
10
+ "version",
11
+ "title",
12
+ "description",
13
+ "hosts",
14
+ "assets",
15
+ "invocation_policy",
16
+ "tool_policy",
17
+ "lifecycle_hooks",
18
+ "mcp_contract",
19
+ "lsp_contract",
20
+ "evidence_outputs",
21
+ "execution_contract",
22
+ "channel_overrides"
23
+ ],
24
+ "properties": {
25
+ "id": {
26
+ "type": "string"
27
+ },
28
+ "kind": {
29
+ "type": "string"
30
+ },
31
+ "version": {
32
+ "type": "string"
33
+ },
34
+ "title": {
35
+ "type": "string"
36
+ },
37
+ "description": {
38
+ "type": "string"
39
+ },
40
+ "hosts": {
41
+ "type": "array",
42
+ "items": {
43
+ "type": "string",
44
+ "enum": [
45
+ "claude",
46
+ "codex"
47
+ ]
48
+ },
49
+ "minItems": 1
50
+ },
51
+ "assets": {
52
+ "type": "object"
53
+ },
54
+ "invocation_policy": {
55
+ "type": "object"
56
+ },
57
+ "tool_policy": {
58
+ "type": "object"
59
+ },
60
+ "lifecycle_hooks": {
61
+ "type": "object"
62
+ },
63
+ "mcp_contract": {
64
+ "type": "object"
65
+ },
66
+ "lsp_contract": {
67
+ "type": "object"
68
+ },
69
+ "evidence_outputs": {
70
+ "type": "object"
71
+ },
72
+ "execution_contract": {
73
+ "type": "object"
74
+ },
75
+ "channel_overrides": {
76
+ "type": "object"
77
+ }
78
+ },
79
+ "additionalProperties": true
80
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/claude-code-settings.json",
3
- "_comment": "OMG 2.0.4 - project-level config with hook registrations, presets, and feature flags.",
3
+ "_comment": "OMG 2.0.5 - project-level config with hook registrations, presets, and feature flags.",
4
4
  "permissions": {
5
5
  "allow": [
6
6
  "Agent",
@@ -284,7 +284,7 @@
284
284
  ]
285
285
  },
286
286
  "_omg": {
287
- "_version": "2.0.4",
287
+ "_version": "2.0.5",
288
288
  "preset": "safe",
289
289
  "default_mode": "ulw+ralph",
290
290
  "vision_auto": true,
@@ -337,14 +337,27 @@
337
337
  "CONTEXT_MANAGER": false
338
338
  },
339
339
  "generated": {
340
- "contract_version": "2.0.4",
340
+ "contract_version": "2.0.5",
341
341
  "channel": "public",
342
342
  "required_bundles": [
343
343
  "control-plane",
344
344
  "hook-governor",
345
345
  "mcp-fabric",
346
346
  "lsp-pack",
347
- "secure-worktree-pipeline"
347
+ "secure-worktree-pipeline",
348
+ "security-check",
349
+ "api-twin",
350
+ "preflight",
351
+ "robotics",
352
+ "vision",
353
+ "algorithms",
354
+ "health",
355
+ "tracebank",
356
+ "eval-gate",
357
+ "delta-classifier",
358
+ "incident-replay",
359
+ "data-lineage",
360
+ "remote-supervisor"
348
361
  ],
349
362
  "protected_paths": [
350
363
  ".omg/**",
@@ -1,12 +1,28 @@
1
1
  {
2
2
  "schema": "OmgCompiledArtifactManifest",
3
3
  "channel": "public",
4
- "contract_version": "2.0.4",
4
+ "contract_version": "2.0.5",
5
5
  "artifacts": [
6
6
  {
7
7
  "path": "bundle/.agents/skills/omg/AGENTS.fragment.md",
8
8
  "sha256": "603430cb291632105fda7444ae018da521cc3a57c71c1a1c98179efea42ce0f2"
9
9
  },
10
+ {
11
+ "path": "bundle/.agents/skills/omg/algorithms/SKILL.md",
12
+ "sha256": "48042e7ab674ef67c2d8a71a75abdd81aeee4363cb5e97c775c320d4edab33fb"
13
+ },
14
+ {
15
+ "path": "bundle/.agents/skills/omg/algorithms/openai.yaml",
16
+ "sha256": "6196d26b4daf429292565142d3ed7233024402cc9206fd5df9e5f848231a79c6"
17
+ },
18
+ {
19
+ "path": "bundle/.agents/skills/omg/api-twin/SKILL.md",
20
+ "sha256": "b394b7779173318ed29662c3c11bfa05b5d037d3a927b16bea28560a62752437"
21
+ },
22
+ {
23
+ "path": "bundle/.agents/skills/omg/api-twin/openai.yaml",
24
+ "sha256": "8b711205c230c16695702b1eeeb426d844aa76a87c55f220298cdaf105ceee1d"
25
+ },
10
26
  {
11
27
  "path": "bundle/.agents/skills/omg/codex-mcp.toml",
12
28
  "sha256": "a56de208a369a2b318d2e66e150eef4cba1fac1ecf32bda6db1a1e4b65db7311"
@@ -19,6 +35,38 @@
19
35
  "path": "bundle/.agents/skills/omg/control-plane/openai.yaml",
20
36
  "sha256": "a7ba723d34839c6a444b6ee4416223103cd9b2bbd9caed0d4c0aa1e7d5a523fc"
21
37
  },
38
+ {
39
+ "path": "bundle/.agents/skills/omg/data-lineage/SKILL.md",
40
+ "sha256": "91352eee8b6a51d2e6a50d36de58e167344cce065fcbbf0c290c6ccd25a592f4"
41
+ },
42
+ {
43
+ "path": "bundle/.agents/skills/omg/data-lineage/openai.yaml",
44
+ "sha256": "beb0bbc2e3313784b03e633e02ee894b4bc57d992296ebbfe63186fcfbf8a344"
45
+ },
46
+ {
47
+ "path": "bundle/.agents/skills/omg/delta-classifier/SKILL.md",
48
+ "sha256": "a4ab3112459178d08d6f54b83c38c6638833e97479808f0d88bba8e56c50b20c"
49
+ },
50
+ {
51
+ "path": "bundle/.agents/skills/omg/delta-classifier/openai.yaml",
52
+ "sha256": "b06422d0afc62af4085b38ead53ab28096beec5ae943ed317207bd7edacfc59c"
53
+ },
54
+ {
55
+ "path": "bundle/.agents/skills/omg/eval-gate/SKILL.md",
56
+ "sha256": "5d6a18ad9ca08923c13096ee8457eb7ccfa75752679be0be3e105112e5f5a94b"
57
+ },
58
+ {
59
+ "path": "bundle/.agents/skills/omg/eval-gate/openai.yaml",
60
+ "sha256": "43f4939ce1b6e51ec853f79cea0af80706bb8df6730e8854981cfdf3ee088822"
61
+ },
62
+ {
63
+ "path": "bundle/.agents/skills/omg/health/SKILL.md",
64
+ "sha256": "93806b8c1848b55240de4697692b21516aebc2ca905d049eb6ca5104a372f88e"
65
+ },
66
+ {
67
+ "path": "bundle/.agents/skills/omg/health/openai.yaml",
68
+ "sha256": "5f60504efb464cbcf130e183d3991b6fe9bc90ef12c21c4ffc2e8900ae1cd6e2"
69
+ },
22
70
  {
23
71
  "path": "bundle/.agents/skills/omg/hook-governor/SKILL.md",
24
72
  "sha256": "852df4b5f787f2a885e87cb8ad8dbb8d877e018e14083cfd5e5b98deb9dd19b5"
@@ -27,6 +75,14 @@
27
75
  "path": "bundle/.agents/skills/omg/hook-governor/openai.yaml",
28
76
  "sha256": "8b4e219662bd9a12e89cdcd9a1828c1ff14810fa09cbfff9a6d9f932fb42ec85"
29
77
  },
78
+ {
79
+ "path": "bundle/.agents/skills/omg/incident-replay/SKILL.md",
80
+ "sha256": "fe4538481bed5a924e9b2155bb84b5d36863a9c380014d7e5ec6185dbff0fb49"
81
+ },
82
+ {
83
+ "path": "bundle/.agents/skills/omg/incident-replay/openai.yaml",
84
+ "sha256": "6685c86104f4257514dd25d3102baaba309020120bce925e6f40f6e5f43713f0"
85
+ },
30
86
  {
31
87
  "path": "bundle/.agents/skills/omg/lsp-pack/SKILL.md",
32
88
  "sha256": "86890c6671441f8687ad7d71dedd7d61574c42aa6e109aa8dd6ceb4b6a139879"
@@ -43,6 +99,30 @@
43
99
  "path": "bundle/.agents/skills/omg/mcp-fabric/openai.yaml",
44
100
  "sha256": "18dc35b4d6fb598b572ec933153e80de5449be9e07ef07178e4f875e39a8915c"
45
101
  },
102
+ {
103
+ "path": "bundle/.agents/skills/omg/preflight/SKILL.md",
104
+ "sha256": "1f7783ff53f59a4368f1ec7746faa3f1a66805312291851f43ae2fe6a7d58f30"
105
+ },
106
+ {
107
+ "path": "bundle/.agents/skills/omg/preflight/openai.yaml",
108
+ "sha256": "1074dff95ae9f6951cdd9bb3d6b5c4add7d6a688b0ceed3d79d365dff42bfca6"
109
+ },
110
+ {
111
+ "path": "bundle/.agents/skills/omg/remote-supervisor/SKILL.md",
112
+ "sha256": "506988d9eb379dad027ad1dd0087e81f12594faed16a91dbda021975de28e19f"
113
+ },
114
+ {
115
+ "path": "bundle/.agents/skills/omg/remote-supervisor/openai.yaml",
116
+ "sha256": "f4a87ea5ed5759c073adbdc9704d7bf75b16ba5ba3e5ceaa3c926c44e6d84dd2"
117
+ },
118
+ {
119
+ "path": "bundle/.agents/skills/omg/robotics/SKILL.md",
120
+ "sha256": "fa191d7d7662321fa48cd1bbd25af59282c95d396ee959fd65fa873db4aa53c3"
121
+ },
122
+ {
123
+ "path": "bundle/.agents/skills/omg/robotics/openai.yaml",
124
+ "sha256": "d6c28424bbcf9457da1fa5a0aff3952a5aca8a6e66257b633962c58e3e365f5c"
125
+ },
46
126
  {
47
127
  "path": "bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md",
48
128
  "sha256": "1eebd557d77cc084161c3ffe11ed3a9ea5d78caa65b1021a992ac8b835fc6a0d"
@@ -51,13 +131,37 @@
51
131
  "path": "bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml",
52
132
  "sha256": "1f82a05b2fcad17c126e34541c995dedf3ed242fa499539ab693cc60a0d41c77"
53
133
  },
134
+ {
135
+ "path": "bundle/.agents/skills/omg/security-check/SKILL.md",
136
+ "sha256": "5d2131c7d93780b139917149017ffa696ea17da403506ab6077aff4e4a52e69a"
137
+ },
138
+ {
139
+ "path": "bundle/.agents/skills/omg/security-check/openai.yaml",
140
+ "sha256": "cf06bd8b852ad6c4694d8aeadd05ae4c9b63d32fa5cee085152683c65a3343e5"
141
+ },
142
+ {
143
+ "path": "bundle/.agents/skills/omg/tracebank/SKILL.md",
144
+ "sha256": "c4ba5cbe7acca1be333f376f27f800482c1080eb8e95b34744313f1d64a84fcd"
145
+ },
146
+ {
147
+ "path": "bundle/.agents/skills/omg/tracebank/openai.yaml",
148
+ "sha256": "556e2ec3ac5a8e1b9bd40ecb7a744e85b49e34c5af899101070e7e72c9f45621"
149
+ },
150
+ {
151
+ "path": "bundle/.agents/skills/omg/vision/SKILL.md",
152
+ "sha256": "a96b2fce777f5d9e6895c83b8d5d6eba98d5383d1c54f60a877ed22ec6a79011"
153
+ },
154
+ {
155
+ "path": "bundle/.agents/skills/omg/vision/openai.yaml",
156
+ "sha256": "ea3b553bed57095f44103c154315e2f6017e1767708339a8760fb3a735d15075"
157
+ },
54
158
  {
55
159
  "path": "bundle/.claude-plugin/marketplace.json",
56
- "sha256": "cf1a17ce1e8db6814209126a79d5a05d057f354ef3ee49a74da4f18f2ec04597"
160
+ "sha256": "2c1e7ffe83d11c464662aba58720c52b3b136d3564c32b83019a7aeecd6a982c"
57
161
  },
58
162
  {
59
163
  "path": "bundle/.claude-plugin/plugin.json",
60
- "sha256": "6ad6db257f9e46528d94760ef895b6ffc87c78a8ec5ca05b430a46b46ee3dc08"
164
+ "sha256": "fe79af472d21bd47da149116ff1ed5c82b08c4bfd60b470e5d4faf6799f9abf7"
61
165
  },
62
166
  {
63
167
  "path": "bundle/.mcp.json",
@@ -65,35 +169,87 @@
65
169
  },
66
170
  {
67
171
  "path": "bundle/OMG_COMPAT_CONTRACT.md",
68
- "sha256": "fa91ec0dbff58d543df5a9e3a86a1fe1629104a383d4e1bd440a36cb5522189c"
172
+ "sha256": "fa7a4a16097b35170784e136f8ff9eae64c825a07f55413fb8fea3e7ab40c2e5"
173
+ },
174
+ {
175
+ "path": "bundle/registry/bundles/algorithms.yaml",
176
+ "sha256": "cc589c80d47ab2eb1bb2f142d462e40fc1c5f108e175360b40929326966de723"
177
+ },
178
+ {
179
+ "path": "bundle/registry/bundles/api-twin.yaml",
180
+ "sha256": "6952f8d45dbfa29afac88de0f110b2941804c4543dae4c0f5562cb876de376b7"
69
181
  },
70
182
  {
71
183
  "path": "bundle/registry/bundles/control-plane.yaml",
72
- "sha256": "bb58e1d21a7f545548da10e7f9b83898d6ece8010a921b66d0f94a08c8ae0d8e"
184
+ "sha256": "fd624b518e20e48b7dc68378c95493a4f88e07c759ea53f3b9c82646b263d80c"
185
+ },
186
+ {
187
+ "path": "bundle/registry/bundles/data-lineage.yaml",
188
+ "sha256": "602a1906d976ff93beb961affd7b5f6d4dc6486cd960ad47aa2a2b6c65724585"
189
+ },
190
+ {
191
+ "path": "bundle/registry/bundles/delta-classifier.yaml",
192
+ "sha256": "d08df8acb9713c58767a0c1a390fd35a61b7e1a290cfb13376a8f5517cbcc7f3"
193
+ },
194
+ {
195
+ "path": "bundle/registry/bundles/eval-gate.yaml",
196
+ "sha256": "c3de322fece33b91f503740f828e318264d0388d3403b98f09c2d73486a57b81"
197
+ },
198
+ {
199
+ "path": "bundle/registry/bundles/health.yaml",
200
+ "sha256": "3192a27f326656732fe83ed6e725366bc2c9bb7e5009de07b9097b864357383b"
73
201
  },
74
202
  {
75
203
  "path": "bundle/registry/bundles/hook-governor.yaml",
76
- "sha256": "93b13ea1e2098328349d33373595144f2f863274548bef47fd266d6cab210260"
204
+ "sha256": "ccb6edc43da2594eb93ad00abe3447879923f83067201d82927a942bb25f412d"
205
+ },
206
+ {
207
+ "path": "bundle/registry/bundles/incident-replay.yaml",
208
+ "sha256": "aeaee69df8fdb8652707f3a228e4556e3a42a1487f4b77d33f47197370bd24a6"
77
209
  },
78
210
  {
79
211
  "path": "bundle/registry/bundles/lsp-pack.yaml",
80
- "sha256": "6c2ca235bdca31635d89c428c48a35a5414250e98c7349cd67ba900870203d9a"
212
+ "sha256": "b0e6f74fd0b52cf37960defc3c9a0b66b722d98b7db15f6b1d4e11eae9a96707"
81
213
  },
82
214
  {
83
215
  "path": "bundle/registry/bundles/mcp-fabric.yaml",
84
- "sha256": "2cb71fc331820b19c60c3275f521fb49d099ed7c31539fab9959a55d29ae0fe9"
216
+ "sha256": "40766fb1fed2fbd29ae029915d2c883f3c3f38157fa3c0d72018381c75df6e31"
217
+ },
218
+ {
219
+ "path": "bundle/registry/bundles/preflight.yaml",
220
+ "sha256": "f12fd6b4aaa045141dcaaf62b51f5de7d31de2625f819ad368adc1a6e2010b18"
221
+ },
222
+ {
223
+ "path": "bundle/registry/bundles/remote-supervisor.yaml",
224
+ "sha256": "ac727c3074ae4a95e66b7e023f38ad22c3ae903db8af079b8b66c83fad57e650"
225
+ },
226
+ {
227
+ "path": "bundle/registry/bundles/robotics.yaml",
228
+ "sha256": "8748fdb84285c2131685626182ba86806d3cffecfe5c94c6438a791f983afd2b"
85
229
  },
86
230
  {
87
231
  "path": "bundle/registry/bundles/secure-worktree-pipeline.yaml",
88
- "sha256": "b93e752cef8b5cbc76fb7aa32ebe80d30ce390193183bb0c79dedfa1ce89c4e9"
232
+ "sha256": "f62b4d9daee055362e013883f86479d2ddc2b22f8a97be84342a1b2979b9d584"
233
+ },
234
+ {
235
+ "path": "bundle/registry/bundles/security-check.yaml",
236
+ "sha256": "768f412af9696b8c83320c4d1d92c0703ed553296bbf54aff9c0c387f7a86cf0"
237
+ },
238
+ {
239
+ "path": "bundle/registry/bundles/tracebank.yaml",
240
+ "sha256": "500b996f7c55e652e9b4b677fefa472b49b4f61c052b7996738ed1389a575f3a"
241
+ },
242
+ {
243
+ "path": "bundle/registry/bundles/vision.yaml",
244
+ "sha256": "9f8b8be109d791954e6da97c0caed9234a58c15f1e9a189c445d0a55ec2591d8"
89
245
  },
90
246
  {
91
247
  "path": "bundle/registry/omg-capability.schema.json",
92
- "sha256": "b5a52c03c6d42c0ce0297a2d8c22f34ed1075062cc5434d3a85b9f4fa6a0f121"
248
+ "sha256": "ac5ce4663ae343785c844b0404cc5745f329df1cd12674201929f82d1e6332c9"
93
249
  },
94
250
  {
95
251
  "path": "bundle/settings.json",
96
- "sha256": "60fb4f9e2bedd4d67af41a2e442ef37c9a89cd2077bf6dfe40761eec01586824"
252
+ "sha256": "7a2f1d2f501a6db4d57e9863b510c7dadcc4ed7826012783506d10d4514bed5a"
97
253
  }
98
254
  ]
99
255
  }
@@ -0,0 +1,32 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="720" viewBox="0 0 1200 720">
2
+ <rect width="1200" height="720" fill="#0f1720"/>
3
+ <rect x="40" y="40" width="1120" height="640" rx="24" fill="#152435" stroke="#5eead4" stroke-width="2"/>
4
+ <text x="80" y="110" fill="#f8fafc" font-family="monospace" font-size="40">OMG HUD</text>
5
+ <text x="80" y="150" fill="#5eead4" font-family="monospace" font-size="20">native setup | adoption report | crazy orchestration</text>
6
+
7
+ <rect x="80" y="200" width="320" height="180" rx="18" fill="#1e293b"/>
8
+ <text x="105" y="240" fill="#f8fafc" font-family="monospace" font-size="22">Hosts</text>
9
+ <text x="105" y="280" fill="#cbd5e1" font-family="monospace" font-size="18">Claude Code</text>
10
+ <text x="105" y="310" fill="#cbd5e1" font-family="monospace" font-size="18">Codex</text>
11
+ <text x="105" y="340" fill="#cbd5e1" font-family="monospace" font-size="18">Kimi CLI</text>
12
+
13
+ <rect x="440" y="200" width="320" height="180" rx="18" fill="#1e293b"/>
14
+ <text x="465" y="240" fill="#f8fafc" font-family="monospace" font-size="22">Adoption</text>
15
+ <text x="465" y="280" fill="#cbd5e1" font-family="monospace" font-size="18">mode: omg-only</text>
16
+ <text x="465" y="310" fill="#cbd5e1" font-family="monospace" font-size="18">preset: balanced</text>
17
+ <text x="465" y="340" fill="#cbd5e1" font-family="monospace" font-size="18">ecosystems: omc, superpowers</text>
18
+
19
+ <rect x="800" y="200" width="320" height="180" rx="18" fill="#1e293b"/>
20
+ <text x="825" y="240" fill="#f8fafc" font-family="monospace" font-size="22">Proof</text>
21
+ <text x="825" y="280" fill="#cbd5e1" font-family="monospace" font-size="18">tests</text>
22
+ <text x="825" y="310" fill="#cbd5e1" font-family="monospace" font-size="18">provider matrix</text>
23
+ <text x="825" y="340" fill="#cbd5e1" font-family="monospace" font-size="18">sample transcripts</text>
24
+
25
+ <rect x="80" y="430" width="1040" height="190" rx="18" fill="#0b1220" stroke="#334155" stroke-width="1"/>
26
+ <text x="105" y="470" fill="#f8fafc" font-family="monospace" font-size="22">Session</text>
27
+ <text x="105" y="515" fill="#5eead4" font-family="monospace" font-size="18">/OMG:setup</text>
28
+ <text x="245" y="515" fill="#cbd5e1" font-family="monospace" font-size="18">detected codex, kimi</text>
29
+ <text x="105" y="550" fill="#5eead4" font-family="monospace" font-size="18">/OMG:crazy</text>
30
+ <text x="245" y="550" fill="#cbd5e1" font-family="monospace" font-size="18">launched 5-worker orchestration</text>
31
+ <text x="105" y="585" fill="#cbd5e1" font-family="monospace" font-size="18">evidence required before completion</text>
32
+ </svg>
@@ -0,0 +1,31 @@
1
+ # Install OMG for Claude Code
2
+
3
+ ## Fast Path
4
+
5
+ ```bash
6
+ npm install @trac3er/oh-my-god
7
+ ```
8
+
9
+ Then run:
10
+
11
+ ```text
12
+ /OMG:setup
13
+ ```
14
+
15
+ ## Manual Path
16
+
17
+ ```bash
18
+ git clone https://github.com/trac3er00/OMG
19
+ cd OMG
20
+ chmod +x OMG-setup.sh
21
+ ./OMG-setup.sh install --mode=omg-only --preset=balanced
22
+ ```
23
+
24
+ ## Verify
25
+
26
+ - `OMG-only` is the recommended adoption mode.
27
+ - The shipped `safe` preset should register `firewall.py` for `Bash` and `secret-guard.py` for file reads and edits before helper hooks run.
28
+ - In the `safe` preset, raw `env`, `node`, `python`, `python3`, `chmod`, and `chown` commands should prompt for approval.
29
+ - You should see `.mcp.json` plus `.omg/state/cli-config.yaml`.
30
+ - If Claude Code already has overlapping plugins, OMG will emit `.omg/state/adoption-report.json`.
31
+ - Run `/OMG:crazy <goal>` after setup.