@hasna/todos 0.11.64 → 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 CHANGED
@@ -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("Send tasks or task lists to a tmux window").argument("<target>", "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 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) => {
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();
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "packageName": "@hasna/todos",
3
- "packageVersion": "0.11.64",
3
+ "packageVersion": "0.11.65",
4
4
  "repository": "https://github.com/hasna/todos.git",
5
- "gitCommit": "d6dc5c7140c0b282b651d93459857034ca67b220",
6
- "generatedAt": "2026-06-28T08:55:52.193Z"
5
+ "gitCommit": "f0c20fab559134ebaebad350633d424296b429ab",
6
+ "generatedAt": "2026-06-28T08:59:54.014Z"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/todos",
3
- "version": "0.11.64",
3
+ "version": "0.11.65",
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",