Chandler Copeland
e07ed306cd
feat(11-01): DB migration and API routes for agent signature storage
- Add agentSignatureData TEXT column to users table in schema.ts
- Generate migration 0008_windy_cloak.sql (ALTER TABLE users ADD COLUMN agent_signature_data text)
- Apply migration to local postgres database
- Create GET/PUT /api/agent/signature route with auth guard and input validation
2026-03-21 14:02:01 -06:00
..
2026-03-19 15:19:22 -06:00
2026-03-19 16:17:59 -06:00
2026-03-21 14:02:01 -06:00
2026-03-21 13:41:04 -06:00
2026-03-21 12:54:57 -06:00
2026-03-19 13:29:56 -06:00
2026-03-19 14:59:56 -06:00
2026-03-19 13:29:56 -06:00
2026-03-19 15:02:19 -06:00