semi implemented and features implemented save checkpoint

This commit is contained in:
master
2026-02-08 18:00:49 +02:00
parent 04360dff63
commit 1bf6bbf395
20895 changed files with 716795 additions and 64 deletions

View File

@@ -0,0 +1,21 @@
# 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 doctor` output displays runbook links
- [ ] Verify Web UI Doctor page shows clickable runbook links