suckytraces 0.1.0 → 0.1.1
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 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# suckytraces
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Minimal local report for coding-agent trace coverage.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
npx suckytraces
|
|
7
7
|
npx suckytraces --days 7
|
|
8
|
+
npx suckytraces --share
|
|
8
9
|
npx suckytraces --json
|
|
9
10
|
```
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
Shows how many session logs include trace/run/span evidence, a loud hero, and a copy-pasteable share card.
|
|
13
|
+
The scanner runs locally and prints aggregate metrics only.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "suckytraces",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Sniffs out missing trace coverage in local coding-agent logs.",
|
|
6
6
|
"keywords": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"suckytraces": "bin/suckytraces.js"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"agentwaste-core": "0.1.
|
|
22
|
+
"agentwaste-core": "0.1.1"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"bin",
|