chore: update DocGuard extension to v0.9.11#1899
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the community extensions catalog entry for DocGuard to reference the new v0.9.11 release, keeping the catalog metadata (version, download URL, timestamps) current.
Changes:
- Bumped DocGuard extension version from
0.9.10to0.9.11. - Updated the DocGuard
download_urlto the v0.9.11 release artifact. - Refreshed
updated_attimestamps for both the catalog and the DocGuard entry.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Updates the DocGuard community extension entry in the Spec Kit community catalog to reflect the v0.9.11 release, keeping the catalog metadata (timestamps and download link) current.
Changes:
- Bumped DocGuard extension version from
0.9.10to0.9.11 - Updated DocGuard
download_urlto the v0.9.11 release artifact - Refreshed top-level and DocGuard entry
updated_attimestamps
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Updates the community extension catalog metadata for the DocGuard extension to reflect the new upstream release (v0.9.11), keeping the catalog’s timestamps and download link current.
Changes:
- Bumped DocGuard extension version from
0.9.10to0.9.11 - Updated DocGuard release download URL to the
v0.9.11asset - Updated top-level and DocGuard entry
updated_attimestamps
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
DocGuard Community Extension Update
Updates the DocGuard community extension catalog entry.
Changes
spec-kit-docguard-v0.9.11.zipRelease Notes
Added
globMatch()inshared-ignore.mjs— Purpose-built positive file matching with hardcodednode_modulesexclusion at any depth. Distinct frombuildIgnoreFilter()(which is for ignore/skip filtering).globMatchnode_modules rejection (2), valid path matching (1), multi-pattern (1), CI detection (1), function load (1). Total tests: 46.Fixed
node_modulesfor test files —getTestFilesFromPatterns()now usesglobMatch()instead of repurposingbuildIgnoreFilter(). The**glob no longer matches throughnode_modules/directories.calcTestingScore()now recognizesbuildspec.yml,amplify.yml,Jenkinsfile,.circleci/config.yml,.gitlab-ci.yml,.travis.yml, andturbo.jsonwith a"test"task.testPatternsarray resolves files from all patterns with proper deduplication via Set.This PR was automatically generated by the DocGuard release pipeline.