From 330bb5ded0f01b8728de5b66f0814f6cf082def0 Mon Sep 17 00:00:00 2001 From: Damian Galarza Date: Mon, 25 May 2026 14:36:11 -0400 Subject: [PATCH] agent-ready: rename template asset --- plugins/agent-ready/skills/agent-ready/SKILL.md | 2 +- .../assets/{claude-md-template.md => agent-ready-template.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename plugins/agent-ready/skills/agent-ready/assets/{claude-md-template.md => agent-ready-template.md} (100%) diff --git a/plugins/agent-ready/skills/agent-ready/SKILL.md b/plugins/agent-ready/skills/agent-ready/SKILL.md index 0ffb892..36e666d 100644 --- a/plugins/agent-ready/skills/agent-ready/SKILL.md +++ b/plugins/agent-ready/skills/agent-ready/SKILL.md @@ -281,7 +281,7 @@ Read the existing AGENTS.md fully. Identify: ### Step 2: Load References Read `references/progressive-disclosure.md` for Harness Engineering principles. -Read `assets/claude-md-template.md` for the output template (note: template is called claude-md-template but generates AGENTS.md content). +Read `assets/agent-ready-template.md` for the output template that generates AGENTS.md content. ### Step 3: Detect Project Signals diff --git a/plugins/agent-ready/skills/agent-ready/assets/claude-md-template.md b/plugins/agent-ready/skills/agent-ready/assets/agent-ready-template.md similarity index 100% rename from plugins/agent-ready/skills/agent-ready/assets/claude-md-template.md rename to plugins/agent-ready/skills/agent-ready/assets/agent-ready-template.md