@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": "public",
|
|
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": "0c6b1b74a746cabe933321d27541836a5526acda02da1131616dcb09c56101bc"
|
|
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": "8b711205c230c16695702b1eeeb426d844aa76a87c55f220298cdaf105ceee1d"
|
|
25
25
|
},
|
|
26
|
+
{
|
|
27
|
+
"path": "bundle/.agents/skills/omg/claim-judge/SKILL.md",
|
|
28
|
+
"sha256": "cc65993357813c41fb81502de8781743e84e529088da19dbf8735e0a22f8519c"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"path": "bundle/.agents/skills/omg/claim-judge/openai.yaml",
|
|
32
|
+
"sha256": "b64dc801159a6e9adcd704326122f64c1bad7f71d87f22ada47918f7527151cc"
|
|
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": "939b128a1904e0d8b2b21208a308b558bcd51bd6c0de32e60e59d6744821e9d0"
|
|
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": "18dc35b4d6fb598b572ec933153e80de5449be9e07ef07178e4f875e39a8915c"
|
|
105
113
|
},
|
|
114
|
+
{
|
|
115
|
+
"path": "bundle/.agents/skills/omg/plan-council/SKILL.md",
|
|
116
|
+
"sha256": "0c7e92cebcfbb22a4f267008b97947ae80f880906a5593e0bdc1baa60bb6c054"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"path": "bundle/.agents/skills/omg/plan-council/openai.yaml",
|
|
120
|
+
"sha256": "fee8d5ce4acc9cc03f5de73701bf0cfd866de7acaa1ff4c3cb518a47c1399a26"
|
|
121
|
+
},
|
|
106
122
|
{
|
|
107
123
|
"path": "bundle/.agents/skills/omg/preflight/SKILL.md",
|
|
108
124
|
"sha256": "1f7783ff53f59a4368f1ec7746faa3f1a66805312291851f43ae2fe6a7d58f30"
|
|
@@ -111,6 +127,14 @@
|
|
|
111
127
|
"path": "bundle/.agents/skills/omg/preflight/openai.yaml",
|
|
112
128
|
"sha256": "1074dff95ae9f6951cdd9bb3d6b5c4add7d6a688b0ceed3d79d365dff42bfca6"
|
|
113
129
|
},
|
|
130
|
+
{
|
|
131
|
+
"path": "bundle/.agents/skills/omg/proof-gate/SKILL.md",
|
|
132
|
+
"sha256": "9f6c58e6c8c8c967cfa276e7efe06d1cce8d964ffd0ce8e131794496614ec759"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"path": "bundle/.agents/skills/omg/proof-gate/openai.yaml",
|
|
136
|
+
"sha256": "5e9cac6f19099fc3ed6492551484570cabcba8b479cdee254721c05be296780d"
|
|
137
|
+
},
|
|
114
138
|
{
|
|
115
139
|
"path": "bundle/.agents/skills/omg/remote-supervisor/SKILL.md",
|
|
116
140
|
"sha256": "506988d9eb379dad027ad1dd0087e81f12594faed16a91dbda021975de28e19f"
|
|
@@ -143,6 +167,14 @@
|
|
|
143
167
|
"path": "bundle/.agents/skills/omg/security-check/openai.yaml",
|
|
144
168
|
"sha256": "cf06bd8b852ad6c4694d8aeadd05ae4c9b63d32fa5cee085152683c65a3343e5"
|
|
145
169
|
},
|
|
170
|
+
{
|
|
171
|
+
"path": "bundle/.agents/skills/omg/test-intent-lock/SKILL.md",
|
|
172
|
+
"sha256": "ec04b427841b40bc390db1403d52933c24c26b7d3cabb762e39ccc508f33127a"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"path": "bundle/.agents/skills/omg/test-intent-lock/openai.yaml",
|
|
176
|
+
"sha256": "57ee74b4a518afb6d524038fb461f20892f295c7bae74f223acfe51a8f645199"
|
|
177
|
+
},
|
|
146
178
|
{
|
|
147
179
|
"path": "bundle/.agents/skills/omg/tracebank/SKILL.md",
|
|
148
180
|
"sha256": "c4ba5cbe7acca1be333f376f27f800482c1080eb8e95b34744313f1d64a84fcd"
|
|
@@ -161,19 +193,19 @@
|
|
|
161
193
|
},
|
|
162
194
|
{
|
|
163
195
|
"path": "bundle/.claude-plugin/marketplace.json",
|
|
164
|
-
"sha256": "
|
|
196
|
+
"sha256": "06549b994609245c5f13d6053f9049acce862c7a949f8ec63ce057b13206c0c4"
|
|
165
197
|
},
|
|
166
198
|
{
|
|
167
199
|
"path": "bundle/.claude-plugin/plugin.json",
|
|
168
|
-
"sha256": "
|
|
200
|
+
"sha256": "fe7531e0527d288413151433ee5daa3106383442024d5dad072373f8f26d57d1"
|
|
169
201
|
},
|
|
170
202
|
{
|
|
171
203
|
"path": "bundle/.mcp.json",
|
|
172
|
-
"sha256": "
|
|
204
|
+
"sha256": "e16897732dbd20ba7f47e5c0513b146a8d847454c8c13aa9e0a6031e5a498fa4"
|
|
173
205
|
},
|
|
174
206
|
{
|
|
175
207
|
"path": "bundle/OMG_COMPAT_CONTRACT.md",
|
|
176
|
-
"sha256": "
|
|
208
|
+
"sha256": "4c628cf93698b051e183db0ddaa80dbdac7a3667071d048cba0f25419271e28d"
|
|
177
209
|
},
|
|
178
210
|
{
|
|
179
211
|
"path": "bundle/plugins/advanced/commands/OMG:code-review.md",
|
|
@@ -181,7 +213,7 @@
|
|
|
181
213
|
},
|
|
182
214
|
{
|
|
183
215
|
"path": "bundle/plugins/advanced/commands/OMG:deep-plan.md",
|
|
184
|
-
"sha256": "
|
|
216
|
+
"sha256": "ccc235efa52643afd5550765bb0a3b9697be40bf4731392fde3f1c0e5c43f9e0"
|
|
185
217
|
},
|
|
186
218
|
{
|
|
187
219
|
"path": "bundle/plugins/advanced/commands/OMG:handoff.md",
|
|
@@ -213,91 +245,107 @@
|
|
|
213
245
|
},
|
|
214
246
|
{
|
|
215
247
|
"path": "bundle/plugins/advanced/commands/OMG:ship.md",
|
|
216
|
-
"sha256": "
|
|
248
|
+
"sha256": "3a44016f71a4d73de04043f0c13a6655541c090498908b2bc858c29514a653d4"
|
|
217
249
|
},
|
|
218
250
|
{
|
|
219
251
|
"path": "bundle/plugins/advanced/plugin.json",
|
|
220
|
-
"sha256": "
|
|
252
|
+
"sha256": "4968387bae13eaf91792a0c845c28a5007eeefd04d09320b0d783d9563f1481b"
|
|
221
253
|
},
|
|
222
254
|
{
|
|
223
255
|
"path": "bundle/registry/bundles/algorithms.yaml",
|
|
224
|
-
"sha256": "
|
|
256
|
+
"sha256": "d52c36a0c18535eab9f45b37b0e835b1296ee2dc0d84f2925c23eb8d76390377"
|
|
225
257
|
},
|
|
226
258
|
{
|
|
227
259
|
"path": "bundle/registry/bundles/api-twin.yaml",
|
|
228
|
-
"sha256": "
|
|
260
|
+
"sha256": "1785a09173a380855d8d671d2e8c53b48a0c10ed79dd2d5647cac93fd95ef072"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"path": "bundle/registry/bundles/claim-judge.yaml",
|
|
264
|
+
"sha256": "681d69599a20b8172716eaf4290e10821594c4db0a3943147d17628e997cafe9"
|
|
229
265
|
},
|
|
230
266
|
{
|
|
231
267
|
"path": "bundle/registry/bundles/control-plane.yaml",
|
|
232
|
-
"sha256": "
|
|
268
|
+
"sha256": "8a1677d622d2f660b7d1109579f026bd078f97eb624669c618247451bd07f172"
|
|
233
269
|
},
|
|
234
270
|
{
|
|
235
271
|
"path": "bundle/registry/bundles/data-lineage.yaml",
|
|
236
|
-
"sha256": "
|
|
272
|
+
"sha256": "5811a8cf765c73dac6990bebc5a4eaadf5e4be5b9418846efdb6289903b3c5e0"
|
|
237
273
|
},
|
|
238
274
|
{
|
|
239
275
|
"path": "bundle/registry/bundles/delta-classifier.yaml",
|
|
240
|
-
"sha256": "
|
|
276
|
+
"sha256": "ecf2e6fc8e07bc091d3d429c90b94b47ff0c96455467c82feae709bada388c29"
|
|
241
277
|
},
|
|
242
278
|
{
|
|
243
279
|
"path": "bundle/registry/bundles/eval-gate.yaml",
|
|
244
|
-
"sha256": "
|
|
280
|
+
"sha256": "3048cb1c18c3d7814c88689121e44bc54ce45e1478f33c395b247edc55727f76"
|
|
245
281
|
},
|
|
246
282
|
{
|
|
247
283
|
"path": "bundle/registry/bundles/health.yaml",
|
|
248
|
-
"sha256": "
|
|
284
|
+
"sha256": "7d52b0d460e4b72a37557b787ab328e5f6be03c313f2c3c58c2882b6c55168b4"
|
|
249
285
|
},
|
|
250
286
|
{
|
|
251
287
|
"path": "bundle/registry/bundles/hook-governor.yaml",
|
|
252
|
-
"sha256": "
|
|
288
|
+
"sha256": "5e5d6bc3f2f8a8fc5f7a461c46b1d4f9a76467098b057e5796cc70280c21bc0d"
|
|
253
289
|
},
|
|
254
290
|
{
|
|
255
291
|
"path": "bundle/registry/bundles/incident-replay.yaml",
|
|
256
|
-
"sha256": "
|
|
292
|
+
"sha256": "af2480af08cbc2617f97561225f1b7dfa3f0d9897754c9e04dc9035655709772"
|
|
257
293
|
},
|
|
258
294
|
{
|
|
259
295
|
"path": "bundle/registry/bundles/lsp-pack.yaml",
|
|
260
|
-
"sha256": "
|
|
296
|
+
"sha256": "58963389f5c24eb88f3fef181ce8593733b856f8db75fad3f51c0006413a2381"
|
|
261
297
|
},
|
|
262
298
|
{
|
|
263
299
|
"path": "bundle/registry/bundles/mcp-fabric.yaml",
|
|
264
|
-
"sha256": "
|
|
300
|
+
"sha256": "d9d69f9a5b60c3eb2ffe59500696866f28deebb159aff9ccfc81468c4ba727c1"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"path": "bundle/registry/bundles/plan-council.yaml",
|
|
304
|
+
"sha256": "48ffc6d1549a4ce3d8a1a5fbb25fd37d7a6f7af0c1347315b7d2a66408627679"
|
|
265
305
|
},
|
|
266
306
|
{
|
|
267
307
|
"path": "bundle/registry/bundles/preflight.yaml",
|
|
268
|
-
"sha256": "
|
|
308
|
+
"sha256": "716a47105e52bfae5fa69e520c2b3f0fb1cde63872837e817cd364e97b9bac11"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"path": "bundle/registry/bundles/proof-gate.yaml",
|
|
312
|
+
"sha256": "f0cd5d3916405e30b84069cda4348a9ba8dd073c22b259c6619cf55ebe07cde9"
|
|
269
313
|
},
|
|
270
314
|
{
|
|
271
315
|
"path": "bundle/registry/bundles/remote-supervisor.yaml",
|
|
272
|
-
"sha256": "
|
|
316
|
+
"sha256": "21ca5c27c01ec958aa17df08cf567b72d254a7ece628b6ef51452ef41541f8f8"
|
|
273
317
|
},
|
|
274
318
|
{
|
|
275
319
|
"path": "bundle/registry/bundles/robotics.yaml",
|
|
276
|
-
"sha256": "
|
|
320
|
+
"sha256": "c169d765137b80347c0d18c4bb4b462ed1797a7e13eb9c86bec2d4c4f5b8a28c"
|
|
277
321
|
},
|
|
278
322
|
{
|
|
279
323
|
"path": "bundle/registry/bundles/secure-worktree-pipeline.yaml",
|
|
280
|
-
"sha256": "
|
|
324
|
+
"sha256": "31c80af3b2cf589c338c8690880e330dcd9481b3a15ecb3f964aa2c6212df7aa"
|
|
281
325
|
},
|
|
282
326
|
{
|
|
283
327
|
"path": "bundle/registry/bundles/security-check.yaml",
|
|
284
|
-
"sha256": "
|
|
328
|
+
"sha256": "b2b4d4ec168acee3891cd0d6230909a2ba1544ea60a3df7b24957fd57405c711"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"path": "bundle/registry/bundles/test-intent-lock.yaml",
|
|
332
|
+
"sha256": "73f8eda6d0af194b334fa92c218c27b54d203db62ce7d9f2bf1ae6f9441535a2"
|
|
285
333
|
},
|
|
286
334
|
{
|
|
287
335
|
"path": "bundle/registry/bundles/tracebank.yaml",
|
|
288
|
-
"sha256": "
|
|
336
|
+
"sha256": "1143e896f40d59f1732a0ce3260a620abec202b61c9e335ae6a2e1e58eda5893"
|
|
289
337
|
},
|
|
290
338
|
{
|
|
291
339
|
"path": "bundle/registry/bundles/vision.yaml",
|
|
292
|
-
"sha256": "
|
|
340
|
+
"sha256": "1d9903c943ad6c1ca4796125e97da1839b6f6c0bd3242919036df65dec5ae495"
|
|
293
341
|
},
|
|
294
342
|
{
|
|
295
343
|
"path": "bundle/registry/omg-capability.schema.json",
|
|
296
|
-
"sha256": "
|
|
344
|
+
"sha256": "486751cecb434c5f169189528ebe5c7ddddadcb0549abdd59f09e7b10844aba1"
|
|
297
345
|
},
|
|
298
346
|
{
|
|
299
347
|
"path": "bundle/settings.json",
|
|
300
|
-
"sha256": "
|
|
348
|
+
"sha256": "b9bb5303b8d0495cd9ef9933e5fef44b083587e745c7065be2007e197fde8f4b"
|
|
301
349
|
}
|
|
302
350
|
]
|
|
303
351
|
}
|
package/docs/proof.md
CHANGED
|
@@ -23,12 +23,12 @@ OMG keeps verification visible instead of burying it in implementation details.
|
|
|
23
23
|
|
|
24
24
|
## Provider Matrix
|
|
25
25
|
|
|
26
|
-
| Provider | Detect | Auth Check | MCP Config | Host Priority |
|
|
27
|
-
|
|
28
|
-
| Claude Code | host-native | host-native | yes | primary |
|
|
29
|
-
| Codex | yes | yes | yes | primary |
|
|
30
|
-
| Gemini | yes | yes | yes | supported |
|
|
31
|
-
| Kimi | yes | yes | yes | supported |
|
|
26
|
+
| Provider | Tier | Detect | Auth Check | MCP Config | Host Priority |
|
|
27
|
+
|----------|------|--------|------------|------------|---------------|
|
|
28
|
+
| Claude Code | Canonical | host-native | host-native | yes | primary |
|
|
29
|
+
| Codex | Canonical | yes | yes | yes | primary |
|
|
30
|
+
| Gemini | Compatibility | yes | yes | yes | supported |
|
|
31
|
+
| Kimi | Compatibility | yes | yes | yes | supported |
|
|
32
32
|
|
|
33
33
|
## Adoption Evidence
|
|
34
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trac3er/oh-my-god",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "OMG (Oh My God) — Multi-agent orchestration, evidence-backed verification, and durable session state for Claude Code, Codex, and supported agent hosts",
|
|
5
5
|
"main": "OMG-setup.sh",
|
|
6
6
|
"scripts": {
|
package/plugins/README.md
CHANGED
|
@@ -28,7 +28,7 @@ OMG exposes a small native front door and keeps the rest of the surface availabl
|
|
|
28
28
|
|
|
29
29
|
| Command | Category | Description |
|
|
30
30
|
|---------|----------|-------------|
|
|
31
|
-
| `/OMG:deep-plan` | Planning | Strategic planning with domain awareness (
|
|
31
|
+
| `/OMG:deep-plan` | Planning | Strategic planning with domain awareness (compatibility path to `plan-council`) |
|
|
32
32
|
| `/OMG:learn` | Knowledge | Convert patterns into OMG-native instincts and skills |
|
|
33
33
|
| `/OMG:code-review` | Quality | Deep review flow |
|
|
34
34
|
| `/OMG:ship` | Delivery | Idea to evidence to release |
|
|
@@ -10,7 +10,8 @@ argument-hint: "[feature or goal to plan]"
|
|
|
10
10
|
Regular planning = "what steps to take."
|
|
11
11
|
Deep planning = "understand WHY the user wants this, WHAT direction they're heading, and HOW it fits the bigger picture."
|
|
12
12
|
|
|
13
|
-
This command is the compatibility
|
|
13
|
+
This command is the public compatibility path to the canonical `plan-council` bundle.
|
|
14
|
+
Users invoke `/OMG:deep-plan`; the runtime routes to `plan-council` for execution.
|
|
14
15
|
|
|
15
16
|
## Step 1: Direction Discovery (MANDATORY)
|
|
16
17
|
|
package/plugins/core/plugin.json
CHANGED
package/pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "oh-my-god"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.8"
|
|
8
8
|
description = "OMG (Oh My God) — Multi-agent orchestration, evidence-backed verification, and durable session state for Claude Code, Codex, and supported agent hosts"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -79,6 +79,10 @@ runtime = ["*.json"]
|
|
|
79
79
|
".agents/skills/omg/incident-replay" = [".agents/skills/omg/incident-replay/SKILL.md", ".agents/skills/omg/incident-replay/openai.yaml"]
|
|
80
80
|
".agents/skills/omg/data-lineage" = [".agents/skills/omg/data-lineage/SKILL.md", ".agents/skills/omg/data-lineage/openai.yaml"]
|
|
81
81
|
".agents/skills/omg/remote-supervisor" = [".agents/skills/omg/remote-supervisor/SKILL.md", ".agents/skills/omg/remote-supervisor/openai.yaml"]
|
|
82
|
+
".agents/skills/omg/plan-council" = [".agents/skills/omg/plan-council/SKILL.md", ".agents/skills/omg/plan-council/openai.yaml"]
|
|
83
|
+
".agents/skills/omg/claim-judge" = [".agents/skills/omg/claim-judge/SKILL.md", ".agents/skills/omg/claim-judge/openai.yaml"]
|
|
84
|
+
".agents/skills/omg/test-intent-lock" = [".agents/skills/omg/test-intent-lock/SKILL.md", ".agents/skills/omg/test-intent-lock/openai.yaml"]
|
|
85
|
+
".agents/skills/omg/proof-gate" = [".agents/skills/omg/proof-gate/SKILL.md", ".agents/skills/omg/proof-gate/openai.yaml"]
|
|
82
86
|
|
|
83
87
|
[tool.pytest.ini_options]
|
|
84
88
|
testpaths = ["tests"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
id: plan-council
|
|
2
2
|
kind: planning
|
|
3
|
-
version: 2.0.
|
|
3
|
+
version: 2.0.8
|
|
4
4
|
title: OMG Plan Council
|
|
5
5
|
description: Canonical council-style planning bundle for explicit, evidence-backed deep plans.
|
|
6
6
|
hosts:
|
|
@@ -8,7 +8,7 @@ hosts:
|
|
|
8
8
|
- codex
|
|
9
9
|
assets:
|
|
10
10
|
references:
|
|
11
|
-
- commands/OMG:deep-plan.md
|
|
11
|
+
- plugins/advanced/commands/OMG:deep-plan.md
|
|
12
12
|
invocation_policy:
|
|
13
13
|
user_invocable: true
|
|
14
14
|
model_invocable: false
|
package/runtime/adoption.py
CHANGED
|
@@ -11,7 +11,7 @@ CANONICAL_REPO_URL = "https://github.com/trac3er00/OMG"
|
|
|
11
11
|
CANONICAL_PACKAGE_NAME = "@trac3er/oh-my-god"
|
|
12
12
|
CANONICAL_PLUGIN_ID = "omg"
|
|
13
13
|
CANONICAL_MARKETPLACE_ID = "omg"
|
|
14
|
-
CANONICAL_VERSION = "2.0.
|
|
14
|
+
CANONICAL_VERSION = "2.0.8"
|
|
15
15
|
|
|
16
16
|
VALID_ADOPTION_MODES = ("omg-only", "coexist")
|
|
17
17
|
VALID_PRESETS = ("safe", "balanced", "interop", "labs")
|
package/runtime/api_twin.py
CHANGED
|
@@ -353,15 +353,15 @@ def _state_path(project_dir: str) -> Path:
|
|
|
353
353
|
def _load_state(project_dir: str) -> dict[str, Any]:
|
|
354
354
|
path = _state_path(project_dir)
|
|
355
355
|
if not path.exists():
|
|
356
|
-
return {"schema": "ApiTwinState", "version": "2.0.
|
|
356
|
+
return {"schema": "ApiTwinState", "version": "2.0.8", "contracts": {}, "fixtures": {}}
|
|
357
357
|
try:
|
|
358
358
|
payload = json.loads(path.read_text(encoding="utf-8"))
|
|
359
359
|
except (OSError, json.JSONDecodeError):
|
|
360
|
-
return {"schema": "ApiTwinState", "version": "2.0.
|
|
360
|
+
return {"schema": "ApiTwinState", "version": "2.0.8", "contracts": {}, "fixtures": {}}
|
|
361
361
|
if not isinstance(payload, dict):
|
|
362
|
-
return {"schema": "ApiTwinState", "version": "2.0.
|
|
362
|
+
return {"schema": "ApiTwinState", "version": "2.0.8", "contracts": {}, "fixtures": {}}
|
|
363
363
|
payload.setdefault("schema", "ApiTwinState")
|
|
364
|
-
payload.setdefault("version", "2.0.
|
|
364
|
+
payload.setdefault("version", "2.0.8")
|
|
365
365
|
payload.setdefault("contracts", {})
|
|
366
366
|
payload.setdefault("fixtures", {})
|
|
367
367
|
return payload
|