Feature Request: Support hierarchical CLAUDE.md inheritance
Resolved 💬 4 comments Opened Jun 20, 2025 by Wooin-dev Closed Jun 20, 2025
Current behavior:
- Only reads the closest CLAUDE.md file
- If src/membership/CLAUDE.md exists, ignores parent CLAUDE.md files
Requested behavior:
- Read both parent and child CLAUDE.md files
- Combine global settings (from parent) + domain-specific settings (from child)
Use case:
- Global coding conventions in root CLAUDE.md
- Domain-specific business logic in subdirectory CLAUDE.md
- Avoid duplication while maintaining hierarchy
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗