summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <andamasov@gmail.com>2026-06-01 03:02:52 +0300
committerGitHub <noreply@github.com>2026-06-01 03:02:52 +0300
commit0a2ec2b6440653da0eccb91fbb77493f518acc21 (patch)
treeb34bf8a7ebf94e83c301f9671372da73a7151bbc
parent5c604df2fc376e7f325e0b24c02feac6c3d1083d (diff)
downloadvyos-http-api-tools-0a2ec2b6440653da0eccb91fbb77493f518acc21.tar.gz
vyos-http-api-tools-0a2ec2b6440653da0eccb91fbb77493f518acc21.zip
docs: AGENTS.md: reflect rollout 1c default-branch rename (#51)
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index e7bb274..f46a560 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -31,7 +31,7 @@ No application-level test runner — the package is exercised at runtime by `vyo
## Conventions
- Commit/PR title: `component: T12345: description` (Phorge task ID at https://vyos.dev). Enforced by `check-pr-message.yml` reusable.
-- Workflows: `pr-mirror-repo-sync.yml`, `trigger-rebuild-repo-package.yml`, `codeql.yml`, `cla-check.yml` (all `vyos/.github@current` reusables).
+- Workflows: `pr-mirror-repo-sync.yml`, `trigger-rebuild-repo-package.yml`, `codeql.yml`, `cla-check.yml` (all `vyos/.github@production` reusables).
- Bumping `requirements.in` → regenerate `requirements.txt` via `pip-compile` (`pip-tools`) in the same PR. Pin full graph for reproducible builds.
## Notes for future contributors