fix: map portfolio code-health receipts#124
Conversation
Add the Local Portfolio page ID for portfolio-health. Route portfolio-code-health bridge receipts through the canonical portfolio-health project.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6c1f286978
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "netmapper": "NetworkMapper", | ||
| "notion_os": "Notion", | ||
| "mcpaudit-web": "MCPAudit", | ||
| "portfolio-code-health": "portfolio-health", |
There was a problem hiding this comment.
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 👍 / 👎.
Summary
Validation
Notes