@trac3er/oh-my-god 2.0.3 → 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 +5 -0
- 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/codex-mcp.toml +4 -0
- package/.agents/skills/omg/control-plane/SKILL.md +11 -0
- package/.agents/skills/omg/control-plane/openai.yaml +14 -0
- 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 +11 -0
- package/.agents/skills/omg/hook-governor/openai.yaml +11 -0
- 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 +11 -0
- package/.agents/skills/omg/lsp-pack/openai.yaml +11 -0
- package/.agents/skills/omg/mcp-fabric/SKILL.md +11 -0
- package/.agents/skills/omg/mcp-fabric/openai.yaml +13 -0
- 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 +11 -0
- package/.agents/skills/omg/secure-worktree-pipeline/openai.yaml +12 -0
- 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/.mcp.json +20 -4
- package/CHANGELOG.md +10 -0
- package/OMG-setup.sh +9 -3
- package/OMG_COMPAT_CONTRACT.md +92 -0
- package/README.md +24 -4
- package/SECURITY.md +6 -0
- package/commands/OMG:api-twin.md +22 -0
- package/commands/OMG:preflight.md +26 -0
- package/commands/OMG:security-check.md +28 -0
- 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/AGENTS.fragment.md +5 -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/codex-mcp.toml +4 -0
- package/dist/enterprise/bundle/.agents/skills/omg/control-plane/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/control-plane/openai.yaml +14 -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/hook-governor/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/hook-governor/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/lsp-pack/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/lsp-pack/openai.yaml +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/mcp-fabric/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/mcp-fabric/openai.yaml +13 -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/secure-worktree-pipeline/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml +12 -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 +36 -0
- package/dist/enterprise/bundle/.claude-plugin/plugin.json +23 -0
- package/dist/enterprise/bundle/.mcp.json +40 -0
- package/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +92 -0
- 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 +381 -0
- package/dist/enterprise/manifest.json +255 -0
- package/dist/public/bundle/.agents/skills/omg/AGENTS.fragment.md +5 -0
- 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/codex-mcp.toml +4 -0
- package/dist/public/bundle/.agents/skills/omg/control-plane/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/control-plane/openai.yaml +14 -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/hook-governor/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/hook-governor/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/lsp-pack/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/lsp-pack/openai.yaml +11 -0
- package/dist/public/bundle/.agents/skills/omg/mcp-fabric/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/mcp-fabric/openai.yaml +13 -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/secure-worktree-pipeline/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml +12 -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 +36 -0
- package/dist/public/bundle/.claude-plugin/plugin.json +23 -0
- package/dist/public/bundle/.mcp.json +40 -0
- package/dist/public/bundle/OMG_COMPAT_CONTRACT.md +92 -0
- 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 +379 -0
- package/dist/public/manifest.json +255 -0
- 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/policy_engine.py +38 -7
- package/hooks/post-write.py +1 -1
- package/hooks/prompt-enhancer.py +1 -1
- package/hooks/security_validators.py +75 -0
- package/hooks/setup_wizard.py +43 -8
- package/hooks/shadow_manager.py +28 -2
- package/package.json +1 -1
- package/plugins/README.md +3 -1
- package/plugins/__init__.py +1 -0
- package/plugins/advanced/commands/OMG:deep-plan.md +1 -1
- package/plugins/advanced/commands/OMG:security-review.md +10 -113
- package/plugins/advanced/commands/OMG:ship.md +1 -1
- package/plugins/advanced/plugin.json +1 -10
- package/plugins/core/plugin.json +25 -2
- 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 +179 -0
- package/runtime/asset_loader.py +62 -0
- package/runtime/compat.py +24 -3
- package/runtime/contract_compiler.py +847 -0
- package/runtime/data_lineage.py +73 -0
- package/runtime/delta_classifier.py +81 -0
- package/runtime/domain_packs.py +46 -0
- package/runtime/ecosystem.py +1 -1
- package/runtime/eval_gate.py +50 -0
- package/runtime/guide_assert.py +45 -0
- package/runtime/incident_replay.py +47 -0
- package/runtime/mcp_config_writers.py +147 -30
- package/runtime/mcp_memory_server.py +1 -1
- package/runtime/omg_compat_contract_snapshot.json +9 -8
- package/runtime/omg_contract_snapshot.json +9 -8
- package/runtime/omg_mcp_server.py +207 -0
- package/runtime/preflight.py +73 -0
- package/runtime/providers/codex_provider.py +2 -12
- package/runtime/providers/gemini_provider.py +2 -21
- package/runtime/providers/kimi_provider.py +2 -21
- package/runtime/remote_supervisor.py +64 -0
- package/runtime/runtime_profile.py +61 -0
- package/runtime/security_check.py +464 -0
- package/runtime/subagent_dispatcher.py +117 -10
- package/runtime/team_router.py +3 -1
- package/runtime/tracebank.py +53 -0
- package/runtime/untrusted_content.py +102 -0
- package/scripts/omg.py +360 -2
- package/settings.json +81 -18
- package/tools/python_repl.py +33 -3
|
@@ -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:*)"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-control-plane
|
|
3
|
+
description: "Canonical production control plane bundle for Claude and Codex."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG Control Plane
|
|
7
|
+
|
|
8
|
+
- Channel: `enterprise`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control, omg-memory`
|
|
11
|
+
- Evidence outputs: `.omg/evidence/control-plane-compile.json`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: omg-control-plane
|
|
2
|
+
description: "Canonical production control plane bundle for Claude and Codex."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: enterprise
|
|
6
|
+
bundle_id: control-plane
|
|
7
|
+
title: "OMG Control Plane"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
- omg-memory
|
|
11
|
+
allowed_tools:
|
|
12
|
+
- "Read"
|
|
13
|
+
- "Grep"
|
|
14
|
+
- "Bash(python3:*)"
|
|
@@ -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"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-hook-governor
|
|
3
|
+
description: "Canonical hook ordering, policy reinjection, and protected-path governance."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG Hook Governor
|
|
7
|
+
|
|
8
|
+
- Channel: `enterprise`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control`
|
|
11
|
+
- Evidence outputs: `.omg/state/ledger/tool-ledger.jsonl`
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
name: omg-hook-governor
|
|
2
|
+
description: "Canonical hook ordering, policy reinjection, and protected-path governance."
|
|
3
|
+
allow_implicit_invocation: true
|
|
4
|
+
metadata:
|
|
5
|
+
channel: enterprise
|
|
6
|
+
bundle_id: hook-governor
|
|
7
|
+
title: "OMG Hook Governor"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
allowed_tools:
|
|
11
|
+
- "Read"
|
|
@@ -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:*)"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-lsp-pack
|
|
3
|
+
description: "Optional LSP-backed diagnostics and navigation bundle for production verification."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG LSP Pack
|
|
7
|
+
|
|
8
|
+
- Channel: `enterprise`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control`
|
|
11
|
+
- Evidence outputs: `.omg/evidence/lsp-diagnostics.json`
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
name: omg-lsp-pack
|
|
2
|
+
description: "Optional LSP-backed diagnostics and navigation bundle for production verification."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: enterprise
|
|
6
|
+
bundle_id: lsp-pack
|
|
7
|
+
title: "OMG LSP Pack"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
allowed_tools:
|
|
11
|
+
- "Read"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-mcp-fabric
|
|
3
|
+
description: "Tools, prompts, resources, and server instructions for the OMG control plane."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG MCP Fabric
|
|
7
|
+
|
|
8
|
+
- Channel: `enterprise`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control, omg-memory`
|
|
11
|
+
- Evidence outputs: `.omg/evidence/mcp-fabric.json`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: omg-mcp-fabric
|
|
2
|
+
description: "Tools, prompts, resources, and server instructions for the OMG control plane."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: enterprise
|
|
6
|
+
bundle_id: mcp-fabric
|
|
7
|
+
title: "OMG MCP Fabric"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
- omg-memory
|
|
11
|
+
allowed_tools:
|
|
12
|
+
- "Read"
|
|
13
|
+
- "Bash(python3:*)"
|
|
@@ -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"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-secure-worktree-pipeline
|
|
3
|
+
description: "Ephemeral worktree execution and supervisor-safe worker dispatch for production jobs."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG Secure Worktree Pipeline
|
|
7
|
+
|
|
8
|
+
- Channel: `enterprise`
|
|
9
|
+
- Execution modes: `automation, ephemeral_worktree, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control`
|
|
11
|
+
- Evidence outputs: `.omg/evidence/subagents/*.json`
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
name: omg-secure-worktree-pipeline
|
|
2
|
+
description: "Ephemeral worktree execution and supervisor-safe worker dispatch for production jobs."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: enterprise
|
|
6
|
+
bundle_id: secure-worktree-pipeline
|
|
7
|
+
title: "OMG Secure Worktree Pipeline"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
allowed_tools:
|
|
11
|
+
- "Read"
|
|
12
|
+
- "Bash(git:*)"
|
|
@@ -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/.mcp.json
CHANGED
|
@@ -2,23 +2,39 @@
|
|
|
2
2
|
"mcpServers": {
|
|
3
3
|
"context7": {
|
|
4
4
|
"command": "npx",
|
|
5
|
-
"args": [
|
|
5
|
+
"args": [
|
|
6
|
+
"@upstash/context7-mcp@2.1.3"
|
|
7
|
+
]
|
|
6
8
|
},
|
|
7
9
|
"filesystem": {
|
|
8
10
|
"command": "npx",
|
|
9
|
-
"args": [
|
|
11
|
+
"args": [
|
|
12
|
+
"@modelcontextprotocol/server-filesystem@2026.1.14",
|
|
13
|
+
"."
|
|
14
|
+
]
|
|
10
15
|
},
|
|
11
16
|
"websearch": {
|
|
12
17
|
"command": "npx",
|
|
13
|
-
"args": [
|
|
18
|
+
"args": [
|
|
19
|
+
"@zhafron/mcp-web-search@1.2.2"
|
|
20
|
+
]
|
|
14
21
|
},
|
|
15
22
|
"chrome-devtools": {
|
|
16
23
|
"command": "npx",
|
|
17
|
-
"args": [
|
|
24
|
+
"args": [
|
|
25
|
+
"chrome-devtools-mcp@0.19.0"
|
|
26
|
+
]
|
|
18
27
|
},
|
|
19
28
|
"omg-memory": {
|
|
20
29
|
"type": "http",
|
|
21
30
|
"url": "http://127.0.0.1:8765/mcp"
|
|
31
|
+
},
|
|
32
|
+
"omg-control": {
|
|
33
|
+
"command": "python3",
|
|
34
|
+
"args": [
|
|
35
|
+
"-m",
|
|
36
|
+
"runtime.omg_mcp_server"
|
|
37
|
+
]
|
|
22
38
|
}
|
|
23
39
|
}
|
|
24
40
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## Unreleased
|
|
4
|
+
|
|
5
|
+
## 2.0.4 - 2026-03-07
|
|
6
|
+
|
|
7
|
+
- shipped the OMG production control plane contract, executable bundle registry, host compiler, and dual-channel public and enterprise release bundles
|
|
8
|
+
- generated Codex skill packs and Claude release artifacts from the canonical contract, and added CI release-readiness coverage for validation, compile, standalone, and public-readiness gates
|
|
9
|
+
- extended the stdio `omg-control` MCP with prompts, resources, and server instructions, and upgraded subagent execution to record real worker evidence with secure worktree handling
|
|
10
|
+
- hardened the shipped `safe` preset so `firewall.py` runs before Bash tools, `secret-guard.py` runs before file mutations, and raw env or interpreter surfaces require approval
|
|
11
|
+
- fixed portable runtime provisioning to include `plugins/`, prevented worker command prompt placeholders from breaking argv boundaries, and corrected `omg_natives` import-path shadowing of stdlib modules
|
|
12
|
+
|
|
3
13
|
## 2.0.3 - 2026-03-06
|
|
4
14
|
|
|
5
15
|
- removed OpenCode runtime, setup wiring, docs, and tests from the supported OMG host surface
|
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"
|
|
@@ -1190,11 +1190,15 @@ run_install_like() {
|
|
|
1190
1190
|
[[ "$CLAUDE_DIR/omg-runtime/runtime" == "$CLAUDE_DIR"* ]] || { echo "ERROR: symlink target outside expected directory: $CLAUDE_DIR/omg-runtime/runtime" >&2; exit 1; }
|
|
1191
1191
|
[[ "$CLAUDE_DIR/omg-runtime/hooks" == "$CLAUDE_DIR"* ]] || { echo "ERROR: symlink target outside expected directory: $CLAUDE_DIR/omg-runtime/hooks" >&2; exit 1; }
|
|
1192
1192
|
[[ "$CLAUDE_DIR/omg-runtime/lab" == "$CLAUDE_DIR"* ]] || { echo "ERROR: symlink target outside expected directory: $CLAUDE_DIR/omg-runtime/lab" >&2; exit 1; }
|
|
1193
|
+
[[ "$CLAUDE_DIR/omg-runtime/plugins" == "$CLAUDE_DIR"* ]] || { echo "ERROR: symlink target outside expected directory: $CLAUDE_DIR/omg-runtime/plugins" >&2; exit 1; }
|
|
1194
|
+
[[ "$CLAUDE_DIR/omg-runtime/yaml.py" == "$CLAUDE_DIR"* ]] || { echo "ERROR: symlink target outside expected directory: $CLAUDE_DIR/omg-runtime/yaml.py" >&2; exit 1; }
|
|
1193
1195
|
|
|
1194
|
-
rm -rf "$CLAUDE_DIR/omg-runtime/runtime" "$CLAUDE_DIR/omg-runtime/hooks" "$CLAUDE_DIR/omg-runtime/lab"
|
|
1196
|
+
rm -rf "$CLAUDE_DIR/omg-runtime/runtime" "$CLAUDE_DIR/omg-runtime/hooks" "$CLAUDE_DIR/omg-runtime/lab" "$CLAUDE_DIR/omg-runtime/plugins" "$CLAUDE_DIR/omg-runtime/yaml.py"
|
|
1195
1197
|
ln -s "$SCRIPT_DIR/runtime" "$CLAUDE_DIR/omg-runtime/runtime"
|
|
1196
1198
|
ln -s "$SCRIPT_DIR/hooks" "$CLAUDE_DIR/omg-runtime/hooks"
|
|
1197
1199
|
ln -s "$SCRIPT_DIR/lab" "$CLAUDE_DIR/omg-runtime/lab"
|
|
1200
|
+
ln -s "$SCRIPT_DIR/plugins" "$CLAUDE_DIR/omg-runtime/plugins"
|
|
1201
|
+
ln -s "$SCRIPT_DIR/yaml.py" "$CLAUDE_DIR/omg-runtime/yaml.py"
|
|
1198
1202
|
|
|
1199
1203
|
[[ "$CLAUDE_DIR/omg-runtime" == "$CLAUDE_DIR"* ]] || { echo "ERROR: rm -rf target outside expected directory: $CLAUDE_DIR/omg-runtime" >&2; exit 1; }
|
|
1200
1204
|
find "$CLAUDE_DIR/omg-runtime" -name "__pycache__" -type d -exec rm -rf {} + 2>/dev/null || true
|
|
@@ -1204,10 +1208,12 @@ run_install_like() {
|
|
|
1204
1208
|
mkdir -p "$CLAUDE_DIR/omg-runtime/scripts"
|
|
1205
1209
|
cp "$SCRIPT_DIR/scripts/omg.py" "$CLAUDE_DIR/omg-runtime/scripts/omg.py"
|
|
1206
1210
|
[[ "$CLAUDE_DIR/omg-runtime/runtime" == "$CLAUDE_DIR"* ]] || { echo "ERROR: rm -rf target outside expected directory: $CLAUDE_DIR/omg-runtime/runtime" >&2; exit 1; }
|
|
1207
|
-
rm -rf "$CLAUDE_DIR/omg-runtime/runtime" "$CLAUDE_DIR/omg-runtime/hooks" "$CLAUDE_DIR/omg-runtime/lab"
|
|
1211
|
+
rm -rf "$CLAUDE_DIR/omg-runtime/runtime" "$CLAUDE_DIR/omg-runtime/hooks" "$CLAUDE_DIR/omg-runtime/lab" "$CLAUDE_DIR/omg-runtime/plugins" "$CLAUDE_DIR/omg-runtime/yaml.py"
|
|
1208
1212
|
cp -R "$SCRIPT_DIR/runtime" "$CLAUDE_DIR/omg-runtime/"
|
|
1209
1213
|
cp -R "$SCRIPT_DIR/hooks" "$CLAUDE_DIR/omg-runtime/"
|
|
1210
1214
|
cp -R "$SCRIPT_DIR/lab" "$CLAUDE_DIR/omg-runtime/"
|
|
1215
|
+
cp -R "$SCRIPT_DIR/plugins" "$CLAUDE_DIR/omg-runtime/"
|
|
1216
|
+
cp "$SCRIPT_DIR/yaml.py" "$CLAUDE_DIR/omg-runtime/yaml.py"
|
|
1211
1217
|
[[ "$CLAUDE_DIR/omg-runtime" == "$CLAUDE_DIR"* ]] || { echo "ERROR: rm -rf target outside expected directory: $CLAUDE_DIR/omg-runtime" >&2; exit 1; }
|
|
1212
1218
|
find "$CLAUDE_DIR/omg-runtime" -name "__pycache__" -type d -exec rm -rf {} + 2>/dev/null || true
|
|
1213
1219
|
find "$CLAUDE_DIR/omg-runtime" -name "*.pyc" -delete 2>/dev/null || true
|