Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckHooksStatus ¶
func PreviewChanges ¶
Types ¶
type ClaudeSettings ¶
type ClaudeSettings struct {
Permissions *Permissions `json:"permissions,omitempty"`
Hooks *Hooks `json:"hooks,omitempty"`
}
type InstallResult ¶
type InstallResult struct {
Created bool
Updated bool
AlreadyExists bool
BackupCreated bool
BackupPath string
Message string
}
func InstallHooks ¶
func InstallHooks(projectPath string, force bool, createBackup bool) (*InstallResult, error)
type Permissions ¶
Click to show internal directories.
Click to hide internal directories.