From 8b5d80a9d62324457f3cf390614f0dc50760323f Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Wed, 2 Jul 2025 19:02:28 -0400 Subject: [PATCH] Update test-driven development guideline for Claude --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 7a5beb5..c438853 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -94,7 +94,7 @@ Currently supports Chapman University (Passio System ID: "263"). Each university ## Development Guidelines ### General Guidelines -- Use test-driven development and always validate code through testing +- Use test-driven development. Always write tests before implementation, and run them before and after implementation. ### Git Workflow - Use the name of the branch for all pull requests