diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-02 18:32:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-02 18:32:59 +0300 |
| commit | 3fa626ad97fda25f9ddbddd8106c652b2698518a (patch) | |
| tree | e9022a04c589de89db8c2a1037665433bd58e672 | |
| parent | 93bb5f321cdad490f2e61ef29e17907ebd5645b5 (diff) | |
| download | vyos-documentation-3fa626ad97fda25f9ddbddd8106c652b2698518a.tar.gz vyos-documentation-3fa626ad97fda25f9ddbddd8106c652b2698518a.zip | |
docs: expand Context7 branch-to-version mapping rule (#2126)rolling
* docs: expand Context7 branch-to-version mapping rule
Rule 29 in context7.json only mapped circinus (1.5.x) and sagitta
(1.4.x). Expand it to the full branch-to-version table matching
AGENTS.md: rolling (1.5+), circinus (1.5.x LTS), sagitta (1.4.x LTS),
equuleus (1.3.x legacy), crux (1.2.x legacy).
🤖 Generated by [robots](https://vyos.io)
* docs: correct rolling branch version in Context7 mapping
CodeRabbit review: `rolling` was described as "1.5+", but circinus is
already the 1.5 LTS line, so rolling tracks the next major (1.6+), not
1.5. Fix the rolling entry accordingly.
🤖 Generated by [robots](https://vyos.io)
| -rw-r--r-- | context7.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/context7.json b/context7.json index 804004b2..cdbde9f9 100644 --- a/context7.json +++ b/context7.json @@ -26,7 +26,7 @@ "Documentation sources are MyST Markdown (.md). Cite and link to the .md form.", "VyOS has two CLI modes: configuration mode (entered via `configure`; for `set`/`delete`/`commit`/`save` and config-state `show`) and operational mode (default after login; for `show`, `monitor`, plus image-mgmt like `add system image`). Do not mix.", "Configuration commands are wrapped in `cfgcmd` fenced blocks; operational commands in `opcmd` fenced blocks. Treat these as authoritative command syntax.", - "Branch `rolling` tracks the rolling release and the next stable line. Branch `circinus` tracks 1.5.x. Branch `sagitta` tracks 1.4.x. Always cite version-appropriate documentation.", + "Branch-to-version mapping (cite version-appropriate docs): `rolling` = rolling / next major, 1.6+ (default); `circinus` = 1.5.x (current LTS); `sagitta` = 1.4.x (previous LTS); `equuleus` = 1.3.x (legacy); `crux` = 1.2.x (legacy).", "Do not invent CLI commands. If a command isn't in the docs, say so rather than guess — VyOS syntax is strict and unknown commands fail validation at commit time.", "Use reserved documentation IP space in examples: 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24 (RFC 5737), 2001:db8::/32 (RFC 3849). Never use real or RFC1918 addresses.", "`commit` activates pending `set`/`delete` changes and runs validation (errors = no change applied); `save` persists across reboot. Verify with `show <node>` (config mode) or `show configuration commands` (op mode). Always include `commit` and `save`.", |
