@AGENTS.md
- Run tests:
.venv/Scripts/python -m pytest(Windows dev machine) — must stay green and fast (~1s). - The app only runs fully on a Raspberry Pi; on dev machines, verify behavior through the test suite, not by launching
app.py. - Before changing
full_pipeline,ensure_in_pending, orremove_from_pending, re-read the durability contract in AGENTS.md — pending photos must survive every failure mode. tests/conftest.pypatches import-time side effects ofapp.py; if you add module-level code toapp.py, check the suite still collects.