Skip to content

Commit eab90a5

Browse files
committed
AGENTS.md: add Documentation section pointing at docs/ structure
1 parent a0391c5 commit eab90a5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ changes softened by a backwards-compatibility shim. Include:
131131
Search for related sections in the migration guide and group related changes together
132132
rather than adding new standalone sections.
133133

134+
## Documentation
135+
136+
When a change affects public API or user-visible behaviour, update the relevant
137+
page(s) under `docs/` in the same PR. Docs are organised by topic
138+
(`tutorial/`, `client/`, `run/`, `advanced/`) — find the page covering the
139+
feature you touched rather than adding a new one.
140+
134141
## Formatting & Type Checking
135142

136143
- Format: `uv run --frozen ruff format .`

0 commit comments

Comments
 (0)