@trac3er/oh-my-god 2.0.7 → 2.0.8
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/.claude-plugin/marketplace.json +3 -3
- package/.claude-plugin/plugin.json +1 -1
- package/.claude-plugin/scripts/uninstall.sh +1 -1
- package/CHANGELOG.md +7 -0
- package/OMG-setup.sh +1 -1
- package/OMG_COMPAT_CONTRACT.md +8 -1
- package/README.md +1 -1
- package/artifacts/release/.agents/skills/omg/AGENTS.fragment.md +7 -1
- package/artifacts/release/.agents/skills/omg/claim-judge/SKILL.md +11 -0
- package/artifacts/release/.agents/skills/omg/claim-judge/openai.yaml +13 -0
- package/artifacts/release/.agents/skills/omg/codex-rules.md +4 -0
- package/artifacts/release/.agents/skills/omg/plan-council/SKILL.md +11 -0
- package/artifacts/release/.agents/skills/omg/plan-council/openai.yaml +12 -0
- package/artifacts/release/.agents/skills/omg/proof-gate/SKILL.md +11 -0
- package/artifacts/release/.agents/skills/omg/proof-gate/openai.yaml +13 -0
- package/artifacts/release/.agents/skills/omg/test-intent-lock/SKILL.md +11 -0
- package/artifacts/release/.agents/skills/omg/test-intent-lock/openai.yaml +13 -0
- package/artifacts/release/.claude-plugin/marketplace.json +3 -3
- package/artifacts/release/.claude-plugin/plugin.json +1 -1
- package/artifacts/release/.mcp.json +0 -22
- package/artifacts/release/OMG_COMPAT_CONTRACT.md +8 -1
- package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/AGENTS.fragment.md +7 -1
- package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/claim-judge/SKILL.md +11 -0
- package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/claim-judge/openai.yaml +13 -0
- package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/codex-rules.md +4 -0
- package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/plan-council/SKILL.md +11 -0
- package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/plan-council/openai.yaml +12 -0
- package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/proof-gate/SKILL.md +11 -0
- package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/proof-gate/openai.yaml +13 -0
- package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/test-intent-lock/SKILL.md +11 -0
- package/artifacts/release/dist/enterprise/bundle/.agents/skills/omg/test-intent-lock/openai.yaml +13 -0
- package/artifacts/release/dist/enterprise/bundle/.claude-plugin/marketplace.json +36 -0
- package/artifacts/release/dist/enterprise/bundle/.claude-plugin/plugin.json +23 -0
- package/artifacts/release/dist/enterprise/bundle/.mcp.json +18 -0
- package/artifacts/release/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +8 -1
- package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:code-review.md +114 -0
- package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:deep-plan.md +266 -0
- package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:handoff.md +115 -0
- package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:learn.md +110 -0
- package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:maintainer.md +31 -0
- package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:ralph-start.md +43 -0
- package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:ralph-stop.md +23 -0
- package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:security-review.md +16 -0
- package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:sequential-thinking.md +20 -0
- package/artifacts/release/dist/enterprise/bundle/plugins/advanced/commands/OMG:ship.md +46 -0
- package/artifacts/release/dist/enterprise/bundle/plugins/advanced/plugin.json +87 -0
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/algorithms.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/api-twin.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/claim-judge.yaml +49 -0
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/control-plane.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/data-lineage.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/delta-classifier.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/eval-gate.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/health.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/incident-replay.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/lsp-pack.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/mcp-fabric.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/plan-council.yaml +51 -0
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/preflight.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/proof-gate.yaml +49 -0
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/remote-supervisor.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/robotics.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/security-check.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/test-intent-lock.yaml +49 -0
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/tracebank.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/bundles/vision.yaml +1 -1
- package/artifacts/release/dist/enterprise/bundle/registry/omg-capability.schema.json +1 -1
- package/artifacts/release/dist/enterprise/bundle/settings.json +598 -0
- package/artifacts/release/dist/enterprise/manifest.json +131 -23
- package/artifacts/release/dist/public/bundle/.agents/skills/omg/AGENTS.fragment.md +55 -4
- package/artifacts/release/dist/public/bundle/.agents/skills/omg/claim-judge/SKILL.md +11 -0
- package/artifacts/release/dist/public/bundle/.agents/skills/omg/claim-judge/openai.yaml +13 -0
- package/artifacts/release/dist/public/bundle/.agents/skills/omg/codex-rules.md +33 -0
- package/artifacts/release/dist/public/bundle/.agents/skills/omg/plan-council/SKILL.md +11 -0
- package/artifacts/release/dist/public/bundle/.agents/skills/omg/plan-council/openai.yaml +12 -0
- package/artifacts/release/dist/public/bundle/.agents/skills/omg/proof-gate/SKILL.md +11 -0
- package/artifacts/release/dist/public/bundle/.agents/skills/omg/proof-gate/openai.yaml +13 -0
- package/artifacts/release/dist/public/bundle/.agents/skills/omg/test-intent-lock/SKILL.md +11 -0
- package/artifacts/release/dist/public/bundle/.agents/skills/omg/test-intent-lock/openai.yaml +13 -0
- package/artifacts/release/dist/public/bundle/.claude-plugin/marketplace.json +3 -3
- package/artifacts/release/dist/public/bundle/.claude-plugin/plugin.json +1 -1
- package/artifacts/release/dist/public/bundle/.mcp.json +0 -22
- package/artifacts/release/dist/public/bundle/OMG_COMPAT_CONTRACT.md +8 -1
- package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:code-review.md +114 -0
- package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:deep-plan.md +266 -0
- package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:handoff.md +115 -0
- package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:learn.md +110 -0
- package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:maintainer.md +31 -0
- package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:ralph-start.md +43 -0
- package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:ralph-stop.md +23 -0
- package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:security-review.md +16 -0
- package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:sequential-thinking.md +20 -0
- package/artifacts/release/dist/public/bundle/plugins/advanced/commands/OMG:ship.md +46 -0
- package/artifacts/release/dist/public/bundle/plugins/advanced/plugin.json +87 -0
- package/artifacts/release/dist/public/bundle/registry/bundles/algorithms.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/api-twin.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/claim-judge.yaml +49 -0
- package/artifacts/release/dist/public/bundle/registry/bundles/control-plane.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/data-lineage.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/delta-classifier.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/eval-gate.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/health.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/hook-governor.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/incident-replay.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/lsp-pack.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/mcp-fabric.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/plan-council.yaml +51 -0
- package/artifacts/release/dist/public/bundle/registry/bundles/preflight.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/proof-gate.yaml +49 -0
- package/artifacts/release/dist/public/bundle/registry/bundles/remote-supervisor.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/robotics.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/security-check.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/test-intent-lock.yaml +49 -0
- package/artifacts/release/dist/public/bundle/registry/bundles/tracebank.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/bundles/vision.yaml +1 -1
- package/artifacts/release/dist/public/bundle/registry/omg-capability.schema.json +1 -1
- package/artifacts/release/dist/public/bundle/settings.json +76 -4
- package/artifacts/release/dist/public/manifest.json +122 -26
- package/artifacts/release/plugins/advanced/commands/OMG:code-review.md +114 -0
- package/artifacts/release/plugins/advanced/commands/OMG:deep-plan.md +266 -0
- package/artifacts/release/plugins/advanced/commands/OMG:handoff.md +115 -0
- package/artifacts/release/plugins/advanced/commands/OMG:learn.md +110 -0
- package/artifacts/release/plugins/advanced/commands/OMG:maintainer.md +31 -0
- package/artifacts/release/plugins/advanced/commands/OMG:ralph-start.md +43 -0
- package/artifacts/release/plugins/advanced/commands/OMG:ralph-stop.md +23 -0
- package/artifacts/release/plugins/advanced/commands/OMG:security-review.md +16 -0
- package/artifacts/release/plugins/advanced/commands/OMG:sequential-thinking.md +20 -0
- package/artifacts/release/plugins/advanced/commands/OMG:ship.md +46 -0
- package/artifacts/release/plugins/advanced/plugin.json +87 -0
- package/artifacts/release/registry/bundles/algorithms.yaml +1 -1
- package/artifacts/release/registry/bundles/api-twin.yaml +1 -1
- package/artifacts/release/registry/bundles/claim-judge.yaml +49 -0
- package/artifacts/release/registry/bundles/control-plane.yaml +1 -1
- package/artifacts/release/registry/bundles/data-lineage.yaml +1 -1
- package/artifacts/release/registry/bundles/delta-classifier.yaml +1 -1
- package/artifacts/release/registry/bundles/eval-gate.yaml +1 -1
- package/artifacts/release/registry/bundles/health.yaml +1 -1
- package/artifacts/release/registry/bundles/hook-governor.yaml +1 -1
- package/artifacts/release/registry/bundles/incident-replay.yaml +1 -1
- package/artifacts/release/registry/bundles/lsp-pack.yaml +1 -1
- package/artifacts/release/registry/bundles/mcp-fabric.yaml +1 -1
- package/artifacts/release/registry/bundles/plan-council.yaml +51 -0
- package/artifacts/release/registry/bundles/preflight.yaml +1 -1
- package/artifacts/release/registry/bundles/proof-gate.yaml +49 -0
- package/artifacts/release/registry/bundles/remote-supervisor.yaml +1 -1
- package/artifacts/release/registry/bundles/robotics.yaml +1 -1
- package/artifacts/release/registry/bundles/secure-worktree-pipeline.yaml +1 -1
- package/artifacts/release/registry/bundles/security-check.yaml +1 -1
- package/artifacts/release/registry/bundles/test-intent-lock.yaml +49 -0
- package/artifacts/release/registry/bundles/tracebank.yaml +1 -1
- package/artifacts/release/registry/bundles/vision.yaml +1 -1
- package/artifacts/release/registry/omg-capability.schema.json +1 -1
- package/artifacts/release/settings.json +7 -3
- package/build/lib/control_plane/openapi.yaml +1 -1
- package/build/lib/plugins/README.md +1 -1
- package/build/lib/plugins/advanced/commands/OMG:deep-plan.md +2 -1
- package/build/lib/plugins/advanced/plugin.json +1 -1
- package/build/lib/plugins/core/plugin.json +1 -1
- package/build/lib/registry/bundles/algorithms.yaml +1 -1
- package/build/lib/registry/bundles/api-twin.yaml +1 -1
- package/build/lib/registry/bundles/claim-judge.yaml +1 -1
- package/build/lib/registry/bundles/control-plane.yaml +1 -1
- package/build/lib/registry/bundles/data-lineage.yaml +1 -1
- package/build/lib/registry/bundles/delta-classifier.yaml +1 -1
- package/build/lib/registry/bundles/eval-gate.yaml +1 -1
- package/build/lib/registry/bundles/health.yaml +1 -1
- package/build/lib/registry/bundles/hook-governor.yaml +1 -1
- package/build/lib/registry/bundles/incident-replay.yaml +1 -1
- package/build/lib/registry/bundles/lsp-pack.yaml +1 -1
- package/build/lib/registry/bundles/mcp-fabric.yaml +1 -1
- package/build/lib/registry/bundles/plan-council.yaml +2 -2
- package/build/lib/registry/bundles/preflight.yaml +1 -1
- package/build/lib/registry/bundles/proof-gate.yaml +1 -1
- package/build/lib/registry/bundles/remote-supervisor.yaml +1 -1
- package/build/lib/registry/bundles/robotics.yaml +1 -1
- package/build/lib/registry/bundles/secure-worktree-pipeline.yaml +1 -1
- package/build/lib/registry/bundles/security-check.yaml +1 -1
- package/build/lib/registry/bundles/test-intent-lock.yaml +1 -1
- package/build/lib/registry/bundles/tracebank.yaml +1 -1
- package/build/lib/registry/bundles/vision.yaml +1 -1
- package/build/lib/registry/omg-capability.schema.json +1 -1
- package/build/lib/runtime/adoption.py +1 -1
- package/build/lib/runtime/api_twin.py +4 -4
- package/build/lib/runtime/contract_compiler.py +71 -0
- package/build/lib/runtime/ecosystem.py +1 -1
- package/build/lib/runtime/mcp_memory_server.py +1 -1
- package/build/lib/runtime/omg_compat_contract_snapshot.json +2 -2
- package/build/lib/runtime/omg_contract_snapshot.json +2 -2
- package/control_plane/openapi.yaml +1 -1
- package/dist/enterprise/bundle/.agents/skills/omg/AGENTS.fragment.md +7 -1
- package/dist/enterprise/bundle/.agents/skills/omg/claim-judge/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/claim-judge/openai.yaml +13 -0
- package/dist/enterprise/bundle/.agents/skills/omg/codex-rules.md +4 -0
- package/dist/enterprise/bundle/.agents/skills/omg/plan-council/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/plan-council/openai.yaml +12 -0
- package/dist/enterprise/bundle/.agents/skills/omg/proof-gate/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/proof-gate/openai.yaml +13 -0
- package/dist/enterprise/bundle/.agents/skills/omg/test-intent-lock/SKILL.md +11 -0
- package/dist/enterprise/bundle/.agents/skills/omg/test-intent-lock/openai.yaml +13 -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/.mcp.json +0 -22
- package/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +8 -1
- package/dist/enterprise/bundle/plugins/advanced/commands/OMG:deep-plan.md +51 -6
- package/dist/enterprise/bundle/plugins/advanced/commands/OMG:ship.md +1 -1
- package/dist/enterprise/bundle/plugins/advanced/plugin.json +1 -1
- package/dist/enterprise/bundle/registry/bundles/algorithms.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/api-twin.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/claim-judge.yaml +49 -0
- package/dist/enterprise/bundle/registry/bundles/control-plane.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/data-lineage.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/delta-classifier.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/eval-gate.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/health.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/hook-governor.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/incident-replay.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/lsp-pack.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/mcp-fabric.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/plan-council.yaml +51 -0
- package/dist/enterprise/bundle/registry/bundles/preflight.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/proof-gate.yaml +49 -0
- package/dist/enterprise/bundle/registry/bundles/remote-supervisor.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/robotics.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/security-check.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/test-intent-lock.yaml +49 -0
- package/dist/enterprise/bundle/registry/bundles/tracebank.yaml +1 -1
- package/dist/enterprise/bundle/registry/bundles/vision.yaml +1 -1
- package/dist/enterprise/bundle/registry/omg-capability.schema.json +1 -1
- package/dist/enterprise/bundle/settings.json +7 -3
- package/dist/enterprise/manifest.json +78 -30
- package/dist/public/bundle/.agents/skills/omg/AGENTS.fragment.md +7 -1
- package/dist/public/bundle/.agents/skills/omg/claim-judge/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/claim-judge/openai.yaml +13 -0
- package/dist/public/bundle/.agents/skills/omg/codex-rules.md +4 -0
- package/dist/public/bundle/.agents/skills/omg/plan-council/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/plan-council/openai.yaml +12 -0
- package/dist/public/bundle/.agents/skills/omg/proof-gate/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/proof-gate/openai.yaml +13 -0
- package/dist/public/bundle/.agents/skills/omg/test-intent-lock/SKILL.md +11 -0
- package/dist/public/bundle/.agents/skills/omg/test-intent-lock/openai.yaml +13 -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/.mcp.json +0 -22
- package/dist/public/bundle/OMG_COMPAT_CONTRACT.md +8 -1
- package/dist/public/bundle/plugins/advanced/commands/OMG:deep-plan.md +51 -6
- package/dist/public/bundle/plugins/advanced/commands/OMG:ship.md +1 -1
- package/dist/public/bundle/plugins/advanced/plugin.json +1 -1
- package/dist/public/bundle/registry/bundles/algorithms.yaml +1 -1
- package/dist/public/bundle/registry/bundles/api-twin.yaml +1 -1
- package/dist/public/bundle/registry/bundles/claim-judge.yaml +49 -0
- package/dist/public/bundle/registry/bundles/control-plane.yaml +1 -1
- package/dist/public/bundle/registry/bundles/data-lineage.yaml +1 -1
- package/dist/public/bundle/registry/bundles/delta-classifier.yaml +1 -1
- package/dist/public/bundle/registry/bundles/eval-gate.yaml +1 -1
- package/dist/public/bundle/registry/bundles/health.yaml +1 -1
- package/dist/public/bundle/registry/bundles/hook-governor.yaml +1 -1
- package/dist/public/bundle/registry/bundles/incident-replay.yaml +1 -1
- package/dist/public/bundle/registry/bundles/lsp-pack.yaml +1 -1
- package/dist/public/bundle/registry/bundles/mcp-fabric.yaml +1 -1
- package/dist/public/bundle/registry/bundles/plan-council.yaml +51 -0
- package/dist/public/bundle/registry/bundles/preflight.yaml +1 -1
- package/dist/public/bundle/registry/bundles/proof-gate.yaml +49 -0
- package/dist/public/bundle/registry/bundles/remote-supervisor.yaml +1 -1
- package/dist/public/bundle/registry/bundles/robotics.yaml +1 -1
- package/dist/public/bundle/registry/bundles/secure-worktree-pipeline.yaml +1 -1
- package/dist/public/bundle/registry/bundles/security-check.yaml +1 -1
- package/dist/public/bundle/registry/bundles/test-intent-lock.yaml +49 -0
- package/dist/public/bundle/registry/bundles/tracebank.yaml +1 -1
- package/dist/public/bundle/registry/bundles/vision.yaml +1 -1
- package/dist/public/bundle/registry/omg-capability.schema.json +1 -1
- package/dist/public/bundle/settings.json +7 -3
- package/dist/public/manifest.json +78 -30
- package/docs/proof.md +6 -6
- package/package.json +1 -1
- package/plugins/README.md +1 -1
- package/plugins/advanced/commands/OMG:deep-plan.md +2 -1
- package/plugins/advanced/plugin.json +1 -1
- package/plugins/core/plugin.json +1 -1
- package/pyproject.toml +5 -1
- package/registry/bundles/algorithms.yaml +1 -1
- package/registry/bundles/api-twin.yaml +1 -1
- package/registry/bundles/claim-judge.yaml +1 -1
- package/registry/bundles/control-plane.yaml +1 -1
- package/registry/bundles/data-lineage.yaml +1 -1
- package/registry/bundles/delta-classifier.yaml +1 -1
- package/registry/bundles/eval-gate.yaml +1 -1
- package/registry/bundles/health.yaml +1 -1
- package/registry/bundles/hook-governor.yaml +1 -1
- package/registry/bundles/incident-replay.yaml +1 -1
- package/registry/bundles/lsp-pack.yaml +1 -1
- package/registry/bundles/mcp-fabric.yaml +1 -1
- package/registry/bundles/plan-council.yaml +2 -2
- package/registry/bundles/preflight.yaml +1 -1
- package/registry/bundles/proof-gate.yaml +1 -1
- package/registry/bundles/remote-supervisor.yaml +1 -1
- package/registry/bundles/robotics.yaml +1 -1
- package/registry/bundles/secure-worktree-pipeline.yaml +1 -1
- package/registry/bundles/security-check.yaml +1 -1
- package/registry/bundles/test-intent-lock.yaml +1 -1
- package/registry/bundles/tracebank.yaml +1 -1
- package/registry/bundles/vision.yaml +1 -1
- package/registry/omg-capability.schema.json +1 -1
- package/runtime/adoption.py +1 -1
- package/runtime/api_twin.py +4 -4
- package/runtime/contract_compiler.py +71 -0
- package/runtime/ecosystem.py +1 -1
- package/runtime/mcp_memory_server.py +1 -1
- package/runtime/omg_compat_contract_snapshot.json +2 -2
- package/runtime/omg_contract_snapshot.json +2 -2
- package/scripts/omg.py +1 -1
- package/settings.json +7 -3
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "OmgCompiledArtifactManifest",
|
|
3
3
|
"channel": "enterprise",
|
|
4
|
-
"contract_version": "2.0.
|
|
4
|
+
"contract_version": "2.0.8",
|
|
5
5
|
"artifacts": [
|
|
6
6
|
{
|
|
7
7
|
"path": "bundle/.agents/skills/omg/AGENTS.fragment.md",
|
|
8
|
-
"sha256": "
|
|
8
|
+
"sha256": "4e8f027295aaaf3573374599519eb839530cd9af6e34e70d7468a1f14e01222e"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"path": "bundle/.agents/skills/omg/algorithms/SKILL.md",
|
|
@@ -23,13 +23,21 @@
|
|
|
23
23
|
"path": "bundle/.agents/skills/omg/api-twin/openai.yaml",
|
|
24
24
|
"sha256": "a6caee113518bda5e2a470ca7d166d18969392bde1470ef2a47f8ead2c0e33ab"
|
|
25
25
|
},
|
|
26
|
+
{
|
|
27
|
+
"path": "bundle/.agents/skills/omg/claim-judge/SKILL.md",
|
|
28
|
+
"sha256": "12ad7141a9441a3b616b4516d58a5faf6ebb28ed0cece35f5bfda109f0aa0bb0"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"path": "bundle/.agents/skills/omg/claim-judge/openai.yaml",
|
|
32
|
+
"sha256": "39285cf57979ddfa917972719d2dfa32c2333f4f7a712a970a5b78c759e04295"
|
|
33
|
+
},
|
|
26
34
|
{
|
|
27
35
|
"path": "bundle/.agents/skills/omg/codex-mcp.toml",
|
|
28
36
|
"sha256": "a56de208a369a2b318d2e66e150eef4cba1fac1ecf32bda6db1a1e4b65db7311"
|
|
29
37
|
},
|
|
30
38
|
{
|
|
31
39
|
"path": "bundle/.agents/skills/omg/codex-rules.md",
|
|
32
|
-
"sha256": "
|
|
40
|
+
"sha256": "bff9ed8de9aead25b9c5528b21b90486f4611742a58b768f8d1343b444fa5390"
|
|
33
41
|
},
|
|
34
42
|
{
|
|
35
43
|
"path": "bundle/.agents/skills/omg/control-plane/SKILL.md",
|
|
@@ -103,6 +111,14 @@
|
|
|
103
111
|
"path": "bundle/.agents/skills/omg/mcp-fabric/openai.yaml",
|
|
104
112
|
"sha256": "2165ff298b110ef7fb6c42b6b539f8397b8772218de3fa2b8c2332fdd8db6d48"
|
|
105
113
|
},
|
|
114
|
+
{
|
|
115
|
+
"path": "bundle/.agents/skills/omg/plan-council/SKILL.md",
|
|
116
|
+
"sha256": "f6fa96029e14e71b2d89c84f4312a68e25528b584ecf871c1cf3779e944ba0fc"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"path": "bundle/.agents/skills/omg/plan-council/openai.yaml",
|
|
120
|
+
"sha256": "3afa688f970eb964620431b9638f7d290700f878add7ae999442df9c4dbb4f67"
|
|
121
|
+
},
|
|
106
122
|
{
|
|
107
123
|
"path": "bundle/.agents/skills/omg/preflight/SKILL.md",
|
|
108
124
|
"sha256": "f9876277a0b836a3bcbe6e8b140368a85447658820974e09bec2fb1795fb0307"
|
|
@@ -111,6 +127,14 @@
|
|
|
111
127
|
"path": "bundle/.agents/skills/omg/preflight/openai.yaml",
|
|
112
128
|
"sha256": "97945c1a557703c41b53c68797ab9b5a38f8d69e1a9af45ed427bee7e37f589c"
|
|
113
129
|
},
|
|
130
|
+
{
|
|
131
|
+
"path": "bundle/.agents/skills/omg/proof-gate/SKILL.md",
|
|
132
|
+
"sha256": "c421002fb132dcad1f02f69dca7f10e36e7d66e15c3a79b2531193eaea88253b"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"path": "bundle/.agents/skills/omg/proof-gate/openai.yaml",
|
|
136
|
+
"sha256": "b38d5daf13301e7428565cd95a2af42d4ff3368d3394814fe11b50ee673e9ee6"
|
|
137
|
+
},
|
|
114
138
|
{
|
|
115
139
|
"path": "bundle/.agents/skills/omg/remote-supervisor/SKILL.md",
|
|
116
140
|
"sha256": "05be2c248fc0eee2a3db70c0ddeba32b25881b3cc914ce16b719292add77b0c3"
|
|
@@ -143,6 +167,14 @@
|
|
|
143
167
|
"path": "bundle/.agents/skills/omg/security-check/openai.yaml",
|
|
144
168
|
"sha256": "9c47e9fa2ddcb341fa75d4307c5e36e0b928b06fdb28bd7b69ca6cb5941f6b77"
|
|
145
169
|
},
|
|
170
|
+
{
|
|
171
|
+
"path": "bundle/.agents/skills/omg/test-intent-lock/SKILL.md",
|
|
172
|
+
"sha256": "98eca9c53d5228dddd218c29914aab8af5d94eb4ad19ed54e9947af4e53f959c"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"path": "bundle/.agents/skills/omg/test-intent-lock/openai.yaml",
|
|
176
|
+
"sha256": "62934b4eef9e0bd516d7db4864cf178e8367d47c7b5a5f9f883427c633e416fa"
|
|
177
|
+
},
|
|
146
178
|
{
|
|
147
179
|
"path": "bundle/.agents/skills/omg/tracebank/SKILL.md",
|
|
148
180
|
"sha256": "5bac45273cd62373fb4387f8e64a63c4fb69f984a44ee79938be2273b5913b03"
|
|
@@ -159,85 +191,161 @@
|
|
|
159
191
|
"path": "bundle/.agents/skills/omg/vision/openai.yaml",
|
|
160
192
|
"sha256": "8a6f4e40c91ffff3686af47f6902043cf090df7afc530b052f1344efe9cc8e0a"
|
|
161
193
|
},
|
|
194
|
+
{
|
|
195
|
+
"path": "bundle/.claude-plugin/marketplace.json",
|
|
196
|
+
"sha256": "06549b994609245c5f13d6053f9049acce862c7a949f8ec63ce057b13206c0c4"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"path": "bundle/.claude-plugin/plugin.json",
|
|
200
|
+
"sha256": "fe7531e0527d288413151433ee5daa3106383442024d5dad072373f8f26d57d1"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"path": "bundle/.mcp.json",
|
|
204
|
+
"sha256": "e16897732dbd20ba7f47e5c0513b146a8d847454c8c13aa9e0a6031e5a498fa4"
|
|
205
|
+
},
|
|
162
206
|
{
|
|
163
207
|
"path": "bundle/OMG_COMPAT_CONTRACT.md",
|
|
164
|
-
"sha256": "
|
|
208
|
+
"sha256": "4c628cf93698b051e183db0ddaa80dbdac7a3667071d048cba0f25419271e28d"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"path": "bundle/plugins/advanced/commands/OMG:code-review.md",
|
|
212
|
+
"sha256": "99ba9756586924d0ebdd43c4ca65f925b86f6c4bf6bc98d355f0cb9a17f9f6b0"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"path": "bundle/plugins/advanced/commands/OMG:deep-plan.md",
|
|
216
|
+
"sha256": "ccc235efa52643afd5550765bb0a3b9697be40bf4731392fde3f1c0e5c43f9e0"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"path": "bundle/plugins/advanced/commands/OMG:handoff.md",
|
|
220
|
+
"sha256": "eea0da517e14abb0a9bc6fe661f310a81c0282ff666803da4ae1be47fb597011"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"path": "bundle/plugins/advanced/commands/OMG:learn.md",
|
|
224
|
+
"sha256": "338f87222db65114f8c83de2185a21c7c2538832395524ac39ea38a0e09d73b3"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"path": "bundle/plugins/advanced/commands/OMG:maintainer.md",
|
|
228
|
+
"sha256": "1a29d4cb6839dd6de8c11b88b93a72fb9a371cfb7784bfe409d5e5ef0a825508"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"path": "bundle/plugins/advanced/commands/OMG:ralph-start.md",
|
|
232
|
+
"sha256": "31b2aded6032b5f061dbb7cd92dff53bbe3b527b9e9ba93d5043cad2847a6365"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"path": "bundle/plugins/advanced/commands/OMG:ralph-stop.md",
|
|
236
|
+
"sha256": "b43acad180bd205ddd78d42f1c7ecf315e521a0c345bf9d42b24d8c4d3913ce3"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"path": "bundle/plugins/advanced/commands/OMG:security-review.md",
|
|
240
|
+
"sha256": "f2a0e1a61b4110ac88202e2e5c166191867423235bf61030ef9cc082d964cc22"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"path": "bundle/plugins/advanced/commands/OMG:sequential-thinking.md",
|
|
244
|
+
"sha256": "1830de63009cb07c80cbcecf143f6df7560e7f031ac5b1d509b726d184e441da"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"path": "bundle/plugins/advanced/commands/OMG:ship.md",
|
|
248
|
+
"sha256": "3a44016f71a4d73de04043f0c13a6655541c090498908b2bc858c29514a653d4"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"path": "bundle/plugins/advanced/plugin.json",
|
|
252
|
+
"sha256": "4968387bae13eaf91792a0c845c28a5007eeefd04d09320b0d783d9563f1481b"
|
|
165
253
|
},
|
|
166
254
|
{
|
|
167
255
|
"path": "bundle/registry/bundles/algorithms.yaml",
|
|
168
|
-
"sha256": "
|
|
256
|
+
"sha256": "d52c36a0c18535eab9f45b37b0e835b1296ee2dc0d84f2925c23eb8d76390377"
|
|
169
257
|
},
|
|
170
258
|
{
|
|
171
259
|
"path": "bundle/registry/bundles/api-twin.yaml",
|
|
172
|
-
"sha256": "
|
|
260
|
+
"sha256": "1785a09173a380855d8d671d2e8c53b48a0c10ed79dd2d5647cac93fd95ef072"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"path": "bundle/registry/bundles/claim-judge.yaml",
|
|
264
|
+
"sha256": "681d69599a20b8172716eaf4290e10821594c4db0a3943147d17628e997cafe9"
|
|
173
265
|
},
|
|
174
266
|
{
|
|
175
267
|
"path": "bundle/registry/bundles/control-plane.yaml",
|
|
176
|
-
"sha256": "
|
|
268
|
+
"sha256": "8a1677d622d2f660b7d1109579f026bd078f97eb624669c618247451bd07f172"
|
|
177
269
|
},
|
|
178
270
|
{
|
|
179
271
|
"path": "bundle/registry/bundles/data-lineage.yaml",
|
|
180
|
-
"sha256": "
|
|
272
|
+
"sha256": "5811a8cf765c73dac6990bebc5a4eaadf5e4be5b9418846efdb6289903b3c5e0"
|
|
181
273
|
},
|
|
182
274
|
{
|
|
183
275
|
"path": "bundle/registry/bundles/delta-classifier.yaml",
|
|
184
|
-
"sha256": "
|
|
276
|
+
"sha256": "ecf2e6fc8e07bc091d3d429c90b94b47ff0c96455467c82feae709bada388c29"
|
|
185
277
|
},
|
|
186
278
|
{
|
|
187
279
|
"path": "bundle/registry/bundles/eval-gate.yaml",
|
|
188
|
-
"sha256": "
|
|
280
|
+
"sha256": "3048cb1c18c3d7814c88689121e44bc54ce45e1478f33c395b247edc55727f76"
|
|
189
281
|
},
|
|
190
282
|
{
|
|
191
283
|
"path": "bundle/registry/bundles/health.yaml",
|
|
192
|
-
"sha256": "
|
|
284
|
+
"sha256": "7d52b0d460e4b72a37557b787ab328e5f6be03c313f2c3c58c2882b6c55168b4"
|
|
193
285
|
},
|
|
194
286
|
{
|
|
195
287
|
"path": "bundle/registry/bundles/hook-governor.yaml",
|
|
196
|
-
"sha256": "
|
|
288
|
+
"sha256": "5e5d6bc3f2f8a8fc5f7a461c46b1d4f9a76467098b057e5796cc70280c21bc0d"
|
|
197
289
|
},
|
|
198
290
|
{
|
|
199
291
|
"path": "bundle/registry/bundles/incident-replay.yaml",
|
|
200
|
-
"sha256": "
|
|
292
|
+
"sha256": "af2480af08cbc2617f97561225f1b7dfa3f0d9897754c9e04dc9035655709772"
|
|
201
293
|
},
|
|
202
294
|
{
|
|
203
295
|
"path": "bundle/registry/bundles/lsp-pack.yaml",
|
|
204
|
-
"sha256": "
|
|
296
|
+
"sha256": "58963389f5c24eb88f3fef181ce8593733b856f8db75fad3f51c0006413a2381"
|
|
205
297
|
},
|
|
206
298
|
{
|
|
207
299
|
"path": "bundle/registry/bundles/mcp-fabric.yaml",
|
|
208
|
-
"sha256": "
|
|
300
|
+
"sha256": "d9d69f9a5b60c3eb2ffe59500696866f28deebb159aff9ccfc81468c4ba727c1"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"path": "bundle/registry/bundles/plan-council.yaml",
|
|
304
|
+
"sha256": "48ffc6d1549a4ce3d8a1a5fbb25fd37d7a6f7af0c1347315b7d2a66408627679"
|
|
209
305
|
},
|
|
210
306
|
{
|
|
211
307
|
"path": "bundle/registry/bundles/preflight.yaml",
|
|
212
|
-
"sha256": "
|
|
308
|
+
"sha256": "716a47105e52bfae5fa69e520c2b3f0fb1cde63872837e817cd364e97b9bac11"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"path": "bundle/registry/bundles/proof-gate.yaml",
|
|
312
|
+
"sha256": "f0cd5d3916405e30b84069cda4348a9ba8dd073c22b259c6619cf55ebe07cde9"
|
|
213
313
|
},
|
|
214
314
|
{
|
|
215
315
|
"path": "bundle/registry/bundles/remote-supervisor.yaml",
|
|
216
|
-
"sha256": "
|
|
316
|
+
"sha256": "21ca5c27c01ec958aa17df08cf567b72d254a7ece628b6ef51452ef41541f8f8"
|
|
217
317
|
},
|
|
218
318
|
{
|
|
219
319
|
"path": "bundle/registry/bundles/robotics.yaml",
|
|
220
|
-
"sha256": "
|
|
320
|
+
"sha256": "c169d765137b80347c0d18c4bb4b462ed1797a7e13eb9c86bec2d4c4f5b8a28c"
|
|
221
321
|
},
|
|
222
322
|
{
|
|
223
323
|
"path": "bundle/registry/bundles/secure-worktree-pipeline.yaml",
|
|
224
|
-
"sha256": "
|
|
324
|
+
"sha256": "31c80af3b2cf589c338c8690880e330dcd9481b3a15ecb3f964aa2c6212df7aa"
|
|
225
325
|
},
|
|
226
326
|
{
|
|
227
327
|
"path": "bundle/registry/bundles/security-check.yaml",
|
|
228
|
-
"sha256": "
|
|
328
|
+
"sha256": "b2b4d4ec168acee3891cd0d6230909a2ba1544ea60a3df7b24957fd57405c711"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"path": "bundle/registry/bundles/test-intent-lock.yaml",
|
|
332
|
+
"sha256": "73f8eda6d0af194b334fa92c218c27b54d203db62ce7d9f2bf1ae6f9441535a2"
|
|
229
333
|
},
|
|
230
334
|
{
|
|
231
335
|
"path": "bundle/registry/bundles/tracebank.yaml",
|
|
232
|
-
"sha256": "
|
|
336
|
+
"sha256": "1143e896f40d59f1732a0ce3260a620abec202b61c9e335ae6a2e1e58eda5893"
|
|
233
337
|
},
|
|
234
338
|
{
|
|
235
339
|
"path": "bundle/registry/bundles/vision.yaml",
|
|
236
|
-
"sha256": "
|
|
340
|
+
"sha256": "1d9903c943ad6c1ca4796125e97da1839b6f6c0bd3242919036df65dec5ae495"
|
|
237
341
|
},
|
|
238
342
|
{
|
|
239
343
|
"path": "bundle/registry/omg-capability.schema.json",
|
|
240
|
-
"sha256": "
|
|
344
|
+
"sha256": "486751cecb434c5f169189528ebe5c7ddddadcb0549abdd59f09e7b10844aba1"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"path": "bundle/settings.json",
|
|
348
|
+
"sha256": "30acc45a193dc9fdc3733c559cd87e697d68dba9a364567b5097d0296f609ea8"
|
|
241
349
|
}
|
|
242
350
|
]
|
|
243
351
|
}
|
|
@@ -1,7 +1,58 @@
|
|
|
1
|
-
# OMG Codex
|
|
1
|
+
# OMG Codex Governance (channel: public)
|
|
2
|
+
|
|
3
|
+
## Build & Test
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
python3 -m pytest tests -q
|
|
7
|
+
python3 scripts/omg.py contract validate
|
|
8
|
+
python3 scripts/omg.py contract compile --host codex --channel public
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Protected Paths
|
|
12
|
+
|
|
13
|
+
The following paths require tier-gated review before mutation:
|
|
14
|
+
|
|
15
|
+
- `.omg/**`
|
|
16
|
+
- `.agents/**`
|
|
17
|
+
- `.codex/**`
|
|
18
|
+
- `.claude/**`
|
|
19
|
+
|
|
20
|
+
## Evidence Contract
|
|
21
|
+
|
|
22
|
+
Every production action must emit evidence containing these fields:
|
|
23
|
+
|
|
24
|
+
- `executor`
|
|
25
|
+
- `lineage`
|
|
26
|
+
- `timestamp`
|
|
27
|
+
- `trace_id`
|
|
28
|
+
|
|
29
|
+
## Required Skills
|
|
30
|
+
|
|
31
|
+
- `omg/control-plane`
|
|
32
|
+
- `omg/mcp-fabric`
|
|
33
|
+
|
|
34
|
+
## Protected Planning Surface
|
|
35
|
+
|
|
36
|
+
Council planning skills are protected and explicit-invocation only:
|
|
37
|
+
|
|
38
|
+
- `omg/plan-council`
|
|
39
|
+
|
|
40
|
+
## Web Search Policy
|
|
41
|
+
|
|
42
|
+
- Prefer cached results over live network requests.
|
|
43
|
+
- Do NOT initiate live web searches unless explicitly instructed.
|
|
44
|
+
- Use `context7` or local documentation before external lookups.
|
|
45
|
+
- Set `cached_web_search: prefer_cached` as the default.
|
|
46
|
+
|
|
47
|
+
## Approval Constraints
|
|
48
|
+
|
|
49
|
+
- Destructive file operations require explicit user approval.
|
|
50
|
+
- `git push --force` and branch deletions require explicit approval.
|
|
51
|
+
- Production deployments require explicit approval.
|
|
52
|
+
- Mutations to protected paths require tier-gated approval.
|
|
53
|
+
|
|
54
|
+
## Rules & Automations
|
|
2
55
|
|
|
3
|
-
- Channel: `public`
|
|
4
|
-
- Protect `.omg/**, .agents/**, .codex/**, .claude/**` from unreviewed mutation.
|
|
5
|
-
- Require explicit invocation for production-control-plane skills.
|
|
6
56
|
- Rules: `protected_paths, explicit_invocation`
|
|
7
57
|
- Automations: `contract-compile, release-readiness`
|
|
58
|
+
- Require explicit invocation for protected production planning skills.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-claim-judge
|
|
3
|
+
description: "Evidence-backed claim validator for structured release and completion claims."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG Claim Judge
|
|
7
|
+
|
|
8
|
+
- Channel: `public`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control`
|
|
11
|
+
- Evidence outputs: `.omg/evidence/claim-judge-*.json`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: omg-claim-judge
|
|
2
|
+
description: "Evidence-backed claim validator for structured release and completion claims."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: public
|
|
6
|
+
bundle_id: claim-judge
|
|
7
|
+
title: "OMG Claim Judge"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
allowed_tools:
|
|
11
|
+
- "Read"
|
|
12
|
+
- "Grep"
|
|
13
|
+
- "Bash(python3:*)"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# OMG Codex Rules (channel: public)
|
|
2
|
+
|
|
3
|
+
## Defaults
|
|
4
|
+
|
|
5
|
+
- `cached_web_search: prefer_cached`
|
|
6
|
+
- `live_network: deny_by_default`
|
|
7
|
+
- `destructive_approval: required`
|
|
8
|
+
|
|
9
|
+
## Protected Paths
|
|
10
|
+
|
|
11
|
+
- `.omg/**`
|
|
12
|
+
- `.agents/**`
|
|
13
|
+
- `.codex/**`
|
|
14
|
+
- `.claude/**`
|
|
15
|
+
|
|
16
|
+
## Required Skills
|
|
17
|
+
|
|
18
|
+
- `omg/control-plane`
|
|
19
|
+
- `omg/mcp-fabric`
|
|
20
|
+
|
|
21
|
+
## Protected Planning Surface
|
|
22
|
+
|
|
23
|
+
- `omg/plan-council` (explicit invocation only)
|
|
24
|
+
|
|
25
|
+
## Approval Matrix
|
|
26
|
+
|
|
27
|
+
| Action | Approval Required |
|
|
28
|
+
|--------|------------------|
|
|
29
|
+
| Read / Grep | No |
|
|
30
|
+
| Write to protected paths | Yes |
|
|
31
|
+
| Bash (python3:*) | Yes (balanced+ tier) |
|
|
32
|
+
| git push --force | Yes |
|
|
33
|
+
| Production deploy | Yes |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-plan-council
|
|
3
|
+
description: "Canonical council-style planning bundle for explicit, evidence-backed deep plans."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG Plan Council
|
|
7
|
+
|
|
8
|
+
- Channel: `public`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control`
|
|
11
|
+
- Evidence outputs: `.omg/plans/deep-plan.md, .omg/plans/deep-plan.json, .omg/plans/dissent.json, .omg/evidence/plan-council.json`
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
name: omg-plan-council
|
|
2
|
+
description: "Canonical council-style planning bundle for explicit, evidence-backed deep plans."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: public
|
|
6
|
+
bundle_id: plan-council
|
|
7
|
+
title: "OMG Plan Council"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
allowed_tools:
|
|
11
|
+
- "Read"
|
|
12
|
+
- "Grep"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-proof-gate
|
|
3
|
+
description: "Structured release proof gate that binds claims to required evidence artifacts and trace links."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG Proof Gate
|
|
7
|
+
|
|
8
|
+
- Channel: `public`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control`
|
|
11
|
+
- Evidence outputs: `.omg/evidence/proof-gate-*.json`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: omg-proof-gate
|
|
2
|
+
description: "Structured release proof gate that binds claims to required evidence artifacts and trace links."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: public
|
|
6
|
+
bundle_id: proof-gate
|
|
7
|
+
title: "OMG Proof Gate"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
allowed_tools:
|
|
11
|
+
- "Read"
|
|
12
|
+
- "Grep"
|
|
13
|
+
- "Bash(python3:*)"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-test-intent-lock
|
|
3
|
+
description: "Structured test-delta guard that blocks weakened tests unless explicit override evidence is present."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG Test Intent Lock
|
|
7
|
+
|
|
8
|
+
- Channel: `public`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control`
|
|
11
|
+
- Evidence outputs: `.omg/evidence/test-intent-lock-*.json`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: omg-test-intent-lock
|
|
2
|
+
description: "Structured test-delta guard that blocks weakened tests unless explicit override evidence is present."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: public
|
|
6
|
+
bundle_id: test-intent-lock
|
|
7
|
+
title: "OMG Test Intent Lock"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
allowed_tools:
|
|
11
|
+
- "Read"
|
|
12
|
+
- "Grep"
|
|
13
|
+
- "Bash(python3:*)"
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "OMG - Oh-My-God for Claude Code and supported agent hosts",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.8",
|
|
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 and supported agent hosts with native setup, orchestration, and interop.",
|
|
17
|
-
"version": "2.0.
|
|
17
|
+
"version": "2.0.8",
|
|
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.8"
|
|
36
36
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mcpServers": {
|
|
3
|
-
"context7": {
|
|
4
|
-
"command": "npx",
|
|
5
|
-
"args": [
|
|
6
|
-
"@upstash/context7-mcp@2.1.3"
|
|
7
|
-
]
|
|
8
|
-
},
|
|
9
3
|
"filesystem": {
|
|
10
4
|
"command": "npx",
|
|
11
5
|
"args": [
|
|
@@ -13,22 +7,6 @@
|
|
|
13
7
|
"."
|
|
14
8
|
]
|
|
15
9
|
},
|
|
16
|
-
"websearch": {
|
|
17
|
-
"command": "npx",
|
|
18
|
-
"args": [
|
|
19
|
-
"@zhafron/mcp-web-search@1.2.2"
|
|
20
|
-
]
|
|
21
|
-
},
|
|
22
|
-
"chrome-devtools": {
|
|
23
|
-
"command": "npx",
|
|
24
|
-
"args": [
|
|
25
|
-
"chrome-devtools-mcp@0.19.0"
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
"omg-memory": {
|
|
29
|
-
"type": "http",
|
|
30
|
-
"url": "http://127.0.0.1:8765/mcp"
|
|
31
|
-
},
|
|
32
10
|
"omg-control": {
|
|
33
11
|
"command": "python3",
|
|
34
12
|
"args": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: OMG Production Control Plane
|
|
3
|
-
version: 2.0.
|
|
3
|
+
version: 2.0.8
|
|
4
4
|
canonical_hosts:
|
|
5
5
|
- claude
|
|
6
6
|
- codex
|
|
@@ -11,6 +11,13 @@ status: active
|
|
|
11
11
|
|
|
12
12
|
`OMG_COMPAT_CONTRACT.md` is the normative human-readable contract for OMG capability bundles. Machine-readable manifests in `registry/bundles/` are executable inputs and must remain version-locked to this document.
|
|
13
13
|
|
|
14
|
+
## provider_tiers
|
|
15
|
+
|
|
16
|
+
OMG distinguishes between canonical hosts and compatibility providers.
|
|
17
|
+
|
|
18
|
+
- **Canonical Hosts**: `claude` and `codex`. These are the primary targets for bundle compilation, native hook integration, and production-grade state management.
|
|
19
|
+
- **Compatibility Providers**: `gemini` and `kimi`. These are supported via routing providers that emulate host behavior and bridge MCP configurations. They are not targets for direct bundle compilation or normative contract enforcement.
|
|
20
|
+
|
|
14
21
|
## metadata
|
|
15
22
|
|
|
16
23
|
Every bundle must declare `id`, `kind`, `version`, `title`, `description`, `hosts`, and `assets`.
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Deep code review — reads file completely, checks line-by-line for issues, then analyzes whole-file structure. Enforces code hygiene.
|
|
3
|
+
allowed-tools: Read, Bash(cat:*), Bash(grep:*), Bash(wc:*), Bash(head:*), Bash(find:*), Bash(rg:*), Grep, Glob
|
|
4
|
+
argument-hint: "[file path or 'recent' for git-changed files]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /OMG:code-review — Line-by-Line + Structural Review
|
|
8
|
+
|
|
9
|
+
## Philosophy
|
|
10
|
+
Two passes: LINE-BY-LINE precision, then WHOLE-FILE understanding.
|
|
11
|
+
Don't just scan — READ and UNDERSTAND every line.
|
|
12
|
+
|
|
13
|
+
## Step 1: Determine Scope
|
|
14
|
+
|
|
15
|
+
- If file specified: review that file
|
|
16
|
+
- If "recent" or no argument: review uncommitted changes
|
|
17
|
+
```bash
|
|
18
|
+
git diff --name-only HEAD 2>/dev/null
|
|
19
|
+
git diff --cached --name-only 2>/dev/null
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Step 2: Read the FULL File First
|
|
23
|
+
|
|
24
|
+
Read the ENTIRE file. Not just the changed part. Not just a function.
|
|
25
|
+
Understanding comes from seeing the whole context.
|
|
26
|
+
|
|
27
|
+
Note:
|
|
28
|
+
- What does this file DO? (its purpose in the system)
|
|
29
|
+
- What are its DEPENDENCIES? (imports, calls)
|
|
30
|
+
- What does it EXPORT? (public API)
|
|
31
|
+
|
|
32
|
+
## Step 3: Line-by-Line Scan
|
|
33
|
+
|
|
34
|
+
For each line, check:
|
|
35
|
+
|
|
36
|
+
**Correctness:**
|
|
37
|
+
- Logic errors (off-by-one, null checks, type mismatches)
|
|
38
|
+
- Missing error handling (unhandled promises, bare except, no null check)
|
|
39
|
+
- Race conditions (shared state, async without await, unchecked concurrent access)
|
|
40
|
+
|
|
41
|
+
**Security (if auth/payment/database):**
|
|
42
|
+
- Hardcoded secrets → CRITICAL
|
|
43
|
+
- SQL injection (string concatenation in queries) → CRITICAL
|
|
44
|
+
- XSS (innerHTML, dangerouslySetInnerHTML) → HIGH
|
|
45
|
+
- Missing input validation → MEDIUM
|
|
46
|
+
- Overly permissive CORS/cookies → MEDIUM
|
|
47
|
+
|
|
48
|
+
**Hygiene:**
|
|
49
|
+
- Dead code (unused imports, variables, unreachable branches)
|
|
50
|
+
- Noise comments ("increment i", "return result", "constructor")
|
|
51
|
+
- console.log/print left in production code
|
|
52
|
+
- TODO/FIXME/HACK without tracking
|
|
53
|
+
- Overly complex functions (>40 lines → suggest extract)
|
|
54
|
+
- Duplicated logic (same pattern in 2+ places → suggest DRY)
|
|
55
|
+
|
|
56
|
+
## Step 4: Whole-File Structure Analysis
|
|
57
|
+
|
|
58
|
+
After line-by-line:
|
|
59
|
+
- Does the file do ONE thing well, or is it a dumping ground?
|
|
60
|
+
- Are functions ordered logically? (public first, helpers after, or lifecycle order)
|
|
61
|
+
- Is naming consistent? (camelCase throughout? PascalCase for classes?)
|
|
62
|
+
- Does it follow the project's domain pattern? (check .omg/knowledge/domain-patterns/)
|
|
63
|
+
- Any circular dependencies?
|
|
64
|
+
- Is error handling consistent across all functions?
|
|
65
|
+
|
|
66
|
+
## Step 5: Report
|
|
67
|
+
|
|
68
|
+
```
|
|
69
|
+
Code Review — [file]
|
|
70
|
+
━━━━━━━━━━━━━━━━━━━━
|
|
71
|
+
|
|
72
|
+
Structure: [CLEAN | NEEDS_WORK | MESSY]
|
|
73
|
+
Security: [SAFE | REVIEW_NEEDED | CRITICAL]
|
|
74
|
+
Hygiene: [CLEAN | NEEDS_CLEANUP]
|
|
75
|
+
|
|
76
|
+
Issues:
|
|
77
|
+
[line:col] CRITICAL: [description]
|
|
78
|
+
[line:col] HIGH: [description]
|
|
79
|
+
[line:col] MEDIUM: [description]
|
|
80
|
+
[line:col] LOW: [description]
|
|
81
|
+
|
|
82
|
+
Dead Code:
|
|
83
|
+
[line] unused import: [name]
|
|
84
|
+
[line] unreachable after return
|
|
85
|
+
|
|
86
|
+
Noise Comments (remove these):
|
|
87
|
+
[line] "// increment counter"
|
|
88
|
+
[line] "// return the value"
|
|
89
|
+
|
|
90
|
+
Structural:
|
|
91
|
+
- [function] is [N] lines — consider extracting [suggestion]
|
|
92
|
+
- [pattern] duplicated at lines [X] and [Y]
|
|
93
|
+
|
|
94
|
+
Recommendation: [summary of what to fix, in priority order]
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
## Step 6: For Security-Critical Files
|
|
98
|
+
|
|
99
|
+
If the file touches auth, payment, or database:
|
|
100
|
+
```
|
|
101
|
+
/OMG:escalate codex "Line-by-line security review of [file]. Check:
|
|
102
|
+
1. Every input validation point
|
|
103
|
+
2. Every database query for injection
|
|
104
|
+
3. Every auth check for bypass
|
|
105
|
+
4. Every secret reference for hardcoding
|
|
106
|
+
Report: line numbers + severity + fix suggestion"
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
## Anti-patterns
|
|
110
|
+
- DON'T skim and say "looks good" — read every line
|
|
111
|
+
- DON'T only check the diff — read the full file for context
|
|
112
|
+
- DON'T ignore test files — they can have real issues too
|
|
113
|
+
- DON'T add more noise comments as "fixes" — remove them instead
|
|
114
|
+
- DON'T suggest unnecessary code as improvements
|