mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
chore: add createTask decoupling TODO
This commit is contained in:
@@ -213,3 +213,11 @@ Pending tasks for AI agents. Remove items when completed.
|
|||||||
using UPnP, NAT-PMP, or PCP, instead of requiring manual router configuration. Fall back to
|
using UPnP, NAT-PMP, or PCP, instead of requiring manual router configuration. Fall back to
|
||||||
displaying manual instructions (the port forward mapping from patch-db) when auto-configuration is
|
displaying manual instructions (the port forward mapping from patch-db) when auto-configuration is
|
||||||
unavailable or fails.
|
unavailable or fails.
|
||||||
|
|
||||||
|
- [ ] Decouple createTask from service running state - @dr-bonez
|
||||||
|
|
||||||
|
**Problem**: `createTask` currently depends on the service being in a running state.
|
||||||
|
|
||||||
|
**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.
|
||||||
Reference in New Issue
Block a user