disable cursor rules

This commit is contained in:
Maze Winther 2026-03-01 21:48:37 +01:00
parent 51234e673b
commit 9a00e8ac5b
7 changed files with 2521 additions and 2409 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,6 @@
---
alwaysApply: true
alwaysApply: false
---
# Comment Guidelines
## Good Comments (Human-style)

View File

@ -1,7 +1,6 @@
---
alwaysApply: true
alwaysApply: false
---
# Handling Uncertainty
## Principle

View File

@ -1,7 +1,6 @@
---
alwaysApply: true
alwaysApply: false
---
# Readability First
Optimize code for AI agents to understand and modify.

View File

@ -1,7 +1,6 @@
---
alwaysApply: true
alwaysApply: false
---
# Separation of Concerns
## Core Principle

View File

@ -1,9 +1,6 @@
---
description: Ultracite Rules - AI-Ready Formatter and Linter
globs: "**/*.{ts,tsx,js,jsx}"
alwaysApply: true
alwaysApply: false
---
# Project Context
Ultracite enforces strict type safety, accessibility standards, and consistent code quality for JavaScript/TypeScript projects using Biome's formatter.

View File

@ -1,7 +1,6 @@
---
alwaysApply: true
alwaysApply: false
---
# Scannable Code Guidelines/Separating Concerns.
## Core Principle