Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down