From 55f2ffbd1973de6a6abccf804602e08e19291fae Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint Date: Fri, 24 Apr 2026 12:45:25 -0400 Subject: [PATCH] chore: add standards-version marker to agent context files Companion to the skill/rule rollout completed on 2026-04-24 (see TMHSDigital/Developer-Tools-Directory#1). Adds `` as the first line of AGENTS.md and/or CLAUDE.md in this repo. HTML comment format used instead of YAML frontmatter to preserve the pure-markdown convention of these prose guidance documents and avoid risk with GitHub Pages generators. Enables the agent-file drift checker (Phase 2) to verify project-level guidance files reference the current meta-repo standards version. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 9b60538..aea4c3d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,3 +1,5 @@ + + # CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.