chore: prune internal/scratch docs from the public repo — cut 6.7k LOC#329
Merged
Conversation
Operator directive (2026-06-16): "get rid of anything that shouldn't be seen by
the public; cut LOC." These stay in git history (recoverable) — they're just
gone from the public-facing tree.
Removed (37 files, ~6,708 lines):
- **Infra-exposing / sensitive:** PENTEST.md (a probe report naming
relay.laulpogan.com + the Spark), docs/CLOUD_MIGRATION.md +
docs/gb10-upgrade-2026-06-14.md (name specific machines + the wireup.net data
path / Fly migration).
- **Unpublished launch/marketing:** LAUNCH_POSTS.md, SHOW_HN_DRAFT.md,
REDDIT_LOCALLLAMA_POST.md, BRAND_BRAINSTORM.md, AWESOME_LISTS.md,
launch/{LAUNCH_PLAN,ASSETS_DRAFTS}.md, docs/seo/SEO-ASSETS-CHECKLIST.md.
- **Internal scratch / work logs:** SESSION_LOG_*.md, .issue-*.md,
.wire-msg-*.md, docs/PROMPT_*.md, docs/TASK_I_AGENT_AWARE_ROOT.md,
GITHUB_COPILOT_IMPLEMENTATION.md, DEPLOY_TEST.md, TESTING_FOR_FRIENDS.md.
- **Internal R&D planning:** the whole .planning/ tree + docs/superpowers/.
Kept every genuine public doc: README, CHANGELOG, CONTRIBUTING, LICENSE,
SECURITY/PRIVACY/TERMS, INSTALL, ANTI_FEATURES, BACKLOG, ROAD_TO_1.0, AGENTS,
docs/{THREAT_MODEL,PROTOCOL,PLUGIN,AGENT_INTEGRATION,DEPRECATION_POLICY,…},
docs/rfc/*, docs/integrations/*, docs/history/* (the curated incident archive),
skills/*, packaging.
Neutralized three now-dangling provenance pointers to removed planning docs
(src/cli/session.rs + src/character.rs comments, docs/rfc/0005 tracking line) —
kept the substance, dropped the dead path. (CHANGELOG's historical mention left
as-is.)
Co-Authored-By: Claude Opus 4.8 <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.
What
Per the operator directive — "get rid of anything that shouldn't be seen by the public; cut LOC." 37 files, ~6,708 lines removed from the public-facing tree. They stay in git history (recoverable), just gone from the current repo.
Removed
PENTEST.md(probe report namingrelay.laulpogan.com+ the Spark),docs/CLOUD_MIGRATION.md+docs/gb10-upgrade-2026-06-14.md(name specific machines + the wireup.net data path / Fly migration).LAUNCH_POSTS.md,SHOW_HN_DRAFT.md,REDDIT_LOCALLLAMA_POST.md,BRAND_BRAINSTORM.md,AWESOME_LISTS.md,launch/*,docs/seo/*.SESSION_LOG_*.md,.issue-*.md,.wire-msg-*.md,docs/PROMPT_*.md,docs/TASK_I_AGENT_AWARE_ROOT.md,GITHUB_COPILOT_IMPLEMENTATION.md,DEPLOY_TEST.md,TESTING_FOR_FRIENDS.md..planning/tree +docs/superpowers/.Kept
Every genuine public doc: README, CHANGELOG, CONTRIBUTING, LICENSE, SECURITY/PRIVACY/TERMS, INSTALL, ANTI_FEATURES, BACKLOG, ROAD_TO_1.0, AGENTS,
docs/{THREAT_MODEL,PROTOCOL,PLUGIN,AGENT_INTEGRATION,DEPRECATION_POLICY,…},docs/rfc/*,docs/integrations/*,docs/history/*(curated incident archive),skills/*, packaging.Note on "public"
These were already pushed to a public repo, so
git rmremoves them from the tree + cuts LOC but does not scrub them from history or from what GitHub already served. For the launch drafts / session logs that's fine (clutter, not secrets). If anything here is genuinely sensitive and must be scrubbed from history (e.g.PENTEST.md), say so — that needs agit filter-repo+ force-push, which is destructive and I won't do without an explicit go-ahead.Neutralized 3 now-dangling provenance pointers (2 source comments + 1 RFC tracking line); 597 lib tests green, clippy clean.
🤖 Generated with Claude Code