You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document how to use custom Rego rules with poutine by:
- Adding a Custom Rules section to README.md with configuration
instructions and a complete working example
- Enhancing .poutine.sample.yml with detailed comments and
examples for the include directive
This addresses user requests for clarification on writing and
using custom rules at runtime.
Fixes#255
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: François Proulx <[email protected]>
Co-authored-by: Claude <[email protected]>
`poutine` can be integrated with AI coding assistants like Claude Code, Gemini, etc. through the Model Context Protocol (MCP). This allows AI assistants to analyze repositories and validate CI/CD pipelines directly from your development environment.
0 commit comments