From 344e9eeb0e8d5b92435466a007eff8c1110b204e Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Thu, 5 Feb 2026 02:05:37 +0100 Subject: [PATCH] new --- AGENTS.md | 4 ++-- index.md => README.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename index.md => README.md (100%) diff --git a/AGENTS.md b/AGENTS.md index 695dd31..d605086 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,8 +2,8 @@ ## Operational Guidance for Autonomous Agents Using specification (ABC Specification) -MUST USE `index.md` as entrypoint for specification and subsequent referenced -documents within. +MUST USE `README.md` within same directory as this file as entrypoint for +specification and subsequent referenced documents within. ### Purpose of this document diff --git a/index.md b/README.md similarity index 100% rename from index.md rename to README.md