feat: report daemon uptime in status

This commit is contained in:
Eric Wendland 2026-07-05 18:14:52 +02:00
commit 2d314e85bf
7 changed files with 50 additions and 8 deletions

View file

@ -275,12 +275,12 @@ Goal: make production failures diagnosable from the CLI and logs.
stream, cursor, and stable error code where applicable.
- `[ ]` Sensitive bearer tokens and private material are not logged.
- `[ ]` Expand health status.
- `[x]` Expand health status.
Acceptance criteria:
- `[ ]` `geth status --json` reports daemon uptime.
- `[ ]` Store schema version is visible.
- `[ ]` Native backend health is visible.
- `[ ]` Iroh relay/local-discovery state is visible without exposing
- `[x]` `geth status --json` reports daemon uptime.
- `[x]` Store schema version is visible.
- `[x]` Native backend health is visible.
- `[x]` Iroh relay/local-discovery state is visible without exposing
unrelated config secrets.
- `[ ]` Add `geth doctor`.