@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,29 @@
1
+ # Install OMG for Codex
2
+
3
+ ## Fast Path
4
+
5
+ ```bash
6
+ npm install -g @openai/codex
7
+ npm install @trac3er/oh-my-god
8
+ ```
9
+
10
+ Then run:
11
+
12
+ ```text
13
+ /OMG:setup
14
+ ```
15
+
16
+ ## Manual Path
17
+
18
+ ```bash
19
+ git clone https://github.com/trac3er00/OMG
20
+ cd OMG
21
+ chmod +x OMG-setup.sh
22
+ ./OMG-setup.sh install --mode=omg-only --preset=interop
23
+ ```
24
+
25
+ ## Verify
26
+
27
+ - OMG detects `codex` during setup and configures shared MCP state.
28
+ - `interop` is the recommended preset when Codex is part of a multi-host workflow.
29
+ - Run `/OMG:crazy <goal>` once setup confirms host detection and MCP wiring.
@@ -0,0 +1,57 @@
1
+ # Native Adoption for OMC, OMX, and Superpowers
2
+
3
+ OMG keeps adoption native to OMG. There is no public `migrate` command to memorize or map back to another project.
4
+
5
+ Use either:
6
+
7
+ - `/OMG:setup`
8
+ - `./OMG-setup.sh install --adopt=auto`
9
+
10
+ ## What Setup Detects
11
+
12
+ Setup can detect compatibility markers from:
13
+
14
+ - OMC-style environments
15
+ - OMX-style environments
16
+ - Superpowers-style command, skill, or workspace surfaces
17
+
18
+ Those detections are treated as adoption context, not as public implementation detail.
19
+
20
+ ## Adoption Modes
21
+
22
+ ### OMG-only
23
+
24
+ Recommended for most users.
25
+
26
+ - OMG becomes the primary hooks, HUD, MCP, and orchestration layer.
27
+ - Portable state is preserved where safe and overlapping surfaces are backed up before replacement.
28
+ - `compat` remains available for legacy skill routing only.
29
+
30
+ ### coexist
31
+
32
+ Advanced mode for careful landings.
33
+
34
+ - OMG avoids claiming ownership of third-party namespaces.
35
+ - Existing HUD and hook ownership stays intact unless you explicitly switch later.
36
+ - Conflicts are recorded in the adoption report instead of being overwritten.
37
+
38
+ ## Output
39
+
40
+ Native adoption writes:
41
+
42
+ - `.omg/state/adoption-report.json`
43
+ - `.omg/state/cli-config.yaml`
44
+ - `.mcp.json`
45
+
46
+ ## Choosing a Preset
47
+
48
+ - `safe`: conservative OMG baseline
49
+ - `balanced`: recommended daily workflow
50
+ - `interop`: stronger shared-memory and multi-host interop
51
+ - `labs`: enables the most opinionated experimentation surfaces
52
+
53
+ ## What Changes for Existing Users
54
+
55
+ - OMG-native setup language replaces public migration language.
56
+ - Compatibility references remain documented so users coming from OMC, OMX, or Superpowers can understand what setup detected.
57
+ - Public onboarding stays focused on `/OMG:setup` and `/OMG:crazy`.
package/docs/proof.md ADDED
@@ -0,0 +1,55 @@
1
+ # OMG Proof Surface
2
+
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
+ [![npm version](https://img.shields.io/npm/v/%40trac3er%2Foh-my-god)](https://www.npmjs.com/package/@trac3er/oh-my-god)
5
+
6
+ ## Verification Status
7
+
8
+ OMG keeps verification visible instead of burying it in implementation details.
9
+
10
+ - Current local full-suite result: `2466 passed, 2 skipped` on March 7, 2026.
11
+ - Releases are expected to pass the compat gate, the standalone verification path, and the public-readiness check.
12
+ - Setup, presets, and native adoption behavior have targeted regression tests.
13
+ - `security-check`, `api-twin`, runtime profiles, and the stdio `omg-control` MCP have targeted regression coverage.
14
+ - `compat` remains covered, but it is not the public onboarding path.
15
+
16
+ ## Provider Matrix
17
+
18
+ | Provider | Detect | Auth Check | MCP Config | Host Priority |
19
+ |----------|--------|------------|------------|---------------|
20
+ | Claude Code | host-native | host-native | yes | primary |
21
+ | Codex | yes | yes | yes | primary |
22
+ | Gemini | yes | yes | yes | supported |
23
+ | Kimi | yes | yes | yes | supported |
24
+
25
+ ## Adoption Evidence
26
+
27
+ - Native setup writes `.omg/state/adoption-report.json`
28
+ - Native setup writes `.omg/state/cli-config.yaml`
29
+ - `OMG-only` and `coexist` are both covered in setup tests
30
+ - OMC, OMX, and Superpowers references stay limited to compatibility and adoption guidance
31
+
32
+ ## HUD Artifact
33
+
34
+ ![OMG HUD](assets/omg-hud.svg)
35
+
36
+ ## Benchmark Tasks
37
+
38
+ Representative benchmark tasks for this release:
39
+
40
+ - host detection and auth wiring
41
+ - canonical security-check routing and evidence emission
42
+ - stdio OMG control MCP wiring
43
+ - adoption detection with overlapping ecosystems
44
+ - plugin install and uninstall correctness
45
+ - `crazy` orchestration smoke coverage
46
+
47
+ ## Sample Transcripts
48
+
49
+ - Setup: [docs/transcripts/setup.md](transcripts/setup.md)
50
+ - Crazy: [docs/transcripts/crazy.md](transcripts/crazy.md)
51
+
52
+ ## Release Discipline
53
+
54
+ - Public launch checklist: [docs/release-checklist.md](release-checklist.md)
55
+ - Changelog: [CHANGELOG.md](../CHANGELOG.md)
@@ -0,0 +1,38 @@
1
+ # Public Release Checklist
2
+
3
+ Use this checklist before making OMG public or cutting a release tag.
4
+
5
+ ## Identity
6
+
7
+ - README, `package.json`, plugin manifests, and CLI version output agree on the version
8
+ - repo URL is `https://github.com/trac3er00/OMG`
9
+ - plugin and marketplace id are `omg`
10
+
11
+ ## Public Safety
12
+
13
+ - `python3 scripts/check-omg-public-ready.py` passes
14
+ - no internal planning docs ship in `docs/plans/`
15
+ - no absolute local paths or stale internal path references remain
16
+
17
+ ## Verification
18
+
19
+ - `python3 scripts/omg.py contract validate` passes
20
+ - `python3 scripts/omg.py contract compile --host claude --host codex --channel public --output-root <tmp>` passes
21
+ - `python3 scripts/omg.py contract compile --host claude --host codex --channel enterprise --output-root <tmp>` passes
22
+ - `python3 scripts/omg.py release readiness --channel dual --output-root <tmp>` passes
23
+ - `python3 scripts/check-omg-standalone-clean.py` passes
24
+ - `./scripts/verify-standalone.sh` passes
25
+ - `python3 -m pytest tests -q` passes
26
+
27
+ ## Docs
28
+
29
+ - README matches the current product surface
30
+ - install guides for Claude Code and Codex are current
31
+ - proof page includes current verification evidence
32
+ - changelog includes the release entry
33
+
34
+ ## Release Ops
35
+
36
+ - `package.json` version matches the tag you will create
37
+ - npm publishing credentials are configured for `publish-npm.yml`
38
+ - GitHub Actions required checks are green
@@ -0,0 +1,17 @@
1
+ # Sample Transcript: /OMG:crazy
2
+
3
+ ```text
4
+ /OMG:crazy stabilize auth and dashboard flows
5
+
6
+ Workers:
7
+ - architect-mode
8
+ - backend-engineer
9
+ - frontend-designer
10
+ - security-auditor
11
+ - testing-engineer
12
+
13
+ Execution:
14
+ - parallel
15
+ - evidence-aware
16
+ - verification required before completion
17
+ ```
@@ -0,0 +1,25 @@
1
+ # Sample Transcript: /OMG:setup
2
+
3
+ ```text
4
+ /OMG:setup
5
+
6
+ Detected hosts:
7
+ - codex: installed, authenticated
8
+ - gemini: not found
9
+ - kimi: not found
10
+
11
+ Detected ecosystems:
12
+ - omc
13
+ - superpowers
14
+
15
+ Recommended mode: omg-only
16
+ Selected preset: balanced
17
+
18
+ Configured:
19
+ - .mcp.json
20
+ - .omg/state/cli-config.yaml
21
+ - .omg/state/adoption-report.json
22
+
23
+ Next step:
24
+ /OMG:crazy stabilize auth and dashboard flows
25
+ ```
@@ -182,6 +182,9 @@ def create_evidence_pack(
182
182
  provenance: list[dict[str, Any]] | None = None,
183
183
  trust_scores: dict[str, Any] | None = None,
184
184
  api_twin: dict[str, Any] | None = None,
185
+ route_metadata: dict[str, Any] | None = None,
186
+ trace_ids: list[str] | None = None,
187
+ lineage: dict[str, Any] | None = None,
185
188
  ) -> str:
186
189
  ensure_shadow_dirs(project_dir)
187
190
  run_id = _validated_run_id(run_id)
@@ -197,6 +200,9 @@ def create_evidence_pack(
197
200
  "provenance": provenance or [],
198
201
  "trust_scores": trust_scores or {},
199
202
  "api_twin": api_twin or {},
203
+ "route_metadata": route_metadata or {},
204
+ "trace_ids": trace_ids or [],
205
+ "lineage": lineage or {},
200
206
  }
201
207
  evidence_path = ensure_path_within_dir(
202
208
  _evidence_root(project_dir),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trac3er/oh-my-god",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "OMG (Oh My God) — Multi-agent orchestration, intelligent model routing, and durable session state for Claude Code",
5
5
  "main": "OMG-setup.sh",
6
6
  "scripts": {
@@ -0,0 +1 @@
1
+ """OMG plugin packages."""
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omg-core",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Core OMG commands - native setup, routing, orchestration, and verification surfaces",
5
5
  "type": "omg-plugin",
6
6
  "commands": {
package/pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "oh-my-god"
7
- version = "2.0.4"
7
+ version = "2.0.5"
8
8
  description = "OMG (Oh My God) — Multi-agent orchestration, intelligent model routing, and durable session state for Claude Code"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -42,7 +42,43 @@ Repository = "https://github.com/trac3er00/OMG.git"
42
42
  Issues = "https://github.com/trac3er00/OMG/issues"
43
43
 
44
44
  [tool.setuptools]
45
- packages = ["hooks", "runtime", "agents", "commands"]
45
+ include-package-data = true
46
+
47
+ [tool.setuptools.packages.find]
48
+ where = ["."]
49
+ include = ["agents*", "commands*", "control_plane*", "hooks*", "plugins*", "registry*", "runtime*"]
50
+
51
+ [tool.setuptools.package-data]
52
+ agents = ["*.md"]
53
+ commands = ["*.md"]
54
+ control_plane = ["*.yaml"]
55
+ plugins = ["**/*.json", "**/*.md"]
56
+ registry = ["*.json", "bundles/*.yaml"]
57
+ runtime = ["*.json"]
58
+
59
+ [tool.setuptools.data-files]
60
+ "." = ["OMG_COMPAT_CONTRACT.md", "settings.json", ".mcp.json"]
61
+ ".claude-plugin" = [".claude-plugin/plugin.json", ".claude-plugin/marketplace.json"]
62
+ "docs" = ["docs/release-checklist.md"]
63
+ ".agents/skills/omg" = [".agents/skills/omg/AGENTS.fragment.md", ".agents/skills/omg/codex-mcp.toml"]
64
+ ".agents/skills/omg/control-plane" = [".agents/skills/omg/control-plane/SKILL.md", ".agents/skills/omg/control-plane/openai.yaml"]
65
+ ".agents/skills/omg/hook-governor" = [".agents/skills/omg/hook-governor/SKILL.md", ".agents/skills/omg/hook-governor/openai.yaml"]
66
+ ".agents/skills/omg/lsp-pack" = [".agents/skills/omg/lsp-pack/SKILL.md", ".agents/skills/omg/lsp-pack/openai.yaml"]
67
+ ".agents/skills/omg/mcp-fabric" = [".agents/skills/omg/mcp-fabric/SKILL.md", ".agents/skills/omg/mcp-fabric/openai.yaml"]
68
+ ".agents/skills/omg/secure-worktree-pipeline" = [".agents/skills/omg/secure-worktree-pipeline/SKILL.md", ".agents/skills/omg/secure-worktree-pipeline/openai.yaml"]
69
+ ".agents/skills/omg/security-check" = [".agents/skills/omg/security-check/SKILL.md", ".agents/skills/omg/security-check/openai.yaml"]
70
+ ".agents/skills/omg/api-twin" = [".agents/skills/omg/api-twin/SKILL.md", ".agents/skills/omg/api-twin/openai.yaml"]
71
+ ".agents/skills/omg/preflight" = [".agents/skills/omg/preflight/SKILL.md", ".agents/skills/omg/preflight/openai.yaml"]
72
+ ".agents/skills/omg/robotics" = [".agents/skills/omg/robotics/SKILL.md", ".agents/skills/omg/robotics/openai.yaml"]
73
+ ".agents/skills/omg/vision" = [".agents/skills/omg/vision/SKILL.md", ".agents/skills/omg/vision/openai.yaml"]
74
+ ".agents/skills/omg/algorithms" = [".agents/skills/omg/algorithms/SKILL.md", ".agents/skills/omg/algorithms/openai.yaml"]
75
+ ".agents/skills/omg/health" = [".agents/skills/omg/health/SKILL.md", ".agents/skills/omg/health/openai.yaml"]
76
+ ".agents/skills/omg/tracebank" = [".agents/skills/omg/tracebank/SKILL.md", ".agents/skills/omg/tracebank/openai.yaml"]
77
+ ".agents/skills/omg/eval-gate" = [".agents/skills/omg/eval-gate/SKILL.md", ".agents/skills/omg/eval-gate/openai.yaml"]
78
+ ".agents/skills/omg/delta-classifier" = [".agents/skills/omg/delta-classifier/SKILL.md", ".agents/skills/omg/delta-classifier/openai.yaml"]
79
+ ".agents/skills/omg/incident-replay" = [".agents/skills/omg/incident-replay/SKILL.md", ".agents/skills/omg/incident-replay/openai.yaml"]
80
+ ".agents/skills/omg/data-lineage" = [".agents/skills/omg/data-lineage/SKILL.md", ".agents/skills/omg/data-lineage/openai.yaml"]
81
+ ".agents/skills/omg/remote-supervisor" = [".agents/skills/omg/remote-supervisor/SKILL.md", ".agents/skills/omg/remote-supervisor/openai.yaml"]
46
82
 
47
83
  [tool.pytest.ini_options]
48
84
  testpaths = ["tests"]
@@ -0,0 +1 @@
1
+ """Registry package for OMG."""
@@ -0,0 +1,45 @@
1
+ id: algorithms
2
+ kind: domain-pack
3
+ version: 2.0.5
4
+ title: OMG Algorithms Pack
5
+ description: Determinism and benchmark attachments for algorithm-heavy work.
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/evals/latest.json
37
+ execution_contract:
38
+ modes:
39
+ - embedded
40
+ - local_supervisor
41
+ channel_overrides:
42
+ public:
43
+ benchmarks: advisory
44
+ enterprise:
45
+ benchmarks: required
@@ -0,0 +1,48 @@
1
+ id: api-twin
2
+ kind: simulation
3
+ version: 2.0.5
4
+ title: OMG API Twin
5
+ description: Versioned endpoint cassette replay with latency, drift, and cost reporting.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - runtime/api_twin.py
12
+ - commands/OMG:api-twin.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
+ - Bash(python3:*)
23
+ codex:
24
+ - Read
25
+ - Bash(python3:*)
26
+ lifecycle_hooks:
27
+ native:
28
+ - PostToolUse
29
+ emulated:
30
+ - TaskCompleted
31
+ mcp_contract:
32
+ servers:
33
+ - omg-control
34
+ lsp_contract:
35
+ languages:
36
+ - python
37
+ evidence_outputs:
38
+ artifacts:
39
+ - .omg/state/api_twin.json
40
+ execution_contract:
41
+ modes:
42
+ - embedded
43
+ - local_supervisor
44
+ channel_overrides:
45
+ public:
46
+ fidelity: validated
47
+ enterprise:
48
+ fidelity: policy-required
@@ -0,0 +1,61 @@
1
+ id: control-plane
2
+ kind: skill
3
+ version: 2.0.5
4
+ title: OMG Control Plane
5
+ description: Canonical production control plane bundle for Claude and Codex.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - OMG_COMPAT_CONTRACT.md
12
+ - docs/release-checklist.md
13
+ invocation_policy:
14
+ user_invocable: true
15
+ model_invocable: false
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
+ - SessionStart
31
+ - PreToolUse
32
+ - PostToolUse
33
+ emulated:
34
+ - PreCompact
35
+ - WorktreeCreate
36
+ - WorktreeRemove
37
+ mcp_contract:
38
+ servers:
39
+ - omg-control
40
+ - omg-memory
41
+ prompts:
42
+ - omg_contract_summary
43
+ resources:
44
+ - resource://omg/contract
45
+ - resource://omg/release-checklist
46
+ lsp_contract:
47
+ languages:
48
+ - python
49
+ - typescript
50
+ evidence_outputs:
51
+ artifacts:
52
+ - .omg/evidence/control-plane-compile.json
53
+ execution_contract:
54
+ modes:
55
+ - embedded
56
+ - local_supervisor
57
+ channel_overrides:
58
+ public:
59
+ posture: self-serve
60
+ enterprise:
61
+ posture: managed
@@ -0,0 +1,47 @@
1
+ id: data-lineage
2
+ kind: provenance
3
+ version: 2.0.5
4
+ title: OMG Data Lineage
5
+ description: Provenance and privacy tracking for traces, fixtures, examples, and synthetic artifacts.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - runtime/data_lineage.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/lineage/*.json
39
+ execution_contract:
40
+ modes:
41
+ - embedded
42
+ - local_supervisor
43
+ channel_overrides:
44
+ public:
45
+ provenance: required
46
+ enterprise:
47
+ provenance: required
@@ -0,0 +1,47 @@
1
+ id: delta-classifier
2
+ kind: routing
3
+ version: 2.0.5
4
+ title: OMG Delta Classifier
5
+ description: Change classifier that attaches risk-aware checks, approvals, and packs.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - runtime/delta_classifier.py
12
+ invocation_policy:
13
+ user_invocable: true
14
+ model_invocable: true
15
+ allow_implicit_invocation: true
16
+ tool_policy:
17
+ side_effect_level: low
18
+ allowed_tools:
19
+ claude:
20
+ - Read
21
+ - Grep
22
+ codex:
23
+ - Read
24
+ - Grep
25
+ lifecycle_hooks:
26
+ native:
27
+ - SessionStart
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
+ classification: advisory
46
+ enterprise:
47
+ classification: required
@@ -0,0 +1,47 @@
1
+ id: eval-gate
2
+ kind: evaluation
3
+ version: 2.0.5
4
+ title: OMG Eval Gate
5
+ description: Reproducible evaluation gate that blocks regressions before release.
6
+ hosts:
7
+ - claude
8
+ - codex
9
+ assets:
10
+ references:
11
+ - runtime/eval_gate.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
+ - 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/evals/latest.json
39
+ execution_contract:
40
+ modes:
41
+ - embedded
42
+ - local_supervisor
43
+ channel_overrides:
44
+ public:
45
+ regressions: block
46
+ enterprise:
47
+ regressions: block
@@ -0,0 +1,45 @@
1
+ id: health
2
+ kind: domain-pack
3
+ version: 2.0.5
4
+ title: OMG Health Pack
5
+ description: Health-sensitive approvals, provenance, 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: 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/lineage/*.json
37
+ execution_contract:
38
+ modes:
39
+ - embedded
40
+ - local_supervisor
41
+ channel_overrides:
42
+ public:
43
+ approvals: required
44
+ enterprise:
45
+ approvals: enforced