mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-30 01:59:11 -04:00
fix: Move Quick Refactor agent to toml file
This commit is contained in:
19
sources/agents/tasks/quick-refactor.md
Normal file
19
sources/agents/tasks/quick-refactor.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Output Requirements
|
||||
|
||||
## Formatting Rules:
|
||||
- Output ONLY the code itself, without ANY explanations or descriptions
|
||||
- Do NOT include markdown code blocks (no ```, no language tags)
|
||||
- Do NOT add comments explaining what you changed
|
||||
- Do NOT repeat existing code, be precise with context
|
||||
- Do NOT send in answer <cursor> or </cursor> and other tags
|
||||
- The output must be ready to insert directly into the editor as-is
|
||||
|
||||
## Indentation and Whitespace:
|
||||
- Use the same indentation style (spaces or tabs) as the surrounding code
|
||||
- Maintain consistent indentation for nested blocks
|
||||
- Do NOT remove or reduce the base indentation level
|
||||
|
||||
## Code Style:
|
||||
- Match the coding style of the surrounding code (naming, spacing, braces, etc.)
|
||||
- Preserve the original code structure when possible
|
||||
- Only change what is necessary to fulfill the user's request
|
||||
Reference in New Issue
Block a user