working through a review

This commit is contained in:
itsamejms
2026-08-09 13:49:54 +01:00
parent abf3668081
commit 65aee44d6b
21 changed files with 1134 additions and 259 deletions
+5
View File
@@ -0,0 +1,5 @@
// ponytail: runnable self-check for the encounter XP-budget math. Not part
// of the app build (scripts/ is outside tsconfig.app's include). Run with:
// node scripts/check-encounter-budget.ts
import { demo } from "../src/lib/encounter-budget.ts";
demo();