feat: support config skill registration (#9640)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
This commit is contained in:
@@ -1633,6 +1633,15 @@ export type Config = {
|
||||
subtask?: boolean
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Additional skill folder paths to scan
|
||||
*/
|
||||
skills?: {
|
||||
/**
|
||||
* Additional paths to skill folders to scan
|
||||
*/
|
||||
paths?: Array<string>
|
||||
}
|
||||
watcher?: {
|
||||
ignore?: Array<string>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user