Skip to content

Python: Standardize file skills terminology on 'directory' #5712

@SergeyMenshykh

Description

@SergeyMenshykh

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

Metadata

Metadata

Type

No type

Projects

Status

Planned

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions