Interfaces¶
This section records the public surfaces that other repository layers and human operators rely on: commands, configs, artifacts, and frozen API contracts.
Use it when the question is how callers and reviewers are supposed to interact with the package without reading every implementation module first.
Start Here¶
- open CLI Surface for the operator-facing command contract
- open Entrypoints and Examples for concrete command expansions and usage examples
- open Artifact Contracts when the file outputs matter more than the command syntax
Pages In This Section¶
- CLI Surface
- API Surface
- Configuration Surface
- Data Contracts
- Artifact Contracts
- Entrypoints and Examples
- Operator Workflows
- Public Imports
- Compatibility Commitments
Purpose¶
This page organizes the public interfaces that reviewers and operators are expected to rely on.