chore(monitoring): document health-check output

What changed:
- Documented the monitoring health-check script as a CLI/standalone output surface.
- Kept console output unchanged because it is the command's user interface.

Warning impact:
- @lysnrai/monitoring scoped warnings: 5 -> 0.
- Workspace warning total: 155 -> 150.

Verification:
- pnpm --filter @lysnrai/monitoring exec tsc --noEmit
- pnpm --filter @lysnrai/monitoring exec eslint . --ext .ts,.tsx
- pnpm lint
This commit is contained in:
Saravana Achu Mac 2026-05-04 16:34:27 -07:00
parent 04698631eb
commit e9a70edb8b

View File

@ -16,6 +16,8 @@
* USER_DASHBOARD_URL (default: http://localhost:3002)
*/
/* eslint-disable no-console -- This is a CLI/standalone health reporter; console output is its user interface. */
import { DEFAULT_SERVICES, generateHealthReport } from '@bytelyst/monitoring';
// ── CLI / HTTP server mode ──