Skip to content

Commit 464745a

Browse files
Better documentation of autoApprove behavior
1 parent a43e681 commit 464745a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Usually you will set the tool configuration in Claude Desktop, Cursor, or anothe
2929
}
3030
```
3131

32-
To use the CLI utility, you can use the following command:
32+
To use the CLI utility, you can install the package globally and then use the following command:
3333

3434
```bash
3535
npx taskqueue --help
@@ -145,6 +145,8 @@ npx --package=taskqueue-mcp taskqueue --help
145145

146146
#### Task Approval
147147

148+
By default, all tasks and projects will be auto-approved when marked "done" by the AI agent. To require manual human task approval, set `autoApprove` to `false` when creating a project.
149+
148150
Task approval is controlled exclusively by the human user through the CLI:
149151

150152
```bash
@@ -154,7 +156,7 @@ npx taskqueue approve-task -- <projectId> <taskId>
154156
Options:
155157
- `-f, --force`: Force approval even if the task is not marked as done
156158

157-
Note: Tasks must be marked as "done" with completed details before they can be approved (unless using --force).
159+
Note: Tasks must be marked as "done" with completed details by the AI agent before they can be approved (unless using --force).
158160

159161
#### Listing Tasks and Projects
160162

0 commit comments

Comments
 (0)