Model-driven engine for deterministic extraction, validation, provenance, and querying of personal reference documents.
Architecture approved. Implementation work is tracked through small, verifiable GitHub issues.
Python 3.12 or newer is required. Create and activate a virtual environment, then install the project and development tools:
python -m pip install -e ".[dev]"Run the complete initial quality checks with:
python -m pytest
ruff check .
python -m mypy