# Pattern Doc Entity
### Scope
- **Purpose**: Document recurring design patterns used in `api_ollama`.
- **Responsibility**: Master file listing all pattern doc instances with ID, name, and status.
- **In Scope**: Architectural and structural patterns applied consistently across the crate.
- **Out of Scope**: Feature-specific implementations (see feature/), API contracts (see api/).
### Overview Table
| 001 | [Module Organization](001_module_organization.md) | mod_interface layer structure and client_ext_*.rs extension pattern | ✅ |