You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: store reviews as per-session jsonl, expose storage path in UI (#1)
- Replace per-file JSON sidecars with one comments.jsonl per review
session (plan file in plan mode, repo root in diff mode), plus
meta.json for per-file approval state.
- Each comment now carries the full file path top-level, so JSONL
records are self-describing.
- Plan and diff web UIs show the storage directory with a copy
button; redliner status reports it too.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>