open-legal-products makes table-based AI review safe to stop and share

Mike's maintainers are making long-running table reviews more practical when work is interrupted or shared.

workflowinfrastructure

A stopped review now keeps the cells that have finished and puts the rest back in the queue, so users can resume without losing useful work.

  • Stop and resume: completed answers stay available while unfinished cells can be run again.
  • Safer shared work: separate browser tabs or collaborators cannot accidentally start or alter the same review at once.
  • More reliable corrections: clearing results or rerunning one cell respects the latest active review, and an out-of-date screen refreshes instead of overwriting newer work.
So what Legal teams using structured AI review should care because interruptions and shared review no longer have to create lost work or conflicting results.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?

Commits in this thread

5 commits from open-legal-products/mike, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
31ed3bc0 feat(tabular): support pausing review generation willchen96 2026-08-22 ↗ GitHub
8ee91e6a feat(tabular): prevent stale and concurrent review runs willchen96 2026-08-22 ↗ GitHub
72223192 fix(tabular): replace pause with stop willchen96 2026-08-23 ↗ GitHub
a0499524 fix(tabular): isolate cell mutations during generation willchen96 2026-08-23 ↗ GitHub
5c74f922 Merge remote-tracking branch 'origin/main' into feat/tabular-review-updates willchen96 2026-08-23 ↗ GitHub
# Conflicts:
#	backend/src/routes/tabular.ts

Capture this thread into my fork

Download a single Markdown prompt that tells Claude how to port every commit above into your working tree — adapting paths and structure to match your repo. Run it via claude -p < capture-thread-1266.md from inside the repo you want the changes in.

⬇ Download capture-thread-1266.md