Documentation
¶
Overview ¶
Package loop provides access to Ralph autonomous loop templates from embedded assets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RalphTemplate ¶
RalphTemplate reads a Ralph-mode template file by name.
Ralph mode templates are designed for autonomous loop operation, with instructions for one-task-per-iteration, completion signals, and no clarifying questions.
Parameters:
- name: Template filename (e.g., "PROMPT.md")
Returns:
- []byte: Template content from ralph/
- error: Non-nil if the file is not found or read fails
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.