From c543a5c2c375a83474c0752159f9314c0307a807 Mon Sep 17 00:00:00 2001 From: James Dinkel Date: Sun, 12 Oct 2025 19:45:50 -0500 Subject: [PATCH] Small Continue.dev rules update --- .continue/rules/roda-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.continue/rules/roda-project.md b/.continue/rules/roda-project.md index e287592..f63e14b 100644 --- a/.continue/rules/roda-project.md +++ b/.continue/rules/roda-project.md @@ -15,7 +15,7 @@ This is a Roda application using: ## Coding Standards -- Use Context7 to look up current library, code, and framework documentation. +- Use Context7 - Follow the existing naming conventions. - Testing should use minitest. - Tests should be unit tests, not spec tests.