Skip to content

Commit 1ad2bf3

Browse files
authored
docs: add jsdoc guidance for agents (#421)
* docs: add jsdoc guidance for agents * Update AGENTS.md * docs: format jsdoc agent guidance
1 parent 33df58b commit 1ad2bf3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ Changeset descriptions **must use past tense** (e.g. "Added support for …", "F
171171

172172
The changelog is auto-generated from changesets during `changeset version`.
173173

174+
## Code Documentation
175+
176+
You MUST add JSDoc to exported functions and to any complicated functions.
177+
174178
## Commands
175179

176180
```bash

0 commit comments

Comments
 (0)