Merge the copy-editor (📐) and proofreader (🧹 "Корректор") editorial roles into a single role. Keep slug `proofreader`, drop slug `copy-editor`, and set the merged role's emoji to 📐. - index.json: remove copy-editor; bump structural-editor, line-editor, fact-checker, proofreader to version 2 (narrator unchanged); update editorial bundle description (ru/en). - bundles/editorial/{ru,en}.json: delete copy-editor; refresh emoji/name/ description/instructions of structural-editor, line-editor, fact-checker and the merged proofreader verbatim from gitmost-agenty-ru.md / gitmost-agents-en.md; preserve autoStart and launchMessage; leave narrator untouched. - README.md: drop copy-editor from the editorial role list. Validated with scripts/check.mjs (OK). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"bundles": [
|
|
{
|
|
"id": "editorial",
|
|
"name": { "ru": "Редакторский набор", "en": "Editorial suite" },
|
|
"description": {
|
|
"ru": "Полный цикл редактуры статьи: структура, стиль, корректура, факты и нарратив.",
|
|
"en": "The full article-editing cycle: structure, style, copyediting, facts, and narrative."
|
|
},
|
|
"languages": ["ru", "en"],
|
|
"roles": [
|
|
{ "slug": "structural-editor", "version": 2 },
|
|
{ "slug": "line-editor", "version": 2 },
|
|
{ "slug": "fact-checker", "version": 2 },
|
|
{ "slug": "proofreader", "version": 2 },
|
|
{ "slug": "narrator", "version": 1 }
|
|
]
|
|
},
|
|
{
|
|
"id": "research",
|
|
"name": { "ru": "Исследование", "en": "Research" },
|
|
"description": {
|
|
"ru": "Глубокое исследование темы с подготовкой отчёта.",
|
|
"en": "Deep research on a topic with a prepared report."
|
|
},
|
|
"languages": ["ru", "en"],
|
|
"roles": [ { "slug": "researcher", "version": 1 } ]
|
|
}
|
|
]
|
|
}
|