You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Production users need a quick health check for storage, WAL, and mesh connectivity. A CLI doctor/status command will improve supportability and debugging.
Tasks
Add pluresdb doctor (or status) command
Report storage engine status, WAL replay health, and disk usage
Report sync transport status (mode, peers, last activity)
Emit JSON output option for automation
Acceptance Criteria
Command runs without side effects and exits non-zero on failures
Context
Production users need a quick health check for storage, WAL, and mesh connectivity. A CLI doctor/status command will improve supportability and debugging.
Tasks
pluresdb doctor(orstatus) commandAcceptance Criteria