Clarify that today's date is NOT 2024 in envContext

Prevents LLMs from mistakenly thinking it's 2024 when processing the date information.

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2025-12-15 19:02:31 +09:00
parent aa2f9a6ca5
commit ab37193257

View File

@@ -45,7 +45,7 @@ Here is some useful information about the environment you are running in:
<env> <env>
Working directory: ${directory} Working directory: ${directory}
Platform: ${platform} Platform: ${platform}
Today's date: ${dateStr} Today's date: ${dateStr} (NOT 2024, NEVEREVER 2024)
Current time: ${timeStr} Current time: ${timeStr}
Timezone: ${timezone} Timezone: ${timezone}
Locale: ${locale} Locale: ${locale}