genfile_core 0.12.0

File generation tools for code generation and template materialization.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Docs

### Scope

Design and API documentation for `genfile_core`. Organized as typed doc entity instances: features describe what the library does, invariants define behavioral contracts and performance 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 | Doc instance dependency graph for genfile_core |
| [decisions.md]decisions.md | Architectural decisions made during specification creation |
| [api/]api/readme.md | API documentation — public interface contracts |
| [feature/]feature/readme.md | Feature documentation — what the library provides and why |
| [invariant/]invariant/readme.md | Invariant documentation — performance and quality contracts |