From f4a3e23000efc50cfdea75dd3c11da06b26beb71 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Thu, 3 Sep 2026 12:04:13 -0700 Subject: [PATCH] docs(plugins): update Glean plugin description --- pluginpack.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pluginpack.config.ts b/pluginpack.config.ts index 384d0ae..49be212 100644 --- a/pluginpack.config.ts +++ b/pluginpack.config.ts @@ -1,6 +1,9 @@ import { defineConfig } from "@gleanwork/pluginpack"; import pkg from "./package.json" with { type: "json" }; +const gleanPluginDescription = + "Use Glean to search your company's knowledge, chat with Glean Assistant, and discover and use the skills and connected tools available to your organization."; + export default defineConfig({ name: "glean-plugins", version: pkg.version, @@ -29,8 +32,7 @@ export default defineConfig({ source: "shared/glean", overrides: "overrides/claude/glean", displayName: "Glean", - description: - "Official Glean plugin — search documents, Slack, and email; explore code across repos; find experts and stakeholders; prep for meetings and onboarding.", + description: gleanPluginDescription, }, "glean-dev-docs": { source: "shared/glean-dev-docs", @@ -65,8 +67,7 @@ export default defineConfig({ overrides: "overrides/cursor/glean", exclude: ["hooks", "scripts"], displayName: "Glean", - description: - "Official Glean plugin — search documents, Slack, and email; explore code across repos; find experts and stakeholders; prep for meetings and onboarding.", + description: gleanPluginDescription, manifest: { logo: "assets/avatar.svg", keywords: [ @@ -113,8 +114,7 @@ export default defineConfig({ glean: { source: "shared/glean", overrides: "overrides/codex/glean", - description: - "Official Glean plugin — search documents, Slack, and email; explore code across repos; find experts and stakeholders; prep for meetings and onboarding.", + description: gleanPluginDescription, manifest: { interface: { displayName: "Glean",