Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .claude/CATALOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

**Ports, URLs, health endpoints. Load this on demand when you need a specific service address.**

All services expose `/healthz` for liveness and `/metrics` for Prometheus.
Most HTTP services expose `/healthz` for liveness and `/metrics` for Prometheus, but
treat each entry's listed endpoint as authoritative — exceptions exist (e.g., Mesh
Agent has no HTTP interface; Cipher Memory exposes `/health`, not `/healthz`).

## Core Infrastructure

Expand Down
Loading