원클릭으로
asof
Ensure temporal awareness and prevent stale file read/write operations by verifying the fresh/stale state of in-context data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ensure temporal awareness and prevent stale file read/write operations by verifying the fresh/stale state of in-context data.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | asof |
| description | Ensure temporal awareness and prevent stale file read/write operations by verifying the fresh/stale state of in-context data. |
| allowed-tools | ["view_file","list_dir"] |
This skill provides the Gemini model with a structured understanding of time-decay, calendar context, and file freshness. It ensures that you do not ground assertions on stale in-context files or assume that pasted dates refer to "now."
When you receive a user prompt, the AsOf hook may inject freshness alerts or calendar data into your context under the header === AsOf vX.Y.Z ===.
Follow these absolute principles:
asof_query rather than deriving dates yourself.STALE (meaning its filesystem mtime moved after you read it in this session), you must re-read it using view_file before making edits or planning actions based on its contents.At turn wake or on first invocation, you may see:
## File freshness (this session)
STALE 2h15m /project/auth.py (mtime moved after read)
If you see a file marked STALE under your active workspace, consider its cached content in your memory invalid. Re-read it immediately.
If you suspect a file has changed or you need to ground a time-sensitive claim that was not auto-injected, call asof_query with the target file path or query descriptor to get a precise liveness verdict.