mirror of
https://github.com/trailofbits/skills
synced 2026-06-21 14:12:00 +00:00
Downgrade skill dir name mismatch from error to warning
The burpsuite-project-parser plugin has a pre-existing structural issue (SKILL.md directly in skills/ instead of a named subdirectory). This should not block the PR. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -109,7 +109,7 @@ def collect_skill_records(
|
||||
# OpenCode requires skill directory name to match frontmatter name
|
||||
skill_dir_name = skill_path.parent.name
|
||||
if skill_dir_name != name:
|
||||
errors.append(
|
||||
warnings.append(
|
||||
f"{relative}: directory name '{skill_dir_name}' does not match "
|
||||
f"frontmatter name '{name}' (OpenCode requires these to match)"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user