Custom Rules for DinoAI
.dinorules is a configuration file that allows teams to define custom instructions and development standards for the DinoAI Copilot.
The .dinorules
file allows you to define custom instructions and development standards to tailor how DinoAI responds to your prompts and questions. These rules are specific to your project and will apply to all DinoAI interactions within your environment.
These file is gitignored to keep your repository clean and remains available across sessions, so you can continue using it after logging out and back in.
Key Benefits
Define Project-Specific Rules: Customize DinoAI's behavior to match your team's unique needs and workflows.
Set Technical Standards: Specify coding patterns, architecture guidelines, and best practices for your project.
Control AI Assistance: Ensure DinoAI provides responses that align with your preferred methods and practices.
Adapt Over Time: Easily modify the rules as your project evolves and requirements change.
Enhance Team Consistency: Establish consistent development practices across your entire analytics engineering team.
Setting Up .dinorules
From the Code IDE, Click the DinoAI icon (🪄) icon on the left-side panel.
Click the settings icon (⚙️) at the top right of the DinoAI panel. This automatically creates a new file names
.dinorules
.
Make sure the .dinorules
file is placed in the root directory of your repository
Add your custom instructions to the file. These can be general or highly specific - there's no set syntax required.
Last updated