From c58003e5e3ec4641b0aa25c8e997864b26960274 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Thu, 12 Mar 2026 20:36:17 -0500 Subject: [PATCH] docs: add gatekeeper review follow-up tasks (FIX-01, FIX-02) - #62: piSession.dispose() missing in destroySession - #63: React anti-pattern in TUI agent:end handler Co-Authored-By: Claude Opus 4.6 --- docs/TASKS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/TASKS.md b/docs/TASKS.md index f355c1a..003f49f 100644 --- a/docs/TASKS.md +++ b/docs/TASKS.md @@ -63,3 +63,5 @@ | P7-006 | not-started | Phase 7 | Documentation — user guide, admin guide, dev guide | — | #57 | | P7-007 | not-started | Phase 7 | Bare-metal deployment docs + .env.example | — | #58 | | P7-008 | not-started | Phase 7 | Beta release gate — v0.1.0 tag | — | #59 | +| FIX-01 | not-started | Backlog | Call piSession.dispose() in AgentService.destroySession | — | #62 | +| FIX-02 | not-started | Backlog | TUI agent:end — fix React state updater side-effect | — | #63 |