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
Owner

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).

Gates:

  • cargo build --workspace --release
  • cargo test --workspace (151 tests)
  • ./scripts/check-format.sh

Co-Authored-By: Hermes Agent

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). **Gates:** - `cargo build --workspace --release` ✅ - `cargo test --workspace` ✅ (151 tests) - `./scripts/check-format.sh` ✅ Co-Authored-By: Hermes Agent
clawdie added 1 commit 2026-06-04 20:19:26 +02:00
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>
clawdie merged commit 0f2fc5cbd7 into main 2026-06-04 20:20:03 +02:00
clawdie deleted branch fix/colibri-cli-skills-enum 2026-06-04 20:20:04 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#23
No description provided.