Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.