refactor(core): report capability audit facts directly - #3815
Open
joebasrawi wants to merge 1 commit into
Open
Conversation
Generated-by: Codex
Astro-Han
reviewed
Aug 25, 2026
Astro-Han
left a comment
Contributor
There was a problem hiding this comment.
Update on dd0d77325d:
GO (conditional) — no P0-P3. Replaces fabricated permission labels with direct hasDeclaredTools/status facts; semantic equal via exhaustive states (active scheduled == executable). Test green. Note: exact head currently has no CI runs — needs green before merge.
简体中文
该头无阻断,待 CI。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The capability audit was using permission labels for things that are not permissions.
This removes that mapping and reports the actual facts instead: whether a skill declares tools and the real status of each scheduled task. It also renames
executableScheduledTaskCounttoactiveScheduledTaskCount.Fixes #3386
Verification
AI use
Tool(s) and scope:
Codex helped implement the refactor, add the regression test, update the Storybook fixture, and run the checks.
Checklist
Does this PR entail a change in behavior?