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§
- Prompt
Args - Prompt
Diff Args - Prompt
Export Args - Prompt
Scan Args - Prompt
Show Args - Prompt
Sync Args - Prompt
Task Builder Args - Prompt
Worker Args