Expand description
Single-pass skill loader: lists global + per-agent skills, resolves trust level, checks drift, returns one flat Vec.
Structs§
Enums§
Functions§
- filter_
enabled - Drop skills disabled for an agent (Phase 1 denylist). Applied once at
agent startup, after
load_all, so the filtered list feeds both injection and the trigger registry. - is_
valid_ skill_ name - Validate that a skill name contains only safe identifier characters.
- load_
all