📖 [Docs]: Context README is now a complete landing page with concepts and usage#120
Open
Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
Open
📖 [Docs]: Context README is now a complete landing page with concepts and usage#120Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
Conversation
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
July 6, 2026 06:30
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR standardizes README.md into a lightweight landing page for the Context PowerShell module, shifting detailed usage guidance to PowerShell help and the generated documentation site.
Changes:
- Replaced the long-form README content with a short module summary and minimal usage entry points.
- Simplified installation instructions and added a dedicated documentation section pointing to psmodule.io.
- Added contributing guidance pointing readers to the issue tracker.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
July 6, 2026 08:58
View session
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
July 12, 2026 10:00
View session
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
July 12, 2026 10:02
View session
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.
The Context README is now a complete landing page. It explains what a context is, how contexts are grouped into encrypted vaults, and how to store and retrieve data — so users and module authors can understand and adopt the module without leaving the page.
What changed
SecureStringhandling, and howGet-ContextInfoexposes metadata without decrypting.$HOME/.contextvaults/<VaultName>/directory-structure diagram and the isolation guarantees between vaults.Sodiummodule, installed automatically.## Usageshowcase — aSet-Context/Get-Contextround-trip plus metadata inspection and vault/context management, all using real exported commands.Install-PSResource -Name Context.## Contributingsection.Technical details
README.mdonly.