schneespur/release/schneespur-1.0.2/public/favicon.svg
Michael 7288b93500 Release v1.0.2: diagnostic infrastructure core
Add neutral diagnostic framework for future reporting modules:
- DiagnosticReporterInterface, Registry, Manager, PayloadSanitizer
- Laravel exception hook in bootstrap/app.php
- Module permission declarations (requires_permissions in module.json)
- Core diagnostic report points (module boot/install/update failures)
- Module documentation update (moduldoku.md)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-18 16:54:11 +00:00

9 lines
581 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<circle cx="16" cy="16" r="15" fill="#1e3a5f"/>
<path d="M16 4 L18 10 L16 8 L14 10 Z" fill="#fff" opacity="0.9"/>
<path d="M10 12 Q16 20 22 12" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
<path d="M8 18 Q16 26 24 18" fill="none" stroke="#a5d8ff" stroke-width="2.5" stroke-linecap="round"/>
<circle cx="11" cy="8" r="1" fill="#a5d8ff" opacity="0.7"/>
<circle cx="22" cy="6" r="0.8" fill="#a5d8ff" opacity="0.6"/>
<circle cx="25" cy="11" r="0.6" fill="#a5d8ff" opacity="0.5"/>
</svg>