- Schema version (x_schema_version, schema_hash) в prompt/trace - Кеш read/search/logs/env (ContextCache) в plan-цикле - Контекст-диета: MAX_FILES=8, MAX_FILE_CHARS=20k, MAX_TOTAL_CHARS=120k - Plan→Apply двухфазность, NO_CHANGES, path sanitization - Protected paths, content validation, EOL normalization - Trace (PAPAYU_TRACE), redaction (PAPAYU_TRACE_RAW) - Preview diff, undo/redo, transactional apply Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
402 B
JSON
14 lines
402 B
JSON
{
|
|
"schema_version": 1,
|
|
"project": {
|
|
"default_test_command": "pytest -q",
|
|
"default_lint_command": "ruff check .",
|
|
"default_format_command": "ruff format .",
|
|
"package_manager": "pip",
|
|
"build_command": "python -c \"import app.main; print('ok')\"",
|
|
"src_roots": ["src"],
|
|
"test_roots": ["tests"],
|
|
"ci_notes": "Тесты долго, по умолчанию smoke."
|
|
}
|
|
}
|