This file contains Claude-specific configurations and hooks.
The primary AI entry point for this project is maintained in AGENTS.md.
AT SESSION STARTUP: Automatically read AGENTS.md to understand project structure and workflows.
REQUIRED: Before generating or modifying any code, you MUST:
- Ensure you have current context from AGENTS.md
- Consult all relevant linked documentation files based on your task:
- ARCHITECTURE.md - Dynamic plugin SDK, extension points, module federation, public API boundaries
- CONVENTIONS.md - Coding patterns, TypeScript/React/Go conventions, state management, hooks usage
- TESTING.md - Jest/RTL unit tests, Cypress E2E tests, mocking strategies, test best practices
- README.md - Project setup, local development environment, building, running the console
- CONTRIBUTING.md - Git workflow, commit message format, PR process, backporting fixes
- STYLEGUIDE.md - File naming conventions, Go/SCSS/TypeScript formatting rules
- INTERNATIONALIZATION.md - i18next usage, translation workflow, pseudolocalization, language support