diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-01 03:02:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-01 03:02:48 +0300 |
| commit | fcae10a7294cd119fd85bf716ad60af2147d80bc (patch) | |
| tree | 6884f3c52f188deab0c500b060389e098747919f | |
| parent | 7e5e59d2ae50594ea8c4125bc13f3d4c6b4cd29e (diff) | |
| download | vyos1x-config-fcae10a7294cd119fd85bf716ad60af2147d80bc.tar.gz vyos1x-config-fcae10a7294cd119fd85bf716ad60af2147d80bc.zip | |
docs: AGENTS.md: reflect rollout 1c default-branch rename (#81)
| -rw-r--r-- | AGENTS.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 <branch>`. -- Reusable workflows pinned `@current` — changes in `vyos/.github` ship immediately. +- Default branch `rolling`; backports via `@Mergifyio backport <branch>`. +- 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. |
