From 5cef1475c982bd264deb5f8f6b9049185af45824 Mon Sep 17 00:00:00 2001 From: kaseywright Date: Fri, 18 Sep 2026 07:28:46 -0400 Subject: [PATCH] allow 'agents' docs dir When using skills from Matt Pocock, agent context is written to this dir. Allowing it will allow a consistent experience for all devs using ai. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- scripts/check-docs-structure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-docs-structure.sh b/scripts/check-docs-structure.sh index 0ccc5fab..b57fec7c 100755 --- a/scripts/check-docs-structure.sh +++ b/scripts/check-docs-structure.sh @@ -7,7 +7,7 @@ if [[ ! -d docs ]]; then exit 1 fi -allowed=(features runbooks guides tasks) +allowed=(agents features runbooks guides tasks) status=0 shopt -s nullglob dotglob