Glossary — family-specific terms
Glossary
Family-specific vocabulary. Each term has its own short concept file. Terms are grouped into 5 alphabetical subdirectories for navigation.
This directory now runs at 4-level hierarchy — see ../_okf.md and ../decisions/process/4-level-hierarchy-for-big-dirs.md for why.
Subdirectories
| Range | Subdir |
|---|---|
| A–C | a-c/ |
| D–H | d-h/ |
| I–N | i-n/ |
| O–R | o-r/ |
| S–Z | s-z/ |
All terms (flat view)
| Term | One-line definition |
|---|---|
| app-check | Firebase's bot-defence layer that gates every Firestore call to verified clients. |
| auth-domain | auth.oriz.in, the custom domain that lets one Firebase project serve every *.oriz.in site. |
| cache-rebuild | The GitHub Actions job that reads JSONL canonical and re-populates the Turso warm cache. |
| card-on-file | A payment instrument linked to a service account; the family avoids this for every paid-tier-capable provider. |
| concept-file | One OKF unit — a single markdown file with YAML frontmatter representing one fact, decision, or rule. |
| data-repo | chirag127/oriz-me-data, the authoritative JSONL store for the me.oriz.in lifestream. |
| digital-twin | The broader concept lifestream implements: a public-facing mirror of one person's consumption + activity. |
| extension-suffix | The -ext suffix on Chrome extension repo names (oriz-<name>-ext). |
| family | The chirag127/oriz-* family of sites + extensions + packages. |
| family-anchor-site | oriz-home, the site whose v2 design defines patterns the other 10 reuse. |
| firestore-spark | Firebase's free tier; the family never upgrades to Blaze. |
| hono-rpc | The type-safe API client pattern: hc<AppType> from @hono/client. |
| lifestream | The public daily-rebuilt event store concept that powers me.oriz.in. |
| master-repo | chirag127/oriz, the umbrella repo that holds every submodule plus knowledge/ and design/. |
| okf-bundle | A directory of concept files for one organization (this knowledge/ directory is one). |
| omnipost | @chirag127/oriz-omnipost, the family's RSS-driven cross-post engine — fans each blog post out to every supported platform via the Adapter pattern. |
| oriz | The family brand, the master GitHub repo name, and the apex domain oriz.in. |
@chirag127/oriz-kit, the package re-exporting Firebase init + auth UI + contact form + sidebar + family config. |
|
| package-isolation | Wrapping every external service in a typed package so swapping providers is a version bump. |
| parallel-by-default | The family rule: any work that can be parallelised MUST be fanned out via subagents. |
| parallel-fan-out | Spawning N subagents simultaneously for independent work. |
| self-update-rule | Every chat decision lands in knowledge/ in the same conversation. |
| site-suffix | The -site suffix on website repo names (oriz-<name>-site). |
| submodule-pointer | The master oriz repo's recorded SHA for each submodule; the production state contract. |
| survival-fallback | The §16 layer that survives if every primary service dies. |
| the-provenance-strip | oriz-me's signature element, the live build manifest at the top of every page. |
| the-seal | oriz-journal's signature animation, the encryption metaphor. |
| the-spine | oriz-blog's typographic series indicator (●─●─○─○). |