You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pro-setup-guide.md
+77-6Lines changed: 77 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,20 +99,91 @@ All tables have Row Level Security enabled with service role access only.
99
99
100
100
## Pro tools
101
101
102
-
With pro activated, these tools persist to Supabase with semantic search:
102
+
All tools work in both free and pro tiers. In free tier, data is stored locally in `.gitmem/`. In pro tier, data persists to Supabase with semantic vector search via embeddings.
103
+
104
+
### Session lifecycle
105
+
106
+
| Tool | What it does |
107
+
|------|-------------|
108
+
|`session_start`| Loads last session context, open threads, recent decisions |
0 commit comments