Back to Intellij Community

Module Specific

.ai/partials/module-specific.md

2025.3-rc-2792 B
Original Source

Module-specific rules

Special handling applies to the directories below. If a file you touch lives under one of these roots, you must activate that module's rules first (read the referenced doc before edits or reviews). These rules override general guidelines if they conflict.

<!-- IF_TOOL:CODEX -->
  • Product DSL (community/platform/build-scripts/product-dsl/): read ./.claude/rules/product-dsl.md before changing anything in this tree.
<!-- /IF_TOOL:CODEX -->
  • IJ Proxy MCP server (community/build/mcp-servers/ij-proxy/):
    • Tests: run bun run build and bun test.
    • Bazel: do not run Bazel build and tests here.
  • AI Assistant activation (plugins/llm/activation/):
    • Activation: follow plugins/llm/activation/.ai/guidelines.md before edits or reviews.