πΉοΈ DevS69 Command HUD β Live Detail View¶
This page is the dedicated full Command HUD view.
Command lanes (full detail)¶
| HUD lane | Command | Expected output | Why it matters |
|---|---|---|---|
| Health baseline | python -m sdetkit doctor --format markdown |
Health score + recommended next actions | Fast system readiness check |
| Governance checks | python -m sdetkit repo audit --format markdown |
Policy and hygiene findings | Keeps repo quality enforceable |
| Security hardening | python -m sdetkit security scan --format text |
Vulnerability/risk overview | Reduces release risk |
| Workflow orchestration | python -m sdetkit agent run 'action repo.audit {"profile":"default"}' --approve |
Deterministic automation execution | Scales repeatable operations |
Live + auto-updated signals¶
These pull directly from GitHub and update whenever CI/workflows or the default branch changes.