From 47bd5610d8b86b7fb53c1d737cf6db1854a4ccde Mon Sep 17 00:00:00 2001 From: Patrick Erichsen Date: Fri, 31 Jul 2026 13:05:23 -0700 Subject: [PATCH] fix(test): validate current activation response shape --- .github/workflows/skills-sh-sync.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/skills-sh-sync.yml b/.github/workflows/skills-sh-sync.yml index 77734481..898def26 100644 --- a/.github/workflows/skills-sh-sync.yml +++ b/.github/workflows/skills-sh-sync.yml @@ -497,10 +497,10 @@ jobs: proof/claw-603/activation.json jq -e --arg leaderboard "$PRESERVED_LEADERBOARD_RUN_ID" --arg trending "$trending_run_id" ' .activated == true and - .leaderboard.runId == $leaderboard and - .trending.runId == $trending and - .corpus.scansPlanned == 0 and - .corpus.scansAdmitted == 0 and + .leaderboardRunId == $leaderboard and + .trendingRunId == $trending and + .scansPlanned == 0 and + .scansAdmitted == 0 and .trendingSnapshot.status == "ready" and .trendingSnapshot.sourceCounts.skillsShTrending > 0 ' proof/claw-603/activation.json >/dev/null