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 CHANGED
@@ -1,25 +1,25 @@
1
- # ClaudeKit CLI
1
+ # ClaudeKit Config UI
2
2
 
3
- Command-line tool for bootstrapping and updating ClaudeKit projects.
3
+ Command-line tool and web dashboard for managing ClaudeKit projects.
4
4
 
5
- **Version**: 1.16.0
5
+ **Version**: 1.17.0
6
6
 
7
7
  ## Overview
8
8
 
9
- ClaudeKit CLI (`ck`) is a command-line tool for bootstrapping and updating projects from private GitHub releases. Built with Bun and TypeScript, provides fast, secure project setup and maintenance.
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
- - Multi-tier GitHub authentication (gh CLI env vars keychain prompt)
13
- - Streaming downloads with progress tracking and platform optimizations
14
- - **Offline installation** from local archives or directories
15
- - Smart file merging with conflict detection
16
- - Automatic skills directory migration with parallel processing
17
- - Secure credential storage using OS keychain
18
- - Beautiful CLI interface with interactive prompts
19
- - Optional package installation (OpenCode, Gemini)
20
- - System dependency auto-installation
21
- - Platform-specific optimizations (macOS native unzip, adaptive concurrency)
22
- - Intelligent update notifications with 7-day cache
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 - [Coming Soon]
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