We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefb9d4 commit 8b746f3Copy full SHA for 8b746f3
1 file changed
scripts/validate_fast.sh
@@ -25,7 +25,11 @@ python3 scripts/release_sbom.py >/dev/null
25
26
step "Routing and agent surfaces"
27
python3 scripts/validate_skill_routing.py
28
-python3 scripts/validate_instruction_docs.py --require-agent-docs
+if [ -f AGENTS.md ] || [ -f .claude/CLAUDE.md ]; then
29
+ python3 scripts/validate_instruction_docs.py --require-agent-docs
30
+else
31
+ python3 scripts/validate_instruction_docs.py
32
+fi
33
"$UV_BIN" run --with pyyaml python scripts/validate_agent_tools.py
34
35
step "Supply-chain and text security"
0 commit comments