Skip to content

Commit aaed83c

Browse files
committed
docs(devin): include claude in skills-integrations enumeration comment
Addresses Copilot review on PR #2364: the comment listing skills integrations omitted Claude, which is also a SkillsIntegration subclass. Updated to keep the comment accurate for future readers.
1 parent 4c99e27 commit aaed83c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/specify_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ def init(
15121512
step_num = 2
15131513

15141514
# Determine skill display mode for the next-steps panel.
1515-
# Skills integrations (codex, kimi, agy, trae, cursor-agent, copilot, devin) should show skill invocation syntax.
1515+
# Skills integrations (codex, claude, kimi, agy, trae, cursor-agent, copilot, devin) should show skill invocation syntax.
15161516
from .integrations.base import SkillsIntegration as _SkillsInt
15171517
_is_skills_integration = isinstance(resolved_integration, _SkillsInt) or getattr(resolved_integration, "_skills_mode", False)
15181518

0 commit comments

Comments
 (0)