feat: author first playable mystery

This commit is contained in:
2026-08-14 15:02:00 +02:00
parent d46a425401
commit b284275e98
13 changed files with 413 additions and 11 deletions
+5 -5
View File
@@ -55,8 +55,8 @@ This is the ordered implementation roadmap following the accepted exhibit model.
## Milestone 4: first playable mystery
- [ ] Design a small mystery that exercises documents, folders, notes, events, people, organizations, connections, and the timeline.
- [ ] Create it as an immutable level-template version using the same supported operations available to an author.
- [ ] Instantiate and solve a cloned level without modifying the template or relying on hard-coded case behavior.
- [ ] Turn the successful solve path into an end-to-end acceptance test.
- [ ] Perform a manual playability and visual-polish pass before production deployment.
- [x] Design a small mystery that exercises documents, folders, notes, events, people, organizations, connections, and the timeline.
- [x] Create it as an immutable level-template version using the same supported operations available to an author.
- [x] Instantiate and solve a cloned level without modifying the template or relying on hard-coded case behavior.
- [x] Turn the successful solve path into an end-to-end acceptance test.
- [x] Perform a manual playability and visual-polish pass before production deployment.