Fix crypto profile i18n alias#30
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 92d5226e55
ℹ️ 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".
| domain="crypto", | ||
| display_name="Crypto Live Pool Rotation", | ||
| description="Trend-following crypto rotation with staged entries, degradation controls, and cash parking.", | ||
| aliases=("crypto_leader_rotation",), |
There was a problem hiding this comment.
Resolve manifest aliases before lookup
Declaring crypto_leader_rotation as a manifest alias advertises it as usable metadata, but get_strategy_manifest() still indexes MANIFESTS only by canonical profile, so callers that keep the legacy profile in config and ask for its manifest get a KeyError even though catalog and runtime-adapter lookups now resolve the alias. Please either add alias entries to MANIFESTS or route this lookup through the same catalog alias resolver so manifest compatibility matches the rest of the package.
Useful? React with 👍 / 👎.
Summary
Validation