From a22707c1cb59add412e47bc16b49ac2948991bce Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Tue, 17 Feb 2026 19:05:19 -0700 Subject: [PATCH] chore: add TODO to clear service error state on install/update --- docs/TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/TODO.md b/docs/TODO.md index ec86c31c7..31b546337 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -221,3 +221,7 @@ Pending tasks for AI agents. Remove items when completed. **Goal**: The `input-not-matches` handler in StartOS should queue the task, check it once the service is ready, then clear it if it matches. This allows tasks to be created regardless of whether the service is currently running. + +- [ ] Clear service error state on fresh install/update - @dr-bonez + + Fresh installs and updates should clear any existing service error state.