We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979a30e commit 28b4801Copy full SHA for 28b4801
1 file changed
src/specify_cli/__init__.py
@@ -1533,8 +1533,9 @@ def install_ai_skills(
1533
project_path: Target project directory.
1534
selected_ai: AI assistant key from ``AGENT_CONFIG``.
1535
tracker: Optional progress tracker.
1536
- overwrite_existing: When True, overwrite existing ``SKILL.md`` files
1537
- generated by previous runs. Defaults to False.
+ overwrite_existing: When True, overwrite any existing ``SKILL.md`` file
+ in the target skills directory (including user-authored content).
1538
+ Defaults to False.
1539
1540
Returns:
1541
``True`` if at least one skill was installed or all skills were
0 commit comments