From 59024ad4e9bb085cdb665fc6d97a9396fcd76388 Mon Sep 17 00:00:00 2001 From: SuperCLI Dev Date: Tue, 11 Aug 2026 07:17:35 +0000 Subject: [PATCH] fix(#298): align notion-cli bundled plugin description and tags with standards --- plugins/notion-cli/meta.json | 4 ++-- plugins/notion-cli/plugin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/notion-cli/meta.json b/plugins/notion-cli/meta.json index 05082cc61..c8e4ec508 100644 --- a/plugins/notion-cli/meta.json +++ b/plugins/notion-cli/meta.json @@ -1,5 +1,5 @@ { - "description": "Notion CLI — like gh for GitHub, but for Notion. 39 commands covering pages, databases, blocks, comments, users, files, and search. Full Notion API in a single Go binary. Auto-detects JSON output when piped — perfect for agents. Schema-aware database queries with human-friendly filters. Markdown I/O for reading/writing page content.", - "tags": ["notion", "cli", "knowledge-base", "docs", "productivity", "database", "api", "agentic", "go"], + "description": "notion-cli — full-featured Notion CLI with 39 commands for pages, databases, blocks, and the full Notion API", + "tags": ["notion-cli", "api", "productivity", "note-taking", "go", "database", "cli"], "has_learn": true } diff --git a/plugins/notion-cli/plugin.json b/plugins/notion-cli/plugin.json index b74e39da1..659b14f1e 100644 --- a/plugins/notion-cli/plugin.json +++ b/plugins/notion-cli/plugin.json @@ -1,7 +1,7 @@ { "name": "notion-cli", "version": "0.1.0", - "description": "Notion CLI — like gh for GitHub, but for Notion. 39 commands covering pages, databases, blocks, comments, users, files, and search. Full Notion API in a single Go binary. JSON output when piped, schema-aware queries, Markdown I/O. Built for developers and AI agents.", + "description": "notion-cli — full-featured Notion CLI with 39 commands for pages, databases, blocks, and the full Notion API", "source": "https://github.com/4ier/notion-cli", "checks": [ { "type": "binary", "name": "notion" }