cursorrules
01Cursor rule Cursor
Always write tests before implementation code. Every feature and bugfix must be covered by a test that fails before the change and passes after it. Keep the test suite fast and deterministic.
23 20d ago A 103 tokens
original Apache-2.0