Skip to content

fix: align --ai-skills prefix with adlc.* command namespace#77

Merged
kanfil merged 1 commit intomainfrom
fix/adlc-skills-prefix
Mar 12, 2026
Merged

fix: align --ai-skills prefix with adlc.* command namespace#77
kanfil merged 1 commit intomainfrom
fix/adlc-skills-prefix

Conversation

@kanfil
Copy link
Copy Markdown
Member

@kanfil kanfil commented Mar 12, 2026

Summary

  • Aligns --ai-skills skill names with the new adlc.* command namespace
  • Strips adlc. prefix and converts dots to hyphens for skill names
  • Skill names now use short command form (e.g., spec-specify, tdd-plan, levelup-init)
  • Kimi agent uses dot notation (e.g., spec.specify)
  • Updates SKILL_DESCRIPTIONS lookup for namespaced commands

Changes

  • src/specify_cli/__init__.py: Skill name generation logic
  • tests/test_ai_skills.py: Updated test fixtures and assertions
  • CHANGELOG.md: Added breaking change note

- Strip adlc. prefix and convert dots to hyphens for skill names
- Skill names now use short command form (spec-specify, tdd-plan, levelup-init)
- Kimi agent uses dot notation (spec.specify)
- Update SKILL_DESCRIPTIONS lookup for namespaced commands
@kanfil kanfil merged commit b0e049e into main Mar 12, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant