BMAD-METHOD/.claude/rules/go-backend-scalability-curs.../protocol-buffer-definitions...

8 lines
311 B
Plaintext

---
description: Rule for handling Protocol Buffer definition files in the project.
globs: **/*.proto
---
When working with `.proto` files:
- Define clear and concise messages and services.
- Use proper data types and naming conventions.
- Ensure the `go_package` option is set correctly for Go code generation.