chore: audit cleanup — drop 6 orphan components + untrack .claude local state - #1293
Merged
Conversation
…laude local state Audit findings verified via grep (0 imports each): - src/components/back-link.tsx - src/components/hl-frontend-grid.tsx - src/components/hl-history-chart.tsx - src/components/logo-card-link.tsx - src/components/report-section-modal.tsx - src/components/share-section-modal.tsx Untrack Claude harness per-session/per-user files that change on every session and shouldn't be in VCS: - .claude/scheduled_tasks.lock (agent runtime lock) - .claude/settings.local.json (per-machine perms) Adds matching .gitignore rules so they never come back. .claude/skills/* stays tracked — those are intentional shared skill definitions.
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.
First safe pass from the repo-wide audit. Only changes verified via grep to have zero external references.
Deleted (0 imports across the codebase)
src/components/back-link.tsxsrc/components/hl-frontend-grid.tsxsrc/components/hl-history-chart.tsxsrc/components/logo-card-link.tsxsrc/components/report-section-modal.tsxsrc/components/share-section-modal.tsxUntracked (per-session / per-machine noise)
.claude/scheduled_tasks.lock— agent runtime lock, changes every session.claude/settings.local.json— per-user permsBoth added to
.gitignore..claude/skills/*stays tracked (shared skill definitions).Not in this PR (verified as false positives from the audit)
gains.png,vibeliquid.svg— both actively used by live benchesbridge-monitor/monitorand other Go binaries — already.gitignored; the files exist only on the filesystem, not in githarnesses/indexer-latency/— not in git either, just local leftover after the bench was droppedTest plan
bun run typecheck— clean (no imports broken)bun run validate— 75 specs valid