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:
2026-06-30 22:19:28 +02:00
parent 94767e4f29
commit 6d50f1246d
8 changed files with 101 additions and 3 deletions
+10
View File
@@ -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
+9
View File
@@ -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
+10
View File
@@ -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