@shidesheng0218/agentguard 0.8.0 → 0.8.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 +1 -1
- package/package.json +2 -4
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**A runtime behavior guard for coding agents — [Kimi Code CLI](https://github.com/MoonshotAI/kimi-code) and [Claude Code](https://code.claude.com) — stop runaway agent loops before they burn your quota.**
|
|
6
6
|
|
|
7
|
-
`npm i -g @shidesheng0218/agentguard && agentguard install` → done. (Existing users: `
|
|
7
|
+
`npm i -g @shidesheng0218/agentguard && agentguard install` → done. (Existing users: your installed `kimi-guard` keeps working — its `kguard` bin and hook entries stay live.)
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/@shidesheng0218/agentguard)
|
|
10
10
|
[](/LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shidesheng0218/agentguard",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -10,9 +10,7 @@
|
|
|
10
10
|
"author": "Mike Shi <670258236@qq.com>",
|
|
11
11
|
"homepage": "https://github.com/shidesheng0218/kimi-guard#readme",
|
|
12
12
|
"bin": {
|
|
13
|
-
"agentguard": "dist/cli.js"
|
|
14
|
-
"kguard": "dist/cli.js",
|
|
15
|
-
"kimi-guard": "dist/cli.js"
|
|
13
|
+
"agentguard": "dist/cli.js"
|
|
16
14
|
},
|
|
17
15
|
"files": [
|
|
18
16
|
"dist",
|