nickberens360/nickberens-astro
chore(repo): remove stray files and add hygiene guardrails
Aperta
#239 aperta il 13 set 2025
choregood first issuerepo hygiene
Metriche repository
- Star
- (1 stella)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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.