@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.
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +1 -3
- package/cckit.config.json +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cckit",
|
|
3
|
-
"version": "0.1.
|
|
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
|
-
[](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
|
|
41
|
+
**Homebrew:**
|
|
44
42
|
|
|
45
43
|
```bash
|
|
46
44
|
brew tap jeiemgi/cckit && brew install cckit
|
package/cckit.config.json
CHANGED