Contains resources and styleguides for coding agents.
rules.mdc contains Peerigon's universal coding principles and links to language-specific guides.
Put this in your project-specific rules file (like CLAUDE.md, .cursor/rules.mdc, etc.):
**Important**: You **must** follow [these rules](./node_modules/@peerigon/configs/ai/rules.mdc) and its language-specific rules referenced in that file.For large repositories, we recommend maintaining a repo-level routing document at docs/agent-routing.md to help agents find the right entrypoints quickly.
You can start from agent-routing.example.md and adapt it to your needs.
migrate-to.md provides step-by-step instructions for coding agents for migrating projects to use @peerigon/configs.
When improving Oxlint configs toward ESLint parity, agents should follow ../oxlint/improve-parity.prompt.md and update ../oxlint/GAPS.md.