⚙️ [Maintenance]: PowerShell guidance scripts are centrally available - #508
Draft
Marius Storhaug (MariusStorhaug) wants to merge 2 commits into
Draft
⚙️ [Maintenance]: PowerShell guidance scripts are centrally available#508Marius Storhaug (MariusStorhaug) wants to merge 2 commits into
Marius Storhaug (MariusStorhaug) wants to merge 2 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
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.
Maintainers can now find the published PowerShell guidance examples alongside Process-PSModule, giving the framework a single maintained home for the scripts that explain common implementation patterns.
New: Published PowerShell guidance scripts
The repository now carries the complete current set of guidance scripts for collections, strings, call stacks, pipeline execution, module loading, file access, and web calls. The published documentation includes the purpose of every script and links directly to the tracked directory. These are reference examples; run an individual script only when its scenario is appropriate for the local environment.
Technical details
-Imported the 14 current
guidance/Git blobs fromPSModule/docswithout changing their contents and verified every imported blob ID against the source repository.-Added a scoped
.gitattributesrule so the imported source stays LF-normalized in Git on Windows checkouts.-Added the guidance-script reference page, Reference landing-page entry, and site navigation entry.
guidance/remains outsidesrc/because these scripts are framework reference assets, not Process-PSModule module source; no manifest wiring is required.-Implementation plan progress: source import and published discoverability are complete.
-Issue convergence sweep: searched open guidance-related issues.
PSModule/Process-PSModule#423is related documentation-consolidation context but is not fully satisfied by this import; no issue is closed.-Strict documentation validation exposes 28 pre-existing migrated-link warnings outside this diff; the normal build generates the new guidance page successfully. The bounded follow-up is
PSModule/Process-PSModule#509.guidance/**(PowerShell)docs/content/**,docs/zensical.toml.gitattributesRelevant issues (or links)
-No scoped delivery issue was provided; this import was requested directly.
-#423
-#509