docs(AGENTS): rename JSDoc Comments heading to Documentation and add note to update README when implementation changes

This commit is contained in:
2026-03-23 12:31:52 +05:30
parent 114837cfae
commit 4e20a03359
+2 -1
View File
@@ -81,11 +81,12 @@ bun run typecheck && bun run lint
- Group imports: external packages, internal modules, types
- Biome automatically organizes imports
### JSDoc Comments
### Documentation
- Use JSDoc for all exported functions
- Include `@example`, `@param`, and `@returns` descriptions
- Add inline comments for hard-to-understand code
- Modify Readme.md, if implementation details have changed.
### Error Handling