fix: Move Quick Refactor agent to toml file

This commit is contained in:
Petr Mironychev
2026-06-29 00:27:01 +02:00
parent 755263c4de
commit e200278f9a
11 changed files with 120 additions and 48 deletions

View 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