Rename project from Cazalla to Angerona

Complete rebrand: renamed all files, folders, code references, documentation, Docker paths, env vars, Makefile targets, Python classes, C structs/functions, and git remote URL. Replaced agent icons with new Angerona branding (light + dark mode SVGs). Fixed builder.py to reference SVG instead of PNG for Mythic icon path.
This commit is contained in:
2026-03-25 15:32:50 +01:00
parent 120de6778d
commit 6e82a8253c
166 changed files with 434 additions and 902 deletions
+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<circle cx="100" cy="100" r="85" fill="none" stroke="#111" stroke-width="4"/>
<!-- Laurel left -->
<path d="M60 130 Q50 100 70 70" fill="none" stroke="#111" stroke-width="3"/>
<path d="M65 120 L55 110 M68 105 L58 95 M72 90 L62 80" stroke="#111" stroke-width="3"/>
<!-- Laurel right -->
<path d="M140 130 Q150 100 130 70" fill="none" stroke="#111" stroke-width="3"/>
<path d="M135 120 L145 110 M132 105 L142 95 M128 90 L138 80" stroke="#111" stroke-width="3"/>
<!-- Central seal (silence mark) -->
<circle cx="100" cy="100" r="18" fill="none" stroke="#111" stroke-width="3"/>
<line x1="85" y1="100" x2="115" y2="100" stroke="#111" stroke-width="3"/>
</svg>

After

Width:  |  Height:  |  Size: 806 B