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 existing queued prompts and process them 2. Start watching prompts/ directory for changes 3. On file create/write events, check if status: queued and process 4. Run until context is cancelled or fatal error
func (*Factory) SetPromptsDir ¶
SetPromptsDir sets the prompts directory (useful for testing).
Click to show internal directories.
Click to hide internal directories.