Commit Graph

3 Commits

Author SHA1 Message Date
d13df586dd refactor: DDD/CQRS architecture, unified crate layout
- crates: common→application, api→presentation, infrastructure/*→adapters/*
- new crates: api-types, infra-wiring
- domain: errors/, models/, value_objects/, ports/, services/
- application: CQRS use cases (songs/, tabs/) w/ commands, queries, deps
- unified DomainError replaces RepositoryError
- workspace deps, unused dep cleanup
- fix: parse plain-text chord lines (UG drops spans mid-song)
- tests extracted to separate modules (tests/ dirs)
2026-07-11 21:02:10 +02:00
41b9cb3d4c feat: initialize project with .gitignore, LICENSE, README, and update dependencies 2026-04-08 03:56:28 +02:00
37a1e386e4 feat(persistence): add SqliteSongRepository and SqliteRepositoryFactory 2026-04-08 03:05:16 +02:00