herdctl 1.2.0 → 1.2.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 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -94,7 +94,10 @@ For complete documentation, visit [herdctl.dev](https://herdctl.dev):
|
|
|
94
94
|
## Related Packages
|
|
95
95
|
|
|
96
96
|
- [`@herdctl/core`](https://www.npmjs.com/package/@herdctl/core) - Core library for programmatic fleet management
|
|
97
|
-
- [`@herdctl/
|
|
97
|
+
- [`@herdctl/web`](https://www.npmjs.com/package/@herdctl/web) - Web dashboard
|
|
98
|
+
- [`@herdctl/discord`](https://www.npmjs.com/package/@herdctl/discord) - Discord connector
|
|
99
|
+
- [`@herdctl/slack`](https://www.npmjs.com/package/@herdctl/slack) - Slack connector
|
|
100
|
+
- [`@herdctl/chat`](https://www.npmjs.com/package/@herdctl/chat) - Shared chat infrastructure
|
|
98
101
|
|
|
99
102
|
## License
|
|
100
103
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "herdctl",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Autonomous Agent Fleet Management for Claude Code",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@inquirer/prompts": "^8.2.0",
|
|
18
18
|
"commander": "^12",
|
|
19
|
-
"@herdctl/core": "5.2.
|
|
20
|
-
"@herdctl/discord": "1.0.
|
|
21
|
-
"@herdctl/
|
|
22
|
-
"@herdctl/
|
|
19
|
+
"@herdctl/core": "5.2.1",
|
|
20
|
+
"@herdctl/discord": "1.0.3",
|
|
21
|
+
"@herdctl/slack": "1.1.2",
|
|
22
|
+
"@herdctl/web": "0.1.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"typescript": "^5",
|