fix(quality): skip provenance archives in brand-consistency scan#494
Merged
neuron7xLab merged 1 commit intomainfrom Apr 27, 2026
Merged
fix(quality): skip provenance archives in brand-consistency scan#494neuron7xLab merged 1 commit intomainfrom
neuron7xLab merged 1 commit intomainfrom
Conversation
Four directory trees contain legacy brand names (TradePulse, HydroBrain, neurotrade, NeuroPro) by design — they exist precisely to document the old-repo → GeoSync rebrand and would lose audit value if scrubbed: - .claude/archive/ — rebrand provenance ledgers - tests/archive/ — tests that exercise the archive ledger schemas - tools/archive/ — tooling that compares old-repo to new-repo by name Added all three to SKIP_PREFIXES alongside the existing docs/archive entry. Same pattern, same justification. Also added .claude/worktrees/ — ephemeral Claude Code agent worktrees that pollute the scan with copies of the same archive files. Verified: 5291 files scanned, 91 allowlisted, 0 violations. Brand-consistency self-tests: 24/24 pass. 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.
Problem
`tools/quality/brand_consistency.py` reports 66 violations across 4 file trees that contain legacy brand names (`TradePulse`, `HydroBrain`, `neurotrade`, `NeuroPro`) by design — they document the old-repo → GeoSync rebrand and lose audit value if scrubbed.
Fix
Added four directory prefixes to `SKIP_PREFIXES` (same pattern as existing `docs/archive`):
Evidence
What this is NOT
🤖 Generated with Claude Code