Port of .NET PR #5205.
The .NET codebase standardized all public APIs, docstrings, comments, and log messages to consistently use "directory" instead of "folder" for file-based skill paths.
Python already uses "directory" in most places, but has at least one instance of "folder" in docstrings (e.g., FileSkillsSource docstring says "skill folder").
Changes needed
- Audit
_skills.py for any "folder" references and replace with "directory"
- Ensure consistency in docstrings, comments, and log messages
Port of .NET PR #5205.
The .NET codebase standardized all public APIs, docstrings, comments, and log messages to consistently use "directory" instead of "folder" for file-based skill paths.
Python already uses "directory" in most places, but has at least one instance of "folder" in docstrings (e.g.,
FileSkillsSourcedocstring says "skill folder").Changes needed
_skills.pyfor any "folder" references and replace with "directory"