rmi-backend/app/domains/token
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
..
__init__.py refactor(databus): move app.databus engine files to app.domains.databus (P4.5 cont) 2026-07-07 15:12:24 +07:00
analyzer.py refactor(domains): rename app/domain/ to app/domains/ + consolidate (P4.7) 2026-07-06 23:08:17 +02:00
deployer.py refactor(domains): merge token/tokens + scanner/scanners, drop empty app/domain/ 2026-07-07 17:48:53 +07:00
models.py refactor(domains): rename app/domain/ to app/domains/ + consolidate (P4.7) 2026-07-06 23:08:17 +02:00
repository.py refactor(databus): move app.databus engine files to app.domains.databus (P4.5 cont) 2026-07-07 15:12:24 +07:00
service.py refactor(domains): rename app/domain/ to app/domains/ + consolidate (P4.7) 2026-07-06 23:08:17 +02:00