- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
533 B
533 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| b099f713-17ad-4952-a63c-1b21ea75c816 | fix | Missing Handlebars join helper |
|
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.