The layers
How they work together
You don’t have to use every layer, and they don’t duplicate work in a way that slows you down — each is a chance to resolve an issue earlier:- The IDE gives you the fastest feedback, while you’re still writing the code.
- The MCP server keeps AI-written code in policy at the moment it’s generated.
- Git hooks are the last local checkpoint before code leaves your machine.
- The PR gate is the shared, enforced checkpoint for the whole team.
Next steps
Running scans
The scan commands behind these layers.
Reading findings
Make sense of what a layer reports.