summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-23 22:41:39 +0200
committerPaul Buetow <paul@buetow.org>2026-03-23 22:41:39 +0200
commit5beb39a3338e83c9a5906d2e5f7acb3bf795811d (patch)
tree0777ad808aa9e8dd5ae9b3a6c149a2b8eac579d7 /cmd
parentb18ee2f6b6e0cb7164a7bbbc8efbb4c75cffade6 (diff)
fix: prevent ask add from swallowing tags into descriptions, add rc.confirmation=offv0.25.11
parseAddArgs now rejects args that start with '+'/'-' but contain spaces as modifiers — those are description text, not tags (tags cannot have spaces). This prevents agents from quoting tag+description together and having the tag silently land in the task description with no tag applied. Also removed the fallthrough that duplicated all-modifier args as description. Added rc.confirmation=off to every taskwarrior invocation so that write operations (done, delete, start, etc.) succeed non-interactively when stdin is unavailable (as is always the case when called from an agent). Bump version to v0.25.11. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'cmd')
-rwxr-xr-xcmd/ask/askbin3528465 -> 3536143 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/cmd/ask/ask b/cmd/ask/ask
index 3dce495..9d4efad 100755
--- a/cmd/ask/ask
+++ b/cmd/ask/ask
Binary files differ