Documentation
¶
Index ¶
- Constants
- func CheckAider()
- func CheckClaude()
- func CheckCursor()
- func CheckFactory()
- func CheckGemini()
- func DirExists(path string) bool
- func EnsureDir(path string, perm os.FileMode) error
- func FileExists(path string) bool
- func InstallAider()
- func InstallClaude(project bool, stealth bool)
- func InstallCursor()
- func InstallFactory()
- func InstallGemini(project bool, stealth bool)
- func RemoveAider()
- func RemoveClaude(project bool)
- func RemoveCursor()
- func RemoveFactory()
- func RemoveGemini(project bool)
Constants ¶
View Source
const ( // Claude paths ClaudeDir = ".claude" ClaudeSettings = "settings.json" ClaudeRules = "rules" // Cursor paths CursorDir = ".cursor" CursorRules = "rules" )
Variables ¶
This section is empty.
Functions ¶
func InstallClaude ¶
InstallClaude installs Claude Code hooks
func InstallGemini ¶
InstallGemini installs Gemini CLI hooks
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.