@kenkaiiii/gg-pixel 4.3.95 → 4.3.96
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 +20 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# @kenkaiiii/gg-pixel
|
|
2
|
+
|
|
3
|
+
Universal error tracking pixel optimized for autonomous coding agents.
|
|
4
|
+
|
|
5
|
+
## Package surface
|
|
6
|
+
|
|
7
|
+
- Node entry: `@kenkaiiii/gg-pixel`
|
|
8
|
+
- Browser entry: `@kenkaiiii/gg-pixel/browser`
|
|
9
|
+
- Deno entry: `@kenkaiiii/gg-pixel/deno`
|
|
10
|
+
- Cloudflare Workers entry: `@kenkaiiii/gg-pixel/workers`
|
|
11
|
+
- CLI: `gg-pixel`
|
|
12
|
+
|
|
13
|
+
## Local verification
|
|
14
|
+
|
|
15
|
+
```sh
|
|
16
|
+
pnpm --dir packages/gg-pixel run check
|
|
17
|
+
pnpm --dir packages/gg-pixel run test
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
See `SPEC.md` for the wire format and architecture notes.
|