Rules for AI

Rules for AI help you control how AI features interact with your codebase.
Configuration
You can set rules for:
- File access
- Code generation
- Context sharing
- Model selection
- Response style
Rule Types
-
Access Rules
- Allow/deny files
- Protected paths
- Sensitive data
-
Generation Rules
- Code style
- Documentation
- Testing
- Error handling
-
Context Rules
- Scope limits
- Priority files
- Ignored paths
- Search depth
Benefits
- Better control
- Consistent output
- Protected data
- Efficient processing
- Clear boundaries
Best Practices
- Start with defaults
- Adjust gradually
- Document changes
- Review regularly
- Test effectiveness