| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | scripts: add validate-engine.py per-day oracles (litcal/missalemeum) | Lukasz Kasprzak | 2026-07-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | Manual QA validators (not run by go test) that build the CLI and compare its computed calendar/readings day-by-day against authoritative online sources: of-calendar -- OF season/cycle/observed vs the LiturgicalCalendar API (litcal) of-readings -- every OF reading resolves against a corpus (offline) ef -- EF reading gaps + tail/resumed-Sunday gospels vs missalemeum ranks -- OF sanctoral ranks vs litcal These found the defects fixed in the flawlessness pass; keep them as standing regression oracles. API responses cache under scripts/.oracle-cache/ (ignored). | ||||
| * | chore: drop accidentally-committed __pycache__, ignore it | Lukasz Kasprzak | 2026-07-28 | 1 | -0/+1 |
| | | |||||
| * | docs: README; wire lectio-web into build; finalize | Lukasz Kasprzak | 2026-07-23 | 1 | -0/+1 |
| | | | | | | | | | | | Add README.md documenting all three binaries (lectio, lectio-ui, lectio-web), config keys, the 12 themes, display modes, offline/update workflow, and both lectionaries, surveyed against the real source. Wire the third binary into Makefile's build/install/uninstall/clean/cross targets (LECTIO_WEB var, ./cmd/lectio-web) and add /lectio-web to .gitignore, matching the existing lectio/lectio-ui style. | ||||
| * | scaffold: module, mains, Makefile, embedded corpora | Lukasz Kasprzak | 2026-07-23 | 1 | -0/+6 |
