From e42debd8d2654b9c665598bbb0abed7b3bd2cd32 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 00:25:51 +0300 Subject: docs(agents): finish wrapping the 3 sagitta lines auto-wrap missed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous auto-wrap commit (6a5be2a4) wrapped the `## Project` prose but left 3 bullet lines in my diff still over 80 chars: - Source files L84 (90 chars) — `.md ... most of the tree`. - Source files L89 (176 chars) — `_include/.txt` description. - CI L226 (154 chars) — vyoslinter bullet. Wrapped each to ≤80 chars to keep new content consistent with the documented 80-char rule. 🤖 Generated by [robots](https://vyos.io) --- AGENTS.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index e5b3a76e..bb9da750 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -81,11 +81,14 @@ Mergify is configured at the org level (no `.mergify.yml` in the repo). The PR t ### Source files -- `docs//.md` — canonical MD source for migrated pages (most of the tree). +- `docs//.md` — canonical MD source for migrated pages + (most of the tree). - The two RST-only pages on this branch: `docs/cli.rst` and `docs/installation/cloud/aws.rst`. Both stayed RST due to converter issues at MyST-migration time and have not been revisited since. -- `docs/_include/.txt` — shared RST snippets included into MyST pages via `cmdincludemd`. Their content is parsed as RST so the legacy templates keep working unchanged. +- `docs/_include/.txt` — shared RST snippets included into MyST + pages via `cmdincludemd`. Their content is parsed as RST so the + legacy templates keep working unchanged. - `docs/_rst_legacy//rst-.rst` — archived pre-migration RST shadows of converted pages. Excluded from the Sphinx build and from the Context7 index. Reference only. @@ -220,7 +223,9 @@ serves and crawlers skip the redirect hop. ## CI -- **vyoslinter** (`scripts/doc-linter.py` in this repo, invoked via `.github/workflows/lint-doc.yml`) — line length and IP rules, on changed files only. +- **vyoslinter** (`scripts/doc-linter.py` in this repo, invoked via + `.github/workflows/lint-doc.yml`) — line length and IP rules, on + changed files only. - **Sphinx build** — runs on Read the Docs for every PR; preview URL appears as a check. - **CLA check** — contributors must sign the VyOS CLA before merge. - **Conflict check** — fails the PR if it doesn't merge cleanly into base. -- cgit v1.2.3