MCPcopy Create free account
hub / github.com/Pimzino/claude-code-spec-workflow / runSetup

Method runSetup

src/setup.ts:352–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers 3

cli.tsFile · 0.80
setup.test.tsFile · 0.80

Calls 5

setupDirectoriesMethod · 0.95
createSlashCommandsMethod · 0.95
createTemplatesMethod · 0.95
setupAgentsMethod · 0.95

Tested by

no test coverage detected