From dccd413b80efdbfedec03e4ecfd0f81fc6e517d1 Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint Date: Fri, 24 Apr 2026 12:44:05 -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 --- AGENTS.md | 2 ++ CLAUDE.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 9818fe9..c28e81a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,3 +1,5 @@ + + # AGENTS.md Guidance for AI coding agents working on the Docker Developer Tools repository. diff --git a/CLAUDE.md b/CLAUDE.md index 759a974..17db33b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,3 +1,5 @@ + + # CLAUDE.md Project documentation for Claude Code and AI assistants working on this repository.