{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "agent-discipline", "version": "0.0.1", "description": "trigger: edits without reading, unverified completion claims, weakened tests, dead code. avoid: skipping verification, deleting assertions, leaving unused code.", "author": { "name": "chock-core" }, "repository": "https://github.com/open-coder-ai/chock", "license": "Apache-2.0", "keywords": [ "chock", "policy-as-code", "rule", "advise" ], "extensions": { "io.github.open-coder-ai": { "manifest": "manifest.yaml", "artifact": "rule", "enforcement": "advise", "coverage_without_chock": "advisory" } } }