From fcae10a7294cd119fd85bf716ad60af2147d80bc Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Mon, 1 Jun 2026 03:02:48 +0300 Subject: docs: AGENTS.md: reflect rollout 1c default-branch rename (#81) --- AGENTS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 04a5ddb..52f0ad5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -22,12 +22,12 @@ OCaml library that parses, manipulates, and serializes VyOS 1.x and EdgeOS confi - Wrapped by an internal repository (OCaml→C shim producing `libvyosconfig0.so`) which is also vendored inside `vyos/vyos-1x/libvyosconfig/` as the canonical build source for the Debian package. - Consumed (via `libvyosconfig0`) by `vyos/vyos-1x`'s `python/vyos/configtree.py` (ctypes binding) and by the legacy C++ Vyatta layer. - `vyos/vyconf` (config-session daemon, OCaml) depends on this library directly. -- Live consumer of the generation-1 mirror pipeline (`pr-mirror-repo-sync.yml@current`). +- Live consumer of the generation-1 mirror pipeline (`pr-mirror-repo-sync.yml@production`). ## Conventions - Commit / PR title: `component: T12345: description` (Phorge ID mandatory). -- Default branch `current`; backports via `@Mergifyio backport `. -- Reusable workflows pinned `@current` — changes in `vyos/.github` ship immediately. +- Default branch `rolling`; backports via `@Mergifyio backport `. +- Reusable workflows pinned `@production` — changes in `vyos/.github` ship immediately. ## Notes for future contributors - This is a load-bearing library — every `commit` operation against VyOS goes through it. Add tests at the `libvyosconfig`/`vyos-1x` layers, not just locally. -- cgit v1.2.3