Update roadmap: reference class level-up design doc

Task 2.12 now references:
- NoteDiscovery design doc: gaming/vagabond-rpg/class-level-system-design.md
- Prototype branch: prototype/class-level-system commit a7862be

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2025-12-16 12:17:03 -06:00
parent a7862bedd5
commit 7d66bea10f

View File

@ -346,7 +346,7 @@
"tested": true, "tested": true,
"priority": "high", "priority": "high",
"dependencies": ["2.2", "2.3", "1.8", "1.15"], "dependencies": ["2.2", "2.3", "1.8", "1.15"],
"notes": "Implemented via _onCreate/_preDelete lifecycle methods and updateActor hook. Made applyClassFeatures() idempotent. Commit 8afcf8c." "notes": "Implemented via _onCreate lifecycle method and LevelUpDialog. Features with changes[] arrays auto-create ActiveEffects. applyClassFeatures() is idempotent, updateClassFeatures() handles level-up incrementally. Fixed duplicate item creation bug (dragDrop config). Design doc: NoteDiscovery gaming/vagabond-rpg/class-level-system-design.md. Prototype branch: prototype/class-level-system commit a7862be."
}, },
{ {
"id": "2.13", "id": "2.13",