type: glossary
timestamp: 2026-06-20
tags: [glossary, git, structure]
timestamp: 2026-06-20
tags: [glossary, git, structure]
master repo
chirag127/oriz: umbrella repo holding every submodule + knowledge/ + design/
master repo
Definition
The master repo is chirag127/oriz — the umbrella repository that
holds every site, extension, and package as a git submodule, plus the
inline apps/api/, knowledge/, and design-briefs/ directories.
Expanded
Submodule layout: sites/oriz-<name>/ for the 11 sites,
extensions/<name>/ for Chrome/Firefox/Edge extensions,
packages/<name>/ for the 6 shared packages. The Hono Worker at
apps/api/ is not a submodule — it lives inline so that pointer
bumps and Worker deploys ship together.
The master repo is also where AGENTS.md, CLAUDE.md, knowledge/,
and design-briefs/ live as the family’s single source of truth.