From 17e73bd995da9b93c14d41b4e848966c1b2c203b Mon Sep 17 00:00:00 2001 From: Velascat <32967198+Velascat@users.noreply.github.com> Date: Fri, 8 May 2026 15:18:52 -0400 Subject: [PATCH] chore: wire X1 cross-repo config (PlatformManifest) Adds audit.cross_repo.platform_manifest_repo so X1 can validate legacy-name drift against PlatformManifest. Live-run: 0 findings. Co-Authored-By: Claude Sonnet 4.6 --- .custodian/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.custodian/config.yaml b/.custodian/config.yaml index fc4093e..98cf635 100644 --- a/.custodian/config.yaml +++ b/.custodian/config.yaml @@ -7,6 +7,9 @@ tests_root: test # `_custodian/` overlay layer (see OperationsCenter for a worked example). audit: + cross_repo: + platform_manifest_repo: ../PlatformManifest + exclude_paths: D1: # get_tracer is a public OTEL-compatible API, intentionally dead until