summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-06-01 03:03:38 +0300
committerGitHub <noreply@github.com>2026-06-01 03:03:38 +0300
commit3fa4d20b0ace8e2a7b4c2ddd64685c9a591d3aff (patch)
tree67df127abd2f50042d2b90aad02273492744a76b
parent7cc34b9247d92266d6ef2985f214145c10bef7d9 (diff)
downloadvyatta-bash-3fa4d20b0ace8e2a7b4c2ddd64685c9a591d3aff.tar.gz
vyatta-bash-3fa4d20b0ace8e2a7b4c2ddd64685c9a591d3aff.zip
docs: AGENTS.md: reflect rollout 1c default-branch rename (#38)
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index cf65519..fc296f9 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -33,7 +33,7 @@ Pre-dep of the legacy Vyatta config layer (`vyatta-cfg`, `vyatta-cfg-system` and
## Conventions
-- Default branch `current`. LTS branches when needed.
+- Default branch `rolling`. LTS branches when needed.
- Commit / PR title format: `component: T12345: description` (Phorge task ID at https://vyos.dev).
- Active workflows: `add-pr-labels.yml`, `auto-author-assign.yml`, `chceck-pr-message.yml` *(typo preserved)*, `check-pr-conflicts.yml`, `check-stale.yml`, `cla-check.yml`, `codeql.yml`, `pr-mirror-repo-sync.yml`, `trigger-rebuild-repo-package.yml`. Mirror pipeline IS wired up.
- Treat as upstream-vendored Bash; minimise diffs against the GNU Bash 4.1 baseline.