Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .aiassistant/rules/aida.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# You must follow this guidance only if AIDA MCP tools are available.
Call AIDA MCP `get_rules` at every task start and after every scope change; the `query` must match the current requested task.
Call AIDA MCP `get_rules` again before entering commit/push workflow with query: "How to commit/push".
You must always follow instructions returned by the `get_rules` MCP tool.
1 change: 1 addition & 0 deletions .aida/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rules_selection.local.yaml
15 changes: 15 additions & 0 deletions .aida/rules_selection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# (C) 2026 GoodData Corporation
# AIDA rules selection
#
# Shared repository defaults for selecting embedded and repo-owned rules.
# Users can add local overrides in `.aida/rules_selection.local.yaml`.
version: 1
defaults:
embedded: core_only
repo: all
include:
- source: embedded
path: profiles/languages/python/**
exclude: []
presets: {}
use_presets: []
4 changes: 4 additions & 0 deletions .codex/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# (C) 2026 GoodData Corporation
[mcp_servers.aida]
command = "aida-mcp"
args = []
4 changes: 4 additions & 0 deletions .junie/guidelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# You must follow this guidance only if AIDA MCP tools are available.
Call AIDA MCP `get_rules` at every task start and after every scope change; the `query` must match the current requested task.
Call AIDA MCP `get_rules` again before entering commit/push workflow with query: "How to commit/push".
You must always follow instructions returned by the `get_rules` MCP tool.
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# You must follow this guidance only if AIDA MCP tools are available.
Call AIDA MCP `get_rules` at every task start and after every scope change; the `query` must match the current requested task.
Call AIDA MCP `get_rules` again before entering commit/push workflow with query: "How to commit/push".
You must always follow instructions returned by the `get_rules` MCP tool.
Loading