Description:
A dashboard command should summarize Glassbox system health, configuration, cache state, and plugin status in one place.
Work to be done:
Implement a diagnostics command that reports health and environment status.
Implementation procedure:
- Add a diagnostics command to the CLI.
- Collect health data from RPC endpoints, cache status, configuration, plugin load state, and simulator compatibility.
- Present the information in a readable dashboard format with severity indicators.
- Add tests for diagnostics output.
- Document the diagnostic dashboard.
Acceptance criteria:
- There is a diagnostics command summarizing key system health and configuration.
- The output is readable and highlights issues.
- Tests verify diagnostics data collection.
- Documentation explains the command.
Description:
A dashboard command should summarize Glassbox system health, configuration, cache state, and plugin status in one place.
Work to be done:
Implement a
diagnosticscommand that reports health and environment status.Implementation procedure:
Acceptance criteria: