docs: prioritize pinned version install for supply-chain security#10
Merged
Conversation
Co-authored-by: senet <4061835+senet@users.noreply.github.com>
Co-authored-by: senet <4061835+senet@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update easy install feature based on PR #4 feedback
docs: prioritize pinned version install for supply-chain security
Feb 8, 2026
senet
added a commit
that referenced
this pull request
Feb 8, 2026
* Initial plan * docs: make pinned version install the recommended default for security Co-authored-by: senet <4061835+senet@users.noreply.github.com> * docs: pin install script to same tag and add manual install header Co-authored-by: senet <4061835+senet@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: senet <4061835+senet@users.noreply.github.com>
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.
Summary
Changes
Installation documentation restructure:
curl -fsSL https://raw.githubusercontent.com/senet/kctl-env/v0.1.1/install.sh | bash -s -- v0.1.1Before: Recommended
curl .../main/install.sh | bashas default, fetching mutable codeAfter: Recommends pinned tag install, labels main branch as development/unstable
Checklist
mainmainREADME.md/ docs if neededCHANGELOG.mdfor user-facing changesmake release V=X.Y.Zand opened PR fromrelease/vX.Y.Z✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.