docs: add MIT LICENSE + scrub private-repo artifacts for public release - #30
Merged
Conversation
- LICENSE: verbatim MIT text, Copyright (c) 2026 Blink - README: link License section to LICENSE - bump 1.10.0 -> 1.11.0 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
pretyflaco
approved these changes
Aug 19, 2026
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.
Two changes that go together for taking
argitpublic.1.
LICENSEAdds a top-level
LICENSEwith the canonical MIT text — verified byte-for-byte identical to choosealicense.com's MIT template (what GitHub's "Add license" button inserts and what its license detector matches), and word-for-word identical to SPDXMIT.txtmodulo line wrapping.Blink(matches[project] authorsinpyproject.toml); year 2026 (first commit).pyproject.tomlalready declaredlicense = { text = "MIT" }— this makes it real for GitHub's license detection.2. Scrub private-repo artifacts
The repo is now public, so README content written for a private repo is wrong or leaks:
github-argitHost alias, existing purely to clone a private repo. Replaced with plainuv tool install/pipx installover https. 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.Unit tests pass (359). Version bumped 1.10.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 this README's git history permanently. It grants nothing now that the repo is public, but it should be revoked in repo 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