@jeiemgi/cckit 0.1.6 โ†’ 0.1.7

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": "cckit",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "installationPreference": "beta",
5
5
  "description": "cckit โ€” a project operating system for coding agents. The full GitHub work lifecycle (start/pr/close/sync, efforts, worktrees, orchestrate, gc) as agents + skills + rules, drivable by Claude Code and any other agent. Driven from cckit.config.json; no org or repo hardcoded.",
6
6
  "author": {
package/README.md CHANGED
@@ -13,8 +13,6 @@
13
13
 
14
14
  **[๐Ÿ“– Documentation](https://cckit.vercel.app)** ยท [Quick start](#quick-start) ยท [Contributing](CONTRIBUTING.md) ยท [Code of Conduct](CODE_OF_CONDUCT.md)
15
15
 
16
- [![Deploy the docs with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/jeiemgi/cckit&project-name=cckit-docs&root-directory=docs-site)
17
-
18
16
  cckit turns a Git repository into a structured, agent-operable workspace. It ships the entire
19
17
  GitHub lifecycle โ€” issues, branches, isolated worktrees, PRs, the merge flow, garbage collection,
20
18
  and a multi-agent orchestrator โ€” as a single bash CLI plus a Claude Code plugin (skills, rules,
@@ -40,7 +38,7 @@ a shell can drive every operation.
40
38
  curl -fsSL https://raw.githubusercontent.com/jeiemgi/cckit/main/scripts/web-install.sh | bash
41
39
  ```
42
40
 
43
- **Homebrew** (once the tap is published):
41
+ **Homebrew:**
44
42
 
45
43
  ```bash
46
44
  brew tap jeiemgi/cckit && brew install cckit
package/cckit.config.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "./kit.config.schema.json",
3
- "kitVersion": "0.1.6",
3
+ "kitVersion": "0.1.7",
4
4
  "project": {
5
5
  "name": "cckit",
6
6
  "slug": "cckit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeiemgi/cckit",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "description": "cckit โ€” a project operating system for coding agents (CLI + Claude Code plugin).",