error-trace-debugger 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +23 -1
package/README.md CHANGED
@@ -3,6 +3,12 @@
3
3
  CLI agent that ingests logs/stack traces, investigates a codebase, and outputs a report with a
4
4
  suggested fix and (when possible) a unified patch.
5
5
 
6
+ ## Keywords
7
+
8
+ `cli`, `logs`, `stack-trace`, `error-analysis`, `debugging`, `nodejs`, `javascript`, `jest`,
9
+ `typescript`, `patch`, `diff`, `git`, `testing`, `langchain`, `langgraph`, `openai`, `llm`,
10
+ `developer-tools`, `static-analysis`, `code-search`
11
+
6
12
  ## Install
7
13
 
8
14
  ```bash
package/package.json CHANGED
@@ -1,7 +1,29 @@
1
1
  {
2
2
  "name": "error-trace-debugger",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "CLI agent that analyzes logs, investigates a repo, suggests fixes, and outputs a patch.",
5
+ "keywords": [
6
+ "cli",
7
+ "logs",
8
+ "stack-trace",
9
+ "error-analysis",
10
+ "debugging",
11
+ "nodejs",
12
+ "javascript",
13
+ "jest",
14
+ "typescript",
15
+ "patch",
16
+ "diff",
17
+ "git",
18
+ "testing",
19
+ "langchain",
20
+ "langgraph",
21
+ "openai",
22
+ "llm",
23
+ "developer-tools",
24
+ "static-analysis",
25
+ "code-search"
26
+ ],
5
27
  "type": "module",
6
28
  "bin": {
7
29
  "error-trace-debugger": "bin/error-trace-debugger"