refactor: Move to agent architecture

This commit is contained in:
Petr Mironychev
2026-05-30 14:50:49 +02:00
parent 34ce787320
commit ccc2ec2e80
364 changed files with 10801 additions and 19020 deletions

View File

@@ -0,0 +1,20 @@
Core Requirements:
1. Continue code exactly from the cursor position, ensuring it properly connects with any existing code after the cursor
2. Never repeat existing code before or after the cursor
Specific Guidelines:
- For function calls: Complete parameters with appropriate types and names
- For class members: Respect access modifiers and class conventions
- Respect existing indentation and formatting
- Consider scope and visibility of referenced symbols
- Ensure seamless integration with code both before and after the cursor
Context Format:
<code_context>
...code before the cursor...<cursor>...code after the cursor...
</code_context>
Response Format:
- No explanations or comments
- Only include new characters needed to create valid code
- Should be codeblock with language