@sansynx/erroratlas 0.1.3 → 0.1.5
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 +4 -19
- package/dist/worker/assets.js +1 -0
- package/dist/worker/index.js +18 -1
- package/package.json +1 -1
- package/public/sequence.png +0 -0
package/README.md
CHANGED
|
@@ -2,28 +2,13 @@
|
|
|
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
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Console --> Key[Generate one MCP key]
|
|
13
|
-
|
|
14
|
-
Dev --> Agent[Codex / Cursor / Windsurf / OpenCode]
|
|
15
|
-
Agent --> MCP[Local ErrorAtlas MCP server]
|
|
16
|
-
|
|
17
|
-
MCP --> LocalMemory[Supermemory local]
|
|
18
|
-
MCP --> API[Hosted ErrorAtlas API]
|
|
19
|
-
|
|
20
|
-
LocalMemory --> PrivateContext[Private project memory stays on machine]
|
|
21
|
-
API --> Search[Search sanitized shared fixes]
|
|
22
|
-
API --> Store[Store sanitized incidents and verified playbooks]
|
|
23
|
-
|
|
24
|
-
Search --> Agent
|
|
25
|
-
PrivateContext --> Agent
|
|
26
|
-
```
|
|
9
|
+
<p align="center">
|
|
10
|
+
<img src="https://erroratlas.sansynx.workers.dev/public/sequence.png" alt="ErrorAtlas working flow" width="100%">
|
|
11
|
+
</p>
|
|
27
12
|
|
|
28
13
|
```txt
|
|
29
14
|
1. Developer signs in at the hosted dashboard.
|