Skip to main content

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

  1. Access Rules

    • Allow/deny files
    • Protected paths
    • Sensitive data
  2. Generation Rules

    • Code style
    • Documentation
    • Testing
    • Error handling
  3. Context Rules

    • Scope limits
    • Priority files
    • Ignored paths
    • Search depth

Benefits

  • Better control
  • Consistent output
  • Protected data
  • Efficient processing
  • Clear boundaries

Best Practices

  1. Start with defaults
  2. Adjust gradually
  3. Document changes
  4. Review regularly
  5. Test effectiveness