Versions in this module Expand all Collapse all v0 v0.1.0 Dec 22, 2025 Changes in this version + const ConfigFileName + const CurrentConfigVersion + const DefaultCacheDir + const ProjectConfigFileName + func FindWorkspaceRoot(startDir string) (string, error) + func Load(workspaceRoot string) (*api.WorkspaceConfig, error) + func Save(workspaceRoot string, config *api.WorkspaceConfig) error + func WriteDefaultConfig(workspaceRoot string) error + type Loader struct + func NewLoader(workspaceRoot string) *Loader + func (l *Loader) LoadProjectConfig(projectPath string) (*api.ProjectConfig, error) + func (l *Loader) LoadWorkspaceConfig() (*api.WorkspaceConfig, error)