mirror of https://github.com/buster-so/buster.git
lol update my cursor rules
This commit is contained in:
parent
ebdd955533
commit
08bc8b2efb
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
description: This is helpful for building libs for our web server to interact with.
|
||||
globs: libs/*
|
||||
globs: libs/**/*.{rs,toml}
|
||||
alwaysApply: false
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: This is helpful for building and designing prds for our application and how to write them. Refer
|
||||
globs: prds/*
|
||||
description: This is helpful for building and designing prds for our application and how to write them. Refe
|
||||
globs: prds/**/*.md
|
||||
alwaysApply: false
|
||||
---
|
||||
# PRD (Product Requirements Document) Guidelines
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: This rule is helpful for understanding how to build our rest functions. Structure, common patterns, where to look for types, etc.
|
||||
globs: src/routes/rest/*
|
||||
globs: src/routes/rest/**/*.rs
|
||||
alwaysApply: false
|
||||
---
|
||||
|
||||
# REST API Formatting Rules
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: This is designed to help understand how to do testing in this project.
|
||||
globs: */tests/*
|
||||
globs:
|
||||
alwaysApply: false
|
||||
---
|
||||
# Testing Rules and Best Practices
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Helpful for working with and building tools
|
||||
globs: */tools/*
|
||||
globs: libs/agents/src/tools/**/*.rs
|
||||
alwaysApply: false
|
||||
---
|
||||
# Tools Documentation and Guidelines
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: This rule is helpful for understanding how to build our websocket functions. Structure, common patterns, where to look for types, etc.
|
||||
globs: src/routes/ws/*
|
||||
globs: src/routes/ws/**/*.rs
|
||||
alwaysApply: false
|
||||
---
|
||||
|
||||
# WebSocket API Formatting Rules
|
||||
|
|
Loading…
Reference in New Issue