// all environment variables including default values put here package pkg const ( Logo = "🦞" // AppName is the name of the app AppName = "PicoClaw" DefaultPicoClawHome = ".picoclaw" WorkspaceName = "workspace" )