Define typed domain models and strategy interfaces #47
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/local-recall!47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/issue-5-domain-contracts"
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?
What changed
ApprovedCaptureRequestonly;RawFrameand returnsRedactedRecord;EncryptionRequest[RedactedRecord];EncryptedRecordEnvelopeonly.docs/domain-contracts.mdand linked it from the README.TDD evidence
Observed red result:
python -m pytest tests/unit/domain/test_lifecycle.py -qCollection failed non-zero with
ModuleNotFoundError: No module named 'local_recall.domain'before the domain package existed.Focused green result:
python -m pytest tests/unit tests/contract -qPython 3.14 CI validation
Final workflow run #32 passed:
Acceptance criteria
Closes #5
Nice use of the Policy Pattern like i requested.