From 60894a8431a290ce73d59fb95dc1e1f5cda9d108 Mon Sep 17 00:00:00 2001 From: GRAMMAC Date: Tue, 2 Jun 2026 11:53:09 +0800 Subject: [PATCH] chore: update package descriptions --- package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 1 + packages/mcp/package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f248936..a8c561c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "type": "module", "packageManager": "pnpm@11.1.1", - "description": "Post-failure terminal diagnosis for developers.", + "description": "Compressed frontend failure context for developers and coding agents.", "repository": { "type": "git", "url": "git+https://github.com/GRAMMAC1/error2fix.git" diff --git a/packages/cli/package.json b/packages/cli/package.json index 3a17618..2764f1f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@error2fix/cli", "version": "0.4.1", - "description": "Post-failure terminal diagnosis assistant for developers.", + "description": "Capture and summarize post-failure frontend build and test logs.", "type": "module", "repository": { "type": "git", diff --git a/packages/core/package.json b/packages/core/package.json index 04bc14b..85621c8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "private": true, "type": "module", + "description": "Shared frontend failure log diagnosis logic for error2fix.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { diff --git a/packages/mcp/package.json b/packages/mcp/package.json index bc783b6..a47a8e4 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -2,7 +2,7 @@ "name": "@error2fix/mcp", "version": "0.4.1", "type": "module", - "description": "MCP server for error2fix terminal failure diagnosis.", + "description": "MCP server that gives coding agents compressed frontend failure context.", "repository": { "type": "git", "url": "git+https://github.com/GRAMMAC1/error2fix.git",