diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-08-12 21:56:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-12 21:56:59 +0300 |
| commit | bcecd765c51457cb832910097dc7fed53605f9b4 (patch) | |
| tree | 85de56c88f6ab7923b1848b4568c65b1174fdca7 /AGENTS.md | |
| parent | e696fc296fb70c8e5db008b672905c745d7c09c9 (diff) | |
| parent | 0e0ad13beb357b83faffcda48586641ebfd88b7b (diff) | |
| download | codecov-bcecd765c51457cb832910097dc7fed53605f9b4.tar.gz codecov-bcecd765c51457cb832910097dc7fed53605f9b4.zip | |
Merge pull request #1 from vyos/seed-content
seed: initial Codecov Global YAML + plumbing
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..fc6d9b6 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,21 @@ +# Repo context for AI assistants + +This repo holds the **Codecov Global YAML** for the `vyos` GitHub organization. + +## What lives here +- `codecov.yml` — the canonical, comment-free dashboard-paste payload. Mirror of + `https://app.codecov.io/account/gh/vyos/yaml`. +- `.github/workflows/validate.yml` — required CI check; POSTs the file to + `https://codecov.io/validate` on every PR and on pushes to `production`. +- `.mergify.yml` — extends central [vyos/mergify](https://github.com/vyos/mergify). +- `.coderabbit.yaml` — inherits from [vyos/coderabbit](https://github.com/vyos/coderabbit) + (`inheritance: true` is mandatory). +- `README.md` — change protocol + dashboard-paste discipline. + +## Change protocol +1. PRs only. No direct dashboard edits. +2. Keep `codecov.yml` comment-free — Codecov strips comments on dashboard save; any + explanatory content lives here in AGENTS.md or in README.md. +3. After merge to `production`, operator pastes from + `gh api 'repos/vyos/codecov/contents/codecov.yml?ref=production' -H "Accept: application/vnd.github.raw"` + into the dashboard. Repo is the source of truth; dashboard is a cache. |
