# Glossary (docs/architecture/glossary.md)

Truth document. Use for: the project's vocabulary — one name per concept, one line per name. Alphabetical. When the code uses a different name than the docs, record it in **In code** so readers can bridge; one concept never gets two doc names.

```
# Glossary

| Term | Meaning | In code |
| ---- | ------- | ------- |
| {Term} | {one-line definition} | `{identifier}` |
```
