summaryrefslogtreecommitdiff
path: root/pi/agent/extensions/taskwarrior-plan-mode/utils.ts
AgeCommit message (Collapse)Author
2026-03-22rename taskwarrior-plan-mode → agent-plan-mode, remove all Taskwarrior ↵Paul Buetow
references Rename extension from taskwarrior-plan-mode to agent-plan-mode. Replace all Taskwarrior mentions with neutral task/ask terminology. Update STATE_TYPE, custom types, error messages, and README. Replace all task calls to use new ask subcommand syntax: - ask list start.any: instead of ask start.any: export - ask ready instead of ask +READY export - ask info uuid: instead of ask uuid: _uuid - ask annotate uuid: instead of ask uuid: annotate - ask done uuid: instead of ask uuid: done - ask modify uuid: instead of ask uuid: modify - ask add with dep:add: instead of depends: Remove _uuid lookups - UUID embedded at creation via ask info. Remove taskwarrior-task-management and taskwarrior-plan-mode custom types. All valid-example strings updated to new ask subcommand syntax. Also updated: ask list +BLOCKED for blocked tasks visualization.
2026-03-21import pi.dev stuffPaul Buetow