Skip to content

docs: scrub private-repo artifacts for public release - #31

Merged
k9ert merged 1 commit into
mainfrom
kn/argit-public-scrub
Aug 19, 2026
Merged

docs: scrub private-repo artifacts for public release#31
k9ert merged 1 commit into
mainfrom
kn/argit-public-scrub

Conversation

@k9ert

@k9ert k9ert commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

Follow-up to #30. The repo is now public, so README content written for a private repo is either wrong or leaks.

  • Install section rewritten. It embedded an SSH private deploy key plus a github-argit Host alias, existing purely to clone a private repo, and opened with "The argit repo is private." Replaced with plain uv tool install / pipx install over https, plus the existing install.sh one-liner. The "alternative install methods" (SSH remote, gh repo clone, "if you have read access") are gone for the same reason.
  • Dead/private links removed: blinkbitcoin/bot-provisioning-poc is private (404 for public readers), and argit/implementation-artifacts/tech-spec-01-mvp.md does 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 (id 149322551) 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 the github-argit alias, so it's a deliberate call rather than something to slip into this PR.

🤖 Generated with Claude Code

- 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>
@k9ert
k9ert merged commit 95972b2 into main Aug 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant