- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
780 B
780 B
| id | type | title | tags | importance | confidence | created | updated | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| d386bdb1-2177-4dfb-9d4d-3f421a4521d9 | solution | Vagabond RPG dev tooling setup |
|
0.6 | 0.8 | 2025-12-12T20:47:27.636190+00:00 | 2025-12-12T20:47:27.636190+00:00 |
Set up complete development environment for Foundry VTT v13 system: ESLint with Foundry globals (game, CONFIG, Actor, Item, Roll, etc.), Prettier for formatting, Husky + lint-staged for pre-commit hooks, Quench test framework with sanity checks. Key learnings: (1) Parameter names like 'quench' shadow Foundry globals - use 'quenchRunner' instead, (2) Console.log statements need eslint-disable comments, (3) Unused function params should be prefixed with underscore.