- 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>
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"name": "test-project",
|
|
"version": "1.0.0",
|
|
"description": "Minimal test project for E2E testing",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo 'No tests'",
|
|
"build": "echo 'Build ok'"
|
|
}
|
|
}
|