@hasna/todos 0.11.63 → 0.11.65
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 +2 -2
- 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."),
|
|
@@ -52790,7 +52790,7 @@ __export(exports_dispatch2, {
|
|
|
52790
52790
|
});
|
|
52791
52791
|
import chalk9 from "chalk";
|
|
52792
52792
|
function registerDispatchCommands(program2) {
|
|
52793
|
-
const dispatchCmd = program2.command("dispatch").description("
|
|
52793
|
+
const dispatchCmd = program2.command("dispatch").description("Legacy/emergency only: send tasks or task lists to a tmux window after explicit human choice").argument("<target>", "legacy/emergency tmux target: window, session:window, or session:window.pane").option("--tasks <ids>", "Comma-separated task IDs to dispatch").option("--list <id>", "Task list ID or slug to dispatch").option("--filter-status <statuses>", "Comma-separated task statuses to include (default: pending)", "pending").option("--delay <ms>", "Delay in ms between message and Enter (auto-calculated if omitted)", parseInt).option("--at <datetime>", "ISO datetime to schedule the dispatch").option("--multiple <targets>", "Comma-separated list of additional legacy/emergency tmux targets (fan-out)").option("--stagger <ms>", "Delay between targets when using --multiple (default: 500ms)", parseInt).option("--confirm-busy", "Send even if the target tmux pane appears busy").option("--dry-run", "Preview the formatted message without sending").action(async (target, opts) => {
|
|
52794
52794
|
const globalOpts = program2.opts();
|
|
52795
52795
|
const useJson = globalOpts.json;
|
|
52796
52796
|
const db = getDatabase();
|
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.65",
|
|
4
4
|
"repository": "https://github.com/hasna/todos.git",
|
|
5
|
-
"gitCommit": "
|
|
6
|
-
"generatedAt": "2026-06-28T08:
|
|
5
|
+
"gitCommit": "f0c20fab559134ebaebad350633d424296b429ab",
|
|
6
|
+
"generatedAt": "2026-06-28T08:59:54.014Z"
|
|
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."),
|