Skip to content

Commit 2fe9e1d

Browse files
committed
Validate local-agent registry declarations
1 parent a91902d commit 2fe9e1d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.PHONY: validate test scan-local-persistence
1+
.PHONY: validate test scan-local-persistence validate-local-agents
22

3-
validate: test scan-local-persistence
3+
validate: test scan-local-persistence validate-local-agents
44
@test -f README.md
55
@test -f AGENTS.md
66
@test -f .github/copilot-instructions.md
@@ -14,3 +14,6 @@ test:
1414

1515
scan-local-persistence:
1616
@python3 scripts/scan_local_persistence.py . --fail-on none
17+
18+
validate-local-agents:
19+
@python3 scripts/validate_local_agents.py .

0 commit comments

Comments
 (0)