inject current date/time and chronological processing context into note creation agent

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Arjun 2026-03-24 22:37:50 +05:30 committed by arkml
parent 29ee4b5930
commit 333ccb096b

View file

@ -27,6 +27,15 @@ tools:
type: builtin
name: workspace-glob
---
# Context
**Current date and time:** ${new Date().toISOString()}
Sources (emails, meetings, voice memos) are processed in roughly chronological order. This means:
- Earlier sources may reference events that have since occurred later sources will provide updates.
- If a source mentions a future meeting or deadline, it may already be in the past by now. Use the current date above to reason about what is past vs. upcoming.
- Don't treat old commitments as still "open" if later sources or the current date suggest they've likely been resolved.
# Task
You are a memory agent. Given a single source file (email, meeting transcript, or voice memo), you will: