Release 0.2.0 #4

Merged
dguiducci merged 96 commits from main into release 2026-08-17 18:07:20 +01:00
7 changed files with 25 additions and 3 deletions
Showing only changes of commit 0b793d56ae - Show all commits
+11 -2
View File
@@ -107,7 +107,9 @@ systemd service → ExecStart=run.sh
### Agent icons — completed ✅ ### 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 | | Agent | Animal | Status |
|-------|--------|--------| |-------|--------|--------|
@@ -120,9 +122,16 @@ All 11 agents now have **Vector Paintings** icons (painterly vector, warm and fa
| Software Engineer | 🔧 Bear | ✅ | | Software Engineer | 🔧 Bear | ✅ |
| Spec Writer | 📝 Owl | ✅ | | Spec Writer | 📝 Owl | ✅ |
| Tech Lead | 👑 Deer | ✅ | | Tech Lead | 👑 Deer | ✅ |
| TIC | 👁️ Cat | ✅ |
| Business Analyst | 💼 Magpie | ✅ | | Business Analyst | 💼 Magpie | ✅ |
| Companion | 🦦 Otter | ✅ |
**System agents — insect family:**
| Agent | Animal | Status |
|-------|--------|--------|
| TIC | 🕷️ Spider | ✅ |
| Private Memory Lint | ✨ Firefly | ✅ |
| Shared Memory Lint | 🐝 Bee | ✅ |
### Refactoring — completed ✅ ### Refactoring — completed ✅
- Removed Tauri/desktop dependency (`tauri.conf.json`, `src/desktop/`, `icons/`, `docs/desktop.md`, gen schemas/) - Removed Tauri/desktop dependency (`tauri.conf.json`, `src/desktop/`, `icons/`, `docs/desktop.md`, gen schemas/)
+12 -1
View File
@@ -22,6 +22,8 @@ VectorPaintDaal. A warm friendly {ANIMAL} character with a gentle smile, wearing
## Per-agent reference ## Per-agent reference
### Chat agents — warm animals
| Agent | Animal | Role | Elements | Palette | | Agent | Animal | Role | Elements | Palette |
|-------|--------|------|----------|---------| |-------|--------|------|----------|---------|
| **Main Assistant** 🦊 | Fox | General assistant | Glowing threads connecting a heart, star, house | Terracotta, amber, gold | | **Main Assistant** 🦊 | Fox | General assistant | Glowing threads connecting a heart, star, house | Terracotta, amber, gold |
@@ -33,10 +35,19 @@ VectorPaintDaal. A warm friendly {ANIMAL} character with a gentle smile, wearing
| **Software Engineer** 🔧 | Bear | Focused builder | Glowing wrench, gears, circuit board, hammer, sparks | Terracotta, orange, amber, steel grey | | **Software Engineer** 🔧 | Bear | Focused builder | Glowing wrench, gears, circuit board, hammer, sparks | Terracotta, orange, amber, steel grey |
| **Spec Writer** 📝 | Owl | Wise scribe | Glowing quill, scrolls, open books, words floating mid-air | Deep indigo, burnished gold, amber, cream | | **Spec Writer** 📝 | Owl | Wise scribe | Glowing quill, scrolls, open books, words floating mid-air | Deep indigo, burnished gold, amber, cream |
| **Tech Lead** 👑 | Stag | Confident strategist | Holographic kanban board, task cards, sub-agent symbols | Warm amber, deep teal, gold, coral | | **Tech Lead** 👑 | Stag | Confident strategist | Holographic kanban board, task cards, sub-agent symbols | Warm amber, deep teal, gold, coral |
| **TIC** 👁️ | Cat | Watchful guardian | Sensor nodes, radar arcs, notification symbols (bell, letter, calendar) | Dark purple, amber, soft cyan, warm grey |
| **Business Analyst** 💼 | Magpie | Thoughtful evaluator | Glowing clipboard, floating documents, abacus, data points | Deep indigo, gold, soft teal, amber | | **Business Analyst** 💼 | Magpie | Thoughtful evaluator | Glowing clipboard, floating documents, abacus, data points | Deep indigo, gold, soft teal, amber |
| **Companion** 🦦 | Otter | Children's friend | Glowing pencil, smiling sun, star, open book, paintbrush | Soft coral, amber, gold, gentle teal | | **Companion** 🦦 | Otter | Children's friend | Glowing pencil, smiling sun, star, open book, paintbrush | Soft coral, amber, gold, gentle teal |
### System agents — insect family
System agents (`type: "system"`) are invisible background agents that maintain the platform. They use insect characters to visually distinguish them from chat-facing agents.
| Agent | Animal | Role | Elements | Palette |
|-------|--------|------|----------|---------|
| **TIC** 👁️ | Spider 🕷️ | Watchful guardian | Sensor nodes, glowing web, radar arcs, notification symbols (bell, letter, calendar) | Dark purple, amber, soft cyan, warm grey |
| **Private Memory Lint** 🧹 | Firefly ✨ | Private memory caretaker | Glowing lantern, memory fragments, tiny notes, sparkles | Warm gold, amber, soft teal, gentle green |
| **Shared Memory Lint** 🧹 | Bee 🐝 | Shared space caretaker | Scroll with guidelines, honey dipper, honeycomb shapes, tiny documents | Warm amber, gold, soft teal, honey |
## Adding a new agent icon ## Adding a new agent icon
1. Generate the image using the Vector Paintings prompt template above (include `VectorPaintDaal` at the start) 1. Generate the image using the Vector Paintings prompt template above (include `VectorPaintDaal` at the start)
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

+1
View File
@@ -15,5 +15,6 @@
"type": "system", "type": "system",
"inject_skills": false, "inject_skills": false,
"inject_memory": ["user-memory/index.md"], "inject_memory": ["user-memory/index.md"],
"icon": "icon.png",
"strength": "medium" "strength": "medium"
} }
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

+1
View File
@@ -15,5 +15,6 @@
"type": "system", "type": "system",
"inject_skills": false, "inject_skills": false,
"inject_memory": ["shared-memory/index.md"], "inject_memory": ["shared-memory/index.md"],
"icon": "icon.png",
"strength": "medium" "strength": "medium"
} }
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB