fix(test): validate current activation response shape

This commit is contained in:
Patrick Erichsen
2026-07-31 13:05:23 -07:00
parent 430e2474eb
commit 47bd5610d8
+4 -4
View File
@@ -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