From 1b4e8322d6fdcc39349bd81a189210a6dbf6da38 Mon Sep 17 00:00:00 2001 From: m3tm3re Date: Tue, 10 Feb 2026 20:00:42 +0100 Subject: [PATCH] doc-translator --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 2b29051..a353159 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -31,7 +31,7 @@ bd ready && bd create "title" && bd close && bd sync ├── prompts/ # System prompts (chiron*.txt) ├── context/ # User profiles ├── commands/ # Custom commands -└── scripts/ # Repo utilities (test-skill.sh) +└── scripts/ # Repo utilities (test-skill.sh, validate-agents.sh) ``` ## Code Conventions