Expand description
§Bundled Prompt Management
This module manages the standard prompts bundled into the Chant binary.
All prompts are embedded at compile time using include_str! and can be
written to the .chant/prompts/ directory during project initialization.
Structs§
- Prompt
Metadata - Metadata about a bundled prompt
Constants§
- MERGE_
CONFLICT - Merge conflict prompt - for resolving git merge conflicts
- OLLAMA
- Ollama prompt - optimized prompt for local LLM execution
- SPLIT
- Split prompt - for splitting driver specs into member specs
- STANDARD
- Standard execution prompt - default prompt for spec execution
- VERIFY
- Verify prompt - for verifying acceptance criteria are met
Functions§
- all_
bundled_ prompts - Returns all bundled prompts with their metadata
- get_
prompt - Get a prompt by name