We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91902d commit 2fe9e1dCopy full SHA for 2fe9e1d
1 file changed
Makefile
@@ -1,6 +1,6 @@
1
-.PHONY: validate test scan-local-persistence
+.PHONY: validate test scan-local-persistence validate-local-agents
2
3
-validate: test scan-local-persistence
+validate: test scan-local-persistence validate-local-agents
4
@test -f README.md
5
@test -f AGENTS.md
6
@test -f .github/copilot-instructions.md
@@ -14,3 +14,6 @@ test:
14
15
scan-local-persistence:
16
@python3 scripts/scan_local_persistence.py . --fail-on none
17
+
18
+validate-local-agents:
19
+ @python3 scripts/validate_local_agents.py .
0 commit comments