Skip to content

Latest commit

 

History

History
97 lines (92 loc) · 5.58 KB

File metadata and controls

97 lines (92 loc) · 5.58 KB
title Shift Console
SHIFT HANDOFF READY

μ-text Systems / Troubleshooting Department

Incident reconstruction console

Your first shift starts in the archive where generated software failures are reconstructed, sanitized, and quietly made someone else's problem.

<div class="border border-slate-700/70 bg-slate-950/70 p-4 font-mono text-xs text-slate-300">
  <div class="mb-3 flex items-center justify-between text-slate-mutext">
    <span>ai-gen uptime</span>
    <span class="text-phosphor">99.91%</span>
  </div>
  <div class="space-y-2">
    <div class="h-2 w-full bg-slate-800"><div class="h-full w-[91%] bg-phosphor"></div></div>
    <div class="h-2 w-full bg-slate-800"><div class="h-full w-[68%] bg-cyan-trace"></div></div>
    <div class="h-2 w-full bg-slate-800"><div class="h-full w-[37%] bg-amber-warn"></div></div>
  </div>
  <div class="mt-5 grid grid-cols-8 gap-1" aria-hidden="true">
    {% for i in (1..48) %}
      <span class="h-5 border border-cyan-trace/10 bg-cyan-trace" style="opacity: {% cycle '0.10', '0.05', '0.02', '0.16', '0.06', '0.03' %}"></span>
    {% endfor %}
  </div>
</div>

active incidents

07

Two are customer-visible. One denies existing.

unresolved failures

143

Down from yesterday, according to the dashboard.

generation uptime

99.91%

The missing 0.09% has been archived.

incident queue {% include status-pill.html label="triage open" tone="amber" %}
{% include incident-card.html id="INC-0001" severity="SEV-3" tone="amber" time="08:17" title="Mutual recursion deadlock" body="Invoice reconciliation and ledger rollup now wait on each other's locks after the retry checksum patch." env="training" owner="@andy" %} {% include incident-card.html id="INC-0417" severity="SEV-2" tone="red" time="08:44" title="Payroll helper hallucinated a department" body="The org chart now contains a floor that Facilities says is not in the building." env="corp-prod" owner="@bob" %} {% include incident-card.html id="INC-0520" severity="SEV-4" tone="cyan" time="09:02" title="Marketing copy loop" body="Landing page regenerates the same sentence with increasing confidence and fewer verbs." env="public" owner="@marta" %} {% include incident-card.html id="INC-0713" severity="SEV-3" tone="amber" time="09:31" title="Log timestamps moved backward" body="Monitoring insists the deployment failed tomorrow. SRE asked us to stop saying that." env="observability" owner="@queue" %}
archive preview restricted
We don't write the code anymore.
We only clean up after it.

Internal audits describe incident reconstruction as "low-risk interpretive maintenance." Bob says that phrase means the company lawyers won.

{% capture log_lines %}08:59 deploy train/onboarding accepted by generator|09:01 Bob approved incident simulation|09:03 contradiction surfaced in seating matrix|09:04 archive observer joined without credentials{% endcapture %} {% include fake-log.html lines=log_lines prefix="memo" %}