kastell 2.2.2 → 2.2.4

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kastell",
3
- "version": "2.2.1",
3
+ "version": "2.2.4",
4
4
  "description": "Server security auditing, hardening, and fleet management. 457 security checks across 30 categories, CIS/PCI-DSS/HIPAA compliance, 24-step production hardening, and 17 MCP tools. Supports Hetzner, DigitalOcean, Vultr, Linode with Coolify, Dokploy, and bare VPS modes.",
5
5
  "author": {
6
6
  "name": "kastelldev",
@@ -27,9 +27,8 @@
27
27
  "dokploy",
28
28
  "fleet"
29
29
  ],
30
- "skills": "kastell-plugin/skills/",
31
- "agents": "kastell-plugin/agents/",
32
- "hooks": "kastell-plugin/hooks/hooks.json",
30
+ "skills": "./kastell-plugin/skills/",
31
+ "hooks": "./kastell-plugin/hooks/hooks.json",
33
32
  "mcpServers": {
34
33
  "kastell": {
35
34
  "command": "node",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kastell",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "description": "CLI toolkit for provisioning, securing, and managing self-hosted servers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",