Compare commits

..

2 Commits

Author SHA1 Message Date
Akhilesh Arora 083ce47e13 fix: remove stray EOFcat heredoc artifact from SECURITY.md (#531)
Removes the stray `EOFcat SECURITY.md` line accidentally left at the end of SECURITY.md.

Closes #530. Thanks to @akhilesharora.
2026-06-02 18:06:50 -05:00
Guillaume Bolivard 060c2076bc 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.
2026-06-02 18:04:42 -05:00
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -28,4 +28,3 @@ This repository contains Markdown-based agent definitions and shell scripts for
- Never add executable code inside agent Markdown files
- Shell scripts must be reviewed before merging
- Report suspicious agent definitions that attempt prompt injection
EOFcat SECURITY.md
-1
View File
@@ -24,7 +24,6 @@ AGENT_DIRS=(
sales
spatial-computing
specialized
strategy
support
testing
)