[codex] Allow project selectors by unique basename#140
Conversation
|
9b3c07f to
8533bd1
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8533bd1d9a
ℹ️ 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".
8533bd1 to
0c1abad
Compare
0c1abad to
764c309
Compare
Summary
Root Cause
Agents naturally used short project names such as
react-router, but MCP selector resolution only accepted registered project ids or exact registered path aliases. That causedregistered project not found for selectoreven when a single registered project basename matched.Validation
cargo fmt --checkgit diff --checkcargo test graph_reader_selector_dispatchproject_selector.path = "react-router"returns React Router symbols after daemon restart