refer to stories in CLAUDE.md

This commit is contained in:
Willem van den Ende 2026-06-30 22:22:56 +02:00
parent 6d50f1246d
commit 9e445a3a1b

View File

@ -60,6 +60,7 @@ When assisting with code changes, agents must:
## Getting Started ## 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` 1. Read the failing test in `Vending.Tests/TestVendingMachine.cs`
2. Implement the vending machine code in `Vending/` (e.g., `Vending/VendingMachine.cs`) 2. Implement the vending machine code in `Vending/` (e.g., `Vending/VendingMachine.cs`)
3. Run `dotnet test` frequently to verify progress 3. Run `dotnet test` frequently to verify progress