Interface SkillsLoadConfig

Configuration for skill loading.

interface SkillsLoadConfig {
    extraDirs?: string[];
    watch?: boolean;
    watchDebounceMs?: number;
}

Properties

extraDirs?: string[]

Additional skill directories to scan

watch?: boolean

Watch for changes

watchDebounceMs?: number

Debounce for watcher (ms)