Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
Factory orchestrates the main processing loop.
func (*Factory) GetPromptsDir ¶
GetPromptsDir returns the prompts directory.
func (*Factory) Run ¶
Run executes the main processing loop: 1. Scan for queued prompts 2. Process first one (alphabetically) 3. On success: commit, version, push, mark completed, loop again 4. On failure: mark failed, exit 1
func (*Factory) SetPromptsDir ¶
SetPromptsDir sets the prompts directory (useful for testing).
Click to show internal directories.
Click to hide internal directories.