kickoff

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Overview

Package kickoff provides the orchestration logic for the ContextVibes CLI's 'kickoff' command, handling both strategic project kickoffs and daily Git workflow startups.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Orchestrator

type Orchestrator struct {
	// contains filtered or unexported fields
}

func NewOrchestrator

func NewOrchestrator(
	logger *slog.Logger,
	cfg *config.Config,
	presenter *ui.Presenter,
	gitClient *git.GitClient,
	configFilePath string,
	globalAssumeYes bool,
) *Orchestrator

func (*Orchestrator) ExecuteKickoff

func (o *Orchestrator) ExecuteKickoff(ctx context.Context, isStrategicFlag bool, branchNameFlag string) error

func (*Orchestrator) MarkStrategicKickoffComplete

func (o *Orchestrator) MarkStrategicKickoffComplete(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL