Uh oh!
There was an error while loading. Please reload this page.
feat(core): validate extension incompatibleWith combinations - #180
Merged
Conversation
Fail fast when selected catalog extensions (or cpa.config.json layers) declare mutual incompatibility, matching CNA templates.json semantics. Closes#168 Co-authored-by: Cursor <cursoragent@cursor.com>
Satisfies pyright reportArgumentType for list values in the JSON payload. Co-authored-by: Cursor <cursoragent@cursor.com>
ulises-jeremias
commented
Jul 16, 2026
MemberAuthor
Fixed pyright failure in |
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
incompatibleWithvalidation before scaffold (slug or URL)cpa.config.jsonlayer validation in the installer after configs loadexit 2)Closes#168
CNA reference
cna-templates/templates.jsonincompatibleWithpairscna-templates/docs/MAINTENANCE_TEMPLATES.md§7Test plan
uv run pytestcatalog/cli/installer suites covering conflictsuv run ruff check+pyrighton touched modulesMade with Cursor