agent-control-plane 0.1.4 → 0.1.5
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
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<a href="https://www.npmjs.com/package/agent-control-plane"><img alt="node version" src="https://img.shields.io/node/v/agent-control-plane?style=flat-square"></a>
|
|
7
7
|
<a href="./LICENSE"><img alt="license" src="https://img.shields.io/npm/l/agent-control-plane?style=flat-square"></a>
|
|
8
8
|
<a href="https://github.com/sponsors/ducminhnguyen0319"><img alt="GitHub Sponsors" src="https://img.shields.io/badge/sponsor-GitHub%20Sponsors-ea4aaa?style=flat-square&logo=githubsponsors&logoColor=white"></a>
|
|
9
|
+
<a href="https://socket.dev/npm/package/agent-control-plane"><img alt="Socket" src="https://img.shields.io/badge/Socket-79-f5a623?style=flat-square"></a>
|
|
9
10
|
</p>
|
|
10
|
-
|
|
11
11
|
`agent-control-plane` helps a repo keep coding agents running reliably without
|
|
12
12
|
constant human babysitting.
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-control-plane",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Help a repo keep GitHub-driven coding agents running reliably without constant human babysitting",
|
|
5
5
|
"homepage": "https://github.com/ducminhnguyen0319/agent-control-plane",
|
|
6
6
|
"bugs": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"funding": [
|
|
15
15
|
"https://github.com/sponsors/ducminhnguyen0319"
|
|
16
16
|
],
|
|
17
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"bin": {
|
|
18
|
+
"agent-control-plane": "./bin/agent-control-plane"
|
|
19
19
|
},
|
|
20
20
|
"files": [
|
|
21
21
|
"README.md",
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"bin",
|
|
25
25
|
"hooks",
|
|
26
26
|
"npm/bin",
|
|
27
|
-
"npm/public-bin",
|
|
28
27
|
"tools/bin",
|
|
29
28
|
"tools/dashboard/app.js",
|
|
30
29
|
"tools/dashboard/dashboard_snapshot.py",
|