Skip to content

Commit cac304b

Browse files
committed
docs: update Agents.md with environment details and default remote
- Clarified environment table by renaming "Development" to "Local" and updating URLs. - Added default remote information for the Development environment. - Improved clarity on local Supabase usage and project references.
1 parent 45c6fb6 commit cac304b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/Agents.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,11 @@ psql "postgresql://postgres:postgres@127.0.0.1:XXXXX/postgres" -c "YOUR SQL HERE
106106

107107
| Environment | Project Ref | Dashboard URL | Branch |
108108
|-------------|-------------|---------------|--------|
109-
| Development | Local only | Use `npx supabase start` | `develop` |
109+
| Local | N/A | `npx supabase start`http://127.0.0.1:54423 | - |
110+
| Development | `ptcrkzfkubtcjgqiaowt` | https://supabase.com/dashboard/project/ptcrkzfkubtcjgqiaowt | `develop` |
110111
| Production | `idjewtwnfrufbxoxulmq` | https://supabase.com/dashboard/project/idjewtwnfrufbxoxulmq | `main` |
111112

112-
> **Note:** For Phase 0, we develop against local Supabase and deploy directly to production. A separate dev remote can be added later if needed.
113+
**Default remote:** Development (`ptcrkzfkubtcjgqiaowt`)
113114

114115
### Switching Between Environments
115116

0 commit comments

Comments
 (0)