Skip to main content
Think of these as the guardrails for your AI coding agents:
  • Enforce company-specific coding standards and security practices
  • Implement quality checks that match your engineering culture
  • Create paved paths for developers to follow organizational best practices
By implementing rules, you transform the AI from a generic coding agent into a knowledgeable team member that understands your project’s unique requirements and constraints.

How Rules Work

Your agent detects rules and applies the specified rules while in Agent, Chat, and Edit modes.

Where to Manage Rules

Local Rules (.continue/rules)

  • Create files in .continue/rules folder
  • Automatically appear with Hub assistants
  • Edit directly in your file system
  • Best for project-specific rules

Hub Rules

  • Manage on Continue Hub
  • Reference in config.yaml with uses:
  • Share with team and community
  • Best for reusable, organization rules
Quick Setup: Start with local rules for immediate use, then promote commonly used rules to the Hub for sharing and reuse.
Learn more in the rules deep dive, and view rules in the YAML Reference for more details.