From 508497f626ec4249c467ddef248a6793f430cef0 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Mon, 24 Nov 2025 04:23:54 -0800 Subject: [PATCH] feat: add prototyping rules to guide development phase, emphasizing breaking changes and lack of backward compatibility --- .cursor/rules/prototyping.mdc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cursor/rules/prototyping.mdc diff --git a/.cursor/rules/prototyping.mdc b/.cursor/rules/prototyping.mdc new file mode 100644 index 0000000..1523753 --- /dev/null +++ b/.cursor/rules/prototyping.mdc @@ -0,0 +1,5 @@ +--- +alwaysApply: true +--- + +We are in our prototyping phase right now. Do not code for backward compatibility. Prefer breaking changes. \ No newline at end of file