| # CODEOWNERS β Rug Munch Intelligence | |
| # Last line matching a pattern takes precedence. | |
| # Order: specific paths first, wildcards last. | |
| # ββ Core infrastructure ββ | |
| /main.py @cryptorugmuncher | |
| /Dockerfile @cryptorugmuncher | |
| /Dockerfile.worker @cryptorugmuncher | |
| /requirements.txt @cryptorugmuncher | |
| /.github/ @cryptorugmuncher | |
| # ββ API routes ββ | |
| /app/routers/ @cryptorugmuncher | |
| /app/main.py @cryptorugmuncher | |
| # ββ Scanner modules ββ | |
| /app/scanners/ @cryptorugmuncher | |
| /app/token_scanner.py @cryptorugmuncher | |
| /app/unified_scanner.py @cryptorugmuncher | |
| # ββ Data services ββ | |
| /app/services/ @cryptorugmuncher | |
| /app/news_service.py @cryptorugmuncher | |
| /app/rag_service.py @cryptorugmuncher | |
| # ββ Security & auth ββ | |
| /app/auth.py @cryptorugmuncher | |
| /app/payments.py @cryptorugmuncher | |
| /app/scan_rate_limiter.py @cryptorugmuncher | |
| # ββ Frontend (monorepo) ββ | |
| /rmi-frontend/ @cryptorugmuncher | |
| # ββ Documentation ββ | |
| /docs/ @cryptorugmuncher | |
| /README.md @cryptorugmuncher | |
| /SECURITY.md @cryptorugmuncher | |
| # ββ CI/CD ββ | |
| /.github/workflows/ @cryptorugmuncher | |