Skip to main content

Module prompt

Module prompt 

Source
Expand description

ralph prompt ... command group: Clap types and handler.

Responsibilities:

  • Define clap arguments for prompt preview commands.
  • Render worker/scan/task-builder prompts for debugging or inspection.
  • List, show, export, and sync prompt templates.

Not handled here:

  • Queue persistence or task status updates.
  • Runner execution or model invocation.
  • Config file parsing beyond resolved config access.

Invariants/assumptions:

  • Configuration is resolved from the current working directory.
  • RepoPrompt selection maps to plan/tool injection consistently.
  • Prompt templates are managed via the prompts_internal module.

Structs§

PromptArgs
PromptDiffArgs
PromptExportArgs
PromptScanArgs
PromptShowArgs
PromptSyncArgs
PromptTaskBuilderArgs
PromptWorkerArgs

Enums§

PromptCommand

Functions§

handle_prompt