This document contains Claude-specific guidelines. For general project guidelines, see AGENTS.md.
All general project guidelines are documented in AGENTS.md. Please refer to that document for:
- Language conventions
- Commit message format
- Code validation and testing
- Project structure
- Code style guidelines
- Common tasks and workflows
- Be mindful of context window limits when reading large files
- Use file offset and limit parameters when appropriate
- Summarize lengthy outputs to conserve context
- Prefer batch operations when possible to improve efficiency
- Use the Task tool for complex multi-step operations
- Always validate changes with
cmdx vandcmdx t
- Keep responses concise and to the point
- Focus on actionable information
- Avoid unnecessary explanations unless requested
For quick access to common commands and guidelines, see AGENTS.md.