# API Doc Entity
### Scope
- **Purpose**: Document the public interface exposed by `cli_fmt`.
- **Responsibility**: Interface contracts for the output processing pipeline and CLI help template renderer.
- **In Scope**: Instance 001 — output processing function, configuration, and result types; Instance 002 — CLI help template types and render method.
- **Out of Scope**: Behavioral rationale — see `feature/` and `invariant/` instances.
### Overview Table
| 1 | [001_output_api.md](001_output_api.md) | Output API | ✅ |
| 2 | [002_help_api.md](002_help_api.md) | Help Template API | ✅ |