@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,115 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Intelligent session transfer — captures WHAT was done, HOW it was done, and WHY decisions were made. Works across platforms (Claude Code → Claude.ai).
|
|
3
|
+
allowed-tools: Read, Write, Edit, MultiEdit, Bash(git:*), Bash(cat:*), Bash(wc:*), Bash(find:*), Bash(mkdir:*), Bash(tee:*), Grep, Glob
|
|
4
|
+
argument-hint: "[optional: --portable for cross-platform, or reason for handoff]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /OMG:handoff — Intelligent Session Transfer
|
|
8
|
+
|
|
9
|
+
## Size Budget (CRITICAL)
|
|
10
|
+
- handoff.md: **≤ 60 lines** (briefing, not data dump)
|
|
11
|
+
- handoff-portable.md: **≤ 100 lines** (fits most context windows)
|
|
12
|
+
- If a section grows too long, SUMMARIZE — don't truncate mid-sentence
|
|
13
|
+
|
|
14
|
+
## Philosophy
|
|
15
|
+
A handoff is NOT a data dump. It's a **briefing** for the next session.
|
|
16
|
+
The next Claude (in ANY platform) should read this and know EXACTLY:
|
|
17
|
+
1. What was the goal
|
|
18
|
+
2. What was accomplished (with evidence)
|
|
19
|
+
3. What decisions were made and WHY
|
|
20
|
+
4. What failed and WHY (so it doesn't repeat)
|
|
21
|
+
5. The single most important next action
|
|
22
|
+
|
|
23
|
+
## Step 1: Gather Intelligence
|
|
24
|
+
|
|
25
|
+
Read these (silently, don't dump to user):
|
|
26
|
+
- .omg/state/profile.yaml or project.md (project identity)
|
|
27
|
+
- .omg/state/working-memory.md or _plan.md + _checklist.md (task state)
|
|
28
|
+
- .omg/state/ledger/failure-tracker.json (what failed)
|
|
29
|
+
- .omg/state/ledger/tool-ledger.jsonl (last 20 entries for activity summary)
|
|
30
|
+
- git diff --stat + git log --oneline -5 (what changed)
|
|
31
|
+
|
|
32
|
+
## Step 2: Synthesize — Write .omg/state/handoff.md
|
|
33
|
+
|
|
34
|
+
DO NOT copy-paste raw data. SYNTHESIZE into this structure (≤ 60 lines total):
|
|
35
|
+
|
|
36
|
+
```markdown
|
|
37
|
+
# Handoff — [date]
|
|
38
|
+
|
|
39
|
+
## Goal
|
|
40
|
+
[1 sentence: what we're trying to achieve]
|
|
41
|
+
|
|
42
|
+
## What Was Done (with evidence)
|
|
43
|
+
- [action]: [result] (verified: [command, exit code])
|
|
44
|
+
Total: [N] files changed, [M] lines
|
|
45
|
+
|
|
46
|
+
## Key Decisions (preserve these)
|
|
47
|
+
- Chose [X] over [Y] because [reason]
|
|
48
|
+
|
|
49
|
+
## What Failed (don't repeat these)
|
|
50
|
+
- [Approach A]: failed because [root cause]
|
|
51
|
+
|
|
52
|
+
## Current State
|
|
53
|
+
Branch: [name] | Uncommitted: [N files]
|
|
54
|
+
Checklist: [done]/[total] steps
|
|
55
|
+
|
|
56
|
+
## Exact Next Step
|
|
57
|
+
[Single most important action with specific instructions]
|
|
58
|
+
Read [specific file] first, then [specific action]
|
|
59
|
+
|
|
60
|
+
## Files to Read on Resume
|
|
61
|
+
1. .omg/state/profile.yaml (project identity)
|
|
62
|
+
2. .omg/state/handoff.md (this file)
|
|
63
|
+
3. [specific file relevant to next step]
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
## Step 3: Generate Portable Version (≤ 100 lines)
|
|
67
|
+
|
|
68
|
+
ALWAYS also generate `.omg/state/handoff-portable.md` — a **self-contained** version that works
|
|
69
|
+
when pasted into Claude.ai, ChatGPT, or any AI chat without file access.
|
|
70
|
+
|
|
71
|
+
Portable version differences:
|
|
72
|
+
- **Include** project identity inline (language, framework, key conventions) — no file references
|
|
73
|
+
- **Include** the relevant code context (key interfaces, schemas, or config) — the next AI can't Read files
|
|
74
|
+
- **Replace** "Read file X" with actual excerpts of the critical parts
|
|
75
|
+
- **Total ≤ 100 lines** (fits in most context windows)
|
|
76
|
+
|
|
77
|
+
## Step 4: Write Files
|
|
78
|
+
|
|
79
|
+
**IMPORTANT: File write method — prevents "Error writing file".**
|
|
80
|
+
|
|
81
|
+
First ensure directory exists:
|
|
82
|
+
```
|
|
83
|
+
mkdir -p .omg/state
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
Then write with `Write` tool. **If Write fails** (file already exists), use Bash heredoc:
|
|
87
|
+
```bash
|
|
88
|
+
cat > .omg/state/handoff.md << 'HANDOFF_EOF'
|
|
89
|
+
[content here]
|
|
90
|
+
HANDOFF_EOF
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
Do the same for handoff-portable.md.
|
|
94
|
+
|
|
95
|
+
## Step 5: Present BOTH Versions
|
|
96
|
+
|
|
97
|
+
```
|
|
98
|
+
Handoff ready:
|
|
99
|
+
📁 .omg/state/handoff.md ([N] lines) — for Claude Code sessions
|
|
100
|
+
📋 .omg/state/handoff-portable.md ([N] lines) — for Claude.ai / other platforms
|
|
101
|
+
|
|
102
|
+
To continue in Claude Code:
|
|
103
|
+
"Read .omg/state/profile.yaml and .omg/state/handoff.md, continue where I left off."
|
|
104
|
+
|
|
105
|
+
To continue in Claude.ai (copy-paste the portable version):
|
|
106
|
+
[Show the user the full content of handoff-portable.md so they can copy it]
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
## Anti-patterns
|
|
110
|
+
- Don't dump raw file contents into handoff (synthesize)
|
|
111
|
+
- Don't list every tool call (summarize activity)
|
|
112
|
+
- Don't include full error output (root cause only)
|
|
113
|
+
- Don't make the portable version reference files it can't access
|
|
114
|
+
- Don't exceed 60 lines / 100 lines budget
|
|
115
|
+
- Don't use Write tool alone if the file already exists — fallback to Bash heredoc
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Create a reusable skill from a pattern you just did. Auto-detects repetitive work and offers to skill-ify it.
|
|
3
|
+
allowed-tools: Read, Write, Edit, MultiEdit, Bash(git:*), Bash(cat:*), Bash(find:*), Bash(ls:*), Bash(mkdir:*), Bash(tee:*), Grep, Glob
|
|
4
|
+
argument-hint: "[skill name] or 'auto' to detect from recent work"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /OMG:learn — Auto-Skill Creator
|
|
8
|
+
|
|
9
|
+
## What This Does
|
|
10
|
+
Takes something you just did (test pattern, implementation approach, debugging method)
|
|
11
|
+
and turns it into a reusable Claude Code skill that activates automatically next time.
|
|
12
|
+
|
|
13
|
+
## Usage
|
|
14
|
+
|
|
15
|
+
### Manual: /OMG:learn [skill-name]
|
|
16
|
+
Claude asks you what the pattern is and creates a skill.
|
|
17
|
+
|
|
18
|
+
### Auto: /OMG:learn auto
|
|
19
|
+
Claude analyzes recent tool-ledger entries to detect repetitive patterns.
|
|
20
|
+
|
|
21
|
+
## Step 1: Detect Pattern
|
|
22
|
+
|
|
23
|
+
### If "auto":
|
|
24
|
+
Read .omg/state/ledger/tool-ledger.jsonl (last 50 entries).
|
|
25
|
+
Look for:
|
|
26
|
+
- Same file types being created repeatedly (e.g., always creating .test.ts with same structure)
|
|
27
|
+
- Same command sequences repeated (e.g., lint → typecheck → test → format)
|
|
28
|
+
- Same file reading patterns (e.g., always reading ARCHITECTURE_TOC.md before edits)
|
|
29
|
+
- Same error→fix sequences (e.g., import error → add import → retry)
|
|
30
|
+
|
|
31
|
+
Present findings: "I noticed you repeatedly [pattern]. Want me to make this a skill?"
|
|
32
|
+
|
|
33
|
+
### If manual:
|
|
34
|
+
Ask: "Describe the pattern you want to save. What triggers it? What should happen?"
|
|
35
|
+
|
|
36
|
+
## Step 2: Create Skill
|
|
37
|
+
|
|
38
|
+
Skills live in: ~/.config/omg/skills/ (personal) or .omg/skills/ (project)
|
|
39
|
+
|
|
40
|
+
```
|
|
41
|
+
~/.config/omg/skills/[skill-name]/
|
|
42
|
+
├── SKILL.md # Instructions Claude follows
|
|
43
|
+
├── templates/ # Template files (optional)
|
|
44
|
+
└── scripts/ # Helper scripts (optional)
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### SKILL.md Format:
|
|
48
|
+
```markdown
|
|
49
|
+
# [Skill Name]
|
|
50
|
+
|
|
51
|
+
## When to activate
|
|
52
|
+
[Trigger conditions — what keywords, file types, or situations activate this]
|
|
53
|
+
|
|
54
|
+
## Steps
|
|
55
|
+
1. [Step 1]
|
|
56
|
+
2. [Step 2]
|
|
57
|
+
...
|
|
58
|
+
|
|
59
|
+
## Templates
|
|
60
|
+
[If the skill creates files, include template content or reference templates/]
|
|
61
|
+
|
|
62
|
+
## Quality check
|
|
63
|
+
[How to verify the skill worked correctly]
|
|
64
|
+
|
|
65
|
+
## Examples
|
|
66
|
+
[1-2 examples of good output]
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
## Step 3: Register
|
|
70
|
+
|
|
71
|
+
Add skill to .omg/skills-index.json:
|
|
72
|
+
```json
|
|
73
|
+
{
|
|
74
|
+
"skills": [
|
|
75
|
+
{
|
|
76
|
+
"name": "api-test-pattern",
|
|
77
|
+
"trigger": ["test", "api", "endpoint"],
|
|
78
|
+
"path": "~/.config/omg/skills/api-test-pattern/SKILL.md",
|
|
79
|
+
"description": "Creates API endpoint tests with auth, validation, edge cases"
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
## Step 4: Verify
|
|
86
|
+
- Create a test invocation
|
|
87
|
+
- Confirm the skill produces correct output
|
|
88
|
+
- Tell user: "Skill '[name]' saved. It'll activate when you [trigger condition]."
|
|
89
|
+
|
|
90
|
+
## Built-in Skill Candidates (suggest these)
|
|
91
|
+
When detecting patterns, especially look for:
|
|
92
|
+
- **Test patterns**: How tests are structured for this project
|
|
93
|
+
- **Component patterns**: How new React/Vue/etc components are created
|
|
94
|
+
- **API patterns**: How new endpoints are added (route + handler + validation + test)
|
|
95
|
+
- **Migration patterns**: How DB migrations are created and verified
|
|
96
|
+
- **PR patterns**: How PRs are structured (description, checklist, labels)
|
|
97
|
+
- **Debug patterns**: Project-specific debugging steps (log locations, common fixes)
|
|
98
|
+
|
|
99
|
+
## Aggregated Patterns (Auto)
|
|
100
|
+
When you run `/OMG:learn auto`, OMG reads all learning files from `.omg/state/learnings/` and generates `.omg/knowledge/critical-patterns.md` with your top tool and file patterns.
|
|
101
|
+
|
|
102
|
+
Run: `python3 -c "import sys; sys.path.insert(0,'hooks'); from _learnings import save_critical_patterns; save_critical_patterns('.')"`
|
|
103
|
+
## File Write Fallback
|
|
104
|
+
If `Write` fails (file exists), use `Edit` or Bash heredoc:
|
|
105
|
+
```bash
|
|
106
|
+
cat > path/to/skill.md << 'SKILLEOF'
|
|
107
|
+
[content]
|
|
108
|
+
SKILLEOF
|
|
109
|
+
```
|
|
110
|
+
Always READ the file after writing to verify changes.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Open-source maintainer workflow — issue triage, release notes, review assistance, impact evidence pack
|
|
3
|
+
allowed-tools: Read, Write, Edit, MultiEdit, Grep, Glob, Bash(git:*), Bash(rg:*), Bash(find:*), Bash(cat:*), Bash(ls:*)
|
|
4
|
+
argument-hint: "[triage|release|review|impact]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /OMG:maintainer — OSS Maintainer Kit
|
|
8
|
+
|
|
9
|
+
## Modes
|
|
10
|
+
1. `triage`: summarize new issues, propose labels/priority/owner.
|
|
11
|
+
2. `release`: draft release notes from recent commits and notable changes.
|
|
12
|
+
3. `review`: review open changes with risk tags and test gaps.
|
|
13
|
+
4. `impact`: generate Ecosystem Impact evidence draft.
|
|
14
|
+
|
|
15
|
+
## Ecosystem Impact Evidence Pack
|
|
16
|
+
Create `.omg/evidence/oss-impact.json` with:
|
|
17
|
+
- `activity`: commits/reviews/releases in recent window
|
|
18
|
+
- `dependents`: direct/transitive usage indicators (if available)
|
|
19
|
+
- `stability`: test pass/fail trend and security findings
|
|
20
|
+
- `adoption_signals`: downloads/stars/changelog cadence (factual only)
|
|
21
|
+
- `summary_500_words`: draft narrative for application forms
|
|
22
|
+
|
|
23
|
+
## Integrity Policy
|
|
24
|
+
- Never fabricate stats.
|
|
25
|
+
- Never suggest metric manipulation (stars/download inflation).
|
|
26
|
+
- Mark unknown metrics as `unverified`.
|
|
27
|
+
|
|
28
|
+
## Output format
|
|
29
|
+
- Findings first
|
|
30
|
+
- Risks and unknowns
|
|
31
|
+
- Actionable next 3 maintainer tasks
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Start Ralph autonomous loop — continues working until all tasks complete or max iterations reached."
|
|
3
|
+
allowed-tools: Read, Write, Edit, Bash, Grep, Glob
|
|
4
|
+
argument-hint: "[goal description]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /OMG:ralph-start — Start Ralph Autonomous Loop
|
|
8
|
+
|
|
9
|
+
## Purpose
|
|
10
|
+
Starts a Ralph loop that autonomously continues working until all tasks in the goal are complete or max iterations reached.
|
|
11
|
+
|
|
12
|
+
## Usage
|
|
13
|
+
```
|
|
14
|
+
/OMG:ralph-start [goal description]
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## How it Works
|
|
18
|
+
1. Ask the user for a goal description if not provided
|
|
19
|
+
2. Create `.omg/state/ralph-loop.json` with:
|
|
20
|
+
- `active: true`
|
|
21
|
+
- `iteration: 0`
|
|
22
|
+
- `max_iterations: 50`
|
|
23
|
+
- `original_prompt: [goal]`
|
|
24
|
+
- `started_at: [ISO8601 timestamp]`
|
|
25
|
+
- `checklist_path: ".omg/state/_checklist.md"` (if exists)
|
|
26
|
+
3. Confirm: "Ralph loop started. Will continue working on: [goal]"
|
|
27
|
+
|
|
28
|
+
## State File Format
|
|
29
|
+
```json
|
|
30
|
+
{
|
|
31
|
+
"active": true,
|
|
32
|
+
"iteration": 0,
|
|
33
|
+
"max_iterations": 50,
|
|
34
|
+
"original_prompt": "fix all failing tests",
|
|
35
|
+
"started_at": "2026-02-28T10:00:00Z",
|
|
36
|
+
"checklist_path": ".omg/state/_checklist.md"
|
|
37
|
+
}
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## Stop Condition
|
|
41
|
+
- Reaches max_iterations (50 by default)
|
|
42
|
+
- User runs `/OMG:ralph-stop`
|
|
43
|
+
- User deletes `.omg/state/ralph-loop.json`
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Stop Ralph autonomous loop — deactivates the state file."
|
|
3
|
+
allowed-tools: Read, Write, Edit, Bash
|
|
4
|
+
argument-hint: ""
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /OMG:ralph-stop — Stop Ralph Autonomous Loop
|
|
8
|
+
|
|
9
|
+
## Purpose
|
|
10
|
+
Stops an active Ralph loop by deactivating the state file.
|
|
11
|
+
|
|
12
|
+
## Usage
|
|
13
|
+
```
|
|
14
|
+
/OMG:ralph-stop
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## How it Works
|
|
18
|
+
1. Read `.omg/state/ralph-loop.json`
|
|
19
|
+
2. Set `active: false` in the state file (preserve iteration count for review)
|
|
20
|
+
3. Report: "Ralph loop stopped after N iterations. Gomg was: [original_prompt]"
|
|
21
|
+
|
|
22
|
+
## If No Active Loop
|
|
23
|
+
Report: "No active Ralph loop found. Nothing to stop."
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Deprecated alias to OMG's canonical security-check pipeline.
|
|
3
|
+
allowed-tools: Read, Grep, Glob, Bash(python3:*), Bash(rg:*)
|
|
4
|
+
argument-hint: "[path or '.' for the current project]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /OMG:security-review — Deprecated Alias
|
|
8
|
+
|
|
9
|
+
`/OMG:security-review` remains available only for compatibility.
|
|
10
|
+
|
|
11
|
+
Use `/OMG:security-check` instead. The canonical pipeline now owns:
|
|
12
|
+
|
|
13
|
+
- normalized security findings
|
|
14
|
+
- dependency and AST enrichment
|
|
15
|
+
- evidence-ready provenance and trust scores
|
|
16
|
+
- reuse across CLI, compat routing, control plane, MCP, and ship flows
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Structured multi-step reasoning using sequential-thinking tool for complex debugging and planning.
|
|
3
|
+
allowed-tools: sequential-thinking_sequentialthinking, Read, Grep, Glob
|
|
4
|
+
argument-hint: "[problem statement to reason through]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /OMG:sequential-thinking
|
|
8
|
+
|
|
9
|
+
Use the sequential-thinking tool when the task needs explicit step-by-step reasoning,
|
|
10
|
+
branching, and hypothesis verification.
|
|
11
|
+
|
|
12
|
+
Execution contract:
|
|
13
|
+
- Start with an initial thought budget
|
|
14
|
+
- Revise or branch when new evidence appears
|
|
15
|
+
- End only when a verified conclusion is reached
|
|
16
|
+
|
|
17
|
+
Output contract:
|
|
18
|
+
- Return final conclusion
|
|
19
|
+
- Return key assumptions
|
|
20
|
+
- Return verification steps used
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Ship pipeline — Idea -> Plan -> Execute -> Evidence -> PR-ready summary
|
|
3
|
+
allowed-tools: Read, Write, Edit, MultiEdit, Grep, Glob, Bash(git:*), Bash(rg:*), Bash(find:*), Bash(cat:*), Bash(python3:*), Bash(pytest:*), Bash(npm test:*), Bash(go test:*), Bash(cargo test:*), Bash(jest:*), Bash(vitest:*)
|
|
4
|
+
argument-hint: "[goal or optional path to .omg/idea.yml]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# /OMG:ship — Idea -> Evidence -> PR
|
|
8
|
+
|
|
9
|
+
## Step 1: Load idea contract
|
|
10
|
+
- Prefer `.omg/idea.yml`.
|
|
11
|
+
- If missing, scaffold from `~/.claude/templates/omg/idea.yml` and ask user for minimum fields:
|
|
12
|
+
- `goal`, `constraints`, `acceptance`, `risk`, `evidence_required`.
|
|
13
|
+
|
|
14
|
+
## Step 2: Convert idea to execution plan
|
|
15
|
+
- Consume plan artifacts generated by `/OMG:deep-plan`.
|
|
16
|
+
- Require `.omg/plans/deep-plan.md` and `.omg/plans/deep-plan.json` to already encode the business workflow contract.
|
|
17
|
+
- If missing, invoke `/OMG:deep-plan` first and return after those artifacts are created.
|
|
18
|
+
- Use the deep-plan workflow path and task metadata as the execution source of truth.
|
|
19
|
+
|
|
20
|
+
## Step 3: Execute with Shadow + Evidence discipline
|
|
21
|
+
- Implement changes.
|
|
22
|
+
- Run verification commands.
|
|
23
|
+
- Build an evidence pack at `.omg/evidence/<run-id>.json` containing:
|
|
24
|
+
- `tests[]`, `security_scans[]`, `diff_summary`, `reproducibility`, `unresolved_risks[]`.
|
|
25
|
+
|
|
26
|
+
## Step 4: Security and trust checks
|
|
27
|
+
- Run `/OMG:security-check` for auth/payment/database/sensitive changes.
|
|
28
|
+
- If config/hook/MCP changes are involved, ensure trust manifest is updated at `.omg/trust/manifest.lock.json`.
|
|
29
|
+
|
|
30
|
+
## Step 5: PR-ready output
|
|
31
|
+
Return:
|
|
32
|
+
1. Goal and scope delivered
|
|
33
|
+
2. Files changed
|
|
34
|
+
3. Verification evidence (command + exit code)
|
|
35
|
+
4. Risks/unknowns
|
|
36
|
+
5. Suggested PR title + body
|
|
37
|
+
|
|
38
|
+
## Full-power sub-agent protocol
|
|
39
|
+
- Prefer parallel background sub-agent launches for independent workstreams.
|
|
40
|
+
- Do not finalize until every launched track is collected via `background_output`.
|
|
41
|
+
- Use `sequential-thinking` to reconcile conflicts and enforce execution order.
|
|
42
|
+
|
|
43
|
+
## Anti-patterns
|
|
44
|
+
- Do not claim done without evidence.
|
|
45
|
+
- Do not edit tests to hide product bugs.
|
|
46
|
+
- Do not skip trust review for `.claude/.omg` or MCP changes.
|
|
@@ -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
|