.Qoder/rules
directory, these rules apply exclusively to the current project. They optimize model adaptation to your coding preferences—including project frameworks and code styles.
.Qoder/rules
directory to your project’s .gitignore
file.Type | Description | Use case |
---|---|---|
Apply Manually | Applies manually via #rule in the AI Chat panel or inline chat. | On-demand workflows, custom prompts |
Model Decision | The AI evaluates the rule description in Agent mode and decides when to apply it. | Scenario-specific tasks (such as generating unit tests or code comments) |
Always Apply | Applies to all AI Chat and Inline Chat requests. | Enforcing project-wide standards (such as coding style or documentation format) |
Specific Files | Applies to all files matching the wildcard patterns (such as .js or src/**/.ts ). | Programing language- or directory-specific rules |
⌘
⇧
,
(macOS)orCtrl
shift
,
(Windows)), and select Qoder Settings.*.md
, src/*.java
.