mirror of
https://github.com/supabase/agent-skills.git
synced 2026-03-27 10:09:26 +08:00
12 lines
287 B
TypeScript
12 lines
287 B
TypeScript
export const expectedReferenceFiles = [
|
|
"db-rls-mandatory.md",
|
|
"db-rls-policy-types.md",
|
|
"db-rls-common-mistakes.md",
|
|
"db-rls-performance.md",
|
|
"db-security-functions.md",
|
|
"db-schema-auth-fk.md",
|
|
"db-schema-timestamps.md",
|
|
"db-perf-indexes.md",
|
|
"db-migrations-idempotent.md",
|
|
];
|