docs: remediate Bundle A toolchain-freshness documentation drift#2317
Open
jkim323 wants to merge 3 commits into
Open
docs: remediate Bundle A toolchain-freshness documentation drift#2317jkim323 wants to merge 3 commits into
jkim323 wants to merge 3 commits into
Conversation
Contributor
Eval Execution |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2317 +/- ##
==========================================
- Coverage 81.64% 81.64% -0.01%
==========================================
Files 130 130
Lines 19470 19470
Branches 12 12
==========================================
- Hits 15897 15896 -1
- Misses 3570 3571 +1
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
WilliamBerryiii
approved these changes
Jul 1, 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
Remediates a cluster of documentation drift where recent code changes were not reflected in setup, contributing, and tooling docs. All edits stem from three merged changes:
uv.lock;validate:skillswarns when it is missing.#Requires -Version 7.4is now mandatory across scripts.Nine documentation issues are fixed across five files in a single coherent pass:
docs/contributing/skills.md— qualify thescripts/.ps1requirement to PowerShell/cross-platform skills and document the Python package pattern; add the isort"I"rule and theuv.lock/Dependabot requirement; mark Python CI coverage as Full (lint + test); correct Section 8 soSKILL.mdmust not carry the attribution footer; add#Requires -Version 7.4plus a cross-reference to the PowerShell instructions.docs/customization/environment.md— update PowerShell 7 → 7.4 in four places; addosv-scannerto the Pre-Installed Tools list and the Shared Tools table..github/copilot-instructions.md— add the requireduv.lockbullet to the Python Skill Configuration section.scripts/linting/README.md— document the newuv.lockwarning in theValidate-SkillStructure.ps1feature list..devcontainer/README.md— addosv-scannerunder the Security tools subsection.ms.datefrontmatter was refreshed to2026-06-30on the edited files that carry it.Related Issue(s)
Closes #1868
Closes #2258
Closes #2268
Closes #2305
Closes #2286
Closes #2304
Closes #2257
Closes #2256
Closes #2287
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md).github/hooks/*/*.json)evals/)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
Not applicable — this PR contains documentation changes only, no AI artifacts.
Testing
Automated validation run locally against the changed files:
npm run lint:md— pass (0 errors, 261 files)npm run lint:frontmatter— pass (0 errors / 0 warnings, 801 files)npm run spell-check— pass (0 issues, 1176 files)npm run format:tables— pass (no changes needed)npx markdownlint-cli2 docs/contributing/skills.md— pass (post link-fix)npm run lint:md-links— deferred to CI; the repo-wide run is network-bound across all markdown files. The one new relative link (skills.md → powershell.instructions.md) was corrected to a full GitHub blob URL matching the Bash section pattern and verified to resolve.Manual testing: not applicable (documentation-only).
Checklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-linksnpm run lint:psnpm run eval:lint:schemanpm run plugin:generatenpm run docs:testSecurity Considerations
Additional Notes
.github/instructions/hve-core/prompt-builder.instructions.mdalready documents theuv.lock/Dependabot guidance. Recommend closing it as already-completed.skills.md(4 issues) andenvironment.md(2 issues).