FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708

This commit is contained in:
2026-04-26 20:23:14 -04:00
parent e07237b6b0
commit 0ff6c74871
5880 changed files with 1643723 additions and 908 deletions

View File

@@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 120">
<!-- Scripter Primary Logo -->
<!-- Icon: Abstract "S" from overlapping screenplay pages -->
<defs>
<linearGradient id="blueGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#2563EB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1d4ed8;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Icon Mark - Two overlapping pages forming "S" -->
<g transform="translate(20, 20)">
<!-- Back page -->
<rect x="0" y="8" width="56" height="72" rx="4" fill="#2563EB" opacity="0.9"/>
<!-- Front page -->
<rect x="12" y="0" width="56" height="72" rx="4" fill="url(#blueGradient)"/>
<!-- Page lines (suggesting screenplay) -->
<line x1="20" y1="16" x2="56" y2="16" stroke="white" stroke-width="2" opacity="0.6"/>
<line x1="20" y1="24" x2="56" y2="24" stroke="white" stroke-width="2" opacity="0.6"/>
<line x1="20" y1="32" x2="48" y2="32" stroke="white" stroke-width="2" opacity="0.6"/>
</g>
<!-- Wordmark -->
<text x="110" y="78" font-family="Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif" font-size="56" font-weight="700" fill="#1E293B">Scripter</text>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB