Check spatial positions, edge-to-edge distances, and distance matrix
Query spatial positions and distances between items in a room.
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/room_spatial.py rooms/<room-name>.yaml
Shows absolute (x, y) coordinates for all items, plus footprint summary.
--gap)python3 ${CLAUDE_PLUGIN_ROOT}/scripts/room_spatial.py rooms/<room-name>.yaml --gap <item1> <item2>
Shows edge-to-edge distance between two specific items. Both items need dimensions.
--matrixpython3 ${CLAUDE_PLUGIN_ROOT}/scripts/room_spatial.py rooms/<room-name>.yaml --matrix
Shows all pairwise edge-to-edge distances between furniture/built-ins, plus distances to walls. Sorted by distance (closest first).
--matrix to check circulation clearances (aim for 60-80cm walkways).