Supabase Core Principles 1. Supabase changes frequently — verify against changelog and current docs before implementing. Do not rely on training data for Supabase features. Function signatures, config.toml settings, and API conventions change between versions. First, fetch (a lightweight summary index — not a heavy pull), scan for tags relevant to your task, and follow the linked page for any that apply. Then look up the relevant topic using the documentation access methods below. 2. Verify your work. After implementing any fix, run a test query to confirm the change works. A fix without veri…