added base examples and drills

This commit is contained in:
2026-05-20 17:42:01 -06:00
parent 9bf788d9ef
commit 4fc0d851e7
40 changed files with 802 additions and 1 deletions
@@ -0,0 +1,12 @@
# Drill: characterization
## Goal
Capture current behavior before changing the code.
## Prompt
Add characterization tests for the current behavior of the code in `code/` without intentionally changing behavior.
## Success conditions
- At least one important behavior is captured in tests
- You can describe what the code currently does, even if the behavior is awkward
- No production behavior changes are introduced on purpose