Update AGENTS.md for C# project setup
- Rewrite AGENTS.md from C++inary to C# (.NET 8, NUnit, dotnet test) - Add .gitignore entries (mise.toml, .local, *.log) - Add stories/ (buy-can, change, stock user stories) - Add CLAUDE.md - Remove stale .pi/skills symlink - Keep intentional failing test in TestVendingMachine.cs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Buy Can
|
||||
|
||||
## User Story
|
||||
|
||||
As a thirsty bastard I want to buy a can of soda so that I can fix my thirst
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- Delivers can of choice
|
||||
- Costs money
|
||||
@@ -0,0 +1,9 @@
|
||||
# Change
|
||||
|
||||
## User Story
|
||||
|
||||
As a Scrooge McDuck I want my change to be able to keep swimming
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- Returns change on request
|
||||
@@ -0,0 +1,10 @@
|
||||
# Stock
|
||||
|
||||
## User Story
|
||||
|
||||
As a vending machine owner, I want to refill my machine with cans, so that I can keep on selling drinks
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- Stock is limited
|
||||
- When stock runs out, money is returned
|
||||
Reference in New Issue
Block a user