# Doc Entities
## Master Doc Entities Table
| `api/` | HTTP endpoint contracts and wire types | docs/api/readme.md | 1 |
| `catalog/` | Enumerated feature and capability inventories | docs/catalog/readme.md | 1 |
| `feature/` | Optional capability behavioral specs | docs/feature/readme.md | 1 |
| `invariant/` | Non-negotiable system constraints | docs/invariant/readme.md | 2 |
| `operation/` | Operational procedures and setup guides | docs/operation/readme.md | 1 |
| `pattern/` | Reusable design and code patterns | docs/pattern/readme.md | 1 |
| `pitfall/` | Confirmed failure modes and anti-patterns | docs/pitfall/readme.md | 1 |
## Master Doc Instances Table
| `api/` | 001 | Reference | docs/api/001_reference.md |
| `catalog/` | 001 | Features | docs/catalog/001_features.md |
| `feature/` | 001 | Enterprise Reliability | docs/feature/001_enterprise_reliability.md |
| `invariant/` | 001 | Thin Client Principle | docs/invariant/001_thin_client_principle.md |
| `invariant/` | 002 | Testing Standards | docs/invariant/002_testing_standards.md |
| `operation/` | 001 | Features | docs/operation/001_features.md |
| `pattern/` | 001 | Module Organization | docs/pattern/001_module_organization.md |
| `pitfall/` | 001 | URL Join Absolute Path | docs/pitfall/001_url_join_absolute_path.md |