claudekit-cli 3.33.0 → 3.34.0-dev.2
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 +17 -17
- package/dist/index.js +63528 -31285
- package/dist/ui/agents/amp.png +0 -0
- package/dist/ui/agents/antigravity.png +0 -0
- package/dist/ui/agents/kilo.png +0 -0
- package/dist/ui/agents/opencode.svg +7 -0
- package/dist/ui/agents/openhands.png +0 -0
- package/dist/ui/agents/roo.png +0 -0
- package/dist/ui/apple-touch-icon.png +0 -0
- package/dist/ui/assets/index-BWP5nQVa.js +210 -0
- package/dist/ui/assets/index-DQAmwLbN.css +1 -0
- package/dist/ui/assets/vendor-DNUgy55u.js +32 -0
- package/dist/ui/favicon.ico +0 -0
- package/dist/ui/images/apple-touch-icon.png +0 -0
- package/dist/ui/images/favicon-16.png +0 -0
- package/dist/ui/images/favicon-32.png +0 -0
- package/dist/ui/images/logo-192.png +0 -0
- package/dist/ui/images/logo-512.png +0 -0
- package/dist/ui/images/logo-dark-32.png +0 -0
- package/dist/ui/images/logo-light-32.png +0 -0
- package/dist/ui/images/logo-transparent-128.png +0 -0
- package/dist/ui/images/logo-transparent-32.png +0 -0
- package/dist/ui/images/logo-transparent-64.png +0 -0
- package/dist/ui/index.html +79 -0
- package/dist/ui/manifest.json +26 -0
- package/package.json +13 -2
package/README.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
# ClaudeKit
|
|
1
|
+
# ClaudeKit Config UI
|
|
2
2
|
|
|
3
|
-
Command-line tool
|
|
3
|
+
Command-line tool and web dashboard for managing ClaudeKit projects.
|
|
4
4
|
|
|
5
|
-
**Version**: 1.
|
|
5
|
+
**Version**: 1.17.0
|
|
6
6
|
|
|
7
7
|
## Overview
|
|
8
8
|
|
|
9
|
-
ClaudeKit
|
|
9
|
+
ClaudeKit Config UI (`ck`) provides both CLI and web dashboard for managing ClaudeKit projects. Built with Bun, TypeScript, and React, enables fast, secure project setup and comprehensive configuration management.
|
|
10
10
|
|
|
11
11
|
**Key Features:**
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
- **
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
- Platform
|
|
22
|
-
-
|
|
12
|
+
- **CLI Commands (10)**: new, init, config, projects, skill, doctor, version, update, uninstall, easter-egg
|
|
13
|
+
- **Web Dashboard**: Interactive React UI via `ck config ui` for configuration and project management
|
|
14
|
+
- **Projects Registry**: Centralized registry at `~/.claudekit/projects.json` with file locking
|
|
15
|
+
- **Skill Installation**: Install ClaudeKit skills to other coding agents (Cursor, Codex, etc.)
|
|
16
|
+
- **Multi-tier Authentication**: gh CLI → env vars → keychain → prompt fallback
|
|
17
|
+
- **Smart Merging**: Conflict detection with user customization preservation
|
|
18
|
+
- **Skills Migration**: Auto-detects and migrates skills structure changes
|
|
19
|
+
- **Offline Installation**: From local archives or directories
|
|
20
|
+
- **Security**: Path traversal protection, symlink validation, UNC path protection
|
|
21
|
+
- **Cross-Platform**: macOS, Linux, Windows with platform-specific optimizations
|
|
22
|
+
- **Update Notifications**: Intelligent 7-day cache for version checks
|
|
23
23
|
|
|
24
24
|
## Documentation
|
|
25
25
|
|
|
@@ -427,8 +427,8 @@ ck init --verbose
|
|
|
427
427
|
|
|
428
428
|
ClaudeKit offers premium starter kits available for purchase at [ClaudeKit.cc](https://claudekit.cc):
|
|
429
429
|
|
|
430
|
-
- **engineer**: ClaudeKit Engineer - Engineering toolkit for building with Claude
|
|
431
|
-
- **marketing**: ClaudeKit Marketing -
|
|
430
|
+
- **engineer**: ClaudeKit Engineer - Engineering toolkit for building with Claude (v1.0.0+)
|
|
431
|
+
- **marketing**: ClaudeKit Marketing - Content automation toolkit (v1.0.0 available)
|
|
432
432
|
|
|
433
433
|
Each kit provides a comprehensive project template with best practices, tooling, and workflows optimized for Claude Code development.
|
|
434
434
|
|