@sansynx/erroratlas 0.1.4 → 0.1.6
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.
- package/README.md +1 -1
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
ErrorAtlas is hosted debugging memory for coding agents.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Install the ErrorAtlas MCP client, generate one hosted MCP key, run Supermemory locally, and let your coding agent search or publish verified fixes without losing debugging context.
|
|
6
6
|
|
|
7
7
|
## Working flow
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sansynx/erroratlas",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Hosted ErrorAtlas MCP client and local debugging memory tools for coding agents.",
|
|
@@ -48,5 +48,13 @@
|
|
|
48
48
|
"tsx": "^4.20.3",
|
|
49
49
|
"typescript": "^5.8.3",
|
|
50
50
|
"wrangler": "^4.24.0"
|
|
51
|
-
}
|
|
51
|
+
},
|
|
52
|
+
"repository": {
|
|
53
|
+
"type": "git",
|
|
54
|
+
"url": "git+https://github.com/sansynx/erroratlas.git"
|
|
55
|
+
},
|
|
56
|
+
"bugs": {
|
|
57
|
+
"url": "https://github.com/sansynx/erroratlas/issues"
|
|
58
|
+
},
|
|
59
|
+
"homepage": "https://github.com/sansynx/erroratlas#readme"
|
|
52
60
|
}
|