Versions in this module Expand all Collapse all v0 v0.29.0 Oct 14, 2025 Changes in this version + type Detector struct + func NewDetector(fs fs.FS) *Detector + func (d *Detector) DetectDevcontainer(repoPath string) (bool, error) + type PreWorktreeCreationHook struct + func NewPreWorktreeCreationHook() *PreWorktreeCreationHook + func (h *PreWorktreeCreationHook) Execute(_ *hooks.HookContext) error + func (h *PreWorktreeCreationHook) Name() string + func (h *PreWorktreeCreationHook) OnPreWorktreeCreation(ctx *hooks.HookContext) error + func (h *PreWorktreeCreationHook) Priority() int + func (h *PreWorktreeCreationHook) RegisterForOperations(registerHook func(operation string, hook hooks.PreWorktreeCreationHook) error) error