Interface: NativeSkillOptions¶
Defined in: resolver/src/skills.ts:1752
Options for native skill resolution.
Properties¶
logger?¶
optionallogger?:Logger
Defined in: resolver/src/skills.ts:1766
Logger for reporting skipped files and resolution decisions.
projectRoot?¶
optionalprojectRoot?:string
Defined in: resolver/src/skills.ts:1764
Project root the universal directory sits in. Without it the root is guessed as the parent of localPath, which only holds while localPath is the .promptscript directory.
universalDir?¶
optionaluniversalDir?:string
Defined in: resolver/src/skills.ts:1758
Path to the universal directory for auto-discovering skills and commands. When set, skills are discovered from <universalDir>/skills/ and commands from <universalDir>/commands/. Defaults to undefined (disabled). Typically set to .agents.