@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 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("Array of tmux targets to dispatch to"),
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("Array of tmux targets to dispatch to"),
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.63",
3
+ "packageVersion": "0.11.64",
4
4
  "repository": "https://github.com/hasna/todos.git",
5
- "gitCommit": "86965960de6c58207876ec5f096f1cbc53f3122c",
6
- "generatedAt": "2026-06-28T08:42:09.113Z"
5
+ "gitCommit": "d6dc5c7140c0b282b651d93459857034ca67b220",
6
+ "generatedAt": "2026-06-28T08:55:52.193Z"
7
7
  }
@@ -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("Array of tmux targets to dispatch to"),
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."),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/todos",
3
- "version": "0.11.63",
3
+ "version": "0.11.64",
4
4
  "description": "Universal task management for AI coding agents - CLI + MCP server + interactive TUI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",