Skip to the content.

Coding Ethos Docs

coding-ethos is policy as code for AI coding agents. It turns a repository’s engineering principles into generated agent instructions, CEL policy checks, Git hooks, MCP tools, SARIF output, runtime sandbox evidence, and CI gates.

coding-ethos MCP and SARIF demo

Start Here

AI Agent Policy Enforcement

coding-ethos is built for agentic development workflows where Codex, Claude Code, Gemini CLI, and human contributors need the same enforceable rules.

CEL Policy Language

CEL lets repos express narrow custom policies without adding a new Go evaluator for every rule. Principle-owned CEL policies live with the ETHOS principle they enforce.

SARIF And Code Scanning

SARIF turns local policy and static-analysis evidence into code-scanning, artifact, trend, and remediation workflows.

Hook And Tool Runtime