rmi-backend/app/domains
cryptorugmunch bd412acb2b refactor(domains): merge token/tokens + scanner/scanners, drop empty app/domain/
- Move app/domains/tokens/deployer.py -> app/domains/token/deployer.py.
  Delete app/domains/tokens/ (was a single-file shadow of the token domain).
- Move app/domains/scanner/* into app/domains/scanners/core/. The 31
  detector modules in app/domains/scanners/ + the core service are now
  a single coherent domain.
- Update import paths in app/token_scanner.py and app/token_deployer.py.
- Delete empty app/domain/ (singular, was a leftover scaffold).
- Factory still loads 466 routes, mypy-gate clean.
2026-07-07 17:48:53 +07:00
..
admin fix(auth): mount auth router + rename __init__ to router.py 2026-07-07 17:44:09 +07:00
alerts refactor(domains): rename app/domain/ to app/domains/ + consolidate (P4.7) 2026-07-06 23:08:17 +02:00
auth fix(auth): mount auth router + rename __init__ to router.py 2026-07-07 17:44:09 +07:00
billing feat(domains): consolidate bulletin, intelligence, markets, admin, referral, mcp + mypy gate 2026-07-07 16:43:49 +07:00
bulletin feat(domains): consolidate bulletin, intelligence, markets, admin, referral, mcp + mypy gate 2026-07-07 16:43:49 +07:00
databus feat(domains): consolidate bulletin, intelligence, markets, admin, referral, mcp + mypy gate 2026-07-07 16:43:49 +07:00
intelligence feat(domains): consolidate bulletin, intelligence, markets, admin, referral, mcp + mypy gate 2026-07-07 16:43:49 +07:00
labels refactor(domains): rename app/domain/ to app/domains/ + consolidate (P4.7) 2026-07-06 23:08:17 +02:00
markets feat(domains): consolidate bulletin, intelligence, markets, admin, referral, mcp + mypy gate 2026-07-07 16:43:49 +07:00
mcp fix(auth): mount auth router + rename __init__ to router.py 2026-07-07 17:44:09 +07:00
news refactor(domains): rename app/domain/ to app/domains/ + consolidate (P4.7) 2026-07-06 23:08:17 +02:00
referral feat(domains): consolidate bulletin, intelligence, markets, admin, referral, mcp + mypy gate 2026-07-07 16:43:49 +07:00
reports refactor(domains): rename app/domain/ to app/domains/ + consolidate (P4.7) 2026-07-06 23:08:17 +02:00
scanners refactor(domains): merge token/tokens + scanner/scanners, drop empty app/domain/ 2026-07-07 17:48:53 +07:00
telegram/rugmunchbot fix(auth): mount auth router + rename __init__ to router.py 2026-07-07 17:44:09 +07:00
threat refactor(domains): rename app/domain/ to app/domains/ + consolidate (P4.7) 2026-07-06 23:08:17 +02:00
token refactor(domains): merge token/tokens + scanner/scanners, drop empty app/domain/ 2026-07-07 17:48:53 +07:00
wallet refactor(wallet): move app/wallet/ to app/domains/wallet/ (P4.2) 2026-07-06 23:00:33 +02:00
x402 refactor(domains): rename app/domain/ to app/domains/ + consolidate (P4.7) 2026-07-06 23:08:17 +02:00
__init__.py refactor(scanners): finish app.scanners → app.domains.scanners import migration + lint + mypy config (P4.8 cont) 2026-07-07 04:44:32 +07:00