chore(brand): refresh app icons + add brand source artwork

Replaces desktop and web icon binaries with the new brand mark, ships
PNG raster exports under assets/brand/ alongside the existing SVG
sources, adds Alternative Styles artwork variants, and updates the
icon generation script and System Prompt doc. deploy.sh excludes
the new local-only artifacts (*.rtfd, assets/brand, electronbuild.sh,
multi-platform-roadmap.md) so they don't get rsync'd to the live
boxes. Drops ARCHITECTURE_AUDIT.md (obsolete).
This commit is contained in:
Jannis Braun
2026-05-04 00:48:11 +02:00
parent c7eb14d38e
commit 52b5f8e2b1
18 changed files with 184 additions and 47 deletions
+4
View File
@@ -49,8 +49,12 @@ EXCLUDES=(
--exclude='outdated trash'
--exclude='docs/superpowers'
--exclude='*.rtf'
--exclude='*.rtfd'
--exclude='ARCHITECTURE_AUDIT.md'
--exclude='Backspace-design-prototype.html'
--exclude='assets/brand'
--exclude='electronbuild.sh'
--exclude='multi-platform-roadmap.md'
)
# ── Deploy function ─────────────────────────────────────────