This file helps determine which rules to load based on the context and task at hand. Each rule file contains specific guidance for different aspects of Swift development.
Rules are under ai-rules folder. If the folder exist in local project directory, use that.
Load when:
- Always
- Starting any new Swift project or feature
- Making architectural decisions
- Discussing code quality, performance, or best practices
- Planning implementation strategy
- Reviewing code for improvements
Keywords: architecture, design, performance, quality, best practices, error handling, planning, strategy
- Always load
general.mdandmcp-tools-usage.md first- It provides the foundation - Load domain-specific rules based on the task
- Load supporting rules as needed (e.g., testing when implementing)
- Keep loaded rules minimal - Only what's directly relevant
- Refresh rules when switching contexts or tasks