fix/dashboard-dead-screenshot-code
main
The screenshot.rs module was never committed to main (PR #239 commit message was aspirational). The daemon pushes only proof_text (glasspane JSON). Removed: - hasScreenshot / ▸ screenshot badge branch - <img> lightbox path (only proof_text <pre> remains) - Orphaned else-if block from dual-badge logic Kept: - screenshot_uuid column in schema (future-proof, harmless) - Comment explaining why only proof_text is checked - JSON panel includes screenshot_uuid (raw field, matches schema)
pg_read_file('/dev/stdin') requires superuser — colibri role had only INSERT. Use psql -v json_input="$(cat)" + :'json_input' for parameterized JSON ingestion. Works with non-superuser PostgreSQL roles.