Versions in this module Expand all Collapse all v0 v0.17.15 May 11, 2026 v0.17.14 May 11, 2026 Changes in this version + var TemplateVersion = "dev" + func InstallAgents(runner git.Runner, force bool, version string, out io.Writer) error + func InstallGitHub(runner git.Runner, force bool, out io.Writer) error + func InstallPrecommit(runner git.Runner, out io.Writer) error + func InstallPrepush(runner git.Runner, out io.Writer) error + func IsAgentsInstalled(runner git.Runner) bool + func IsGitHubInstalled(runner git.Runner) bool + func IsPrecommitInstalled(runner git.Runner) bool + func IsPrepushInstalled(runner git.Runner) bool + func NewAgentsCmd(version string) *cobra.Command + func NewGithubCmd() *cobra.Command + func NewPrecommitCmd() *cobra.Command + func NewPrepushCmd() *cobra.Command