docs: scrub private-repo artifacts for public release - #31
Merged
Conversation
- README: replace the bundled-deploy-key install block (embedded SSH private key + github-argit host alias + "the argit repo is private") with plain public https installs; drop the SSH/gh "read access" alternatives. - README: drop link to private blinkbitcoin/bot-provisioning-poc (404s for public readers) and to a tech-spec path that isn't in this repo. - AGENTS.md: replace a local absolute path into a private spec worktree with a note that the spec is internal. - passwrap.py: docstring referenced a private repo's script. - bump 1.11.0 -> 1.12.0 Co-Authored-By: Claude Opus 5 <noreply@anthropic.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.
Follow-up to #30. The repo is now public, so README content written for a private repo is either wrong or leaks.
github-argitHost alias, existing purely to clone a private repo, and opened with "The argit repo is private." Replaced with plainuv tool install/pipx installover https, plus the existinginstall.shone-liner. The "alternative install methods" (SSH remote,gh repo clone, "if you have read access") are gone for the same reason.blinkbitcoin/bot-provisioning-pocis private (404 for public readers), andargit/implementation-artifacts/tech-spec-01-mvp.mddoes not exist in this repo.AGENTS.md: a hardcoded absolute path into a local private spec worktree -> replaced with a note that the spec is internal.passwrap.py: docstring pointed at a private repo's script.All remaining README relative links verified to resolve. Unit tests pass. Version bumped 1.11.0 -> 1.12.0.
Follow-up for a human (not done here)
The read-only deploy key
argit-deploy-readonly(id149322551) is still active on the repo, and its private half is in the README's git history permanently. It grants nothing now that the repo is public, but it should be revoked in Settings -> Deploy keys. Doing so breaks any host still cloning via thegithub-argitalias, so it's a deliberate call rather than something to slip into this PR.🤖 Generated with Claude Code