Skip to content

Warn when creating a task without dueDate#16

Open
partymola wants to merge 1 commit into
jen6:mainfrom
partymola:feature/dateless-task-warning
Open

Warn when creating a task without dueDate#16
partymola wants to merge 1 commit into
jen6:mainfrom
partymola:feature/dateless-task-warning

Conversation

@partymola

Copy link
Copy Markdown

Appends a _verification_warnings entry to the create_task response when dueDate is not set.

Why

Tasks without a due date don't trigger TickTick reminders. Agents sometimes omit the date unintentionally, creating tasks that are silently invisible in reminder flows.

Details

  • Warning only, not an error - the task still gets created
  • Uses the existing _verification_warnings list format (same as read-after-write verification)
  • Message: "No dueDate set. The task will not trigger TickTick reminders. Set a dueDate unless this task is intentionally blocked on another task."

Test plan

  • 2 unit tests: task without date gets warning, task with date does not

Appends a _verification_warnings entry to the create_task response
when dueDate is not set. Agents see the warning and can decide
whether to add a date or acknowledge the task is intentionally
dateless (e.g. blocked on another task).

- Warning only, not an error - task still gets created
- Uses existing _verification_warnings format from read-after-write
- 2 tests covering with-date and without-date cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant