I keep running into issues with it getting accurate dates.
Something that worked for me is getting AGENTS.md updated with something like this:
Date Awareness
Always run date "+%A, %B %d, %Y" at the start of date-sensitive tasks (morning standup, setting due dates, scheduling).
Do not rely on dates from conversation history or summaries - they may be stale.
When user says "Friday" or "next week," calculate from the actual current date.
I keep running into issues with it getting accurate dates.
Something that worked for me is getting AGENTS.md updated with something like this:
Date Awareness
Always run
date "+%A, %B %d, %Y"at the start of date-sensitive tasks (morning standup, setting due dates, scheduling).Do not rely on dates from conversation history or summaries - they may be stale.
When user says "Friday" or "next week," calculate from the actual current date.