lol update my cursor rules

This commit is contained in:
dal 2025-03-03 15:47:14 -07:00
parent ebdd955533
commit 08bc8b2efb
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
6 changed files with 12 additions and 7 deletions

View File

@ -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
---

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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