Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion commands/prompts/improve.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ Analyze and improve the following prompt:
- Are examples provided?
- Is the level of detail clear?

**
**Improvements:**
- Define specific output format (JSON, Markdown, Code, etc.)
- Provide concrete examples of desired output
- Specify required level of detail

"""
2 changes: 1 addition & 1 deletion commands/testing/edge-cases.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Please identify comprehensive edge cases for the following code or feature:
- Very long strings (1MB+)
- Strings with special characters
- Unicode characters and emojis
- Null bytes (\0)
- Null bytes (\\0)
- Strings with only whitespace
- Leading/trailing whitespace

Expand Down