-- lib/db/migrations/008_dross.sql -- Plan 5b: the companion's persona is Dross (Ozriel's construct fragment from -- Cradle — the original from Void 1.0). slug stays 'companion' (route key); -- only the display name changes (shown in the rail header). UPDATE agents SET name = 'Dross' WHERE slug = 'companion';