mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 15:09:39 +02:00
Batch 4: extends to 20 modules. Adds events and tools for music (song added, playlist created), storage (folder created), chat (message sent, conversation created), memoro (memo created), and skilltree (skill created, XP added). New domain events (10 types): - Music: SongAdded, PlaylistCreated - Storage: FolderCreated, FileDeleted - Chat: ChatMessageSent, ChatConversationCreated - Memoro: MemoCreated, MemoDeleted - Skilltree: SkillXpAdded, SkillCreated New tools (8 tools): - Music: create_playlist - Storage: create_folder - Chat: create_chat_conversation - Memoro: create_memo - Skilltree: add_skill_xp, create_skill Totals: 55 event types, 40 tools across 20 modules. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| stores | ||
| views | ||
| collections.ts | ||
| index.ts | ||
| ListView.svelte | ||
| module.config.ts | ||
| queries.ts | ||
| tools.ts | ||
| types.ts | ||