docs(agent-context): activate @localTime guidance + audit timestamp checks (ADR-0036 Wave 2)#127
Merged
Conversation
…idance Wave 2 (field.timestamp instant-by-default + the boolean @localTime naive opt-out; @dbColumnType:timestamp_with_tz retired) is now merged on main, so its guidance goes live in the adopter-facing skills. - authoring skill: field.timestamp is instant/tz-aware by default; add @localTime:true only for a genuine naive wall-clock value; never use the retired @dbColumnType:timestamp_with_tz. Replaced the Wave-2 portion of the TODO marker; Wave-3 (@format/@relationName) stays a TODO. - audit skill (vocabulary-hygiene axis): activated the two timestamp checks (flag timestamp_with_tz; flag a wall-clock field.timestamp -> @localTime). Wave-3 checks (@Format / @relationName) stay in the pending TODO block. - grounding test: removed @localTime from DELIBERATELY_NAMED_RETIRED_OR_CUT (it is now registered on field.timestamp), so the authoring skill naming it passes grounding as a real attr. @relationName stays exempted (Wave 3). - regenerated agent-context conformance goldens (all 4 stacks). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GF9xLEQZaPus5Y6opk398n
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now that @localTime is live on main, activates its guidance in the authoring skill (instant-by-default; @localTime for naive; timestamp_with_tz retired) and flips the audit's timestamp modernization checks from TODO to active. @format/@relationName stay Wave-3 TODOs. Grounding test now passes by resolving @localTime as a registered attr. 13/13 conformance/drift/grounding green.
🤖 Generated with Claude Code