@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,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "omg-advanced",
|
|
3
|
+
"version": "2.0.8",
|
|
4
|
+
"description": "Advanced OMG commands - deep planning, learning, code review, and specialized workflows",
|
|
5
|
+
"type": "omg-plugin",
|
|
6
|
+
"commands": {
|
|
7
|
+
"deep-plan": {
|
|
8
|
+
"path": "commands/OMG:deep-plan.md",
|
|
9
|
+
"description": "Deep strategic planning with domain awareness",
|
|
10
|
+
"category": "planning"
|
|
11
|
+
},
|
|
12
|
+
"learn": {
|
|
13
|
+
"path": "commands/OMG:learn.md",
|
|
14
|
+
"description": "Create reusable skills from patterns",
|
|
15
|
+
"category": "knowledge"
|
|
16
|
+
},
|
|
17
|
+
"code-review": {
|
|
18
|
+
"path": "commands/OMG:code-review.md",
|
|
19
|
+
"description": "Deep code review with line-by-line analysis",
|
|
20
|
+
"category": "quality"
|
|
21
|
+
},
|
|
22
|
+
"ship": {
|
|
23
|
+
"path": "commands/OMG:ship.md",
|
|
24
|
+
"description": "Ship pipeline - idea to PR-ready summary",
|
|
25
|
+
"category": "delivery"
|
|
26
|
+
},
|
|
27
|
+
"handoff": {
|
|
28
|
+
"path": "commands/OMG:handoff.md",
|
|
29
|
+
"description": "Intelligent session transfer",
|
|
30
|
+
"category": "collaboration"
|
|
31
|
+
},
|
|
32
|
+
"maintainer": {
|
|
33
|
+
"path": "commands/OMG:maintainer.md",
|
|
34
|
+
"description": "Open-source maintainer workflows",
|
|
35
|
+
"category": "oss"
|
|
36
|
+
},
|
|
37
|
+
"sequential-thinking": {
|
|
38
|
+
"path": "commands/OMG:sequential-thinking.md",
|
|
39
|
+
"description": "Structured multi-step reasoning",
|
|
40
|
+
"category": "thinking"
|
|
41
|
+
},
|
|
42
|
+
"ralph-start": {
|
|
43
|
+
"path": "commands/OMG:ralph-start.md",
|
|
44
|
+
"description": "Start Ralph autonomous loop",
|
|
45
|
+
"category": "automation"
|
|
46
|
+
},
|
|
47
|
+
"ralph-stop": {
|
|
48
|
+
"path": "commands/OMG:ralph-stop.md",
|
|
49
|
+
"description": "Stop Ralph autonomous loop",
|
|
50
|
+
"category": "automation"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"categories": {
|
|
54
|
+
"planning": {
|
|
55
|
+
"description": "Strategic planning and architecture",
|
|
56
|
+
"commands": ["deep-plan"]
|
|
57
|
+
},
|
|
58
|
+
"quality": {
|
|
59
|
+
"description": "Code quality and review",
|
|
60
|
+
"commands": ["code-review"]
|
|
61
|
+
},
|
|
62
|
+
"knowledge": {
|
|
63
|
+
"description": "Learning and skill creation",
|
|
64
|
+
"commands": ["learn"]
|
|
65
|
+
},
|
|
66
|
+
"delivery": {
|
|
67
|
+
"description": "Shipping and release workflows",
|
|
68
|
+
"commands": ["ship"]
|
|
69
|
+
},
|
|
70
|
+
"collaboration": {
|
|
71
|
+
"description": "Team collaboration and handoff",
|
|
72
|
+
"commands": ["handoff"]
|
|
73
|
+
},
|
|
74
|
+
"automation": {
|
|
75
|
+
"description": "Autonomous execution modes",
|
|
76
|
+
"commands": ["ralph-start", "ralph-stop"]
|
|
77
|
+
},
|
|
78
|
+
"thinking": {
|
|
79
|
+
"description": "Structured thinking tools",
|
|
80
|
+
"commands": ["sequential-thinking"]
|
|
81
|
+
},
|
|
82
|
+
"oss": {
|
|
83
|
+
"description": "Open source maintainer tools",
|
|
84
|
+
"commands": ["maintainer"]
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
id: claim-judge
|
|
2
|
+
kind: proof
|
|
3
|
+
version: 2.0.8
|
|
4
|
+
title: OMG Claim Judge
|
|
5
|
+
description: Evidence-backed claim validator for structured release and completion claims.
|
|
6
|
+
hosts:
|
|
7
|
+
- claude
|
|
8
|
+
- codex
|
|
9
|
+
assets:
|
|
10
|
+
references:
|
|
11
|
+
- runtime/claim_judge.py
|
|
12
|
+
invocation_policy:
|
|
13
|
+
user_invocable: true
|
|
14
|
+
model_invocable: true
|
|
15
|
+
allow_implicit_invocation: false
|
|
16
|
+
tool_policy:
|
|
17
|
+
side_effect_level: low
|
|
18
|
+
allowed_tools:
|
|
19
|
+
claude:
|
|
20
|
+
- Read
|
|
21
|
+
- Grep
|
|
22
|
+
- Bash(python3:*)
|
|
23
|
+
codex:
|
|
24
|
+
- Read
|
|
25
|
+
- Grep
|
|
26
|
+
- Bash(python3:*)
|
|
27
|
+
lifecycle_hooks:
|
|
28
|
+
native:
|
|
29
|
+
- PostToolUse
|
|
30
|
+
emulated:
|
|
31
|
+
- TaskCompleted
|
|
32
|
+
mcp_contract:
|
|
33
|
+
servers:
|
|
34
|
+
- omg-control
|
|
35
|
+
lsp_contract:
|
|
36
|
+
languages:
|
|
37
|
+
- python
|
|
38
|
+
evidence_outputs:
|
|
39
|
+
artifacts:
|
|
40
|
+
- .omg/evidence/claim-judge-*.json
|
|
41
|
+
execution_contract:
|
|
42
|
+
modes:
|
|
43
|
+
- embedded
|
|
44
|
+
- local_supervisor
|
|
45
|
+
channel_overrides:
|
|
46
|
+
public:
|
|
47
|
+
posture: self-serve
|
|
48
|
+
enterprise:
|
|
49
|
+
posture: managed
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
id: plan-council
|
|
2
|
+
kind: planning
|
|
3
|
+
version: 2.0.8
|
|
4
|
+
title: OMG Plan Council
|
|
5
|
+
description: Canonical council-style planning bundle for explicit, evidence-backed deep plans.
|
|
6
|
+
hosts:
|
|
7
|
+
- claude
|
|
8
|
+
- codex
|
|
9
|
+
assets:
|
|
10
|
+
references:
|
|
11
|
+
- plugins/advanced/commands/OMG:deep-plan.md
|
|
12
|
+
invocation_policy:
|
|
13
|
+
user_invocable: true
|
|
14
|
+
model_invocable: false
|
|
15
|
+
allow_implicit_invocation: false
|
|
16
|
+
tool_policy:
|
|
17
|
+
side_effect_level: low
|
|
18
|
+
allowed_tools:
|
|
19
|
+
claude:
|
|
20
|
+
- Read
|
|
21
|
+
- Grep
|
|
22
|
+
codex:
|
|
23
|
+
- Read
|
|
24
|
+
- Grep
|
|
25
|
+
lifecycle_hooks:
|
|
26
|
+
native:
|
|
27
|
+
- PostToolUse
|
|
28
|
+
emulated:
|
|
29
|
+
- TaskCompleted
|
|
30
|
+
mcp_contract:
|
|
31
|
+
servers:
|
|
32
|
+
- omg-control
|
|
33
|
+
lsp_contract:
|
|
34
|
+
languages:
|
|
35
|
+
- markdown
|
|
36
|
+
- json
|
|
37
|
+
evidence_outputs:
|
|
38
|
+
artifacts:
|
|
39
|
+
- .omg/plans/deep-plan.md
|
|
40
|
+
- .omg/plans/deep-plan.json
|
|
41
|
+
- .omg/plans/dissent.json
|
|
42
|
+
- .omg/evidence/plan-council.json
|
|
43
|
+
execution_contract:
|
|
44
|
+
modes:
|
|
45
|
+
- embedded
|
|
46
|
+
- local_supervisor
|
|
47
|
+
channel_overrides:
|
|
48
|
+
public:
|
|
49
|
+
posture: self-serve
|
|
50
|
+
enterprise:
|
|
51
|
+
posture: managed
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
id: proof-gate
|
|
2
|
+
kind: proof
|
|
3
|
+
version: 2.0.8
|
|
4
|
+
title: OMG Proof Gate
|
|
5
|
+
description: Structured release proof gate that binds claims to required evidence artifacts and trace links.
|
|
6
|
+
hosts:
|
|
7
|
+
- claude
|
|
8
|
+
- codex
|
|
9
|
+
assets:
|
|
10
|
+
references:
|
|
11
|
+
- runtime/proof_gate.py
|
|
12
|
+
invocation_policy:
|
|
13
|
+
user_invocable: true
|
|
14
|
+
model_invocable: true
|
|
15
|
+
allow_implicit_invocation: false
|
|
16
|
+
tool_policy:
|
|
17
|
+
side_effect_level: low
|
|
18
|
+
allowed_tools:
|
|
19
|
+
claude:
|
|
20
|
+
- Read
|
|
21
|
+
- Grep
|
|
22
|
+
- Bash(python3:*)
|
|
23
|
+
codex:
|
|
24
|
+
- Read
|
|
25
|
+
- Grep
|
|
26
|
+
- Bash(python3:*)
|
|
27
|
+
lifecycle_hooks:
|
|
28
|
+
native:
|
|
29
|
+
- PostToolUse
|
|
30
|
+
emulated:
|
|
31
|
+
- TaskCompleted
|
|
32
|
+
mcp_contract:
|
|
33
|
+
servers:
|
|
34
|
+
- omg-control
|
|
35
|
+
lsp_contract:
|
|
36
|
+
languages:
|
|
37
|
+
- python
|
|
38
|
+
evidence_outputs:
|
|
39
|
+
artifacts:
|
|
40
|
+
- .omg/evidence/proof-gate-*.json
|
|
41
|
+
execution_contract:
|
|
42
|
+
modes:
|
|
43
|
+
- embedded
|
|
44
|
+
- local_supervisor
|
|
45
|
+
channel_overrides:
|
|
46
|
+
public:
|
|
47
|
+
posture: self-serve
|
|
48
|
+
enterprise:
|
|
49
|
+
posture: managed
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
id: test-intent-lock
|
|
2
|
+
kind: proof
|
|
3
|
+
version: 2.0.8
|
|
4
|
+
title: OMG Test Intent Lock
|
|
5
|
+
description: Structured test-delta guard that blocks weakened tests unless explicit override evidence is present.
|
|
6
|
+
hosts:
|
|
7
|
+
- claude
|
|
8
|
+
- codex
|
|
9
|
+
assets:
|
|
10
|
+
references:
|
|
11
|
+
- runtime/test_intent_lock.py
|
|
12
|
+
invocation_policy:
|
|
13
|
+
user_invocable: true
|
|
14
|
+
model_invocable: true
|
|
15
|
+
allow_implicit_invocation: false
|
|
16
|
+
tool_policy:
|
|
17
|
+
side_effect_level: low
|
|
18
|
+
allowed_tools:
|
|
19
|
+
claude:
|
|
20
|
+
- Read
|
|
21
|
+
- Grep
|
|
22
|
+
- Bash(python3:*)
|
|
23
|
+
codex:
|
|
24
|
+
- Read
|
|
25
|
+
- Grep
|
|
26
|
+
- Bash(python3:*)
|
|
27
|
+
lifecycle_hooks:
|
|
28
|
+
native:
|
|
29
|
+
- PostToolUse
|
|
30
|
+
emulated:
|
|
31
|
+
- TaskCompleted
|
|
32
|
+
mcp_contract:
|
|
33
|
+
servers:
|
|
34
|
+
- omg-control
|
|
35
|
+
lsp_contract:
|
|
36
|
+
languages:
|
|
37
|
+
- python
|
|
38
|
+
evidence_outputs:
|
|
39
|
+
artifacts:
|
|
40
|
+
- .omg/evidence/test-intent-lock-*.json
|
|
41
|
+
execution_contract:
|
|
42
|
+
modes:
|
|
43
|
+
- embedded
|
|
44
|
+
- local_supervisor
|
|
45
|
+
channel_overrides:
|
|
46
|
+
public:
|
|
47
|
+
posture: self-serve
|
|
48
|
+
enterprise:
|
|
49
|
+
posture: managed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
3
|
-
"_comment": "OMG 2.0.
|
|
3
|
+
"_comment": "OMG 2.0.8 - project-level config with hook registrations, presets, and feature flags.",
|
|
4
4
|
"permissions": {
|
|
5
5
|
"allow": [
|
|
6
6
|
"Agent",
|
|
@@ -281,10 +281,32 @@
|
|
|
281
281
|
],
|
|
282
282
|
"matcher": ""
|
|
283
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
|
+
}
|
|
284
306
|
]
|
|
285
307
|
},
|
|
286
308
|
"_omg": {
|
|
287
|
-
"_version": "2.0.
|
|
309
|
+
"_version": "2.0.8",
|
|
288
310
|
"preset": "safe",
|
|
289
311
|
"default_mode": "ulw+ralph",
|
|
290
312
|
"vision_auto": true,
|
|
@@ -337,10 +359,14 @@
|
|
|
337
359
|
"CONTEXT_MANAGER": false
|
|
338
360
|
},
|
|
339
361
|
"generated": {
|
|
340
|
-
"contract_version": "2.0.
|
|
362
|
+
"contract_version": "2.0.8",
|
|
341
363
|
"channel": "public",
|
|
342
364
|
"required_bundles": [
|
|
343
365
|
"control-plane",
|
|
366
|
+
"plan-council",
|
|
367
|
+
"claim-judge",
|
|
368
|
+
"test-intent-lock",
|
|
369
|
+
"proof-gate",
|
|
344
370
|
"hook-governor",
|
|
345
371
|
"mcp-fabric",
|
|
346
372
|
"lsp-pack",
|
|
@@ -520,7 +546,53 @@
|
|
|
520
546
|
]
|
|
521
547
|
}
|
|
522
548
|
}
|
|
523
|
-
}
|
|
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
|
+
]
|
|
524
596
|
}
|
|
525
597
|
}
|
|
526
598
|
}
|