docs(workbench): note the /health liveness signal in ADR-0162 footer spec
StatusFooter now surfaces four signals, not three — add the GET /health liveness dot to the design-system footer contract to match shipped UI.
This commit is contained in:
parent
0bdc2eef6d
commit
f2028de0a1
1 changed files with 5 additions and 1 deletions
|
|
@ -375,8 +375,12 @@ Settings / Runtime
|
|||
|
||||
No giant sidebar. No collapsible sub-trees in v1.
|
||||
|
||||
StatusFooter surfaces three signals at all times:
|
||||
StatusFooter surfaces four signals at all times:
|
||||
|
||||
- `status` from `GET /health` (`Healthy` / `Unhealthy` / `Checking`) —
|
||||
a liveness dot polled independently of `/runtime/status` so a live
|
||||
server still reads healthy when runtime metadata is degraded; any
|
||||
non-`ok` status fails safe to `Unhealthy`
|
||||
- `mutation_mode` from `GET /runtime/status` (`read_only` or
|
||||
`runtime_turn`) — color-encoded **and** labeled
|
||||
- `git_revision` (short SHA, mono)
|
||||
|
|
|
|||
Loading…
Reference in a new issue