Documentation
¶
Overview ¶
Package loop defines configuration constants for loop script generation.
Index ¶
Constants ¶
View Source
const ( // DefaultCompletionSignal is the default loop completion signal string. DefaultCompletionSignal = "SYSTEM_CONVERGED" // DefaultOutput is the default output filename for generated loop scripts. DefaultOutput = "loop.sh" // DefaultTool is the default AI tool for loop scripts. DefaultTool = "claude" // ToolAider is the aider tool identifier for loop scripts. ToolAider = "aider" // ToolGeneric is the generic tool identifier for loop scripts. ToolGeneric = "generic" )
Loop script configuration.
View Source
const PromptMd = "PROMPT.md"
PromptMd is the session prompt file in the project root.
Variables ¶
View Source
var ValidTools = map[string]bool{ DefaultTool: true, ToolAider: true, ToolGeneric: true, }
ValidTools is the set of supported tool identifiers for loop scripts.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.