claude-memory/graph/fixes/missing-handlebars-join-helper-b099f7.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

533 B

id type title tags importance confidence created updated
b099f713-17ad-4952-a63c-1b21ea75c816 fix Missing Handlebars join helper
vagabond-rpg
foundryvtt
handlebars
fix
0.5 0.8 2025-12-16T20:46:30.576546+00:00 2025-12-16T20:46:30.576546+00:00

Item sheets for class and perk types failed to render with 'Missing helper: join' error. Templates used {{join arr ", "}} but helper was never registered. Fixed by adding Handlebars.registerHelper('join', (arr, separator) => arr.join(separator)) in vagabond.mjs.