Versions in this module Expand all Collapse all v0 v0.6.5 May 4, 2026 Changes in this version + const IntegrationModeLocalMerge + const IntegrationModePullRequest + func FindProjectRoot() string + func IntegrationModeDisplay(mode string) string + func NormalizeIntegrationMode(mode string) string + func ProjectConfigPath(root string) string + func SaveAIIntegrationChoice(root string, choice AIIntegrationChoice) error + func SetIntegrationMode(root, mode string) error + type AIIntegrationChoice struct + Enabled bool + Version string + func LoadAIIntegrationChoice(root string) (AIIntegrationChoice, bool, error) + type FlowConfig struct + BuildBumpCommand string + BumpCommand string + DevelopBranch string + IntegrationMode string + MainBranch string + ModeConfigured bool + ProjectRoot string + Remote string + TagPrefix string + TestCommand string + VersionFile string + VersionPattern string + func DefaultConfig() FlowConfig + func LoadConfig(root string) FlowConfig