Skip to content

chore: repo hygiene — dead files, unused deps, stale worktrees#1

Open
jaxhemopo wants to merge 1 commit into
mainfrom
chore/repo-hygiene
Open

chore: repo hygiene — dead files, unused deps, stale worktrees#1
jaxhemopo wants to merge 1 commit into
mainfrom
chore/repo-hygiene

Conversation

@jaxhemopo
Copy link
Copy Markdown
Owner

Removes tracked cruft and unused dependencies (audit #8, #9).

  • git rm build_log.txt (150 KB), trueform-testflight.ipa (28 MB), services/AIMealAnalysisService copy.js and services/ConditioningWorkoutScreen.js — all zero-importer dupes/artifacts.
  • npm uninstall axios anser csv-parser — verified zero imports in source.
  • .gitignore: add *.log, build_log.txt, *.ipa, .claude/worktrees/; fix web-build/s typo.
  • Pruned 5 stale .claude/worktrees/ (their branches + commits are preserved).

🤖 Generated with Claude Code

- git rm build_log.txt (150KB tracked log), trueform-testflight.ipa (28MB),
  "services/AIMealAnalysisService copy.js" and services/ConditioningWorkoutScreen.js
  (zero importers; canonical files live in screens/ and AIMealAnalysisService.js)
- npm uninstall axios, anser, csv-parser (zero imports in source)
- .gitignore: ignore *.log, build_log.txt, *.ipa, .claude/worktrees/;
  fix web-build/s typo
- pruned 5 stale .claude/worktrees/ (branches + commits preserved)

Audit items #8, #9.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant