diff --git a/memory/2026-03-04-dashboard-marketplace-crash-investigation.md b/memory/2026-03-04-dashboard-marketplace-crash-investigation.md new file mode 100644 index 000000000..7aecf3a5c --- /dev/null +++ b/memory/2026-03-04-dashboard-marketplace-crash-investigation.md @@ -0,0 +1,16 @@ +# 2026-03-04 Session Notes + +## Dashboard Marketplace Crash Investigation + +Nicholai reported that the marketplace feature in the Signet dashboard is completely broken—the browser tab crashes when attempting to load it. The feature previously worked but has become non-functional and was historically very slow. + +An Explore agent was dispatched to investigate the issue, focusing on: +- The Svelte 5 dashboard component that renders the marketplace/skills browser +- API endpoints being called (likely `/api/skills/browse` or `/api/skills/search`) +- Data fetching and rendering patterns that could cause tab crashes (infinite loops, massive DOM rendering, unbounded data, recursive reactivity) +- Recent changes that might have introduced the regression +- Stores and reactive patterns related to skills + +The investigation was focused on `packages/cli/dashboard/src/` component files and the corresponding daemon-side skill API handlers in `packages/daemon/src/`. + +**Note:** The session conversation is truncated mid-investigation. The actual findings and root cause have not been captured in this summary. \ No newline at end of file diff --git a/memory/memories.db b/memory/memories.db index 59cb9fa2d..45c975cdb 100644 Binary files a/memory/memories.db and b/memory/memories.db differ