Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 45077dbcf3
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e5499f9f54
ℹ️ 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".
| for (const ref of fallbackRefs) { | ||
| const resolved = await tryResolveForRef(ref, true) | ||
| if (resolved?.length) { |
There was a problem hiding this comment.
Prefer version refs before default-branch heuristics
This ordering now resolves full GitHub heuristics (skills/ tree and path guesses) on fallbackRefs before retrying those same heuristics on version refs, so packages without agents.skills can return a main/master skill even when a version-matching tag (for the installed package version) exists. In practice, a package at v1.2.3 can incorrectly get main skill content and never reach the version ref loop, which can produce incompatible guidance for older module versions.
Useful? React with 👍 / 👎.
Summary
.nuxtso repeated prepares can restore generated skills instead of re-resolving modules.nuxt/skill-hub/...while making generation tests hermetic against the new persistent cache locationVerification
pnpm run lintpnpm exec vitest run