Versions in this module Expand all Collapse all v0 v0.1.0 Mar 18, 2026 Changes in this version + const DefaultLogDir + const DefaultWorkDir + var ErrProjectRootAlreadyExists = errors.New("project root already exists") + func CreateNewProject(fs opctx.FS, projectPath string, options *NewProjectOptions) error + func GenerateBasicConfig(projectName string) projectconfig.ConfigFile + func InitializeProject(fs opctx.FS, projectPath string, options *NewProjectOptions) error + type NewProjectOptions struct