Skip to content
This repository was archived by the owner on Sep 22, 2026. It is now read-only.
This repository was archived by the owner on Sep 22, 2026. It is now read-only.

feat(store): persist task.review to SQLite #38

Description

@robotlearning123

Context

PR #37 added cross-agent diff review (task.review field on Task). Currently task.review is only stored in-memory — it's not persisted to SQLite in store.ts.

What needs to happen

  1. Add review column to the tasks table (JSON text, nullable)
  2. Update save() to serialize task.review as JSON
  3. Update load() to deserialize it back
  4. Schema migration for existing databases

Why

Without persistence, review results are lost on restart. API consumers reading historical tasks won't see review data.

Ref: #37

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions