Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.28 KB

File metadata and controls

20 lines (15 loc) · 1.28 KB

Claude Code AI Configuration

This file contains Claude-specific configurations and hooks.

Primary AI Context

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:

  1. Ensure you have current context from AGENTS.md
  2. 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