From 30878fb5dba232fc7c8a9622f3d739d1c1a07ed4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 1 Apr 2026 00:08:39 +0200 Subject: [PATCH] Mark schema migration task as incomplete and update version in tasks.md --- .kiro/specs/animation-playback/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kiro/specs/animation-playback/tasks.md b/.kiro/specs/animation-playback/tasks.md index 0c0e9473..30685778 100644 --- a/.kiro/specs/animation-playback/tasks.md +++ b/.kiro/specs/animation-playback/tasks.md @@ -98,7 +98,7 @@ Implement animation playback for imported GLB/GLTF assets in vertical slice orde - [x] 6. Checkpoint — ensure all tests pass - Ensure all tests pass, ask the user if questions arise. -- [~] 7. Schema migration: bump version to 12 +- [-] 7. Schema migration: bump version to 12 - Increment `SCENE_DOCUMENT_VERSION` to `12` and add `ANIMATION_PLAYBACK_SCENE_DOCUMENT_VERSION = 12` in `src/document/scene-document.ts` - In `src/document/migrate-scene-document.ts`: - Update `readModelInstance` to read `animationClipName` (optional string, trimmed, empty → undefined) and `animationAutoplay` (optional boolean)