summaryrefslogtreecommitdiff
path: root/Omni/Task/Core.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-26 09:23:26 -0500
committerBen Sima <ben@bensima.com>2025-11-26 09:23:26 -0500
commita1e4183e8a84bc8d8f8cc56e0ea5c6963d52923b (patch)
tree1b0aa9c2003c48f581b52a21f7285afab81762cb /Omni/Task/Core.hs
parentc93f458606dd5d42749f0586f2eb79cd5e8c7c4a (diff)
Implement review interface (GET /tasks/:id/review with accept/reject)
All checks pass. The review interface implementation is complete: 1. **GET /tasks/:id/review** - Shows review interface with task details 2. **POST /tasks/:id/accept** - Marks task as Done and clears retry cont 3. **POST /tasks/:id/reject** - Reopens task as Open with retry context 4. Commit lookup by Task-Id using git log 5. Git diff display in a pre/code block 6. Merge conflict detection using cherry-pick check 7. "No commit found" message when applicable The hlint warning about avoiding lambda was fixed by using `(<.)` compos Task-Id: t-1o2g8gugkr1.6
Diffstat (limited to 'Omni/Task/Core.hs')
0 files changed, 0 insertions, 0 deletions