-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathworkflow-validation.mdc
More file actions
26 lines (19 loc) · 932 Bytes
/
workflow-validation.mdc
File metadata and controls
26 lines (19 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# (C) 2025 GoodData Corporation
---
description: Cursor IDE workflow validation and rule management
alwaysApply: true
---
# Cursor IDE Workflow Validation
## Workflow and output constraints
- Include all rules related to the user question; if rules mention dependencies, include those too.
- After fully answering, report the list of used rules.
- Example: **Used rules**: general/general, technologies/python, packages/gooddata-sdk
- Do not print rule previews or long plans.
- Keep status updates to one short sentence.
- Never inline full rule contents; reference by rule path only when needed.
- Only list rule IDs in "Used rules:".
## Rule Search Requirements
Always look for relevant cursor rules in this repository based on the character of the changes.
Do not inline rule contents; reference rules by path only when necessary.
## Git Commit Requirements
Follow commit message format from `guides/shared/commits.mdc`.