From 060c2076bc6596043eed47fe901709b84c958044 Mon Sep 17 00:00:00 2001 From: Guillaume Bolivard Date: Tue, 2 Jun 2026 18:04:42 -0500 Subject: [PATCH] fix: align local linter scope with CI workflow (#546) Removes strategy/ from lint-agents.sh AGENT_DIRS so the local linter no longer errors on the frontmatter-less NEXUS docs, matching the CI workflow's scope. Thanks to @GuillaumeBld for the fix. --- scripts/lint-agents.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lint-agents.sh b/scripts/lint-agents.sh index 6ba7d76..5631e20 100755 --- a/scripts/lint-agents.sh +++ b/scripts/lint-agents.sh @@ -24,7 +24,6 @@ AGENT_DIRS=( sales spatial-computing specialized - strategy support testing )