Skip to content

Commit f9448f6

Browse files
chore(docs): add JSDoc guardrail to always-on guardrails in CLAUDE.md
1 parent b3e3788 commit f9448f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ The `.claude/` folder contains embedded settings, skills, and agents that are av
5353
- Avoid risky renames or moves of core stack paths used by downstream merges
5454
- Keep changes minimal and merge-friendly for downstream projects
5555
- Flag security or mergeability risks explicitly in reviews
56+
- Every new or modified function must have a JSDoc header: one-line description, `@param` for each argument, `@returns` for any non-void return value (always include `@returns` for async functions to document the resolved value)
5657

5758
## Available embedded skills
5859

0 commit comments

Comments
 (0)