feat: decided to make skills persist to disk like agents and not in-memory like built-in roles

This commit is contained in:
2026-06-01 11:17:55 -06:00
parent 1dff08893a
commit 3239c5d990
2 changed files with 43 additions and 2 deletions
-1
View File
@@ -77,7 +77,6 @@ const LIGHT_THEME: &[u8] = include_bytes!("../../assets/monokai-extended-light.t
const CONFIG_FILE_NAME: &str = "config.yaml";
const AGENT_GRAPH_FILE_NAME: &str = "graph.yaml";
const ROLES_DIR_NAME: &str = "roles";
#[allow(dead_code)]
const SKILLS_DIR_NAME: &str = "skills";
const MACROS_DIR_NAME: &str = "macros";
const ENV_FILE_NAME: &str = ".env";