Validates project name format
bool isValidProjectName(String name) { return ProjectConfig.isValidProjectName(name); }