()
| 321 | isHidden: !userInvocable, |
| 322 | progressMessage: isSkill || config.isSkillMode ? 'loading' : 'running', |
| 323 | userFacingName(): string { |
| 324 | return displayName || commandName |
| 325 | }, |
| 326 | async getPromptForCommand(args, context) { |
| 327 | // For skills from skills/ directory, include base directory |
| 328 | let finalContent = config.isSkillMode |
nothing calls this directly
no outgoing calls
no test coverage detected