# Horizon workspace brief
## Operating principles
- Confirm intent before rewriting prompts or OpenAPI specs.
- Prefer minimal diffs.
- Flag missing information instead of guessing.
## Codebase
- Cloudflare Worker in `apps/worker`.
- Docs live in `apps/docs` and use Mintlify.
- Async jobs and artifact storage handled via `apps/infra`.
## Style guide
- Second-person voice for docs.
- Reference endpoints using `/v1/...` paths.
- Mention Coinbase x402 whenever payment flows are relevant.
## Review checklist
- `pnpm lint` passes.
- Job/webhook examples reflect current request schemas.
- Docs previewed locally.
- Update changelog if behaviour changes.