# Doc Entities
## Master Doc Entities Table
| `api/` | Define public API surface, error conditions, and compatibility guarantees. | [api/readme.md](api/readme.md) | 1 |
| `feature/` | Define scope, design rationale, and cross-references per implemented capability. | [feature/readme.md](feature/readme.md) | 6 |
| `pattern/` | Describe architectural patterns with problem context, solution, and trade-offs. | [pattern/readme.md](pattern/readme.md) | 1 |
## Master Doc Instances Table
| api | 001 | Workspace | [api/001_workspace.md](api/001_workspace.md) |
| feature | 001 | Workspace Root Resolution | [feature/001_workspace_root_resolution.md](feature/001_workspace_root_resolution.md) |
| feature | 002 | Configuration Loading | [feature/002_configuration_loading.md](feature/002_configuration_loading.md) |
| feature | 003 | Secret Management | [feature/003_secret_management.md](feature/003_secret_management.md) |
| feature | 004 | Resource Discovery | [feature/004_resource_discovery.md](feature/004_resource_discovery.md) |
| feature | 005 | Configuration Validation | [feature/005_configuration_validation.md](feature/005_configuration_validation.md) |
| feature | 006 | Testing Support | [feature/006_testing_support.md](feature/006_testing_support.md) |
| pattern | 001 | Workspace Resolution Fallback Chain | [pattern/001_workspace_resolution_fallback.md](pattern/001_workspace_resolution_fallback.md) |