From 825dee1584521dd00b88349c099b618d62f307a6 Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Tue, 29 Jul 2025 09:12:39 -0500 Subject: [PATCH] Specify Deno as the preferred runtime in Cursor rules --- .cursor/rules/alexandria.mdc | 1 + 1 file changed, 1 insertion(+) diff --git a/.cursor/rules/alexandria.mdc b/.cursor/rules/alexandria.mdc index 5f6e97e..c9c9730 100644 --- a/.cursor/rules/alexandria.mdc +++ b/.cursor/rules/alexandria.mdc @@ -58,6 +58,7 @@ NEVER assume developer intent. If you are unsure about something, ALWAYS stop an ### General Guidance +- Prefer to use Deno to manage dependencies, build the project, and run tests. - Use snake_case names for plain TypeScript files. - Use comments sparingly; aim to make code readable and self-documenting.