nickberens360/nickberens-astro
chore(repo): remove stray files and add hygiene guardrails
Open
#239 opened on Sep 13, 2025
choregood first issuerepo hygiene
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (No merged PRs in 30d)
Description
Remove stray/temp files and add guardrails to prevent reintroduction.
Targets
- Delete:
- backend/core/.!88074!auto_discovery.py (0 bytes)
- backend/core/unified_retriever_old.py (confirm deprecation first)
- src/components/CustomLMGTFY.vue.backup
- Any committed .DS_Store files
- Verify .gitignore covers .DS_Store and backup patterns.
- Optionally add pre-commit check to block .DS_Store and *.backup files.
Acceptance Criteria
- Files removed (if unused) and hooks updated.
- CI/static checks pass.