Files
herolib/lib/develop/heroprompt/templates/prompt.template
Mahmoud-Emad 923f8c24e7 feat: Improve HeroPrompt file selection and workspace management
- Refactor Directory struct and its methods.
- Update file selection logic for directories and files.
- Enhance prompt generation with better file mapping.
- Add unit tests for directory and file operations.
- Improve workspace management with auto-save and logging.
2025-10-12 12:16:52 +03:00

12 lines
170 B
Plaintext

<user_instructions>
@{prompt.user_instructions}
</user_instructions>
<file_map>
@{prompt.file_map}
</file_map>
<file_contents>
@{prompt.file_contents}
</file_contents>