Found during the #1250 composed verification (live scaffold at PR #1256's head). The scaffolded database/postgres/scripts/seed.ts is:
await client.$queryRaw`SELECT 1`;
console.log('✅ Database seed completed.');
netscript db seed therefore reports success while seeding nothing — the same silently-inert class as #1250's coercion plugin. Any docs/tutorial step that says 'seed then browse data' produces an empty table with a green checkmark, and GET-by-id docs-page requests hit missing rows (which currently 500 — filed separately).
Acceptance
Found during the #1250 composed verification (live scaffold at PR #1256's head). The scaffolded
database/postgres/scripts/seed.tsis:netscript db seedtherefore reports success while seeding nothing — the same silently-inert class as #1250's coercion plugin. Any docs/tutorial step that says 'seed then browse data' produces an empty table with a green checkmark, and GET-by-id docs-page requests hit missing rows (which currently 500 — filed separately).Acceptance