mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 08:41:10 +02:00
Final optimization pass for the Companion Brain. New modules (31 total): - Meditate: MeditationCompleted event + log_meditation tool - Sleep: SleepLogged event + log_sleep tool Performance: DaySnapshot buildSnapshot() now runs all 6 Dexie queries + 4 decryption passes in parallel via Promise.all instead of sequentially. Estimated 3-5x speedup on first render. Cleanup: trackActivity() in database.ts is now a no-op — the _activity table is no longer written to. getRecentActivity() in activity.ts delegates to queryEvents() from the Domain Event Store, converting domain events to the legacy ActivityEntry shape. Totals: 69 event types, 49 tools across 31 modules. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| logos | ||
| app-icons.ts | ||
| AppLogo.svelte | ||
| AppLogoWithName.svelte | ||
| config.ts | ||
| index.ts | ||
| mana-apps.spec.ts | ||
| mana-apps.ts | ||
| ManaIcon.svelte | ||
| types.ts | ||