From 3d3290b3057bf6ab73e2988d6407f5c9a27f7e86 Mon Sep 17 00:00:00 2001 From: pj <113072185+prathshenoy@users.noreply.github.com> Date: Wed, 23 Sep 2026 20:18:53 +0000 Subject: [PATCH] feat(stovepipe): Record project validation facts (#735) ## Summary **What**: - Record named project outcomes alongside final repository validation results. - Preserve repository-only validation for deployments without project attribution. **Why**: - Enable consumers to query durable project failures when an integration supplies attribution. ## Test Plan - [x] Add unit tests. ## Revert Plan - Revert this PR. This removes named project-result persistence while preserving repository validation. ## Issues - [CODEM-529](https://linear.app/uber/issue/CODEM-529/persist-project-validation-results)