Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 711 Bytes

File metadata and controls

15 lines (12 loc) · 711 Bytes

Agent Instructions

Code Quality Standards

  • File Size: Keep files under 200 lines. Decompose large files into smaller modules, hooks, or components.
  • Function Size: Keep functions under 20 lines. Extract complex logic into helper functions.
  • Comments: Keep comments lean and helpful. Remove obvious, redundant, or verbose comments.

Testing

  • Unit Tests: Maintain excellent unit test coverage. Ensure core logic, hooks, and complex interactions are thoroughly tested.

Documentation

  • README: Keep the README.md up-to-date and excellent.
    • Include great links to references.
    • Verify all links and content regularly.
    • Ensure instructions are clear and accurate.