feat: cleaned up skill implementation

This commit is contained in:
2026-06-01 15:13:50 -06:00
parent a4ddc3d65d
commit 1faab15377
11 changed files with 74 additions and 38 deletions
-1
View File
@@ -5,7 +5,6 @@ use anyhow::{Result, bail};
use indexmap::IndexMap;
use std::collections::BTreeSet;
#[allow(dead_code)]
#[derive(Clone, Default)]
pub struct SkillRegistry {
loaded: IndexMap<String, Skill>,