From 9e445a3a1b1ede18bb2e65aa89862a50befea16b Mon Sep 17 00:00:00 2001 From: Willem van den Ende Date: Tue, 30 Jun 2026 22:22:56 +0200 Subject: [PATCH] refer to stories in CLAUDE.md --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 183c361..4f8ceb3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -60,8 +60,9 @@ When assisting with code changes, agents must: ## Getting Started +0. User stories are in stories/ Use the task-breakdown skill to help the user break down each acceptance criterion individually. 1. Read the failing test in `Vending.Tests/TestVendingMachine.cs` 2. Implement the vending machine code in `Vending/` (e.g., `Vending/VendingMachine.cs`) 3. Run `dotnet test` frequently to verify progress 4. Refactor once tests pass to improve code quality -5. Repeat for each new requirement \ No newline at end of file +5. Repeat for each new requirement