cmd

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Execute runs the root command

Types

type BatchTask

type BatchTask struct {
	Name   string `yaml:"name"`   // Feature name for worktree
	Agent  string `yaml:"agent"`  // Agent name from .worktree.yml
	Preset string `yaml:"preset"` // Preset to use (backend, frontend, fullstack)
}

BatchTask represents a single task in the batch file

type BatchTasksFile

type BatchTasksFile struct {
	Tasks []BatchTask `yaml:"tasks"`
}

BatchTasksFile represents the structure of the batch tasks YAML file

Jump to

Keyboard shortcuts

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