From 1e34a47803b10513443ef836aad88c0087c67e5d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 22 Nov 2025 19:30:45 -0500 Subject: feat: implement t-1o2c9vazf64 --- Omni/Task/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Omni/Task/README.md (limited to 'Omni/Task/README.md') diff --git a/Omni/Task/README.md b/Omni/Task/README.md new file mode 100644 index 0000000..c989251 --- /dev/null +++ b/Omni/Task/README.md @@ -0,0 +1,19 @@ +# Omni/Task + +The Task Manager system for the Omnirepo. + +## Task Types + +- `Epic`: A container for related tasks. +- `WorkTask`: A standard unit of work (default). +- `HumanTask`: A task specifically for human operators. These are excluded from the `task ready` queue used by agents. + +## Usage + +```bash +# Create a human task +task create "Manual review required" --type=human + +# List all human tasks +task list --type=human +``` -- cgit v1.2.3