From b738a9bb18b64e16909aefeee2ca331ab5ee2816 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 31 Jan 2026 18:57:12 +0000 Subject: [PATCH] fix(claude/commands): update suggested docs folder path in refactor-agents Suggest .agents/docs/ as an alternative to docs/ for the refactored AGENTS.md file structure, keeping the output more flexible. Co-Authored-By: Claude Opus 4.5 --- claude/commands/refactor-agents.md.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude/commands/refactor-agents.md.md b/claude/commands/refactor-agents.md.md index 2f71414..e0214ca 100644 --- a/claude/commands/refactor-agents.md.md +++ b/claude/commands/refactor-agents.md.md @@ -25,7 +25,7 @@ Follow these steps: 4. **Create the file structure**: Output: - A minimal root AGENTS.md with markdown links to the separate files - Each separate file with its relevant instructions - - A suggested docs/ folder structure + - A suggested .agents/docs/ or docs/ folder structure 5. **Flag for deletion**: Identify any instructions that are: - Redundant (the agent already knows this)