Conversation
The routing report told every reader that skills beyond the room came from the runner's own config and to set ANTHROPIC_API_KEY so the run could use an isolated config dir. On a run that already had the key set and recorded isolated_config_dir true, sixteen extras were still reported, none of them present in the runner's ~/.claude/skills: they ship with the agent CLI, which no config dir excludes. So the warning named a cause it had not checked and prescribed a fix that was already in place. Isolation is already recorded in the report metadata, so branch on it. When the run was isolated the runner's own skills are out of the session by construction and what remains ships with the CLI, which is worth saying plainly along with the fact that nothing removes it. When it was not, the original guidance still holds and is unchanged. Signed-off-by: John Lybeck <john.lybeck@amd.com>
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.
The routing report told every reader that skills beyond the room came from the
runner's own config, and to set
ANTHROPIC_API_KEYso the run could use anisolated config dir.
On a run that already had the key set and recorded
isolated_config_dir: true,sixteen extras were still reported, and none of them were present in the runner's
~/.claude/skills. They were the agent CLI's own built-ins (code-review,dataviz,loop,run,simplify,update-config,workflow-authoring, andso on), which no config dir excludes.
So the warning named a cause it had not checked and prescribed a fix that was
already in place.
them, and to read the scores with them in the room
Worth knowing either way, since the extras change every routing score and there
is currently no way to exclude the built-in ones.