synergy moats product advisory implementations

This commit is contained in:
master
2026-01-17 01:30:03 +02:00
parent 77ff029205
commit 702a27ac83
112 changed files with 21356 additions and 127 deletions

View File

@@ -55,6 +55,12 @@ public sealed record Remediation
/// </summary>
public bool RequiresBackup { get; init; }
/// <summary>
/// URL to a detailed runbook for this remediation.
/// Added as part of SPRINT_20260117_029_DOCS_runbook_coverage (RUN-008).
/// </summary>
public string? RunbookUrl { get; init; }
/// <summary>
/// Creates an empty remediation with no steps.
/// </summary>