Versions in this module Expand all Collapse all v0 v0.0.2 Jul 31, 2026 Changes in this version + func NewRootCommand() *cobra.Command + type Container struct + AIDetector *ai.AIToolDetector + AddUC *addUC.AddContextUseCase + BranchRepo *storage.BranchLocalRepository + CheckoutUC *checkoutUC.CheckoutCommitUseCase + ClaudeAdapter *ai.ClaudeCodeAdapter + CommitRepo *storage.CommitLocalRepository + CommitUC *commitUC.CommitContextUseCase + ContextRepo *storage.ContextLocalRepository + CopilotAdapter *ai.CopilotCLIAdapter + CreateBranchUC *branchUC.CreateBranchUseCase + DetectUC *detectUC.DetectAIToolUseCase + DifLogDir string + DiffUC *diffUC.DiffCommitsUseCase + DifferService *diffing.TextDifferService + HasherService *hashing.SHA256HasherService + InitUC *initUC.InitializeUseCase + Initializer *storage.LocalStorageInitializer + ListBranchesUC *branchUC.ListBranchesUseCase + LogUC *logUC.ViewCommitLogUseCase + OpenCodeAdapter *ai.OpenCodeAdapter + ProjectRoot string + PullUC *pullUC.PullFromRemoteUseCase + PushUC *pushUC.PushToRemoteUseCase + ReleaseRepo *remote.GithubReleaseRepository + RemoteRepo *remote.GitHubRemoteRepository + SaveSkillCtxUC *skillUC.SaveSkillContextUseCase + SkillContextRepo *storage.SkillContextLocalRepository + SkillUC *skillUC.CreateSkillUseCase + StagingRepo *storage.StagingLocalRepository + StatusUC *statusUC.ViewStatusUseCase + SwitchBranchUC *branchUC.SwitchBranchUseCase + UpdateUC *updateUC.UpdateToLatestUseCase + func NewContainer(projectRoot string) *Container + func (c *Container) LoadAITool() entity.AITool + func (c *Container) RequireInitialized() error v0.0.1-beta May 20, 2026