rmi-backend/CODEOWNERS
Line: 6: incorrect codeowner user: cryptorugmuncher Line: 6: no users/groups matched Line: 7: incorrect codeowner user: cryptorugmuncher Line: 7: no users/groups matched Line: 8: incorrect codeowner user: cryptorugmuncher Line: 8: no users/groups matched Line: 9: incorrect codeowner user: cryptorugmuncher Line: 9: no users/groups matched Line: 10: incorrect codeowner user: cryptorugmuncher Line: 10: no users/groups matched Line: 13: incorrect codeowner user: cryptorugmuncher Line: 13: no users/groups matched Line: 14: incorrect codeowner user: cryptorugmuncher Line: 14: no users/groups matched Line: 17: incorrect codeowner user: cryptorugmuncher Line: 17: no users/groups matched Line: 18: incorrect codeowner user: cryptorugmuncher Line: 18: no users/groups matched Line: 19: incorrect codeowner user: cryptorugmuncher Line: 19: no users/groups matched Line: 22: incorrect codeowner user: cryptorugmuncher Line: 22: no users/groups matched Line: 23: incorrect codeowner user: cryptorugmuncher Line: 23: no users/groups matched Line: 24: incorrect codeowner user: cryptorugmuncher Line: 24: no users/groups matched Line: 27: incorrect codeowner user: cryptorugmuncher Line: 27: no users/groups matched Line: 28: incorrect codeowner user: cryptorugmuncher Line: 28: no users/groups matched Line: 29: incorrect codeowner user: cryptorugmuncher Line: 29: no users/groups matched Line: 32: incorrect codeowner user: cryptorugmuncher Line: 32: no users/groups matched Line: 35: incorrect codeowner user: cryptorugmuncher Line: 35: no users/groups matched Line: 36: incorrect codeowner user: cryptorugmuncher Line: 36: no users/groups matched Line: 37: incorrect codeowner user: cryptorugmuncher Line: 37: no users/groups matched Line: 40: incorrect codeowner user: cryptorugmuncher Line: 40: no users/groups matched

40 lines
1.3 KiB
Text

# 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