feat: system agent icons — spider (TIC), firefly (private lint), bee (shared lint)
Nightly Build / build (push) Successful in 7m13s

System agents now form an insect family, visually distinct from chat agents:
- TIC: Cat → Spider 🕷️ (new icon replaces old)
- Private Memory Lint: Firefly  (new icon + meta.json field)
- Shared Memory Lint: Bee 🐝 (new icon + meta.json field)

Updated agents/README.md and SKALD.md.
This commit is contained in:
2026-07-28 21:43:01 +01:00
parent 434e27d7c2
commit 0b793d56ae
7 changed files with 25 additions and 3 deletions
+11 -2
View File
@@ -107,7 +107,9 @@ systemd service → ExecStart=run.sh
### Agent icons — completed ✅
All 11 agents now have **Vector Paintings** icons (painterly vector, warm and family-friendly), generated via ComfyUI:
All agents now have **Vector Paintings** icons (painterly vector, warm and family-friendly), generated via ComfyUI:
**Chat agents — warm animals:**
| Agent | Animal | Status |
|-------|--------|--------|
@@ -120,9 +122,16 @@ All 11 agents now have **Vector Paintings** icons (painterly vector, warm and fa
| Software Engineer | 🔧 Bear | ✅ |
| Spec Writer | 📝 Owl | ✅ |
| Tech Lead | 👑 Deer | ✅ |
| TIC | 👁️ Cat | ✅ |
| Business Analyst | 💼 Magpie | ✅ |
| Companion | 🦦 Otter | ✅ |
**System agents — insect family:**
| Agent | Animal | Status |
|-------|--------|--------|
| TIC | 🕷️ Spider | ✅ |
| Private Memory Lint | ✨ Firefly | ✅ |
| Shared Memory Lint | 🐝 Bee | ✅ |
### Refactoring — completed ✅
- Removed Tauri/desktop dependency (`tauri.conf.json`, `src/desktop/`, `icons/`, `docs/desktop.md`, gen schemas/)