49b12a29335e0e6893f71b3cbe038beb88d8c313
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>
Description
No description provided