ContractSpec docs

OSS-first docs

These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.

Review queue health probe

Per-domain health probe consumed by fleet.health.snapshot to surface review-queue saturation, SLA, and pipeline state.

field.key.label
Review queue health probe
field.version.label
field.type.label
field.title.label
Review queue health probe
field.description.label

Per-domain health probe consumed by fleet.health.snapshot to surface review-queue saturation, SLA, and pipeline state.

field.tags.label
review,health,fleet
field.owners.label
field.stability.label
public

Per-domain health probe for the review queue, composed by `fleet.health.snapshot` (SEAMS §3.10, S-10). Returns a `green` | `amber` | `red` status plus a symptoms list; aggregations downgrade to amber if the probe call itself fails.

Thresholds (initial v1.0; tunable via runtime config):

`red` when `backlogDepth > 100` OR `oldestPendingAgeMs > 24h` OR

`audit-pipeline-degraded` is present.

`amber` when `backlogDepth > 25` OR `oldestPendingAgeMs > 4h` OR

`escalatedCount > 5`.

`green` otherwise.

Capability: `fleet.metrics.read` ∨ `review.read`.