docs: update README for untracked and working-tree files#2459
Merged
WilliamBerryiii merged 2 commits intoJul 13, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2459 +/- ##
==========================================
- Coverage 82.72% 82.66% -0.06%
==========================================
Files 154 142 -12
Lines 20782 20693 -89
Branches 13 0 -13
==========================================
- Hits 17191 17106 -85
+ Misses 3589 3587 -2
+ Partials 2 0 -2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
chaosdinosaur
approved these changes
Jul 13, 2026
chaosdinosaur
left a comment
Collaborator
There was a problem hiding this comment.
This accurately reflects the Get-ChangedFilesFromGit behavior (working-tree changes plus git ls-files --others --exclude-standard for untracked, non-ignored files). CI is green and the content is precise — approving. Thanks for the clear update.
jkim323
approved these changes
Jul 13, 2026
This was referenced Jul 13, 2026
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
Updates
scripts/linting/README.mdto accurately reflect the working-tree validation and untracked-file discovery changes introduced in commitdeb66e4(PR #2437).Changes made:
git ls-files --others --exclude-standardstep).Related Issue(s)
Fixes #2448
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
Other:
.ps1,.sh,.py)Checklist
Required Checks
Required Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skills(N/A - no skill files changed)npm run lint:md-links(N/A - no URLs added/modified)npm run lint:ps(N/A - no .ps1/.psm1 files changed)npm run eval:lint:schema(N/A)npm run plugin:generate(N/A)npm run docs:test(N/A)Security Considerations