@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.
- package/.agents/skills/omg/AGENTS.fragment.md +1 -1
- package/.agents/skills/omg/algorithms/SKILL.md +11 -0
- package/.agents/skills/omg/algorithms/openai.yaml +11 -0
- package/.agents/skills/omg/api-twin/SKILL.md +11 -0
- package/.agents/skills/omg/api-twin/openai.yaml +12 -0
- package/.agents/skills/omg/control-plane/SKILL.md +1 -1
- package/.agents/skills/omg/control-plane/openai.yaml +1 -1
- package/.agents/skills/omg/data-lineage/SKILL.md +11 -0
- package/.agents/skills/omg/data-lineage/openai.yaml +12 -0
- package/.agents/skills/omg/delta-classifier/SKILL.md +11 -0
- package/.agents/skills/omg/delta-classifier/openai.yaml +12 -0
- package/.agents/skills/omg/eval-gate/SKILL.md +11 -0
- package/.agents/skills/omg/eval-gate/openai.yaml +12 -0
- package/.agents/skills/omg/health/SKILL.md +11 -0
- package/.agents/skills/omg/health/openai.yaml +11 -0
- package/.agents/skills/omg/hook-governor/SKILL.md +1 -1
- package/.agents/skills/omg/hook-governor/openai.yaml +1 -1
- package/.agents/skills/omg/incident-replay/SKILL.md +11 -0
- package/.agents/skills/omg/incident-replay/openai.yaml +12 -0
- package/.agents/skills/omg/lsp-pack/SKILL.md +1 -1
- package/.agents/skills/omg/lsp-pack/openai.yaml +1 -1
- package/.agents/skills/omg/mcp-fabric/SKILL.md +1 -1
- package/.agents/skills/omg/mcp-fabric/openai.yaml +1 -1
- package/.agents/skills/omg/preflight/SKILL.md +11 -0
- package/.agents/skills/omg/preflight/openai.yaml +12 -0
- package/.agents/skills/omg/remote-supervisor/SKILL.md +11 -0
- package/.agents/skills/omg/remote-supervisor/openai.yaml +12 -0
- package/.agents/skills/omg/robotics/SKILL.md +11 -0
- package/.agents/skills/omg/robotics/openai.yaml +11 -0
- package/.agents/skills/omg/secure-worktree-pipeline/SKILL.md +1 -1
- package/.agents/skills/omg/secure-worktree-pipeline/openai.yaml +1 -1
- package/.agents/skills/omg/security-check/SKILL.md +11 -0
- package/.agents/skills/omg/security-check/openai.yaml +13 -0
- package/.agents/skills/omg/tracebank/SKILL.md +11 -0
- package/.agents/skills/omg/tracebank/openai.yaml +12 -0
- package/.agents/skills/omg/vision/SKILL.md +11 -0
- package/.agents/skills/omg/vision/openai.yaml +11 -0
- package/.claude-plugin/marketplace.json +3 -3
- package/.claude-plugin/plugin.json +1 -1
- package/.claude-plugin/scripts/uninstall.sh +2 -2
- package/OMG-setup.sh +1 -1
- package/OMG_COMPAT_CONTRACT.md +1 -1
- package/README.md +2 -2
- package/commands/__init__.py +1 -0
- package/control_plane/__init__.py +2 -0
- package/control_plane/openapi.yaml +228 -0
- package/control_plane/server.py +123 -0
- package/control_plane/service.py +185 -0
- package/dist/enterprise/bundle/.agents/skills/omg/algorithms/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/algorithms/openai.yaml +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/api-twin/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/api-twin/openai.yaml +12 -0
- package/dist/enterprise/bundle/.agents/skills/omg/data-lineage/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/data-lineage/openai.yaml +12 -0
- package/dist/enterprise/bundle/.agents/skills/omg/delta-classifier/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/delta-classifier/openai.yaml +12 -0
- package/dist/enterprise/bundle/.agents/skills/omg/eval-gate/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/eval-gate/openai.yaml +12 -0
- package/dist/enterprise/bundle/.agents/skills/omg/health/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/health/openai.yaml +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/incident-replay/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/incident-replay/openai.yaml +12 -0
- package/dist/enterprise/bundle/.agents/skills/omg/preflight/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/preflight/openai.yaml +12 -0
- package/dist/enterprise/bundle/.agents/skills/omg/remote-supervisor/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/remote-supervisor/openai.yaml +12 -0
- package/dist/enterprise/bundle/.agents/skills/omg/robotics/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/robotics/openai.yaml +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/security-check/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/security-check/openai.yaml +13 -0
- package/dist/enterprise/bundle/.agents/skills/omg/tracebank/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/tracebank/openai.yaml +12 -0
- package/dist/enterprise/bundle/.agents/skills/omg/vision/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/vision/openai.yaml +11 -0
- package/dist/enterprise/bundle/.claude-plugin/marketplace.json +3 -3
- package/dist/enterprise/bundle/.claude-plugin/plugin.json +1 -1
- package/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +1 -1
- package/dist/enterprise/bundle/registry/bundles/algorithms.yaml +45 -0
- package/dist/enterprise/bundle/registry/bundles/api-twin.yaml +48 -0
- package/dist/enterprise/bundle/registry/bundles/control-plane.yaml +61 -0
- package/dist/enterprise/bundle/registry/bundles/data-lineage.yaml +47 -0
- package/dist/enterprise/bundle/registry/bundles/delta-classifier.yaml +47 -0
- package/dist/enterprise/bundle/registry/bundles/eval-gate.yaml +47 -0
- package/dist/enterprise/bundle/registry/bundles/health.yaml +45 -0
- package/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +97 -0
- package/dist/enterprise/bundle/registry/bundles/incident-replay.yaml +47 -0
- package/dist/enterprise/bundle/registry/bundles/lsp-pack.yaml +48 -0
- package/dist/enterprise/bundle/registry/bundles/mcp-fabric.yaml +53 -0
- package/dist/enterprise/bundle/registry/bundles/preflight.yaml +48 -0
- package/dist/enterprise/bundle/registry/bundles/remote-supervisor.yaml +49 -0
- package/dist/enterprise/bundle/registry/bundles/robotics.yaml +45 -0
- package/dist/enterprise/bundle/registry/bundles/secure-worktree-pipeline.yaml +54 -0
- package/dist/enterprise/bundle/registry/bundles/security-check.yaml +50 -0
- package/dist/enterprise/bundle/registry/bundles/tracebank.yaml +47 -0
- package/dist/enterprise/bundle/registry/bundles/vision.yaml +45 -0
- package/dist/enterprise/bundle/registry/omg-capability.schema.json +80 -0
- package/dist/enterprise/bundle/settings.json +21 -6
- package/dist/enterprise/manifest.json +167 -11
- package/dist/public/bundle/.agents/skills/omg/algorithms/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/algorithms/openai.yaml +11 -0
- package/dist/public/bundle/.agents/skills/omg/api-twin/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/api-twin/openai.yaml +12 -0
- package/dist/public/bundle/.agents/skills/omg/data-lineage/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/data-lineage/openai.yaml +12 -0
- package/dist/public/bundle/.agents/skills/omg/delta-classifier/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/delta-classifier/openai.yaml +12 -0
- package/dist/public/bundle/.agents/skills/omg/eval-gate/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/eval-gate/openai.yaml +12 -0
- package/dist/public/bundle/.agents/skills/omg/health/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/health/openai.yaml +11 -0
- package/dist/public/bundle/.agents/skills/omg/incident-replay/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/incident-replay/openai.yaml +12 -0
- package/dist/public/bundle/.agents/skills/omg/preflight/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/preflight/openai.yaml +12 -0
- package/dist/public/bundle/.agents/skills/omg/remote-supervisor/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/remote-supervisor/openai.yaml +12 -0
- package/dist/public/bundle/.agents/skills/omg/robotics/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/robotics/openai.yaml +11 -0
- package/dist/public/bundle/.agents/skills/omg/security-check/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/security-check/openai.yaml +13 -0
- package/dist/public/bundle/.agents/skills/omg/tracebank/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/tracebank/openai.yaml +12 -0
- package/dist/public/bundle/.agents/skills/omg/vision/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/vision/openai.yaml +11 -0
- package/dist/public/bundle/.claude-plugin/marketplace.json +3 -3
- package/dist/public/bundle/.claude-plugin/plugin.json +1 -1
- package/dist/public/bundle/OMG_COMPAT_CONTRACT.md +1 -1
- package/dist/public/bundle/registry/bundles/algorithms.yaml +45 -0
- package/dist/public/bundle/registry/bundles/api-twin.yaml +48 -0
- package/dist/public/bundle/registry/bundles/control-plane.yaml +61 -0
- package/dist/public/bundle/registry/bundles/data-lineage.yaml +47 -0
- package/dist/public/bundle/registry/bundles/delta-classifier.yaml +47 -0
- package/dist/public/bundle/registry/bundles/eval-gate.yaml +47 -0
- package/dist/public/bundle/registry/bundles/health.yaml +45 -0
- package/dist/public/bundle/registry/bundles/hook-governor.yaml +97 -0
- package/dist/public/bundle/registry/bundles/incident-replay.yaml +47 -0
- package/dist/public/bundle/registry/bundles/lsp-pack.yaml +48 -0
- package/dist/public/bundle/registry/bundles/mcp-fabric.yaml +53 -0
- package/dist/public/bundle/registry/bundles/preflight.yaml +48 -0
- package/dist/public/bundle/registry/bundles/remote-supervisor.yaml +49 -0
- package/dist/public/bundle/registry/bundles/robotics.yaml +45 -0
- package/dist/public/bundle/registry/bundles/secure-worktree-pipeline.yaml +54 -0
- package/dist/public/bundle/registry/bundles/security-check.yaml +50 -0
- package/dist/public/bundle/registry/bundles/tracebank.yaml +47 -0
- package/dist/public/bundle/registry/bundles/vision.yaml +45 -0
- package/dist/public/bundle/registry/omg-capability.schema.json +80 -0
- package/dist/public/bundle/settings.json +17 -4
- package/dist/public/manifest.json +167 -11
- package/docs/assets/omg-hud.svg +32 -0
- package/docs/install/claude-code.md +31 -0
- package/docs/install/codex.md +29 -0
- package/docs/migration/native-adoption.md +57 -0
- package/docs/proof.md +55 -0
- package/docs/release-checklist.md +38 -0
- package/docs/transcripts/crazy.md +17 -0
- package/docs/transcripts/setup.md +25 -0
- package/hooks/shadow_manager.py +6 -0
- package/package.json +1 -1
- package/plugins/__init__.py +1 -0
- package/plugins/core/plugin.json +1 -1
- package/pyproject.toml +38 -2
- package/registry/__init__.py +1 -0
- package/registry/bundles/algorithms.yaml +45 -0
- package/registry/bundles/api-twin.yaml +48 -0
- package/registry/bundles/control-plane.yaml +61 -0
- package/registry/bundles/data-lineage.yaml +47 -0
- package/registry/bundles/delta-classifier.yaml +47 -0
- package/registry/bundles/eval-gate.yaml +47 -0
- package/registry/bundles/health.yaml +45 -0
- package/registry/bundles/hook-governor.yaml +97 -0
- package/registry/bundles/incident-replay.yaml +47 -0
- package/registry/bundles/lsp-pack.yaml +48 -0
- package/registry/bundles/mcp-fabric.yaml +53 -0
- package/registry/bundles/preflight.yaml +48 -0
- package/registry/bundles/remote-supervisor.yaml +49 -0
- package/registry/bundles/robotics.yaml +45 -0
- package/registry/bundles/secure-worktree-pipeline.yaml +54 -0
- package/registry/bundles/security-check.yaml +50 -0
- package/registry/bundles/tracebank.yaml +47 -0
- package/registry/bundles/vision.yaml +45 -0
- package/registry/omg-capability.schema.json +80 -0
- package/registry/verify_artifact.py +90 -0
- package/runtime/adapters/claude.py +3 -0
- package/runtime/adapters/gpt.py +3 -0
- package/runtime/adapters/local.py +3 -0
- package/runtime/adoption.py +1 -1
- package/runtime/api_twin.py +60 -11
- package/runtime/asset_loader.py +62 -0
- package/runtime/compat.py +3 -2
- package/runtime/contract_compiler.py +171 -22
- package/runtime/data_lineage.py +73 -0
- package/runtime/delta_classifier.py +81 -0
- package/runtime/domain_packs.py +12 -0
- package/runtime/ecosystem.py +1 -1
- package/runtime/eval_gate.py +50 -0
- package/runtime/incident_replay.py +47 -0
- package/runtime/mcp_memory_server.py +1 -1
- package/runtime/omg_compat_contract_snapshot.json +1 -1
- package/runtime/omg_contract_snapshot.json +1 -1
- package/runtime/omg_mcp_server.py +3 -1
- package/runtime/preflight.py +22 -1
- package/runtime/remote_supervisor.py +64 -0
- package/runtime/security_check.py +119 -2
- package/runtime/tracebank.py +53 -0
- package/scripts/omg.py +187 -2
- package/settings.json +21 -6
|
@@ -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: `
|
|
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`
|
|
@@ -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: `
|
|
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:
|
|
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: `
|
|
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`
|
|
@@ -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: `
|
|
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`
|
|
@@ -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: `
|
|
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:
|
|
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.
|
|
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.
|
|
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.
|
|
35
|
+
"version": "2.0.5"
|
|
36
36
|
}
|
|
@@ -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
|
|
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.
|
|
8
|
+
VERSION="2.0.5"
|
|
9
9
|
|
|
10
10
|
PLUGIN_NAME="omg"
|
|
11
11
|
PLUGIN_MARKETPLACE="omg"
|
package/OMG_COMPAT_CONTRACT.md
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# OMG 2.0.
|
|
1
|
+
# OMG 2.0.5
|
|
2
2
|
|
|
3
3
|
[](https://github.com/trac3er00/OMG/actions/workflows/omg-compat-gate.yml)
|
|
4
4
|
[](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.
|
|
14
|
+
- Version: `2.0.5`
|
|
15
15
|
|
|
16
16
|
## Why OMG
|
|
17
17
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""OMG command package marker for packaging parity."""
|