summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-01 03:02:56 +0300
committerGitHub <noreply@github.com>2026-06-01 03:02:56 +0300
commit84d607d069d89df064c44463a039893800bca40b (patch)
treeba8fcac08ec9761cea3d5394620718cbb2e9a408
parent9c13e268ae30c7a7d44b7cdfc66a35dbb3904ce4 (diff)
downloadvyos-cloud-init-84d607d069d89df064c44463a039893800bca40b.tar.gz
vyos-cloud-init-84d607d069d89df064c44463a039893800bca40b.zip
docs: AGENTS.md: reflect rollout 1c default-branch rename (#106)
-rw-r--r--AGENTS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 23a5f787..fc219025 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -38,9 +38,9 @@ make # see in-repo Makefile targets
## Conventions
- Commit/PR title: `component: T12345: description` (Phorge task ID at https://vyos.dev). Enforced via inherited reusables.
-- Workflows: `pr-mirror-repo-sync.yml`, `trigger-rebuild-repo-package.yml`, `cla-check.yml`, `stale.yml` (uses `vyos/.github@current` reusables).
+- Workflows: `pr-mirror-repo-sync.yml`, `trigger-rebuild-repo-package.yml`, `cla-check.yml`, `stale.yml` (uses `vyos/.github@production` reusables).
- License: dual Apache-2.0 / GPL-3 (inherited from upstream `cloud-init`).
-- Default branch: `current`. Pull from upstream `canonical/cloud-init` via merge or rebase, preserve VyOS-specific deltas.
+- Default branch: `rolling`. Pull from upstream `canonical/cloud-init` via merge or rebase, preserve VyOS-specific deltas.
## Notes for future contributors
- Keep VyOS-specific changes minimal and clearly delineated to ease upstream merges.