BMAD-METHOD/.claude/rules/convex-cursorrules-prompt-file/convex-schema-design---exam...

6 lines
373 B
Plaintext

---
description: Instructs developers to follow the patterns demonstrated in the example schema provided, paying attention to index creation and field validation using `v`.
globs: **/convex/schema.ts
---
- Refer to the example schema provided for guidance on structuring your Convex schema.
- Pay attention to index creation using `.index()` and field validation using `v`.