pub enum Agent {
Claude,
Codex,
All,
}Expand description
Which skill directory family a run touches.
Variants§
Claude
.claude/skills, which Claude Code reads.
Codex
.agents/skills, which Codex, Gemini CLI, and Copilot read.
All
Both directories.
Trait Implementations§
impl Copy for Agent
impl Eq for Agent
impl StructuralPartialEq for Agent
Auto Trait Implementations§
impl Freeze for Agent
impl RefUnwindSafe for Agent
impl Send for Agent
impl Sync for Agent
impl Unpin for Agent
impl UnsafeUnpin for Agent
impl UnwindSafe for Agent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more