fix(colibri): add ListSkills + RegisterSkill to Command enum (Hermes) #23

Merged
clawdie merged 1 commit from fix/colibri-cli-skills-enum into main 2026-06-04 20:20:03 +02:00

1 commit

Author SHA1 Message Date
454c23db34 fix(colibri): add ListSkills + RegisterSkill to Command enum (Hermes)
The colibri CLI's parse_args and run handler referenced Command::ListSkills
and Command::RegisterSkill, but both variants were missing from the enum
definition. This caused a build failure on Linux (rustc 1.95.0).

Added the missing variants with their fields (name, description, category
for RegisterSkill). Build + test + format gate verified green.

Co-Authored-By: Hermes Agent <hermes@clawdie.si>
2026-06-04 20:17:58 +02:00