mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 15:26:41 +02:00
Extends the Companion Brain to 10 modules (from 5). Adds semantic domain events and LLM tools for the next 5 most valuable modules. New domain events (15 types): - Habits: HabitLogged, HabitCreated, HabitDeleted - Journal: JournalEntryCreated, JournalMoodSet, JournalEntryDeleted - Notes: NoteCreated, NoteDeleted - Contacts: ContactCreated, ContactDeleted - Body: WorkoutStarted, WorkoutFinished, SetLogged, MeasurementLogged, EnergyCheckLogged New tools (12 tools): - Habits: log_habit, get_habits, create_habit - Journal: create_journal_entry, set_mood - Notes: create_note - Contacts: create_contact, get_contacts - Body: start_workout, finish_workout, log_measurement Totals: 35 event types, 25 tools across 10 modules. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components/pages | ||
| stores | ||
| utils | ||
| views | ||
| collections.ts | ||
| index.ts | ||
| ListView.svelte | ||
| module.config.ts | ||
| queries.ts | ||
| quick-input-adapter.ts | ||
| tools.ts | ||
| types.ts | ||