@hasna/todos 0.11.63 → 0.11.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.js +1 -1
- package/dist/mcp/index.js +1 -1
- package/dist/release-provenance.json +3 -3
- package/dist/server/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -26511,7 +26511,7 @@ ${message}`
|
|
|
26511
26511
|
}
|
|
26512
26512
|
if (shouldRegisterTool("dispatch_to_multiple")) {
|
|
26513
26513
|
server.tool("dispatch_to_multiple", "Legacy/emergency fan-out: send the same tasks or task list to multiple tmux windows in sequence after a human explicitly chooses tmux delivery. A stagger delay is applied between each window.", {
|
|
26514
|
-
targets: exports_external.array(exports_external.string()).min(2).describe("
|
|
26514
|
+
targets: exports_external.array(exports_external.string()).min(2).describe("Legacy/emergency tmux targets selected explicitly by a human operator"),
|
|
26515
26515
|
task_ids: exports_external.array(exports_external.string()).optional().describe("Task IDs to dispatch (use this or task_list_id)"),
|
|
26516
26516
|
task_list_id: exports_external.string().optional().describe("Task list ID to dispatch (use this or task_ids)"),
|
|
26517
26517
|
stagger_ms: exports_external.number().optional().describe("Delay between each window dispatch. Default: 500ms."),
|
package/dist/mcp/index.js
CHANGED
|
@@ -14932,7 +14932,7 @@ ${message}`
|
|
|
14932
14932
|
}
|
|
14933
14933
|
if (shouldRegisterTool("dispatch_to_multiple")) {
|
|
14934
14934
|
server.tool("dispatch_to_multiple", "Legacy/emergency fan-out: send the same tasks or task list to multiple tmux windows in sequence after a human explicitly chooses tmux delivery. A stagger delay is applied between each window.", {
|
|
14935
|
-
targets: exports_external.array(exports_external.string()).min(2).describe("
|
|
14935
|
+
targets: exports_external.array(exports_external.string()).min(2).describe("Legacy/emergency tmux targets selected explicitly by a human operator"),
|
|
14936
14936
|
task_ids: exports_external.array(exports_external.string()).optional().describe("Task IDs to dispatch (use this or task_list_id)"),
|
|
14937
14937
|
task_list_id: exports_external.string().optional().describe("Task list ID to dispatch (use this or task_ids)"),
|
|
14938
14938
|
stagger_ms: exports_external.number().optional().describe("Delay between each window dispatch. Default: 500ms."),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageName": "@hasna/todos",
|
|
3
|
-
"packageVersion": "0.11.
|
|
3
|
+
"packageVersion": "0.11.64",
|
|
4
4
|
"repository": "https://github.com/hasna/todos.git",
|
|
5
|
-
"gitCommit": "
|
|
6
|
-
"generatedAt": "2026-06-28T08:
|
|
5
|
+
"gitCommit": "d6dc5c7140c0b282b651d93459857034ca67b220",
|
|
6
|
+
"generatedAt": "2026-06-28T08:55:52.193Z"
|
|
7
7
|
}
|
package/dist/server/index.js
CHANGED
|
@@ -32617,7 +32617,7 @@ ${message}`
|
|
|
32617
32617
|
}
|
|
32618
32618
|
if (shouldRegisterTool("dispatch_to_multiple")) {
|
|
32619
32619
|
server.tool("dispatch_to_multiple", "Legacy/emergency fan-out: send the same tasks or task list to multiple tmux windows in sequence after a human explicitly chooses tmux delivery. A stagger delay is applied between each window.", {
|
|
32620
|
-
targets: exports_external.array(exports_external.string()).min(2).describe("
|
|
32620
|
+
targets: exports_external.array(exports_external.string()).min(2).describe("Legacy/emergency tmux targets selected explicitly by a human operator"),
|
|
32621
32621
|
task_ids: exports_external.array(exports_external.string()).optional().describe("Task IDs to dispatch (use this or task_list_id)"),
|
|
32622
32622
|
task_list_id: exports_external.string().optional().describe("Task list ID to dispatch (use this or task_ids)"),
|
|
32623
32623
|
stagger_ms: exports_external.number().optional().describe("Delay between each window dispatch. Default: 500ms."),
|