nexus/packages/db
Forgotten 4e3da49116 Add agent task sessions table, session types, and programmatic DB backup
Add agent_task_sessions table for per-task session state keyed by
(agent, adapter, taskKey). Add AgentTaskSession type, resetAgentSessionSchema
validator, and sessionDisplayId/sessionParamsJson to AgentRuntimeState.

Rework migration hash-resolution fallback ordering to prefer hash-based
matching over timestamp-based journal matching. Move backup-db.sh logic
into packages/db/src/backup.ts for programmatic use and simplify the shell
script to call the TypeScript implementation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 14:01:40 -06:00
..
src Add agent task sessions table, session types, and programmatic DB backup 2026-02-19 14:01:40 -06:00
drizzle.config.ts Expand data model with companies, approvals, costs, and heartbeats 2026-02-17 09:07:22 -06:00
package.json Replace PGlite with embedded-postgres and add startup banner 2026-02-18 11:45:43 -06:00
tsconfig.json Add database package with Drizzle schema 2026-02-16 13:31:52 -06:00
vitest.config.ts Add database package with Drizzle schema 2026-02-16 13:31:52 -06:00