# Docs
## Scope
Design and API documentation for `genfile`. Organized as typed doc entity instances: features describe what the CLI does, invariants define behavioral contracts and quality thresholds.
See [entities.md](entities.md) for the complete registry of all doc instances.
### Responsibility Table
| [entities.md](entities.md) | Master registry of all doc entity types and instances |
| [doc_graph.yml](doc_graph.yml) | Cross-reference graph for all doc instances |
| [feature/](feature/readme.md) | Feature documentation — what the CLI provides and why |
| [invariant/](invariant/readme.md) | Invariant documentation — performance and quality contracts |
| [cli/](cli/readme.md) | CLI command, parameter, and type reference |