summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-01 03:03:15 +0300
committerGitHub <noreply@github.com>2026-06-01 03:03:15 +0300
commit00da1e9888172fa94ec3df021fc6d61c7e72e02f (patch)
tree00b6512f96f8727c0743f0120c67008eed05da4f
parentd6bc37f2594dba6c5432f351b7282494514f5ffa (diff)
downloadlive-boot-00da1e9888172fa94ec3df021fc6d61c7e72e02f.tar.gz
live-boot-00da1e9888172fa94ec3df021fc6d61c7e72e02f.zip
docs: AGENTS.md: reflect rollout 1c default-branch rename (#22)
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 18339c4..887a870 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -34,7 +34,7 @@ Pre-dep of the live ISO. Consumed by `vyos/vyos-live-build` (the `live-build` fo
## Conventions
-- Default branch `current`. LTS branches `sagitta`/`circinus`/`equuleus` for backports.
+- Default branch `rolling`. LTS branches `sagitta`/`circinus`/`equuleus` for backports.
- Commit / PR title format: `component: T12345: description` (Phorge task ID at https://vyos.dev) — enforced via `vyos/.github` reusables (see workflows below).
- Active workflows: `cla-check.yml`, `pr-mirror-repo-sync.yml`, `trigger-rebuild-repo-package.yml`. So this repo IS wired into the mirror pipeline (sends PRs to an internal repository) and the rebuild-dispatch chain (notifies `vyos-build-packages` to rebuild on merge).