summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2026-05-22Add repo plumbing: AGENTS.md, Copilot instructions, CodeRabbit, MergifyYuriy Andamasov
- AGENTS.md: repo-level agent instructions (formerly CLAUDE.md convention; renamed under T8595). - .github/copilot-instructions.md: symlink to ../AGENTS.md; the VyOS fleet pattern for unifying Copilot instructions with the same source as the AGENTS.md file. - .coderabbit.yaml: inheritance: true, extends org central baseline, adds production, development, and task/.* to auto_review.base_branches. The central baseline is vyos-1x-shaped and does not cover this repo's production/development/task/* model — without this override, CR auto-review silently skips every PR in this repo. - .mergify.yml: extends org central baseline (extends: mergify). 🤖 Generated by [robots](https://vyos.io)