From ec90c4050b960faa40f2b8197905fdaeb9c498be Mon Sep 17 00:00:00 2001 From: Jinwoo-H Date: Sun, 13 Sep 2026 18:21:45 -0400 Subject: [PATCH] docs(rpc): re-measure the identity evidence counts The blank-field commit added seven tests, so the recorded 74/16/58 described the commit before it. Re-ran both: 81 tests, and the discriminant-only mutation now gives 17 failures / 64 passes. Claude-Session: https://claude.ai/code/session_01JNnE9qzUZMMnqpZWCqM3nb --- docs/reference/task-provider-identity-validation.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/reference/task-provider-identity-validation.md b/docs/reference/task-provider-identity-validation.md index 0f5ee34d116..085595b8e12 100644 --- a/docs/reference/task-provider-identity-validation.md +++ b/docs/reference/task-provider-identity-validation.md @@ -55,9 +55,12 @@ identities for all four providers, required GitHub fields, every declared field' type, optional/null non-GitHub fields, unknown-field preservation, explicit GitLab discrimination with owner/repo present, local/SSH folder contexts, and update patches. -The focused run passed 74 tests. Temporarily replacing GitHub's field validators -with optional `z.unknown()` validators (discriminant-only acceptance) caused 16 -failures and 58 passes. The mutation was restored before running the gates. +The focused run passed 81 tests. Temporarily replacing GitHub's field validators +with optional `z.unknown()` validators (discriminant-only acceptance) caused 17 +failures and 64 passes. The mutation was restored before running the gates. + +Counts re-measured at `cf4f77f` after the blank-field commit added seven tests; +the earlier 74/16/58 figures described the commit before it. ## Gate results