5 Commits

Author SHA1 Message Date
21bd58be33 Index transcripts 2026-06-15 09:39:42 +01:00
ba0903714c refactor: replace number health with Health value object in MagicalObject
- MagicalObject: internal #health and #maxHealth now Health type
- HealingObject: constructor, create, and heal use Health value object
- MagicalWeapon: constructor, create, and use use Health value object
- DamageDealer and Healer interfaces: health: number -> health: Health
- magical-objects.spec.ts: all assertions use .health.value
- Run npm run checks: 0 errors, 70 tests passing
2026-06-14 13:35:44 +01:00
23edbc6e36 docs: update README with attribution, workflow, and project overview 2026-06-14 12:08:49 +01:00
4b37fd6bb4 chore: clean up whitespace in docs, add mise.toml for Node version management 2026-06-12 19:41:22 +01:00
Emily Bache
22c16c8146 initial import 2026-06-03 08:41:06 +00:00