fix(#914): space before Skill in tools frontmatter - #928
Conversation
PR Summary by QodoFix tools frontmatter spacing so
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
|
🤖 Finished Review · ✅ Success · Started 7:28 PM UTC · Completed 7:38 PM UTC Commit: |
Code Review by Qodo
1. Protected agents/ files modified
|
ReviewFindingsMedium
Previous runReviewFindingsMedium
|
|
/ok-to-test |
Signed-off-by: Adam Scerra <ascerra@redhat.com>
bc91a1d to
6a17440
Compare
|
🤖 Finished Review · ✅ Success · Started 2:11 PM UTC · Completed 2:21 PM UTC Commit: |
waynesun09
left a comment
There was a problem hiding this comment.
Human approval for the protected agents/ path.
The change is a one-character space after the comma on triage and prioritize tools: lines so Claude’s frontmatter parser keeps Skill (Bash(gh,curl,jq), Skill → ["Bash","Skill"]). Those are the only two fleet agents with this ,Skill form; CI (including the triage functional suite) is green.
Qodo’s missing-lint note is already tracked as #927 and is not blocking for this surgical fix.
|
🤖 Finished Retro · ✅ Success · Started 6:48 PM UTC · Completed 6:58 PM UTC Commit: |
Retro: PR #928 — space before
|
Summary
Skillastools: Bash(gh,curl,jq),Skill(no space after the comma).tools: ["Bash"]only — Skill is dropped by Claude frontmatter parsing.Bash(gh,curl,jq), Skillcorrectly yieldstools: ["Bash", "Skill"](proven on the proof tip).Test plan
Skill