Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/notion-project-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
1 change: 1 addition & 0 deletions config/project-registry-overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"netmapper": "NetworkMapper",
"notion_os": "Notion",
"mcpaudit-web": "MCPAudit",
"portfolio-code-health": "portfolio-health",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Mirror the bridge alias in the fallback defaults

When the overrides config is absent, or a caller builds the registry with overrides_config_path=None, load_overrides_config falls back to DEFAULT_OVERRIDES in src/project_registry.py; that default table does not include this new portfolio-code-health alias. In that supported fallback path, bridge/project names using portfolio-code-health still resolve to None instead of the canonical portfolio-health, so the durable receipt repair only works when this config file is present. Please mirror the alias in the built-in defaults as well.

Useful? React with 👍 / 👎.

"screenshotselect": "ScreenshottoDataSelect",
"interruptionresume": "Interruption Resume Studio"
},
Expand Down