- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
723 B
723 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 9889ed75-f338-447d-bf43-833790318808 | solution | Class feature automation for Foundry VTT |
|
0.7 | 0.8 | 2025-12-14T03:19:39.590537+00:00 | 2025-12-14T03:19:39.590537+00:00 |
Implemented automatic class feature application using _onCreate/_preDelete lifecycle methods and updateActor hook. Key learnings: Foundry lifecycle methods run async (don't block createEmbeddedDocuments), so tests need either explicit calls or small delays. Made applyClassFeatures() idempotent to handle race conditions. Data model methods may not be available on embedded items - calculate values directly from system data instead.