feat(use_cases): registry + bank_statement_header (spec §7) #5
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/use-case-bank-statement-header"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the use-case registry plus the first use case (
bank_statement_header).get_use_case(name)raisesIX_001_001on unknown name with the offending name indetail.__init__.py— no import-time side effects.CI trigger is flaky for now; local tests green (42 passed, ruff clean).