Domain Docs
Domain Docs
Section titled “Domain Docs”Layout: Single-context
Section titled “Layout: Single-context”This repo uses a single shared domain context for all packages and apps.
| File | Location | Purpose |
|---|---|---|
CONTEXT.md | repo root | Domain language, bounded contexts, glossary |
adr/ | repo root | Architecture Decision Records |
Consumer rules
Section titled “Consumer rules”- Always read
CONTEXT.mdfirst when entering a new task — it defines the project’s domain language (SCF, assessments, tenants, agents, etc.). - Check
adr/before proposing architectural changes — a past ADR may already address the question. - Never modify
CONTEXT.mdwithout user approval — it is the source of truth for domain vocabulary. - When adding a new bounded context (e.g., a new package), update
CONTEXT.mdrather than creating a separate file.