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