@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
|
@@ -0,0 +1,598 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
3
|
+
"_comment": "OMG 2.0.8 - project-level config with hook registrations, presets, and feature flags.",
|
|
4
|
+
"permissions": {
|
|
5
|
+
"allow": [
|
|
6
|
+
"Agent",
|
|
7
|
+
"Read",
|
|
8
|
+
"Write",
|
|
9
|
+
"Edit",
|
|
10
|
+
"MultiEdit",
|
|
11
|
+
"Grep",
|
|
12
|
+
"Glob",
|
|
13
|
+
"Bash(ls *)",
|
|
14
|
+
"Bash(cat *)",
|
|
15
|
+
"Bash(head *)",
|
|
16
|
+
"Bash(tail *)",
|
|
17
|
+
"Bash(wc *)",
|
|
18
|
+
"Bash(grep *)",
|
|
19
|
+
"Bash(find *)",
|
|
20
|
+
"Bash(which *)",
|
|
21
|
+
"Bash(echo *)",
|
|
22
|
+
"Bash(printf *)",
|
|
23
|
+
"Bash(pwd)",
|
|
24
|
+
"Bash(whoami)",
|
|
25
|
+
"Bash(date *)",
|
|
26
|
+
"Bash(basename *)",
|
|
27
|
+
"Bash(dirname *)",
|
|
28
|
+
"Bash(realpath *)",
|
|
29
|
+
"Bash(stat *)",
|
|
30
|
+
"Bash(file *)",
|
|
31
|
+
"Bash(diff *)",
|
|
32
|
+
"Bash(sort *)",
|
|
33
|
+
"Bash(uniq *)",
|
|
34
|
+
"Bash(awk *)",
|
|
35
|
+
"Bash(sed *)",
|
|
36
|
+
"Bash(tr *)",
|
|
37
|
+
"Bash(cut *)",
|
|
38
|
+
"Bash(tee *)",
|
|
39
|
+
"Bash(xargs *)",
|
|
40
|
+
"Bash(jq *)",
|
|
41
|
+
"Bash(yq *)",
|
|
42
|
+
"Bash(tree *)",
|
|
43
|
+
"Bash(du *)",
|
|
44
|
+
"Bash(df *)",
|
|
45
|
+
"Bash(type *)",
|
|
46
|
+
"Bash(command *)",
|
|
47
|
+
"Bash(test *)",
|
|
48
|
+
"Bash([ *)",
|
|
49
|
+
"Bash(mkdir *)",
|
|
50
|
+
"Bash(touch *)",
|
|
51
|
+
"Bash(ln *)",
|
|
52
|
+
"Bash(cp *)",
|
|
53
|
+
"Bash(mv *)",
|
|
54
|
+
"Bash(git *)",
|
|
55
|
+
"Bash(npm *)",
|
|
56
|
+
"Bash(npx *)",
|
|
57
|
+
"Bash(yarn *)",
|
|
58
|
+
"Bash(pnpm *)",
|
|
59
|
+
"Bash(bun *)",
|
|
60
|
+
"Bash(pip *)",
|
|
61
|
+
"Bash(pip3 *)",
|
|
62
|
+
"Bash(uv *)",
|
|
63
|
+
"Bash(go *)",
|
|
64
|
+
"Bash(cargo *)",
|
|
65
|
+
"Bash(rustc *)",
|
|
66
|
+
"Bash(tsc *)",
|
|
67
|
+
"Bash(eslint *)",
|
|
68
|
+
"Bash(prettier *)",
|
|
69
|
+
"Bash(mypy *)",
|
|
70
|
+
"Bash(ruff *)",
|
|
71
|
+
"Bash(ruff format *)",
|
|
72
|
+
"Bash(pytest *)",
|
|
73
|
+
"Bash(jest *)",
|
|
74
|
+
"Bash(vitest *)",
|
|
75
|
+
"Bash(shellcheck *)",
|
|
76
|
+
"Bash(terraform validate *)",
|
|
77
|
+
"Bash(terraform fmt *)",
|
|
78
|
+
"Bash(terraform plan *)",
|
|
79
|
+
"Bash(terraform show *)",
|
|
80
|
+
"Bash(terraform state list *)",
|
|
81
|
+
"Bash(tmux *)",
|
|
82
|
+
"Bash(zip *)",
|
|
83
|
+
"Bash(unzip *)",
|
|
84
|
+
"Bash(tar *)",
|
|
85
|
+
"Bash(gzip *)",
|
|
86
|
+
"Bash(rg *)",
|
|
87
|
+
"Bash(gh *)"
|
|
88
|
+
],
|
|
89
|
+
"ask": [
|
|
90
|
+
"Bash(curl *)",
|
|
91
|
+
"Bash(wget *)",
|
|
92
|
+
"Bash(ssh *)",
|
|
93
|
+
"Bash(scp *)",
|
|
94
|
+
"Bash(rsync *)",
|
|
95
|
+
"Bash(rm *)",
|
|
96
|
+
"Bash(sudo *)",
|
|
97
|
+
"Bash(kill *)",
|
|
98
|
+
"Bash(pkill *)",
|
|
99
|
+
"Bash(systemctl *)",
|
|
100
|
+
"Bash(reboot)",
|
|
101
|
+
"Bash(shutdown *)",
|
|
102
|
+
"Bash(dd *)",
|
|
103
|
+
"Bash(fdisk *)",
|
|
104
|
+
"Bash(mkfs *)",
|
|
105
|
+
"Bash(mount *)",
|
|
106
|
+
"Bash(umount *)",
|
|
107
|
+
"Bash(iptables *)",
|
|
108
|
+
"Bash(ufw *)",
|
|
109
|
+
"Bash(terraform apply *)",
|
|
110
|
+
"Bash(terraform destroy *)",
|
|
111
|
+
"Bash(terraform import *)",
|
|
112
|
+
"Bash(env *)",
|
|
113
|
+
"Bash(node *)",
|
|
114
|
+
"Bash(python *)",
|
|
115
|
+
"Bash(python3 *)",
|
|
116
|
+
"Bash(chmod *)",
|
|
117
|
+
"Bash(chown *)",
|
|
118
|
+
"Bash(docker *)",
|
|
119
|
+
"Bash(docker-compose *)",
|
|
120
|
+
"Bash(kubectl get *)",
|
|
121
|
+
"Bash(kubectl describe *)",
|
|
122
|
+
"Bash(kubectl logs *)",
|
|
123
|
+
"Bash(kubectl apply *)",
|
|
124
|
+
"Bash(kubectl exec *)",
|
|
125
|
+
"Bash(kubectl edit *)",
|
|
126
|
+
"Bash(kubectl patch *)",
|
|
127
|
+
"Bash(kubectl rollout *)",
|
|
128
|
+
"Bash(kubectl scale *)",
|
|
129
|
+
"Bash(kubectl port-forward *)",
|
|
130
|
+
"Bash(kubectl config *)",
|
|
131
|
+
"Bash(kubectl top *)",
|
|
132
|
+
"Bash(kubectl delete *)"
|
|
133
|
+
],
|
|
134
|
+
"deny": [
|
|
135
|
+
"Bash(rm -rf /)",
|
|
136
|
+
"Bash(rm -rf /*)",
|
|
137
|
+
"Bash(rm -rf ~)",
|
|
138
|
+
"Bash(rm -rf ~/*)",
|
|
139
|
+
"Bash(sudo rm *)",
|
|
140
|
+
"Bash(sudo dd *)",
|
|
141
|
+
"Bash(sudo mkfs *)",
|
|
142
|
+
"Bash(:(){ :|:& };:)",
|
|
143
|
+
"Read(./.env)",
|
|
144
|
+
"Read(./secrets/**)",
|
|
145
|
+
"Read(**/.env)",
|
|
146
|
+
"Read(**/secrets/**)",
|
|
147
|
+
"Read(**/.aws/credentials)",
|
|
148
|
+
"Read(**/.aws/config)",
|
|
149
|
+
"Read(**/.kube/config)",
|
|
150
|
+
"Read(**/.ssh/*)",
|
|
151
|
+
"Read(**/*.pem)",
|
|
152
|
+
"Read(**/*.key)",
|
|
153
|
+
"Read(**/*.p12)",
|
|
154
|
+
"Read(**/*.pfx)",
|
|
155
|
+
"Read(**/.npmrc)",
|
|
156
|
+
"Read(**/.pypirc)",
|
|
157
|
+
"Read(**/.netrc)",
|
|
158
|
+
"Read(**/id_rsa*)",
|
|
159
|
+
"Read(**/id_ed25519*)",
|
|
160
|
+
"Read(**/id_ecdsa*)",
|
|
161
|
+
"Write(./.env)",
|
|
162
|
+
"Read(./.env.*)",
|
|
163
|
+
"Read(**/.env.*)",
|
|
164
|
+
"Write(./.env.*)",
|
|
165
|
+
"Write(./secrets/**)"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"hooks": {
|
|
169
|
+
"SessionStart": [
|
|
170
|
+
{
|
|
171
|
+
"hooks": [
|
|
172
|
+
{
|
|
173
|
+
"type": "command",
|
|
174
|
+
"command": "python3 \"$HOME/.claude/hooks/session-start.py\"",
|
|
175
|
+
"timeout": 10
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"SessionEnd": [
|
|
181
|
+
{
|
|
182
|
+
"hooks": [
|
|
183
|
+
{
|
|
184
|
+
"type": "command",
|
|
185
|
+
"command": "python3 \"$HOME/.claude/hooks/session-end-capture.py\""
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"PreToolUse": [
|
|
191
|
+
{
|
|
192
|
+
"hooks": [
|
|
193
|
+
{
|
|
194
|
+
"type": "command",
|
|
195
|
+
"command": "python3 \"$HOME/.claude/hooks/firewall.py\"",
|
|
196
|
+
"timeout": 10
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"matcher": "Bash"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"hooks": [
|
|
203
|
+
{
|
|
204
|
+
"type": "command",
|
|
205
|
+
"command": "python3 \"$HOME/.claude/hooks/secret-guard.py\"",
|
|
206
|
+
"timeout": 10
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"matcher": "Read|Write|Edit|MultiEdit"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"hooks": [
|
|
213
|
+
{
|
|
214
|
+
"type": "command",
|
|
215
|
+
"command": "python3 \"$HOME/.claude/hooks/pre-tool-inject.py\""
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"matcher": ""
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"PostToolUse": [
|
|
222
|
+
{
|
|
223
|
+
"hooks": [
|
|
224
|
+
{
|
|
225
|
+
"type": "command",
|
|
226
|
+
"command": "python3 \"$HOME/.claude/hooks/circuit-breaker.py\"",
|
|
227
|
+
"timeout": 10
|
|
228
|
+
}
|
|
229
|
+
],
|
|
230
|
+
"matcher": "Bash"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"hooks": [
|
|
234
|
+
{
|
|
235
|
+
"type": "command",
|
|
236
|
+
"command": "python3 \"$HOME/.claude/hooks/tool-ledger.py\"",
|
|
237
|
+
"timeout": 10
|
|
238
|
+
}
|
|
239
|
+
],
|
|
240
|
+
"matcher": "Write|Edit|MultiEdit"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"hooks": [
|
|
244
|
+
{
|
|
245
|
+
"type": "command",
|
|
246
|
+
"command": "python3 \"$HOME/.claude/hooks/test_generator_hook.py\"",
|
|
247
|
+
"timeout": 10
|
|
248
|
+
}
|
|
249
|
+
],
|
|
250
|
+
"matcher": "Write|Edit|MultiEdit"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"hooks": [
|
|
254
|
+
{
|
|
255
|
+
"type": "command",
|
|
256
|
+
"command": "python3 \"$HOME/.claude/hooks/budget_governor.py\"",
|
|
257
|
+
"timeout": 10
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"matcher": ""
|
|
261
|
+
}
|
|
262
|
+
],
|
|
263
|
+
"PostToolUseFailure": [
|
|
264
|
+
{
|
|
265
|
+
"hooks": [
|
|
266
|
+
{
|
|
267
|
+
"type": "command",
|
|
268
|
+
"command": "python3 \"$HOME/.claude/hooks/post-tool-failure.py\""
|
|
269
|
+
}
|
|
270
|
+
]
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"Stop": [
|
|
274
|
+
{
|
|
275
|
+
"hooks": [
|
|
276
|
+
{
|
|
277
|
+
"type": "command",
|
|
278
|
+
"command": "python3 \"$HOME/.claude/hooks/stop_dispatcher.py\"",
|
|
279
|
+
"timeout": 90
|
|
280
|
+
}
|
|
281
|
+
],
|
|
282
|
+
"matcher": ""
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"UserPromptSubmit": [
|
|
286
|
+
{
|
|
287
|
+
"hooks": [
|
|
288
|
+
{
|
|
289
|
+
"type": "command",
|
|
290
|
+
"command": "python3 \"$HOME/.claude/hooks/user-prompt-submit.py\"",
|
|
291
|
+
"timeout": 10
|
|
292
|
+
}
|
|
293
|
+
]
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"InstructionsLoaded": [
|
|
297
|
+
{
|
|
298
|
+
"hooks": [
|
|
299
|
+
{
|
|
300
|
+
"type": "command",
|
|
301
|
+
"command": "python3 \"$HOME/.claude/hooks/instructions-loaded.py\"",
|
|
302
|
+
"timeout": 10
|
|
303
|
+
}
|
|
304
|
+
]
|
|
305
|
+
}
|
|
306
|
+
]
|
|
307
|
+
},
|
|
308
|
+
"_omg": {
|
|
309
|
+
"_version": "2.0.8",
|
|
310
|
+
"preset": "safe",
|
|
311
|
+
"default_mode": "ulw+ralph",
|
|
312
|
+
"vision_auto": true,
|
|
313
|
+
"false_fix_detection": true,
|
|
314
|
+
"cost_budget": {
|
|
315
|
+
"session_limit_usd": 5.0,
|
|
316
|
+
"thresholds": [
|
|
317
|
+
50,
|
|
318
|
+
80,
|
|
319
|
+
95
|
|
320
|
+
],
|
|
321
|
+
"pricing": {
|
|
322
|
+
"input_per_mtok": 3.0,
|
|
323
|
+
"output_per_mtok": 15.0
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"context_budget": {
|
|
327
|
+
"session_start_max_chars": 2000,
|
|
328
|
+
"prompt_enhancer_max_chars": 800,
|
|
329
|
+
"prompt_enhancer_max_injections": 10,
|
|
330
|
+
"full_turns": 10,
|
|
331
|
+
"summarize_turns": 50,
|
|
332
|
+
"batch_size": 21
|
|
333
|
+
},
|
|
334
|
+
"credentials": {
|
|
335
|
+
"rotation_schedule_days": 90,
|
|
336
|
+
"expiry_warning_days": 14
|
|
337
|
+
},
|
|
338
|
+
"features": {
|
|
339
|
+
"memory": false,
|
|
340
|
+
"ralph_loop": true,
|
|
341
|
+
"planning_enforcement": true,
|
|
342
|
+
"compound_learning": false,
|
|
343
|
+
"simplifier": true,
|
|
344
|
+
"model_routing": true,
|
|
345
|
+
"agent_registry": true,
|
|
346
|
+
"circuit_breaker_v2": true,
|
|
347
|
+
"cognitive_modes": true,
|
|
348
|
+
"agent_routing": true,
|
|
349
|
+
"SETUP": false,
|
|
350
|
+
"SETUP_WIZARD": false,
|
|
351
|
+
"MEMORY_SERVER": false,
|
|
352
|
+
"MEMORY_AUTOSTART": false,
|
|
353
|
+
"COST_TRACKING": false,
|
|
354
|
+
"GIT_WORKFLOW": false,
|
|
355
|
+
"SESSION_ANALYTICS": false,
|
|
356
|
+
"TEST_GENERATION": false,
|
|
357
|
+
"DEP_HEALTH": false,
|
|
358
|
+
"CODEBASE_VIZ": false,
|
|
359
|
+
"CONTEXT_MANAGER": false
|
|
360
|
+
},
|
|
361
|
+
"generated": {
|
|
362
|
+
"contract_version": "2.0.8",
|
|
363
|
+
"channel": "enterprise",
|
|
364
|
+
"required_bundles": [
|
|
365
|
+
"control-plane",
|
|
366
|
+
"plan-council",
|
|
367
|
+
"claim-judge",
|
|
368
|
+
"test-intent-lock",
|
|
369
|
+
"proof-gate",
|
|
370
|
+
"hook-governor",
|
|
371
|
+
"mcp-fabric",
|
|
372
|
+
"lsp-pack",
|
|
373
|
+
"secure-worktree-pipeline",
|
|
374
|
+
"security-check",
|
|
375
|
+
"api-twin",
|
|
376
|
+
"preflight",
|
|
377
|
+
"robotics",
|
|
378
|
+
"vision",
|
|
379
|
+
"algorithms",
|
|
380
|
+
"health",
|
|
381
|
+
"tracebank",
|
|
382
|
+
"eval-gate",
|
|
383
|
+
"delta-classifier",
|
|
384
|
+
"incident-replay",
|
|
385
|
+
"data-lineage",
|
|
386
|
+
"remote-supervisor"
|
|
387
|
+
],
|
|
388
|
+
"protected_paths": [
|
|
389
|
+
".omg/**",
|
|
390
|
+
".agents/**",
|
|
391
|
+
".codex/**",
|
|
392
|
+
".claude/**"
|
|
393
|
+
],
|
|
394
|
+
"emulated_events": [
|
|
395
|
+
"PreCompact",
|
|
396
|
+
"ConfigChange",
|
|
397
|
+
"WorktreeCreate",
|
|
398
|
+
"WorktreeRemove",
|
|
399
|
+
"SubagentStart",
|
|
400
|
+
"SubagentStop",
|
|
401
|
+
"TaskCompleted"
|
|
402
|
+
],
|
|
403
|
+
"policy_model": {
|
|
404
|
+
"trust_tiers": [
|
|
405
|
+
{
|
|
406
|
+
"name": "safe",
|
|
407
|
+
"level": 0,
|
|
408
|
+
"label": "Safe",
|
|
409
|
+
"allowed_sources": [
|
|
410
|
+
"local_repo",
|
|
411
|
+
"trusted_registry"
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "balanced",
|
|
416
|
+
"level": 1,
|
|
417
|
+
"label": "Balanced",
|
|
418
|
+
"allowed_sources": [
|
|
419
|
+
"local_repo",
|
|
420
|
+
"trusted_registry",
|
|
421
|
+
"reviewed_external"
|
|
422
|
+
]
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "interop",
|
|
426
|
+
"level": 2,
|
|
427
|
+
"label": "Interop",
|
|
428
|
+
"allowed_sources": [
|
|
429
|
+
"local_repo",
|
|
430
|
+
"trusted_registry",
|
|
431
|
+
"reviewed_external",
|
|
432
|
+
"migration_bridge"
|
|
433
|
+
]
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "labs",
|
|
437
|
+
"level": 3,
|
|
438
|
+
"label": "Labs",
|
|
439
|
+
"allowed_sources": [
|
|
440
|
+
"local_repo",
|
|
441
|
+
"trusted_registry",
|
|
442
|
+
"reviewed_external",
|
|
443
|
+
"experimental"
|
|
444
|
+
]
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"tool_policies": [
|
|
448
|
+
{
|
|
449
|
+
"tool_name": "Read",
|
|
450
|
+
"allowed_tiers": [
|
|
451
|
+
"safe",
|
|
452
|
+
"balanced",
|
|
453
|
+
"interop",
|
|
454
|
+
"labs"
|
|
455
|
+
],
|
|
456
|
+
"requires_approval": false
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"tool_name": "Grep",
|
|
460
|
+
"allowed_tiers": [
|
|
461
|
+
"safe",
|
|
462
|
+
"balanced",
|
|
463
|
+
"interop",
|
|
464
|
+
"labs"
|
|
465
|
+
],
|
|
466
|
+
"requires_approval": false
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"tool_name": "Bash(python3:*)",
|
|
470
|
+
"allowed_tiers": [
|
|
471
|
+
"balanced",
|
|
472
|
+
"interop",
|
|
473
|
+
"labs"
|
|
474
|
+
],
|
|
475
|
+
"requires_approval": true
|
|
476
|
+
}
|
|
477
|
+
],
|
|
478
|
+
"protected_paths": [
|
|
479
|
+
{
|
|
480
|
+
"path_pattern": ".omg/**",
|
|
481
|
+
"required_tier": "balanced"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"path_pattern": ".agents/**",
|
|
485
|
+
"required_tier": "balanced"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"path_pattern": ".codex/**",
|
|
489
|
+
"required_tier": "balanced"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"path_pattern": ".claude/**",
|
|
493
|
+
"required_tier": "balanced"
|
|
494
|
+
}
|
|
495
|
+
],
|
|
496
|
+
"evidence_contract": {
|
|
497
|
+
"timestamp": "timestamp",
|
|
498
|
+
"executor": "executor",
|
|
499
|
+
"trace_id": "trace_id",
|
|
500
|
+
"lineage": "lineage"
|
|
501
|
+
},
|
|
502
|
+
"host_rules": {
|
|
503
|
+
"claude": {
|
|
504
|
+
"compilation_targets": [
|
|
505
|
+
".claude-plugin/plugin.json",
|
|
506
|
+
".claude-plugin/marketplace.json",
|
|
507
|
+
".mcp.json",
|
|
508
|
+
"settings.json"
|
|
509
|
+
],
|
|
510
|
+
"hooks": [
|
|
511
|
+
"SessionStart",
|
|
512
|
+
"PreToolUse",
|
|
513
|
+
"PostToolUse",
|
|
514
|
+
"PreCompact"
|
|
515
|
+
],
|
|
516
|
+
"subagents": [
|
|
517
|
+
"local_supervisor",
|
|
518
|
+
"workers"
|
|
519
|
+
],
|
|
520
|
+
"skills": [
|
|
521
|
+
"omg/control-plane",
|
|
522
|
+
"omg/hook-governor"
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
"codex": {
|
|
526
|
+
"compilation_targets": [
|
|
527
|
+
".agents/skills/omg/<bundle>/SKILL.md",
|
|
528
|
+
".agents/skills/omg/<bundle>/openai.yaml",
|
|
529
|
+
".agents/skills/omg/AGENTS.fragment.md",
|
|
530
|
+
".agents/skills/omg/codex-mcp.toml"
|
|
531
|
+
],
|
|
532
|
+
"skills": [
|
|
533
|
+
"omg/control-plane",
|
|
534
|
+
"omg/mcp-fabric"
|
|
535
|
+
],
|
|
536
|
+
"agents_fragments": [
|
|
537
|
+
".agents/skills/omg/AGENTS.fragment.md"
|
|
538
|
+
],
|
|
539
|
+
"rules": [
|
|
540
|
+
"protected_paths",
|
|
541
|
+
"explicit_invocation"
|
|
542
|
+
],
|
|
543
|
+
"automations": [
|
|
544
|
+
"contract-compile",
|
|
545
|
+
"release-readiness"
|
|
546
|
+
]
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
"subagents": [
|
|
551
|
+
{
|
|
552
|
+
"name": "security-reviewer",
|
|
553
|
+
"description": "Read-only security review subagent with scoped tool access.",
|
|
554
|
+
"tools": [
|
|
555
|
+
"Read",
|
|
556
|
+
"Grep",
|
|
557
|
+
"Glob",
|
|
558
|
+
"Bash(grep *)",
|
|
559
|
+
"Bash(find *)",
|
|
560
|
+
"Bash(git log *)",
|
|
561
|
+
"Bash(git diff *)"
|
|
562
|
+
],
|
|
563
|
+
"bypassPermissions": false
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "release-manager",
|
|
567
|
+
"description": "Release management subagent with write access governed by protected-path policy.",
|
|
568
|
+
"tools": [
|
|
569
|
+
"Read",
|
|
570
|
+
"Write",
|
|
571
|
+
"Edit",
|
|
572
|
+
"Grep",
|
|
573
|
+
"Glob",
|
|
574
|
+
"Bash(git *)",
|
|
575
|
+
"Bash(python3 scripts/omg.py *)"
|
|
576
|
+
],
|
|
577
|
+
"bypassPermissions": false,
|
|
578
|
+
"protectedPaths": [
|
|
579
|
+
".omg/**",
|
|
580
|
+
".agents/**",
|
|
581
|
+
".codex/**",
|
|
582
|
+
".claude/**"
|
|
583
|
+
]
|
|
584
|
+
}
|
|
585
|
+
],
|
|
586
|
+
"skills": [
|
|
587
|
+
{
|
|
588
|
+
"name": "omg/control-plane",
|
|
589
|
+
"source": ".agents/skills/omg/control-plane/"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"name": "omg/hook-governor",
|
|
593
|
+
"source": ".agents/skills/omg/hook-governor/"
|
|
594
|
+
}
|
|
595
|
+
]
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
}
|