feat(update-automation): harden ui-summary contracts and selector matching#1159
Open
chris-trustrelay wants to merge 2 commits intogithub:mainfrom
Open
feat(update-automation): harden ui-summary contracts and selector matching#1159chris-trustrelay wants to merge 2 commits intogithub:mainfrom
chris-trustrelay wants to merge 2 commits intogithub:mainfrom
Conversation
…ching add strict schema-contract tests for checker/apply ui-summary payloads (exact key assertions for IDE consumers) expand selector grammar to support exact:, prefix:, and regex: in both check and apply flows add selector grammar test coverage, including invalid regex handling and include/exclude interactions add a compact end-user update command reference to README with selector examples validate with: npm run plugin:test-resource-updates
23fb700 to
6eb52fc
Compare
6eb52fc to
009f188
Compare
Contributor
|
It looks like you've incorrectly branched from the You can attempt to fix this with a rebase: If that does not resolve it, you can run |
732791a to
ee47aeb
Compare
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.
Description
Summary
This PR introduces a complete update-automation workflow for Awesome Copilot resources and hardens IDE integration reliability by enforcing strict ui-summary contracts.
Why
Scope of Changes
Update index generation
generate-update-index.mjs.update-index.json.Update detection and apply engines
check-resource-updates.mjs.apply-resource-updates.mjs.What Changed
ui-summary schema-contract hardening
test-resource-updates.mjs.Selector grammar expansion
Added support for:
Implemented in:
check-resource-updates.mjsapply-resource-updates.mjsExisting selectors remain supported:
Selector test coverage improvements
test-resource-updates.mjs.End-user command visibility
README.mdso users can discover update workflows without digging into contributor docs.Supporting updates
Script wiring and repo docs updates in:
package.jsonAGENTS.mdUpdated generated index artifact:
update-index.jsonGenerator touched in:
generate-update-index.mjsValidation
Ran resource update test suite:
Result:
Why This Matters
PR Checklist (Repo Requirements)
Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.