name, package: $this->package, path: $this->path, description: $this->description, custom: $custom, ); } public function displayName(): string { return $this->custom ? '.ai/'.$this->name.'*' : $this->name; } }