Versions in this module Expand all Collapse all v0 v0.6.5 May 4, 2026 Changes in this version + const GitflowInstructionsCompact + const GitflowInstructionsFull + const IDEBoth + const IDEClaudeCode + const IDECline + const IDECopilot + const IDECursor + const IDEJetBrains + const IDENeovim + const IDEUnknown + const IDEVSCode + const IDEWindsurf + const IDEZed + var AskAIIntegrationFunc = askAIIntegration + var MCPSupportedIDEs = map[string]bool + var UserHomeDirFunc = os.UserHomeDir + func EnsureMCPConfig(projectRoot, ideID string) (string, error) + func EnsureRulesForIDE(projectRoot string, detected DetectedIDE) ([]string, error) + func EnsureRulesWithAIConsent(projectRoot string, detected DetectedIDE, interactive bool, appVersion string) ([]string, error) + func Generate(projectRoot, ideType string) ([]string, error) + func MCPConfigExists(projectRoot, ideID string) bool + func SetGeneratorVersion(version string) + type DetectedIDE struct + DisplayName string + ID string + func DetectAll(projectRoot string) []DetectedIDE + func DetectPrimary(projectRoot string) DetectedIDE