chore: replace internal team names in test fixtures and a spec line - #41
Merged
DottytheHomeless merged 1 commit intoSep 12, 2026
Merged
Conversation
Three real people's names were sitting in this public repo — two in series-detection test fixtures (as sample memory content) and one in a design doc. Nothing asserts on them; they were just whatever was on screen when the fixtures were written. Fixture names are now generic placeholders and the doc line says "the operator" instead of naming one. 11/11 series-detection tests still pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
DottytheHomeless
deleted the
fix/scrub-internal-names-from-public-surface
branch
September 12, 2026 04:28
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.
Three real people's names were sitting in this public repo:
series-detection.test.mjs— two names used as sample memory content in fixturesdocs/superpowers/specs/2026-08-13-claude-markdown-recall-design.md— one name in a prose lineNothing asserts on them; they were whatever was on screen when the fixtures were written. Fixture names are now generic placeholders (
Alex/Robin) and the doc line says "the operator" instead of naming one.Git history still carries the old strings — this only cleans the current surface.
Verification: 11/11
series-detectiontests pass.Found by the org's public-push leak guard while pushing an unrelated change.
🤖 Generated with Claude Code