claude-memory/graph/solutions/foundry-actor-compendium-key-prefix-27bbd0.md
Cal Corum 34bb613c57 Add 20 retroactive edges and sync pending memory updates
- 20 new high-quality edges across 8 project clusters
- Edge types: BUILDS_ON, RELATED_TO, ALTERNATIVE_TO, REQUIRES
- Updated relation metadata on connected memories
- New episode entries and memory files from recent sessions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 23:34:07 -06:00

19 lines
748 B
Markdown

---
id: 27bbd057-e352-4788-b055-bf55eccf8262
type: solution
title: "Foundry Actor compendium _key prefix"
tags: [vagabond-rpg, foundryvtt, compendium, fix]
importance: 0.7
confidence: 0.8
created: "2025-12-18T19:15:46.657518+00:00"
updated: "2026-02-20T04:32:51.421296+00:00"
relations:
- target: 13bd7adb-d1cd-42be-8e14-4f05cfaa95ad
type: BUILDS_ON
direction: outgoing
strength: 0.85
edge_id: 26b9fefb-45c6-4465-8552-b3b7d2b9c913
---
Actor compendiums in Foundry VTT require _key field to use \!actors\! prefix, not \!items\!. The bestiary compendium appeared empty because all 92 JSON files had _key: '\!items\!{id}' instead of _key: '\!actors\!{id}'. Fixed with sed -i 's/\!items\!/\!actors\!/g' on all bestiary source files.