chore: remove outreach/ + launch/ from repo and sdist#233
Open
rylinjames wants to merge 1 commit into
Open
Conversation
Audit §3.6. These were committed in the public repo AND shipped in the pip sdist: - outreach/gmi-cloud-credits-ask.md — a fundraising ask exposing a personal email address - launch/ — an unpublished Show HN / launch-announcement draft set Neither is part of the product; both are reputational exposure. Removed from the repo (git history retains them) and added a [tool.hatch.build.targets.sdist] exclude so they — or anything like them — can't reappear in a future sdist. Verified: `uv build --sdist` produces a tarball with no outreach/ or launch/ entries. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Audit §3.6. Removes
outreach/gmi-cloud-credits-ask.md(fundraising ask exposing a personal email) andlaunch/(unpublished Show HN draft) — both were public in the repo and shipped in the pip sdist.git rmboth (history retains them)[tool.hatch.build.targets.sdist]exclude as a guard against reappearanceVerified
uv build --sdistproduces a tarball with nooutreach//launch/entries.🤖 Generated with Claude Code