agentme 0.20.0 → 0.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -178,7 +178,7 @@ e.g.: Respond with a JSON object matching this schema: ... ALWAYS return valid J
178
178
  </WORKFLOW_CONTEXT>
179
179
 
180
180
  <SYSTEM_CONTEXT>
181
- The current date/time is [now in ISO 8601 format].
181
+ The current date is [today in YYYY-MM-DD format].
182
182
  The current OS is: [operating system name].
183
183
  </SYSTEM_CONTEXT>
184
184
  ```
@@ -187,7 +187,7 @@ The current OS is: [operating system name].
187
187
 
188
188
  | Section | Required? | Notes |
189
189
  |---|---|---|
190
- | `<SYSTEM_CONTEXT>` | Optional | Runtime environment context injected at invocation time (e.g., current date/time in ISO 8601, OS). Include whenever the agent may need temporal or environment awareness. |
190
+ | `<SYSTEM_CONTEXT>` | Optional | Runtime environment context injected at invocation time (e.g., current date in YYYY-MM-DD, OS). Include whenever the agent may need temporal or environment awareness. Time MUST NOT be included — it changes every second and breaks prompt caching. |
191
191
  | `<OBJECTIVE>` | Required | One or two sentences summarising the agent's main deliverable. |
192
192
  | `<ROLE>` | Required | Agent persona and expertise. When inside a workflow, MUST reference its node name from `<WORKFLOW_CONTEXT>`. |
193
193
  | `<INPUT>` | Required | List ALL inputs. For workflow agents: workflow-level inputs first, then agent-specific inputs. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentme",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "filedist": "^0.36.0"