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

Method formatDisplayName

src/dashboard/parser.ts:585–590  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

583 }
584
585 private formatDisplayName(name: string): string {
586 return name
587 .split('-')
588 .map((word) => word.charAt(0).toUpperCase() + word.slice(1))
589 .join(' ');
590 }
591
592 private extractRequirements(content: string): RequirementDetail[] {
593 const requirements: RequirementDetail[] = [];

Callers 2

getSpecMethod · 0.95
getBugMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected