skills polish

This commit is contained in:
wass08
2026-03-10 09:51:49 +01:00
parent 03f452d4d1
commit 97b3c53ea5
8 changed files with 210 additions and 6 deletions
+2
View File
@@ -74,3 +74,5 @@ Concrete guidance with examples.
| `scene-registry` | Global node ID → Object3D map and `useRegistry` |
| `selection-managers` | Two-layer selection (viewer + editor), events, outliner |
| `events` | Typed event bus — emitting and listening to node and grid events |
| `node-schemas` | Zod schema pattern for node types, createNode, updateNode |
| `spatial-queries` | Placement validation (canPlaceOnFloor/Wall/Ceiling) for tools |