@trac3er/oh-my-god 2.0.7 → 2.0.9
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/.gemini/settings.json +11 -0
- package/.kimi/mcp.json +11 -0
- package/CHANGELOG.md +17 -0
- package/OMG-setup.sh +1 -1
- package/OMG_COMPAT_CONTRACT.md +14 -1
- package/README.md +2 -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/commands/OMG:forge.md +92 -0
- package/build/lib/commands/OMG:mode.md +13 -13
- package/build/lib/commands/OMG:session-branch.md +17 -1
- package/build/lib/commands/OMG:session-fork.md +5 -1
- package/build/lib/commands/OMG:session-merge.md +5 -1
- package/build/lib/control_plane/openapi.yaml +1 -1
- package/build/lib/control_plane/server.py +4 -0
- package/build/lib/control_plane/service.py +55 -0
- package/build/lib/hooks/setup_wizard.py +21 -1
- package/build/lib/hooks/shadow_manager.py +25 -2
- package/build/lib/hooks/state_migration.py +3 -0
- 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/plugins/dephealth/cve_scanner.py +91 -0
- package/build/lib/plugins/dephealth/vuln_analyzer.py +7 -0
- 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 +84 -2
- package/build/lib/runtime/adoption.py +13 -5
- package/build/lib/runtime/api_twin.py +4 -4
- package/build/lib/runtime/artifact_parsers.py +161 -0
- package/build/lib/runtime/background_verification.py +48 -0
- package/build/lib/runtime/claim_judge.py +184 -7
- package/build/lib/runtime/contract_compiler.py +189 -9
- package/build/lib/runtime/ecosystem.py +1 -1
- package/build/lib/runtime/evidence_query.py +203 -0
- 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/build/lib/runtime/omg_mcp_server.py +19 -0
- package/build/lib/runtime/playwright_adapter.py +39 -0
- package/build/lib/runtime/proof_chain.py +136 -8
- package/build/lib/runtime/proof_gate.py +102 -0
- package/build/lib/runtime/providers/gemini_provider.py +7 -0
- package/build/lib/runtime/providers/kimi_provider.py +7 -0
- package/build/lib/runtime/repro_pack.py +292 -0
- package/build/lib/runtime/runtime_profile.py +87 -15
- package/build/lib/runtime/security_check.py +86 -3
- package/build/lib/runtime/test_intent_lock.py +47 -0
- package/build/lib/runtime/tracebank.py +33 -3
- package/build/lib/runtime/verification_loop.py +73 -0
- package/commands/OMG:forge.md +92 -0
- package/commands/OMG:mode.md +13 -13
- package/commands/OMG:session-branch.md +17 -1
- package/commands/OMG:session-fork.md +5 -1
- package/commands/OMG:session-merge.md +5 -1
- package/control_plane/openapi.yaml +1 -1
- package/control_plane/server.py +4 -0
- package/control_plane/service.py +55 -0
- 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/.gemini/settings.json +11 -0
- package/dist/enterprise/bundle/.kimi/mcp.json +11 -0
- package/dist/enterprise/bundle/.mcp.json +0 -22
- package/dist/enterprise/bundle/OMG_COMPAT_CONTRACT.md +14 -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 +84 -2
- package/dist/enterprise/bundle/settings.json +8 -3
- package/dist/enterprise/manifest.json +92 -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/incident-replay/SKILL.md +1 -1
- package/dist/public/bundle/.agents/skills/omg/incident-replay/openai.yaml +1 -1
- package/dist/public/bundle/.agents/skills/omg/lsp-pack/SKILL.md +1 -1
- package/dist/public/bundle/.agents/skills/omg/lsp-pack/openai.yaml +1 -1
- package/dist/public/bundle/.agents/skills/omg/mcp-fabric/SKILL.md +1 -1
- package/dist/public/bundle/.agents/skills/omg/mcp-fabric/openai.yaml +1 -1
- 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/preflight/SKILL.md +1 -1
- package/dist/public/bundle/.agents/skills/omg/preflight/openai.yaml +1 -1
- 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/remote-supervisor/SKILL.md +1 -1
- package/dist/public/bundle/.agents/skills/omg/remote-supervisor/openai.yaml +1 -1
- package/dist/public/bundle/.agents/skills/omg/robotics/SKILL.md +1 -1
- package/dist/public/bundle/.agents/skills/omg/robotics/openai.yaml +1 -1
- package/dist/public/bundle/.agents/skills/omg/secure-worktree-pipeline/SKILL.md +1 -1
- package/dist/public/bundle/.agents/skills/omg/secure-worktree-pipeline/openai.yaml +1 -1
- package/dist/public/bundle/.agents/skills/omg/security-check/SKILL.md +1 -1
- package/dist/public/bundle/.agents/skills/omg/security-check/openai.yaml +1 -1
- 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/.agents/skills/omg/tracebank/SKILL.md +1 -1
- package/dist/public/bundle/.agents/skills/omg/tracebank/openai.yaml +1 -1
- package/dist/public/bundle/.agents/skills/omg/vision/SKILL.md +1 -1
- package/dist/public/bundle/.agents/skills/omg/vision/openai.yaml +1 -1
- package/dist/public/bundle/.claude-plugin/marketplace.json +3 -3
- package/dist/public/bundle/.claude-plugin/plugin.json +1 -1
- package/dist/public/bundle/.gemini/settings.json +11 -0
- package/dist/public/bundle/.kimi/mcp.json +11 -0
- package/dist/public/bundle/.mcp.json +0 -22
- package/dist/public/bundle/OMG_COMPAT_CONTRACT.md +14 -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 +84 -2
- package/dist/public/bundle/settings.json +9 -4
- package/dist/public/manifest.json +112 -50
- package/docs/proof.md +7 -6
- package/hooks/setup_wizard.py +21 -1
- package/hooks/shadow_manager.py +25 -2
- package/hooks/state_migration.py +3 -0
- package/hud/omg-hud.mjs +66 -3
- 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/plugins/dephealth/cve_scanner.py +91 -0
- package/plugins/dephealth/vuln_analyzer.py +7 -0
- 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 +84 -2
- package/runtime/adoption.py +13 -5
- package/runtime/api_twin.py +4 -4
- package/runtime/artifact_parsers.py +161 -0
- package/runtime/background_verification.py +48 -0
- package/runtime/claim_judge.py +184 -7
- package/runtime/contract_compiler.py +189 -9
- package/runtime/ecosystem.py +1 -1
- package/runtime/evidence_query.py +203 -0
- 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/runtime/omg_mcp_server.py +19 -0
- package/runtime/playwright_adapter.py +39 -0
- package/runtime/proof_chain.py +136 -8
- package/runtime/proof_gate.py +102 -0
- package/runtime/providers/gemini_provider.py +7 -0
- package/runtime/providers/kimi_provider.py +7 -0
- package/runtime/repro_pack.py +292 -0
- package/runtime/runtime_profile.py +87 -15
- package/runtime/security_check.py +86 -3
- package/runtime/test_intent_lock.py +47 -0
- package/runtime/tracebank.py +33 -3
- package/runtime/verification_loop.py +73 -0
- package/scripts/omg.py +31 -4
- package/settings.json +8 -3
- package/tools/python_sandbox.py +9 -6
- package/tools/session_snapshot.py +146 -40
|
@@ -8,9 +8,13 @@ argument-hint: "--from <source-branch> [--into <target-branch>] [--preview]"
|
|
|
8
8
|
|
|
9
9
|
Merge one OMG state branch into another with automatic conflict detection.
|
|
10
10
|
|
|
11
|
+
## Scope Statement
|
|
12
|
+
|
|
13
|
+
**This command operates on `.omg/state/` only. It does NOT modify git history, workspace files, or conversation history.**
|
|
14
|
+
|
|
11
15
|
## Important
|
|
12
16
|
|
|
13
|
-
Merging is **OMG state only** — it merges branch metadata (`.omg/state/branches/<name>.json`). It does **not** merge conversations, context windows, or file system state. Think of it as combining the tracked state from two named branches.
|
|
17
|
+
Merging is **OMG state only** — it merges branch metadata (`.omg/state/branches/<name>.json`). It does **not** merge conversations, context windows, or file system state. Think of it as combining the tracked state from two named branches. Rollback restores OMG session state only, NOT git history or repo files.
|
|
14
18
|
|
|
15
19
|
## Usage
|
|
16
20
|
|
package/control_plane/server.py
CHANGED
|
@@ -50,6 +50,10 @@ _POST_ROUTE_TABLE = {
|
|
|
50
50
|
"/v1/registry/verify": ("registry_verify", True),
|
|
51
51
|
"/v2/lab/jobs": ("lab_jobs", False),
|
|
52
52
|
"/v1/lab/jobs": ("lab_jobs", True),
|
|
53
|
+
"/v2/trust/claim-judge": ("claim_judge", False),
|
|
54
|
+
"/v1/trust/claim-judge": ("claim_judge", True),
|
|
55
|
+
"/v2/trust/test-intent-lock": ("test_intent_lock", False),
|
|
56
|
+
"/v1/trust/test-intent-lock": ("test_intent_lock", True),
|
|
53
57
|
}
|
|
54
58
|
|
|
55
59
|
_GET_ROUTE_TABLE = {
|
package/control_plane/service.py
CHANGED
|
@@ -17,7 +17,9 @@ from lab.pipeline import run_pipeline
|
|
|
17
17
|
from registry.verify_artifact import verify_artifact
|
|
18
18
|
from runtime.guide_assert import guide_assert
|
|
19
19
|
from runtime.dispatcher import dispatch_runtime
|
|
20
|
+
from runtime.claim_judge import judge_claims
|
|
20
21
|
from runtime.security_check import run_security_check
|
|
22
|
+
from runtime.test_intent_lock import lock_intent, verify_intent
|
|
21
23
|
|
|
22
24
|
|
|
23
25
|
class ControlPlaneService:
|
|
@@ -103,6 +105,10 @@ class ControlPlaneService:
|
|
|
103
105
|
route_metadata=payload.get("route_metadata"),
|
|
104
106
|
trace_ids=payload.get("trace_ids"),
|
|
105
107
|
lineage=payload.get("lineage"),
|
|
108
|
+
claims=payload.get("claims"),
|
|
109
|
+
test_delta=payload.get("test_delta"),
|
|
110
|
+
browser_evidence_path=payload.get("browser_evidence_path"),
|
|
111
|
+
repro_pack_path=payload.get("repro_pack_path"),
|
|
106
112
|
)
|
|
107
113
|
return 202, {
|
|
108
114
|
"status": "accepted",
|
|
@@ -210,6 +216,55 @@ class ControlPlaneService:
|
|
|
210
216
|
result = run_pipeline(payload)
|
|
211
217
|
return 201 if result.get("status") in {"ready", "failed_evaluation"} else 400, result
|
|
212
218
|
|
|
219
|
+
def claim_judge(self, payload: dict[str, Any]) -> tuple[int, dict[str, Any]]:
|
|
220
|
+
claims = payload.get("claims")
|
|
221
|
+
if not isinstance(claims, list):
|
|
222
|
+
return 400, {
|
|
223
|
+
"status": "error",
|
|
224
|
+
"error_code": "INVALID_CLAIM_INPUT",
|
|
225
|
+
"message": "claims must be a list",
|
|
226
|
+
}
|
|
227
|
+
result = judge_claims(self.project_dir, claims)
|
|
228
|
+
return 200, result
|
|
229
|
+
|
|
230
|
+
def test_intent_lock(self, payload: dict[str, Any]) -> tuple[int, dict[str, Any]]:
|
|
231
|
+
action = str(payload.get("action", "")).strip()
|
|
232
|
+
|
|
233
|
+
if action == "lock":
|
|
234
|
+
intent = payload.get("intent")
|
|
235
|
+
if not isinstance(intent, dict):
|
|
236
|
+
return 400, {
|
|
237
|
+
"status": "error",
|
|
238
|
+
"error_code": "INVALID_INTENT_INPUT",
|
|
239
|
+
"message": "intent must be an object",
|
|
240
|
+
}
|
|
241
|
+
result = lock_intent(self.project_dir, intent)
|
|
242
|
+
return 200, result
|
|
243
|
+
|
|
244
|
+
if action == "verify":
|
|
245
|
+
lock_id = payload.get("lock_id")
|
|
246
|
+
results = payload.get("results")
|
|
247
|
+
if not isinstance(lock_id, str) or not lock_id.strip():
|
|
248
|
+
return 400, {
|
|
249
|
+
"status": "error",
|
|
250
|
+
"error_code": "INVALID_INTENT_INPUT",
|
|
251
|
+
"message": "lock_id is required for verify action",
|
|
252
|
+
}
|
|
253
|
+
if not isinstance(results, dict):
|
|
254
|
+
return 400, {
|
|
255
|
+
"status": "error",
|
|
256
|
+
"error_code": "INVALID_INTENT_INPUT",
|
|
257
|
+
"message": "results must be an object for verify action",
|
|
258
|
+
}
|
|
259
|
+
result = verify_intent(self.project_dir, lock_id, results)
|
|
260
|
+
return 200, result
|
|
261
|
+
|
|
262
|
+
return 400, {
|
|
263
|
+
"status": "error",
|
|
264
|
+
"error_code": "INVALID_INTENT_ACTION",
|
|
265
|
+
"message": f"Unknown action: {action!r}; expected 'lock' or 'verify'",
|
|
266
|
+
}
|
|
267
|
+
|
|
213
268
|
def scoreboard_baseline(self) -> tuple[int, dict[str, Any]]:
|
|
214
269
|
return 200, {
|
|
215
270
|
"generated_at": datetime.now(timezone.utc).isoformat(),
|
|
@@ -31,6 +31,12 @@ Every production action must emit evidence containing these fields:
|
|
|
31
31
|
- `omg/control-plane`
|
|
32
32
|
- `omg/mcp-fabric`
|
|
33
33
|
|
|
34
|
+
## Protected Planning Surface
|
|
35
|
+
|
|
36
|
+
Council planning skills are protected and explicit-invocation only:
|
|
37
|
+
|
|
38
|
+
- `omg/plan-council`
|
|
39
|
+
|
|
34
40
|
## Web Search Policy
|
|
35
41
|
|
|
36
42
|
- Prefer cached results over live network requests.
|
|
@@ -49,4 +55,4 @@ Every production action must emit evidence containing these fields:
|
|
|
49
55
|
|
|
50
56
|
- Rules: `protected_paths, explicit_invocation`
|
|
51
57
|
- Automations: `contract-compile, release-readiness`
|
|
52
|
-
- Require explicit invocation for production
|
|
58
|
+
- Require explicit invocation for protected production planning skills.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-claim-judge
|
|
3
|
+
description: "Evidence-backed claim validator for structured release and completion claims."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG Claim Judge
|
|
7
|
+
|
|
8
|
+
- Channel: `enterprise`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control`
|
|
11
|
+
- Evidence outputs: `.omg/evidence/claim-judge-*.json`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: omg-claim-judge
|
|
2
|
+
description: "Evidence-backed claim validator for structured release and completion claims."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: enterprise
|
|
6
|
+
bundle_id: claim-judge
|
|
7
|
+
title: "OMG Claim Judge"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
allowed_tools:
|
|
11
|
+
- "Read"
|
|
12
|
+
- "Grep"
|
|
13
|
+
- "Bash(python3:*)"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-plan-council
|
|
3
|
+
description: "Canonical council-style planning bundle for explicit, evidence-backed deep plans."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG Plan Council
|
|
7
|
+
|
|
8
|
+
- Channel: `enterprise`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control`
|
|
11
|
+
- Evidence outputs: `.omg/plans/deep-plan.md, .omg/plans/deep-plan.json, .omg/plans/dissent.json, .omg/evidence/plan-council.json`
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
name: omg-plan-council
|
|
2
|
+
description: "Canonical council-style planning bundle for explicit, evidence-backed deep plans."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: enterprise
|
|
6
|
+
bundle_id: plan-council
|
|
7
|
+
title: "OMG Plan Council"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
allowed_tools:
|
|
11
|
+
- "Read"
|
|
12
|
+
- "Grep"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-proof-gate
|
|
3
|
+
description: "Structured release proof gate that binds claims to required evidence artifacts and trace links."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG Proof Gate
|
|
7
|
+
|
|
8
|
+
- Channel: `enterprise`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control`
|
|
11
|
+
- Evidence outputs: `.omg/evidence/proof-gate-*.json`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: omg-proof-gate
|
|
2
|
+
description: "Structured release proof gate that binds claims to required evidence artifacts and trace links."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: enterprise
|
|
6
|
+
bundle_id: proof-gate
|
|
7
|
+
title: "OMG Proof Gate"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
allowed_tools:
|
|
11
|
+
- "Read"
|
|
12
|
+
- "Grep"
|
|
13
|
+
- "Bash(python3:*)"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: omg-test-intent-lock
|
|
3
|
+
description: "Structured test-delta guard that blocks weakened tests unless explicit override evidence is present."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# OMG Test Intent Lock
|
|
7
|
+
|
|
8
|
+
- Channel: `enterprise`
|
|
9
|
+
- Execution modes: `embedded, local_supervisor`
|
|
10
|
+
- MCP servers: `omg-control`
|
|
11
|
+
- Evidence outputs: `.omg/evidence/test-intent-lock-*.json`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: omg-test-intent-lock
|
|
2
|
+
description: "Structured test-delta guard that blocks weakened tests unless explicit override evidence is present."
|
|
3
|
+
allow_implicit_invocation: false
|
|
4
|
+
metadata:
|
|
5
|
+
channel: enterprise
|
|
6
|
+
bundle_id: test-intent-lock
|
|
7
|
+
title: "OMG Test Intent Lock"
|
|
8
|
+
mcp_servers:
|
|
9
|
+
- omg-control
|
|
10
|
+
allowed_tools:
|
|
11
|
+
- "Read"
|
|
12
|
+
- "Grep"
|
|
13
|
+
- "Bash(python3:*)"
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "OMG - Oh-My-God for Claude Code and supported agent hosts",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.8",
|
|
10
10
|
"homepage": "https://github.com/trac3er00/OMG",
|
|
11
11
|
"repository": "https://github.com/trac3er00/OMG"
|
|
12
12
|
},
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{
|
|
15
15
|
"name": "omg",
|
|
16
16
|
"description": "OMG plugin layer for Claude Code and supported agent hosts with native setup, orchestration, and interop.",
|
|
17
|
-
"version": "2.0.
|
|
17
|
+
"version": "2.0.8",
|
|
18
18
|
"source": "./",
|
|
19
19
|
"author": {
|
|
20
20
|
"name": "trac3er00"
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
]
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
|
-
"version": "2.0.
|
|
35
|
+
"version": "2.0.8"
|
|
36
36
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mcpServers": {
|
|
3
|
-
"context7": {
|
|
4
|
-
"command": "npx",
|
|
5
|
-
"args": [
|
|
6
|
-
"@upstash/context7-mcp@2.1.3"
|
|
7
|
-
]
|
|
8
|
-
},
|
|
9
3
|
"filesystem": {
|
|
10
4
|
"command": "npx",
|
|
11
5
|
"args": [
|
|
@@ -13,22 +7,6 @@
|
|
|
13
7
|
"."
|
|
14
8
|
]
|
|
15
9
|
},
|
|
16
|
-
"websearch": {
|
|
17
|
-
"command": "npx",
|
|
18
|
-
"args": [
|
|
19
|
-
"@zhafron/mcp-web-search@1.2.2"
|
|
20
|
-
]
|
|
21
|
-
},
|
|
22
|
-
"chrome-devtools": {
|
|
23
|
-
"command": "npx",
|
|
24
|
-
"args": [
|
|
25
|
-
"chrome-devtools-mcp@0.19.0"
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
"omg-memory": {
|
|
29
|
-
"type": "http",
|
|
30
|
-
"url": "http://127.0.0.1:8765/mcp"
|
|
31
|
-
},
|
|
32
10
|
"omg-control": {
|
|
33
11
|
"command": "python3",
|
|
34
12
|
"args": [
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: OMG Production Control Plane
|
|
3
|
-
version: 2.0.
|
|
3
|
+
version: 2.0.8
|
|
4
4
|
canonical_hosts:
|
|
5
5
|
- claude
|
|
6
6
|
- codex
|
|
7
|
+
- gemini
|
|
8
|
+
- kimi
|
|
7
9
|
status: active
|
|
8
10
|
---
|
|
9
11
|
|
|
@@ -11,6 +13,17 @@ status: active
|
|
|
11
13
|
|
|
12
14
|
`OMG_COMPAT_CONTRACT.md` is the normative human-readable contract for OMG capability bundles. Machine-readable manifests in `registry/bundles/` are executable inputs and must remain version-locked to this document.
|
|
13
15
|
|
|
16
|
+
## provider_tiers
|
|
17
|
+
|
|
18
|
+
OMG defines four canonical hosts and their host-rule contracts.
|
|
19
|
+
|
|
20
|
+
- `claude`: requires `compilation_targets`, `hooks`, `subagents`, and `skills`.
|
|
21
|
+
- `codex`: requires `compilation_targets`, `skills`, `agents_fragments`, `rules`, and `automations`.
|
|
22
|
+
- `gemini`: requires `compilation_targets`, `mcp`, `skills`, and `automations`.
|
|
23
|
+
- `kimi`: requires `compilation_targets`, `mcp`, `skills`, and `automations`.
|
|
24
|
+
|
|
25
|
+
Gemini and Kimi are canonical hosts for contract validation and policy declaration. Their contracts do not require Claude/Codex hook semantics.
|
|
26
|
+
|
|
14
27
|
## metadata
|
|
15
28
|
|
|
16
29
|
Every bundle must declare `id`, `kind`, `version`, `title`, `description`, `hosts`, and `assets`.
|
|
@@ -10,6 +10,9 @@ 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 public compatibility path to the canonical `plan-council` bundle.
|
|
14
|
+
Users invoke `/OMG:deep-plan`; the runtime routes to `plan-council` for execution.
|
|
15
|
+
|
|
13
16
|
## Step 1: Direction Discovery (MANDATORY)
|
|
14
17
|
|
|
15
18
|
Do not assume goals, constraints, or context. Extract direction from:
|
|
@@ -54,10 +57,12 @@ If DDD reference patterns exist (see .omg/knowledge/ or existing domain modules)
|
|
|
54
57
|
- Plan the new feature to MATCH the pattern
|
|
55
58
|
- Note any intentional deviations with WHY
|
|
56
59
|
|
|
57
|
-
## Step 3: Create the Deep Plan
|
|
60
|
+
## Step 3: Create the Deep Plan (Plan Council Artifacts)
|
|
58
61
|
|
|
59
|
-
|
|
62
|
+
Generate the canonical `plan-council` artifacts. Use Bash heredoc to write these files.
|
|
63
|
+
Required artifacts: `.omg/plans/deep-plan.md`, `.omg/plans/deep-plan.json`, `.omg/plans/dissent.json`, `.omg/evidence/plan-council.json`.
|
|
60
64
|
|
|
65
|
+
### Artifact 1: `.omg/plans/deep-plan.md` (Human-readable)
|
|
61
66
|
```markdown
|
|
62
67
|
# Deep Plan: [Feature Name]
|
|
63
68
|
Created: [date]
|
|
@@ -85,9 +90,9 @@ Key interfaces: [list the interfaces/types this touches]
|
|
|
85
90
|
3. [ ] [specific action]
|
|
86
91
|
4. [ ] [specific action]
|
|
87
92
|
|
|
88
|
-
### Phase 3: Integration +
|
|
93
|
+
### Phase 3: Integration + Verification [N files, ~M lines]
|
|
89
94
|
5. [ ] [specific action]
|
|
90
|
-
6. [ ]
|
|
95
|
+
6. [ ] Verification: /OMG:security-check [affected files]
|
|
91
96
|
|
|
92
97
|
### Phase 4: Verification
|
|
93
98
|
7. [ ] Tests: [what to test, how]
|
|
@@ -105,8 +110,48 @@ Key interfaces: [list the interfaces/types this touches]
|
|
|
105
110
|
## Files to Read Before Starting
|
|
106
111
|
1. [file] — [why: contains the reference pattern]
|
|
107
112
|
2. [file] — [why: defines the interface this must implement]
|
|
113
|
+
|
|
114
|
+
## Plan Council Requirements
|
|
115
|
+
### Assumptions
|
|
116
|
+
List your assumptions below:
|
|
117
|
+
- [Assumption 1]
|
|
118
|
+
- [Assumption 2]
|
|
119
|
+
|
|
120
|
+
### Objections and Dissent
|
|
121
|
+
Record any objections or dissent:
|
|
122
|
+
- [Dissent 1]
|
|
123
|
+
- [Dissent 2]
|
|
124
|
+
|
|
125
|
+
### Rollback Plan
|
|
126
|
+
Define the rollback plan:
|
|
127
|
+
- [Step 1 to revert]
|
|
128
|
+
- [Step 2 to revert]
|
|
129
|
+
|
|
130
|
+
### Verification Commands
|
|
131
|
+
List the verification commands:
|
|
132
|
+
- [Command 1]
|
|
133
|
+
- [Command 2]
|
|
134
|
+
|
|
135
|
+
### Evidence Requirements
|
|
136
|
+
Define the evidence requirements:
|
|
137
|
+
- [Requirement 1]
|
|
138
|
+
- [Requirement 2]
|
|
139
|
+
|
|
140
|
+
### What would falsify this plan?
|
|
141
|
+
Define what would falsify this plan:
|
|
142
|
+
- [Condition 1]
|
|
143
|
+
- [Condition 2]
|
|
108
144
|
```
|
|
109
145
|
|
|
146
|
+
### Artifact 2: `.omg/plans/deep-plan.json` (Machine-readable)
|
|
147
|
+
Include the full task plan, workflow stages, and metadata.
|
|
148
|
+
|
|
149
|
+
### Artifact 3: `.omg/plans/dissent.json` (Dissent log)
|
|
150
|
+
Record all objections, risks, and counter-arguments raised during planning.
|
|
151
|
+
|
|
152
|
+
### Artifact 4: `.omg/evidence/plan-council.json` (Planning evidence)
|
|
153
|
+
Record the planning process evidence, including tool outputs and validation results.
|
|
154
|
+
|
|
110
155
|
## Step 4: Present and Iterate
|
|
111
156
|
|
|
112
157
|
Show the plan to the user. Ask:
|
|
@@ -191,8 +236,8 @@ Rules:
|
|
|
191
236
|
- `production=ready` only when QA/simulation/final_test gates pass.
|
|
192
237
|
|
|
193
238
|
Persist this contract into planning artifacts:
|
|
194
|
-
- `.omg/
|
|
195
|
-
- `.omg/
|
|
239
|
+
- `.omg/plans/deep-plan.md` (human-readable plan)
|
|
240
|
+
- `.omg/plans/deep-plan.json` (machine-readable plan)
|
|
196
241
|
- include structured task metadata in the plan output (`stage`, `title`, `detail`, `source`).
|
|
197
242
|
|
|
198
243
|
## Integration with DDD
|
|
@@ -13,7 +13,7 @@ argument-hint: "[goal or optional path to .omg/idea.yml]"
|
|
|
13
13
|
|
|
14
14
|
## Step 2: Convert idea to execution plan
|
|
15
15
|
- Consume plan artifacts generated by `/OMG:deep-plan`.
|
|
16
|
-
- Require `.omg/
|
|
16
|
+
- Require `.omg/plans/deep-plan.md` and `.omg/plans/deep-plan.json` to already encode the business workflow contract.
|
|
17
17
|
- If missing, invoke `/OMG:deep-plan` first and return after those artifacts are created.
|
|
18
18
|
- Use the deep-plan workflow path and task metadata as the execution source of truth.
|
|
19
19
|
|
|
@@ -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
|