diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-10 20:43:52 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-10 20:43:52 +0300 |
| commit | 96e06fadd4790b43f51abaf11e6ec30fa698879f (patch) | |
| tree | 0c1165b9c54d5319093adcc615bf12e14f7c1720 /.github | |
| parent | 5c9373d0c6e0457f47a67425285f5a641575fffd (diff) | |
| download | vyos-documentation-96e06fadd4790b43f51abaf11e6ec30fa698879f.tar.gz vyos-documentation-96e06fadd4790b43f51abaf11e6ec30fa698879f.zip | |
docs: address review on context7 rules — op-mode set/add, edit-subtree
Three corrections from Copilot review on #1946:
Rule 2: Mode framing was technically wrong. `set ... ` is not
unique to config mode — op mode has its own `set`/`add` commands
for image management (`add system image`, `set system image
default-boot`). Replace the `set/delete/show` listing with mode
entry mechanics (`configure` enters config; op mode is the default
after login) and acknowledge image-mgmt commands live in op mode.
Rule 8: `add system image` and `set system image default-boot` are
operational-mode commands (verified: docs/installation/update.md
wraps `add system image` in `{opcmd}`; docs/installation/image.md
does the same for `set system image default-boot`). The upgrade
also is not in effect until reboot. Update to: op mode + reboot
to activate.
Rule 10: "Configuration is hierarchical — paths extend without
re-stating it" was misleading. At the top level (just after
`configure`), every `set`/`delete` line must include the full
path. Relative paths only work inside an `edit <subtree>` context.
The original phrasing would have led an LLM to omit parent nodes
and emit invalid CLI examples.
All revised rules verified ≤255 chars.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions
