- Add OrderBookDomain: in-memory order book with Pending →
WaitingForPayment → Fulfilling → Delivered state machine, payment
window based on passed-in timestamps, cancellation rules
- Add OrderBookTests: 7 integration tests in given/when/then/when/then
anti-pattern style as starting material for the exercise
- Learning hour: add round 2 where participants create the example
themselves before showing it to the agent (no refactored test given)
- Fix sln: OrderTests Debug config was mapped to Release
Exercise project with Order domain and NUnit tests demonstrating
the 'show, don't tell' pattern for guiding coding agents.
- 1 refactored test using custom matcher (the example)
- 5 unrefactored tests with multiple asserts (the practice)
- OrderStateConstraint custom matcher for NUnit 3
- Skill now reflects actual patterns: single 35-min practice (65%),
two rounds (23%), with demo (28%)
- Average times per block type from library analysis
- Output format matches Samman Markdown convention
- README updated with statistics
- New pi skill to guide creation of Samman-style learning hours
through learning goals, timetable, and the 4 C's
- Updated README with links to Samman resources and 4C model