summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-10 18:06:54 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-10 18:06:54 +0300
commite4b5ca7d2dae8a2d89fdfb0f55a67319bf6b35cc (patch)
tree0de13ab1a9ae1504ef1c46192b060363da69978c /AGENTS.md
parent17488fa2fd9434e6808f27e29ebbaf4352633ca8 (diff)
downloadvyos-documentation-e4b5ca7d2dae8a2d89fdfb0f55a67319bf6b35cc.tar.gz
vyos-documentation-e4b5ca7d2dae8a2d89fdfb0f55a67319bf6b35cc.zip
docs: refresh README + sweep stale `current` refs in AGENTS.md
- Rewrite README.md: drop Python 2 install dance, drop `sphinx-panels` (removed years ago), drop `sudo pip install` antipattern, replace with venv + requirements.txt path. Refresh the branch table to current naming, point contributors at AGENTS.md for the full guide. Refresh the docs status badge to reference `rolling` (was `latest`). - AGENTS.md: replace remaining `current` branch references with `rolling` in the branch table, the "PRs target …" line, and the RTD layout table Branch column. The default branch was renamed `current` → `rolling` on 2026-05-10 (commit 8dbf8b05 only swept CI). 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 462b47c9..923beae9 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -44,13 +44,13 @@ One long-lived branch per VyOS release line. Branch names are constellations sor
| Branch | VyOS version |
|--------|--------------|
-| `current` | rolling / 1.5+ (default branch — all new docs target this) |
+| `rolling` | rolling / 1.5+ (default branch — all new docs target this) |
| `circinus` | 1.5.x |
| `sagitta` | 1.4.x |
| `equuleus` | 1.3.x (legacy) |
| `crux` | 1.2.x (legacy) |
-PRs target `current`. After merge, request backports via Mergify comments on the PR:
+PRs target `rolling`. After merge, request backports via Mergify comments on the PR:
```
@Mergifyio backport circinus
@@ -190,7 +190,7 @@ table.
| Slug | Verbose | Branch | Role |
|---|---|---|---|
-| `rolling` | current | `current` | canonical for rolling/next major |
+| `rolling` | rolling | `rolling` | canonical for rolling/next major |
| `1.5` | circinus | `circinus` | canonical for current LTS |
| `1.4` | sagitta | `sagitta` | canonical for previous LTS |
| `1.3`, `1.2` | equuleus, crux | older | canonical for older releases |