Add AsOf to Code Quality & Testing
loading diff…
Adds AsOf to the Code Quality & Testing section.
A temporal-awareness skill for tool-using LLMs. It addresses a specific failure mode: the agent treats all in-context data as if captured "now," regardless of how stale it actually is. AsOf surfaces three categories of staleness:
The category is about preventing wrong outputs. AsOf prevents a specific class of wrong output: reasoning grounded in data that's silently obsolete. A/B tests on Opus 4.7 and Sonnet 4.6 show categorical behavior change when the verdict block is present.
pip install asoftime && asof install (patches ~/.claude/settings.json idempotently). MIT.