You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename requiredSkills to skills for semantic clarity (#673)
Rename `requiredSkills` to `skills` across all tool definitions to
better reflect the relationship: tools *belong* to skill categories
rather than *requiring* them. This makes the authorization model clearer
- a tool is enabled when ANY of its associated skills are granted.
Also rename `hasRequiredSkills` to `isEnabledBySkills` for consistency.
Co-authored-by: Claude Opus 4.5 <[email protected]>
0 commit comments