feat: add prototyping rules to guide development phase, emphasizing breaking changes and lack of backward compatibility

This commit is contained in:
Ben Allfree
2025-11-24 04:23:54 -08:00
parent 728ac418ae
commit 508497f626

View File

@@ -0,0 +1,5 @@
---
alwaysApply: true
---
We are in our prototyping phase right now. Do not code for backward compatibility. Prefer breaking changes.