Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 637 Bytes

File metadata and controls

18 lines (12 loc) · 637 Bytes

AGENTS Guidelines

These instructions help AI contributors work within the ChatGemini repository.

Code style

  • Use TypeScript or TSX where possible and keep indentations at 4 spaces.
  • React component files should use PascalCase and reside in src/components.
  • Keep imports tidy and remove unused code.

Dependencies

  • When adding or updating dependencies, sync changes in both package.json and package-lock.json.

Tests

  • For any code changes, run npm run build to ensure the project compiles successfully.

Commits

  • Write commit messages using the Conventional Commits format (e.g., feat:, fix:, docs:).