Skip to content

chore: remove non-source files tracked in error#43

Merged
noisyloop merged 1 commit into
mainfrom
claude/review-codebase-docs-wyk1U
May 19, 2026
Merged

chore: remove non-source files tracked in error#43
noisyloop merged 1 commit into
mainfrom
claude/review-codebase-docs-wyk1U

Conversation

@noisyloop

@noisyloop noisyloop commented May 19, 2026

Copy link
Copy Markdown
Owner

Summary

Repository hygiene: removes a set of OS-generated, non-source files that were committed before the ignore rule existed (they are already covered by .gitignore, so they will not reappear). Also removes an empty stray directory that was a shell brace-expansion artifact containing no source.

No source code, build, or runtime behavior is affected — these files are not referenced anywhere.

Test plan

  • npm run typecheck — clean
  • npm test — 126/126 pass
  • Confirmed removed paths are not referenced by any source, config, or build script

10 macOS .DS_Store files were tracked despite .gitignore already
listing the pattern (they predate the ignore rule). Removing them also
deletes the bogus `src/{core/` directory, which was a brace-expansion
artifact containing nothing but a .DS_Store.

https://claude.ai/code/session_01Ds4diwEnvZ863CUoNCQEkY
@noisyloop noisyloop merged commit dc69099 into main May 19, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants