From fb92ccd1ef325b27ec5808a22ea8e529966dec90 Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Wed, 10 Jun 2026 21:04:22 -0400 Subject: [PATCH] chore: clear resolved P2 findings from TODO Co-Authored-By: Claude Opus 4.8 --- TODO.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 1c66402..6756d28 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1 @@ -P2: Codex session-id capture is heuristic and can store the wrong rollout if another Codex session starts in the same project during the retry window. -P2: tmux behavior is mostly tested with mocks; add isolated real-tmux smoke tests for theming, new windows, respawn, and labels. -P2: Project paths are accepted without existence validation, so bad paths become dead sessions later instead of being rejected early. +No open findings.