fix: use stop-and-ask phrasing for dashboard actions

The model cannot access the Supabase Dashboard directly, so instruct
it to ask the user to perform dashboard actions instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Pedro Rodrigues
2026-02-12 15:23:08 +00:00
parent f781054d6d
commit f7ece0551b
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ git commit -m "Add profiles table migration"
## Workflow
1. Make changes in Supabase Dashboard (create tables, add columns, etc.)
1. Stop and ask the user to make the desired schema changes in the Supabase Dashboard (create tables, add columns, etc.)
2. Generate migration from diff:
```bash

View File

@@ -81,7 +81,7 @@ const channel = supabase.channel('room:123', {
| Pro (no spend cap) | 1,000 |
| Team/Enterprise | 1,000+ |
Limits are configurable per project. Pro (no spend cap), Team, and Enterprise users can adjust limits in the Supabase Dashboard under Realtime Settings.
Limits are configurable per project. For Pro (no spend cap), Team, and Enterprise users, stop and ask the user to adjust these limits in the Supabase Dashboard under Realtime Settings.
## Related