- Мульти-провайдер: PAPAYU_LLM_PROVIDERS — сбор планов от нескольких ИИ (Claude, OpenAI), агрегация - Тренды дизайна и иконок: вкладка в модалке, поиск по безопасным доменам (Tavily include_domains) - Snyk Code: PAPAYU_SNYK_SYNC, REST API issues → snyk_findings в agent-sync - Documatic: architecture_summary из .papa-yu/architecture.md в agent-sync - Личная автоматизация: capability personal-automation (терминал git/npm/cargo, открытие URL) - agent_sync расширен: snyk_findings, architecture_summary; analyze_project_cmd и run_batch пишут sync - Документация: SNYK_AND_DOCUMATIC_SYNC.md, SECURITY_AND_PERSONAL_AUTOMATION.md, обновлён CLAUDE_AND_AGENT_SYNC Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
386 B
JSON
13 lines
386 B
JSON
{
|
|
"x_schema_version": 1,
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": ["topic", "tags", "content_md", "confidence"],
|
|
"properties": {
|
|
"topic": { "type": "string" },
|
|
"tags": { "type": "array", "maxItems": 8, "items": { "type": "string" } },
|
|
"content_md": { "type": "string" },
|
|
"confidence": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
}
|
|
}
|