fix: use YAML list syntax for allowed-tools#47
Conversation
PR SummaryLow Risk Overview This prevents misparsing of tool names (e.g., treating Reviewed by Cursor Bugbot for commit 5f19128. Bugbot is set up for automated code reviews on this repo. Configure here. |
WalkthroughThis PR standardizes the ChangesSkill Manifest Format Standardization
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Comma-separated strings are not a valid form for the allowed-tools frontmatter field; only space-separated strings or YAML lists are accepted. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
Summary
allowed-toolsfrontmatter field only accepts a space-separated string or a YAML list; comma-separated strings were neither and risked being parsed as a single tool name with commas.