From 6c1f286978f6cf2556995b7e5493fd459782bfcf Mon Sep 17 00:00:00 2001 From: saagpatel Date: Sun, 28 Jun 2026 01:35:07 -0700 Subject: [PATCH] fix: map portfolio code-health receipts Add the Local Portfolio page ID for portfolio-health. Route portfolio-code-health bridge receipts through the canonical portfolio-health project. --- config/notion-project-map.json | 3 +++ config/project-registry-overrides.json | 1 + 2 files changed, 4 insertions(+) diff --git a/config/notion-project-map.json b/config/notion-project-map.json index 05b944f..5e94fff 100644 --- a/config/notion-project-map.json +++ b/config/notion-project-map.json @@ -8,6 +8,9 @@ "portfolio-mcp": { "localProjectId": "38dc21f1-caf0-8157-9f5c-d6425a4b32b9" }, + "portfolio-health": { + "localProjectId": "378c21f1-caf0-81ea-a12a-db8ee770df83" + }, "agent-session-replay": { "localProjectId": "38dc21f1-caf0-81fc-9366-d7d2bdae7815" }, diff --git a/config/project-registry-overrides.json b/config/project-registry-overrides.json index 12b23c6..04ececd 100644 --- a/config/project-registry-overrides.json +++ b/config/project-registry-overrides.json @@ -7,6 +7,7 @@ "netmapper": "NetworkMapper", "notion_os": "Notion", "mcpaudit-web": "MCPAudit", + "portfolio-code-health": "portfolio-health", "screenshotselect": "ScreenshottoDataSelect", "interruptionresume": "Interruption Resume Studio" },