Function: isValidSkillDefinitionLocation()
function isValidSkillDefinitionLocation(filePath: string): boolean;
Defined in: _internal/skill-files.ts:19
Determine whether a file is in a Codex-supported skill location.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean