@safedep/gryph 0.2.0 → 0.2.2
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 +0 -2
- package/package.json +4 -7
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# Gryph
|
|
2
2
|
|
|
3
|
-
AI coding agents read files, write code, and execute commands on your behalf. But what exactly did they do?
|
|
4
|
-
|
|
5
3
|
**Gryph** is a local-first audit trail for AI coding agents. It hooks into your agents, logs every action to a local SQLite database, and gives you powerful querying capabilities to understand, review, and debug agent activity.
|
|
6
4
|
|
|
7
5
|
## Why Gryph?
|
package/package.json
CHANGED
|
@@ -11,13 +11,10 @@
|
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
13
|
"security",
|
|
14
|
-
"package-manager",
|
|
15
|
-
"malicious-packages",
|
|
16
|
-
"npm",
|
|
17
14
|
"cli",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
15
|
+
"safedep",
|
|
16
|
+
"ai",
|
|
17
|
+
"ai-agents"
|
|
21
18
|
],
|
|
22
19
|
"author": "SafeDep <devops@safedep.io>",
|
|
23
20
|
"license": "Apache-2.0",
|
|
@@ -54,5 +51,5 @@
|
|
|
54
51
|
"access": "public"
|
|
55
52
|
},
|
|
56
53
|
"dependencies": {},
|
|
57
|
-
"version": "0.2.
|
|
54
|
+
"version": "0.2.2"
|
|
58
55
|
}
|