Auto-initialization from project configuration files
Resolved 💬 4 comments Opened May 22, 2025 by palavrov Closed May 22, 2025
Suggested enhancement: Add automatic reading of project-specific configuration files at session start, such as:
- CLAUDE.md - Development workflow and guidelines
- .claude.yml - Project-specific settings and patterns
- .claurc - User preferences and common commands
Benefits:
- Consistency: Maintain workflows across sessions without manual prompts
- Team collaboration: Share established patterns via version control
- Efficiency: Reduce session startup time and repetitive explanations
- Context preservation: Better understanding of project conventions
Implementation ideas:
- Check for config files in working directory on startup
- Parse and apply settings automatically
- Allow inheritance from parent directories
- Provide fallback to default behavior if no config found
This would significantly improve the developer experience for long-term projects with established workflows.
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗