Skip to content

Conversation

@suhdonghwi
Copy link
Collaborator

Adds a new includedWorkspaces configuration option to specify which workspaces should be included in catalog protocol processing.

Behavior

  • includedWorkspaces: Opt-in list of workspace patterns to include
  • ignoredWorkspaces: Opt-out list of workspace patterns to exclude

The final set of workspaces is: includedWorkspaces - ignoredWorkspaces.

When includedWorkspaces is not specified, all workspaces are included by default (backward compatibility).

@suhdonghwi suhdonghwi requested a review from parksb November 19, 2025 15:54
@parksb
Copy link
Member

parksb commented Nov 20, 2025

Could you document these changes in the README.md?

@suhdonghwi
Copy link
Collaborator Author

Sure! I have added documentation

Ignored workspaces:
- Won't receive validation warnings/errors
- Won't have default catalogs auto-applied
- Can still use `catalog:` protocol if needed
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was a wrong description, so I have removed this line

@suhdonghwi suhdonghwi merged commit d5c16d6 into main Nov 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants