kastell 1.3.0 → 1.3.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  # Kastell
2
2
 
3
- > Autonomous security and maintenance layer for self-hosted infrastructure.
3
+ > CLI toolkit for provisioning, securing, and managing self-hosted servers.
4
4
 
5
5
  > English | [Turkce](README.tr.md)
6
6
 
7
- ![Tests](https://github.com/omrfc/quicklify/actions/workflows/ci.yml/badge.svg)
8
- [![Coverage](https://codecov.io/gh/omrfc/quicklify/branch/main/graph/badge.svg)](https://codecov.io/gh/omrfc/quicklify)
7
+ ![Tests](https://github.com/omrfc/kastell/actions/workflows/ci.yml/badge.svg)
8
+ [![Coverage](https://codecov.io/gh/omrfc/kastell/branch/main/graph/badge.svg)](https://codecov.io/gh/omrfc/kastell)
9
9
  ![npm](https://img.shields.io/npm/v/kastell)
10
10
  ![Downloads](https://img.shields.io/npm/dt/kastell)
11
11
  ![License](https://img.shields.io/badge/license-Apache%202.0-blue)
12
- ![GitHub stars](https://img.shields.io/github/stars/omrfc/quicklify?style=flat-square)
12
+ ![GitHub stars](https://img.shields.io/github/stars/omrfc/kastell?style=flat-square)
13
13
  [![Socket Badge](https://socket.dev/api/badge/npm/package/kastell)](https://socket.dev/npm/package/kastell)
14
14
  [![Website](https://img.shields.io/website?url=https%3A%2F%2Fkastell.dev&label=website)](https://kastell.dev)
15
15
 
@@ -182,7 +182,7 @@ kastell init --template production --provider hetzner
182
182
 
183
183
  ## Security
184
184
 
185
- Kastell is built with security as a priority -- **2,099 tests** across 78 suites, including dedicated security test suites.
185
+ Kastell is built with security as a priority -- **2,191 tests** across 84 suites, including dedicated security test suites.
186
186
 
187
187
  - API tokens are never stored on disk -- prompted at runtime or via environment variables
188
188
  - SSH keys are auto-generated if needed (Ed25519)
@@ -260,8 +260,9 @@ Available tools:
260
260
 
261
261
  ## What's Next
262
262
 
263
- - Scheduled maintenance (cron-based automatic upkeep)
264
- - Dokploy platform support (`--platform dokploy`)
263
+ - Dokploy update/maintain/logs support (v1.4)
264
+ - TUI improvements and technical debt cleanup (v1.4)
265
+ - Scheduled maintenance and autonomous security patrol (v2.0)
265
266
 
266
267
  ## Philosophy
267
268
 
@@ -275,7 +276,7 @@ Apache 2.0 -- see [LICENSE](LICENSE)
275
276
 
276
277
  ## Support
277
278
 
278
- - [GitHub Issues](https://github.com/omrfc/quicklify/issues) -- Bug reports and feature requests
279
+ - [GitHub Issues](https://github.com/omrfc/kastell/issues) -- Bug reports and feature requests
279
280
  - [Changelog](CHANGELOG.md) -- Version history
280
281
 
281
282
  ---
package/README.tr.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # Kastell
2
2
 
3
- > Self-hosted altyapiniz icin otonom guvenlik ve bakim katmani.
3
+ > Self-hosted sunucularinizi kurmak, guvenligini saglamak ve yonetmek icin CLI araci.
4
4
 
5
5
  > [English](README.md) | Turkce
6
6
 
7
- ![Tests](https://github.com/omrfc/quicklify/actions/workflows/ci.yml/badge.svg)
8
- [![Coverage](https://codecov.io/gh/omrfc/quicklify/branch/main/graph/badge.svg)](https://codecov.io/gh/omrfc/quicklify)
7
+ ![Tests](https://github.com/omrfc/kastell/actions/workflows/ci.yml/badge.svg)
8
+ [![Coverage](https://codecov.io/gh/omrfc/kastell/branch/main/graph/badge.svg)](https://codecov.io/gh/omrfc/kastell)
9
9
  ![npm](https://img.shields.io/npm/v/kastell)
10
10
  ![Downloads](https://img.shields.io/npm/dt/kastell)
11
11
  ![License](https://img.shields.io/badge/license-Apache%202.0-blue)
12
- ![GitHub stars](https://img.shields.io/github/stars/omrfc/quicklify?style=flat-square)
12
+ ![GitHub stars](https://img.shields.io/github/stars/omrfc/kastell?style=flat-square)
13
13
  [![Socket Badge](https://socket.dev/api/badge/npm/package/kastell)](https://socket.dev/npm/package/kastell)
14
14
  [![Website](https://img.shields.io/website?url=https%3A%2F%2Fkastell.dev&label=website)](https://kastell.dev)
15
15
 
@@ -275,7 +275,7 @@ Apache 2.0 -- [LICENSE](LICENSE) dosyasina bakin
275
275
 
276
276
  ## Destek
277
277
 
278
- - [GitHub Issues](https://github.com/omrfc/quicklify/issues) -- Hata bildirimleri ve ozellik istekleri
278
+ - [GitHub Issues](https://github.com/omrfc/kastell/issues) -- Hata bildirimleri ve ozellik istekleri
279
279
  - [Changelog](CHANGELOG.md) -- Surum gecmisi
280
280
 
281
281
  ---
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kastell",
3
- "version": "1.3.0",
4
- "description": "Autonomous security and maintenance layer for self-hosted infrastructure",
3
+ "version": "1.3.1",
4
+ "description": "CLI toolkit for provisioning, securing, and managing self-hosted servers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
@@ -53,17 +53,21 @@
53
53
  "license": "Apache-2.0",
54
54
  "repository": {
55
55
  "type": "git",
56
- "url": "https://github.com/omrfc/quicklify.git"
56
+ "url": "https://github.com/omrfc/kastell.git"
57
57
  },
58
58
  "bugs": {
59
- "url": "https://github.com/omrfc/quicklify/issues"
59
+ "url": "https://github.com/omrfc/kastell/issues"
60
60
  },
61
- "homepage": "https://kastell.dev",
61
+ "homepage": "https://github.com/omrfc/kastell",
62
62
  "author": {
63
63
  "name": "Ömer",
64
64
  "email": "hello@omrfc.dev",
65
65
  "url": "https://omrfc.dev"
66
66
  },
67
+ "funding": {
68
+ "type": "github",
69
+ "url": "https://github.com/sponsors/omrfc"
70
+ },
67
71
  "dependencies": {
68
72
  "@modelcontextprotocol/sdk": "^1.27.1",
69
73
  "axios": "^1.13.6",