diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index e37b498f..ea37e353 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -1217,7 +1217,8 @@ "authentication": "ON_INSTALL" }, "category": "Tools & Integrations", - "description": "Russian text quality — ~1,040 rules for typography, info-style, editorial, UX writing, and business correspondence." + "description": "Russian text quality — ~1,040 rules for typography, info-style, editorial, UX writing, and business correspondence.", + "icon": "./plugins/talkstream/ru-text/assets/icon.png" }, { "name": "rust-reverse-engineering", diff --git a/plugins/talkstream/ru-text/.codex-plugin/plugin.json b/plugins/talkstream/ru-text/.codex-plugin/plugin.json index e796f4d0..7e84a50d 100644 --- a/plugins/talkstream/ru-text/.codex-plugin/plugin.json +++ b/plugins/talkstream/ru-text/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ru-text", - "version": "1.7.2", + "version": "1.7.3", "description": "Russian text quality plugin — typography, information style, editorial standards, UX writing, business correspondence", "author": { "name": "Arseniy Kamyshev", @@ -22,6 +22,7 @@ "logo": "./logo-round.png", "skills": "./skills/", "interface": { + "composerIcon": "./assets/icon.png", "displayName": "ru-text", "shortDescription": "Russian text quality — ~1,044 rules for typography, info-style, editorial, UX writing", "developerName": "Arseniy Kamyshev", diff --git a/plugins/talkstream/ru-text/assets/icon.png b/plugins/talkstream/ru-text/assets/icon.png new file mode 100644 index 00000000..20b8aefa Binary files /dev/null and b/plugins/talkstream/ru-text/assets/icon.png differ