diff --git a/AGENTS.md b/AGENTS.md index 7ad192e..78a3cef 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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