Files
freemo faf7991a13 fix(domain): add repository protocol interfaces to domain layer
Implemented domain-level repository protocol interfaces to restore clean
architecture boundaries and enable robust type checks via runtime
structural typing.

- Created domain/repositories package with four protocol interfaces
- Added LifecyclePlanRepositoryProtocol, ActionRepositoryProtocol,
  DecisionRepositoryProtocol, and ProjectRepositoryProtocol
- Updated infrastructure repositories to explicitly inherit protocols
- Added 10 Behave scenarios for protocol compliance verification

ISSUES CLOSED: #2873
2026-04-05 08:43:01 +00:00
..