save checkpoint: save features

This commit is contained in:
master
2026-02-12 10:27:23 +02:00
parent dca86e1248
commit 5bca406787
8837 changed files with 1796879 additions and 5294 deletions

View File

@@ -43,11 +43,23 @@ Fix actions are exposed in the UI and mirror CLI commands; destructive steps are
# Run diagnostics
POST /api/v1/doctor/run
# Generate AI-assisted diagnosis from Doctor report payloads or stored runs
POST /api/v1/doctor/diagnosis
# Get available checks
GET /api/v1/doctor/checks
# Stream results
WebSocket /api/v1/doctor/stream
# Manage scheduled doctor runs
GET/POST /api/v1/doctor/scheduler/schedules
PUT/DELETE /api/v1/doctor/scheduler/schedules/{scheduleId}
# Query scheduler trend data
GET /api/v1/doctor/scheduler/trends
GET /api/v1/doctor/scheduler/trends/checks/{checkId}
GET /api/v1/doctor/scheduler/trends/degrading
```
## Available Checks
@@ -185,6 +197,9 @@ Running 47 checks across 8 plugins...
# 3. Restart services to pick up new certificate
sudo systemctl restart stellaops-gateway
Runbook:
https://docs.stella-ops.org/runbooks/tls-certificate-renewal
Verification:
stella doctor --check check.tls.certificates.expiry

View File

@@ -349,6 +349,7 @@ Machine-readable format for automation:
}
},
"remediation": {
"runbookUrl": "https://docs.stella-ops.org/runbooks/database-pending-migrations",
"steps": [
{
"order": 1,