diff --git a/SKALD.md b/SKALD.md index 9efb9a6..896cf6e 100644 --- a/SKALD.md +++ b/SKALD.md @@ -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/) diff --git a/agents/README.md b/agents/README.md index a220d2f..3dfefc1 100644 --- a/agents/README.md +++ b/agents/README.md @@ -22,6 +22,8 @@ VectorPaintDaal. A warm friendly {ANIMAL} character with a gentle smile, wearing ## Per-agent reference +### Chat agents โ€” warm animals + | Agent | Animal | Role | Elements | Palette | |-------|--------|------|----------|---------| | **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 | | **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 | -| **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 | | **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 1. Generate the image using the Vector Paintings prompt template above (include `VectorPaintDaal` at the start) diff --git a/agents/memory-lint-private/icon.png b/agents/memory-lint-private/icon.png new file mode 100644 index 0000000..b62c523 Binary files /dev/null and b/agents/memory-lint-private/icon.png differ diff --git a/agents/memory-lint-private/meta.json b/agents/memory-lint-private/meta.json index 0ccba6b..4662937 100644 --- a/agents/memory-lint-private/meta.json +++ b/agents/memory-lint-private/meta.json @@ -15,5 +15,6 @@ "type": "system", "inject_skills": false, "inject_memory": ["user-memory/index.md"], + "icon": "icon.png", "strength": "medium" } diff --git a/agents/memory-lint-shared/icon.png b/agents/memory-lint-shared/icon.png new file mode 100644 index 0000000..f442a76 Binary files /dev/null and b/agents/memory-lint-shared/icon.png differ diff --git a/agents/memory-lint-shared/meta.json b/agents/memory-lint-shared/meta.json index 9a75e39..8cc4d5a 100644 --- a/agents/memory-lint-shared/meta.json +++ b/agents/memory-lint-shared/meta.json @@ -15,5 +15,6 @@ "type": "system", "inject_skills": false, "inject_memory": ["shared-memory/index.md"], + "icon": "icon.png", "strength": "medium" } diff --git a/agents/tic/icon.png b/agents/tic/icon.png index eb698db..c8a3e3b 100644 Binary files a/agents/tic/icon.png and b/agents/tic/icon.png differ