Skip to content

Commit a5904f7

Browse files
authored
Merge pull request #1393 from jaceksan/chore/aida-onboarding-artifacts
chore(aida): re-run onboarding artifacts after init update
2 parents 9659a3e + 9a8bf6d commit a5904f7

File tree

6 files changed

+32
-0
lines changed

6 files changed

+32
-0
lines changed

.aiassistant/rules/aida.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.

.aida/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rules_selection.local.yaml

.aida/rules_selection.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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: []

.codex/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# (C) 2026 GoodData Corporation
2+
[mcp_servers.aida]
3+
command = "aida-mcp"
4+
args = []

.junie/guidelines.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.

0 commit comments

Comments
 (0)