Amharic-first Catholic teaching wiki seeded by the Compendium of the Catechism
# Mekra Catholic Bible Wiki
An Amharic-first, agent-maintained knowledge base on Catholic teaching, Scripture, and liturgy, seeded by the **Amharic Compendium of the Catechism of the Catholic Church** (598 numbered Q&A items).
The wiki is paired with the Mekra Catholic Bible app but is a separate vault. The app holds the Amharic Emmaus Catholic Edition Bible in a Neon Postgres DB; the wiki holds curated, evolving teaching synthesis. The two are linked by `scripts/get_verse.mjs`.
## Status
| Layer | Pages | Notes |
|-------|-------|-------|
| `wiki/teaching/` | 35 | Synthesis pages grouping Compendium Q&A by topic, all with Amharic theological synthesis + Scripture |
| `wiki/bible/` | 73 | One synthesis page per biblical book (full canon: OT + NT + Apocrypha) |
| `wiki/concepts/` | 32 | Theological concepts in Amharic (ጸጋ, ምሥጢር, ኪዳን…) with Ge'ez/Greek/Latin |
| `wiki/figures/` | 15 | Jesus, Mary, apostles, saints, Church Fathers |
| `wiki/liturgical/seasons/` | 4 | Advent, Lent, Easter, Ordinary Time |
| `wiki/glossary/` | 11 | Term mappings |
| `wiki/qa/` | 4 | Compounding archive of user questions |
| Compendium OCR | 151/151 scans, 578/598 Q&A indexed | 5 pages await rescan; see `raw/catechism/page_map.json` |
## Layout
```
raw/ immutable source material (read-only to the agent)
catechism/ Compendium scans (TIF + JPG) and OCR'd markdown
bible/ Source PDFs; bulk verse text lives in the Mekra app's Neon DB
commentaries/, liturgical/ reserved for future ingest
wiki/ agent-owned synthesis (this is the product)
teaching/, apologetics/, comparative/ primary teaching layer
bible/, themes/ Scripture syntheses
concepts/, figures/, places/ entities
liturgical/feasts/, liturgical/seasons/ liturgy
qa/ saved user questions
glossary/ cross-language term mappings
scripts/ tooling (OCR, page-map build, DB lookups, lint, sync)
log.md appe …