diff --git a/.cursor/rules/duron-project.mdc b/.cursor/rules/duron-project.mdc deleted file mode 100644 index b83eab4..0000000 --- a/.cursor/rules/duron-project.mdc +++ /dev/null @@ -1,66 +0,0 @@ ---- -description: Duron project context and development guidelines -globs: "**/*" -alwaysApply: true ---- - -# Duron Project Rules - -This is the **Duron** monorepo - a type-safe job queue system for Node.js and Bun. - -## Primary Context - -**Always reference `CLAUDE.md` at the project root for comprehensive project documentation.** - -The CLAUDE.md file contains: -- Project overview and architecture -- Monorepo structure and package details -- Code patterns and examples -- Development workflow and commands -- Testing and linting guidelines -- Key files reference - -## Quick Reference - -### Runtime - -**Use Bun exclusively.** Never use Node.js, npm, pnpm, yarn, or vite (except for docs). - -```bash -bun install # Install dependencies -bun # Run a file -bun test # Run tests -bun run