Expand description
Prompt template management module.
This module provides a collection of PROMPT.md templates for different task types (feature specifications, bug fixes, refactoring, etc.).
Templates are embedded at compile time using include_str! and can be
accessed via the get_template_content() function.
Enums§
- Prompt
Template - Available prompt template types.
Constants§
- ALL_
TEMPLATES - All available prompt templates.
Functions§
- get_
template - Get a template by name.
- list_
templates - List all available templates with their descriptions.