File tree Expand file tree Collapse file tree 6 files changed +32
-0
lines changed
Expand file tree Collapse file tree 6 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # You must follow this guidance only if AIDA MCP tools are available.
2+ Call AIDA MCP ` get_rules ` at every task start and after every scope change; the ` query ` must match the current requested task.
3+ Call AIDA MCP ` get_rules ` again before entering commit/push workflow with query: "How to commit/push".
4+ You must always follow instructions returned by the ` get_rules ` MCP tool.
Original file line number Diff line number Diff line change 1+ rules_selection.local.yaml
Original file line number Diff line number Diff line change 1+ # (C) 2026 GoodData Corporation
2+ # AIDA rules selection
3+ #
4+ # Shared repository defaults for selecting embedded and repo-owned rules.
5+ # Users can add local overrides in `.aida/rules_selection.local.yaml`.
6+ version : 1
7+ defaults :
8+ embedded : core_only
9+ repo : all
10+ include :
11+ - source : embedded
12+ path : profiles/languages/python/**
13+ exclude : []
14+ presets : {}
15+ use_presets : []
Original file line number Diff line number Diff line change 1+ # (C) 2026 GoodData Corporation
2+ [mcp_servers .aida ]
3+ command = " aida-mcp"
4+ args = []
Original file line number Diff line number Diff line change 1+ # You must follow this guidance only if AIDA MCP tools are available.
2+ Call AIDA MCP ` get_rules ` at every task start and after every scope change; the ` query ` must match the current requested task.
3+ Call AIDA MCP ` get_rules ` again before entering commit/push workflow with query: "How to commit/push".
4+ You must always follow instructions returned by the ` get_rules ` MCP tool.
Original file line number Diff line number Diff line change 1+ # You must follow this guidance only if AIDA MCP tools are available.
2+ Call AIDA MCP ` get_rules ` at every task start and after every scope change; the ` query ` must match the current requested task.
3+ Call AIDA MCP ` get_rules ` again before entering commit/push workflow with query: "How to commit/push".
4+ You must always follow instructions returned by the ` get_rules ` MCP tool.
You can’t perform that action at this time.
0 commit comments