@sansynx/erroratlas 0.1.3 → 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.
- package/README.md +3 -18
- 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
|
@@ -6,24 +6,9 @@ Developers do not clone this repo, create Supabase projects, deploy Workers, or
|
|
|
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.
|