Albert 49b12a2933 fix: Provide coords_3d field required by schema
Production SurrealDB schema requires coords_3d to be array<number>,
which means it cannot be NONE despite the ASSERT allowing it.
TYPE enforcement happens before ASSERT validation.

This fixes the production error:
"Found NONE for field coords_3d but expected array<number>"

New nodes are initialized at origin [0, 0, 0] for galaxy visualization.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 19:46:29 +00:00
2025-11-08 12:44:39 +00:00
Description
No description provided
57 MiB