Conversation
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.
Motivation
globsfront matter to every synced profile, which caused all generatedrules/official/*.mdcfiles to auto-attach to Dart files and could lead to multiple profiles applying simultaneously instead of honoring the single active profile contract.rules/flutter-official-ai-rules.mdcto be the auto-attached active profile, soglobsmust be restricted to that file.Description
globsYAML line fromdownload_rule()inscripts/sync_official_flutter_ai_rules.shso files written torules/official/only contain neutral metadata (description,alwaysApply).cpused to populate the active profile with anawktransform that inserts theglobsfront matter only intorules/flutter-official-ai-rules.mdcwhen selecting the active profile.rules/official/(flutter-ai-rules-10k.mdc,flutter-ai-rules-4k.mdc,flutter-ai-rules-1k.mdc) to remove theglobsfront matter so only the active profile auto-attaches.Testing
bash -n scripts/sync_official_flutter_ai_rules.shfor a syntax check, which succeeded.sed/awk/for f ... sed -n) and confirmedrules/official/*.mdcno longer includeglobswhilerules/flutter-official-ai-rules.mdccontains the expectedglobsentry.awkcleanup to remove any pre-existingglobslines fromrules/official/*which executed successfully in this environment.Codex Task