Skip to content

Commit 673f0e2

Browse files
fix(standards): fix markdownlint violations in agents guide
Add blank lines before lists in blockquotes (MD032). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c31a09a commit 673f0e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/docs/getting-started/agents.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@ If you do not want to commit DevRail files yet, you can paste instructions direc
5858
> You are working on a project that follows DevRail development standards (https://devrail.dev).
5959
>
6060
> **Key rules:**
61+
>
6162
> 1. Run `make check` before completing any task. This runs all linters, formatters, security scanners, and tests inside a Docker container.
6263
> 2. Use conventional commits: `type(scope): description`.
6364
> 3. Never install tools on the host. All tools run inside the `ghcr.io/devrail-dev/dev-toolchain:v1` container via `make` targets.
6465
> 4. Respect `.editorconfig` formatting rules.
6566
>
6667
> **Available `make` targets:**
68+
>
6769
> - `make lint` -- run linters
6870
> - `make format` -- check formatting
6971
> - `make test` -- run tests

0 commit comments

Comments
 (0)