chore(aida): migrate repo rules and package validation profiles#1358
Merged
jaceksan merged 3 commits intogooddata:masterfrom Feb 24, 2026
Merged
chore(aida): migrate repo rules and package validation profiles#1358jaceksan merged 3 commits intogooddata:masterfrom
jaceksan merged 3 commits intogooddata:masterfrom
Conversation
Migrate repository guidance from legacy cursor rule files to repo-owned AIDA configuration. Add package rules for all Python packages and define validation domains, routes, and command registry for focused package validation. JIRA: DX-331 risk: low
Make package validation run lint, type-check, and py314 tests by default. Add optional compatibility and full-matrix package test commands so broader validation modes remain available when needed. JIRA: DX-331 risk: low
hkad98
reviewed
Feb 24, 2026
Update newly introduced AIDA package rule files to use 2026 copyright headers so they match current repository expectations and review feedback. JIRA: DX-331 risk: low
hkad98
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.cursor/rulesto repo-owned.aida/.claudeAIDA configurationlint + type-check + py314 tests, with optional compatibility (py310) and full matrix profilesTest plan
validate(scope=\"pre_commit\", focus_paths=[\"packages/gooddata-dbt/pyproject.toml\"], explain=true)validate(scope=\"pre_commit\", focus_paths=[\"packages/gooddata-sdk/pyproject.toml\"], explain=true)validate(scope=\"pre_commit\", focus_paths=[\"gooddata-api-client/setup.py\"], dry_run=true, explain=true)validate(scope=\"pre_commit\", focus_paths=[\"pyproject.toml\"], dry_run=true, explain=true)Made with Cursor