Fix workflow skill access denied handling - #3604
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 72e1caf1b3
ℹ️ 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".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## feature/integrate #3604 +/- ##
=====================================================
- Coverage 83.44% 83.44% -0.01%
=====================================================
Files 1709 1709
Lines 197728 197728
Branches 23735 23735
=====================================================
- Hits 165004 165002 -2
- Misses 21683 21685 +2
Partials 11041 11041
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Issue
Closes #3600
Scope
skill_access_deniedfailure with actionable remediation text.Verification
dotnet test test/Aevatar.Capabilities.Tests/Aevatar.Capabilities.Tests.csproj --nologo --filter "FullyQualifiedName~UserSkillRunServiceTests|FullyQualifiedName~WorkflowSkillsEndpointsTests" --no-restore -v quietpassed: 30 tests.bash tools/ci/test_stability_guards.shpassed.AEVATAR_NYXID_AUTHORITYandAEVATAR_OAUTH_REDIRECT_BASE_URL.Notes
AevatarOAuthClientBootstrapService.ValidateStartupProvisioningBoundary, before endpoint checks could run.Generated with Claude Code.