genfile 0.6.0

CLI for genfile_core template archive management - create, manage, and materialize code generation templates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

| File | Responsibility |
|------|----------------|
| [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 |