Based on consolidated PR review, address the following in Test Coverage:
- No behavioral test for FK enforcement:
tests/storage/test_document_store.py:79-98 — test_schema_enforces_foreign_keys only checks PRAGMA foreign_keys value, never attempts an FK-violating INSERT. This does not prove enforcement works.
- Test directory
__init__.py files partially missing: The architect spec requires __init__.py in every test subdirectory (tests/core/, tests/domains/, tests/adapters/, tests/retrieval/, tests/scheduler/). Only tests/storage/ has test files; the other directories lack __init__.py.
Created by PR Review Stage - Consolidation Phase
Concurrent Fix Issues (Same Review Cycle)
The following issues are being fixed simultaneously in this review cycle. Check these issues for any files they modify before making your own changes to avoid introducing conflicts:
Based on consolidated PR review, address the following in Test Coverage:
tests/storage/test_document_store.py:79-98—test_schema_enforces_foreign_keysonly checksPRAGMA foreign_keysvalue, never attempts an FK-violating INSERT. This does not prove enforcement works.__init__.pyfiles partially missing: The architect spec requires__init__.pyin every test subdirectory (tests/core/,tests/domains/,tests/adapters/,tests/retrieval/,tests/scheduler/). Onlytests/storage/has test files; the other directories lack__init__.py.Created by PR Review Stage - Consolidation Phase
Concurrent Fix Issues (Same Review Cycle)
The following issues are being fixed simultaneously in this review cycle. Check these issues for any files they modify before making your own changes to avoid introducing conflicts: