()
| 350 | } |
| 351 | |
| 352 | async runSetup(): Promise<void> { |
| 353 | await this.setupDirectories(); |
| 354 | await this.createSlashCommands(); |
| 355 | await this.createTemplates(); |
| 356 | await this.setupAgents(); |
| 357 | // Script creation removed in v1.2.5 - using NPX command instead |
| 358 | // spec-config.json creation removed - not required |
| 359 | // CLAUDE.md creation removed - all workflow instructions now in individual commands |
| 360 | |
| 361 | // Auto-generate task commands for existing specs |
| 362 | await this.autoGenerateTaskCommands(); |
| 363 | } |
| 364 | } |
no test coverage detected