import Foundation enum PlaybookClientError: Error { case encodingError case projectDirectoryNotFound case templateDirectoryNotFound case templateDirectoryOrRepoNotSpecified }