This is a personal reference workflow for minimizing token usage while maintaining project continuity across Claude Code (Sonnet 4 with file access).
Claude loads CLAUDE.md automatically at session start.
| /** | |
| * USERS | |
| * Note: This table contains user data. Users should only be able to view and update their own data. | |
| * Some data is synced back and forth to `auth.users` as described below. | |
| * | |
| * `full_name`: synced in both directions | |
| * `email`: synced from user metadata to profile only | |
| * `avatar_url`: synced from user metadata to profile only | |
| * `terms_accepted_at`: synced from profile to user metadata only | |
| */ |