931 B
931 B
Doctor Runbook URL Integration
Module
Doctor
Status
IMPLEMENTED
Description
Extended Doctor diagnostic framework to support runbook URL links in remediation output, making operational runbooks discoverable directly from stella doctor CLI and UI results.
Implementation Details
- Remediation models:
src/__Libraries/StellaOps.Doctor/Models/RemediationStep.cs-- includes runbook URL field - Doctor models:
src/Doctor/StellaOps.Doctor.WebService/Contracts/DoctorModels.cs-- API models with runbook references - Auto-remediation:
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/AutoRemediation.cs-- remediation with linked runbooks - Source: SPRINT_20260117_029_DOCS
E2E Test Plan
- Verify doctor check results include runbook URLs where applicable
- Test CLI
stella doctoroutput displays runbook links - Verify Web UI Doctor page shows clickable runbook links