Skip to content

Commit a812709

Browse files
committed
Replace validate-agent-guidance script with make lint-skills in smoke test
1 parent 9af2d71 commit a812709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/smoke-test-skills.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ run_test() {
2424
}
2525

2626
echo "=== Tier 1: Static validation ==="
27-
run_test "validate-agent-guidance" "scripts/validate-agent-guidance.sh"
27+
run_test "validate-agent-guidance" "make lint-skills"
2828

2929
echo ""
3030
echo "=== Tier 2: Functional smoke tests ==="

0 commit comments

Comments
 (0)