Skip to content

Commit 0fa47cf

Browse files
Add Incident Postmortem Generator dashboard
Interactive postmortem tool with: - 4 pre-built incident scenarios (cascade failure, budget blowout, hallucination storm, latency spike) - Chronological timeline builder with Canvas visualization - Autonomous root cause analysis (duration, detection gaps, blast radius, communication, pattern matching) - Auto-generated prioritized action items (P0-P3) based on severity and incident characteristics - Proactive insights with recommendations trending toward autonomous incident response - Response completeness scoring - Export to Markdown, JSON, and standalone HTML report - Local storage draft save/load - Dark/light theme support Usage: Open dashboard/postmortem.html or click Postmortem in the nav bar
1 parent ff3217a commit 0fa47cf

2 files changed

Lines changed: 675 additions & 0 deletions

File tree

dashboard/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ <h1 class="logo">🔍 AgentLens</h1>
3131
<a href="cost-anomaly.html" class="btn btn-alert-header" style="text-decoration:none">🔮 Cost Anomaly</a>
3232
<a href="topology.html" class="btn btn-alert-header" style="text-decoration:none">🗺️ Topology</a>
3333
<a href="runbooks.html" class="btn btn-alert-header" style="text-decoration:none">📋 Runbooks</a>
34+
<a href="postmortem.html" class="btn btn-alert-header" style="text-decoration:none">🩺 Postmortem</a>
3435
<button class="btn btn-alert-header" onclick="openAlertsModal()" id="alertsBtn">
3536
🔔 Alerts <span class="alert-badge" id="alertBadge" style="display:none">0</span>
3637
</button>

0 commit comments

Comments
 (0)