@tastehub/ckb-linux-arm64 8.0.0 → 8.0.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/bin/LICENSE CHANGED
@@ -1,40 +1,40 @@
1
1
  CKB License
2
2
 
3
- Copyright (c) 2025 SimplyLiz
3
+ Copyright (c) 2025 TasteHub / SimplyLiz
4
4
 
5
- PERSONAL USE LICENSE
5
+ FREE USE
6
6
 
7
- This software is free to use for personal, non-commercial purposes.
7
+ This software is free to use for:
8
8
 
9
- ENTERPRISE/COMMERCIAL USE
9
+ 1. Personal, non-commercial use
10
+ 2. Open source projects
11
+ 3. Startups and small businesses with less than $25,000 USD in annual revenue
10
12
 
11
- Commercial use, including but not limited to use by corporations, businesses,
12
- government entities, or any organization generating revenue, requires a
13
- separate commercial license.
13
+ COMMERCIAL USE
14
14
 
15
- To acquire a commercial license: Licensing information coming soon.
15
+ Commercial use by organizations with $25,000 USD or more in annual revenue
16
+ requires a paid license. See https://codeknowledge.dev/pricing for plans.
16
17
 
17
18
  TERMS
18
19
 
19
- 1. PERSONAL USE: Individuals may use, copy, and modify this software for
20
- personal, non-commercial projects at no cost.
20
+ 1. FREE USE: Individuals, open source projects, and qualifying small businesses
21
+ may use, copy, and modify this software at no cost under the conditions above.
21
22
 
22
- 2. COMMERCIAL USE PROHIBITED WITHOUT LICENSE: Any use of this software by
23
- or for commercial entities, including internal business tools, products,
24
- or services, requires a paid commercial license.
23
+ 2. COMMERCIAL LICENSE REQUIRED: Organizations with $25,000 USD or more in annual
24
+ revenue must purchase a commercial license for any use, including:
25
+ - Internal business tools
26
+ - Products or services
27
+ - Use by employees or contractors
25
28
 
26
- 3. REDISTRIBUTION: Redistribution of this software, with or without
27
- modification, must retain this license notice and is limited to
28
- non-commercial purposes unless a commercial license is obtained.
29
+ 3. REDISTRIBUTION: Redistribution of this software, with or without modification,
30
+ must retain this license notice. Commercial redistribution requires a license.
29
31
 
30
- 4. NO WARRANTY: This software is provided "as is", without warranty of any
31
- kind, express or implied. The authors are not liable for any damages
32
- arising from its use.
32
+ 4. NO WARRANTY: This software is provided "as is", without warranty of any kind,
33
+ express or implied. The authors are not liable for any damages arising from
34
+ its use.
33
35
 
34
- 5. DEFINITION OF COMMERCIAL USE: Commercial use includes, but is not limited to:
35
- - Use by any for-profit organization
36
- - Use by employees or contractors on behalf of a commercial entity
37
- - Integration into commercial products or services
38
- - Use to generate revenue directly or indirectly
36
+ 5. REVENUE CALCULATION: Annual revenue means gross revenue for the most recent
37
+ fiscal year, including all subsidiaries and affiliated entities.
39
38
 
40
- For licensing inquiries: https://github.com/SimplyLiz/CodeMCP/issues
39
+ For licensing: https://codeknowledge.dev/pricing
40
+ For questions: hello@codeknowledge.dev
package/bin/README.md CHANGED
@@ -3,7 +3,8 @@
3
3
  **Know your code. Change it safely. Ship with confidence.**
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@tastehub/ckb.svg)](https://www.npmjs.com/package/@tastehub/ckb)
6
- [![Documentation](https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/SimplyLiz/CodeMCP/wiki)
6
+ [![Website](https://img.shields.io/badge/website-codeknowledge.dev-teal.svg)](https://codeknowledge.dev)
7
+ [![Documentation](https://img.shields.io/badge/docs-codeknowledge.dev-blue.svg)](https://codeknowledge.dev/docs)
7
8
 
8
9
  CKB transforms your codebase into a queryable knowledge base. Ask questions, understand impact, find owners, detect dead code—all through CLI, API, or AI assistants.
9
10
 
@@ -49,22 +50,19 @@ CKB transforms your codebase into a queryable knowledge base. Ask questions, und
49
50
 
50
51
  ```bash
51
52
  # See what's risky in your codebase
52
- ckb hotspots
53
+ ckb hotspots --format=human
53
54
 
54
- # Check impact before changing code
55
- ckb impact diff
56
-
57
- # Find tests to run for your changes
58
- ckb affected-tests --output=command
55
+ # Check what changed and what might break
56
+ ckb diff-summary --format=human
59
57
 
60
58
  # Scan for exposed secrets
61
- ckb scan-secrets
62
-
63
- # Get reviewers for your PR
64
- ckb reviewers
59
+ ckb audit --format=human
65
60
 
66
61
  # Check architecture at a glance
67
- ckb arch
62
+ ckb arch --format=human
63
+
64
+ # Check system status
65
+ ckb status
68
66
  ```
69
67
 
70
68
  ---
@@ -73,7 +71,7 @@ ckb arch
73
71
 
74
72
  | AI Assistants | CI/CD | Your Tools |
75
73
  |---------------|-------|------------|
76
- | Claude Code, Cursor, Windsurf, VS Code | GitHub Actions, GitLab CI | CLI, HTTP API, Scripts |
74
+ | Claude Code, Cursor, Windsurf, VS Code, Grok | GitHub Actions, GitLab CI | CLI, HTTP API, Scripts |
77
75
 
78
76
  **83% token reduction** with smart presets—load only the tools you need.
79
77
 
@@ -165,7 +163,7 @@ Now Claude can answer questions like:
165
163
 
166
164
  | Interface | Best For |
167
165
  |-----------|----------|
168
- | **[MCP](https://github.com/SimplyLiz/CodeMCP/wiki/MCP-Integration)** | AI-assisted development — Claude, Cursor, Windsurf, VS Code, OpenCode |
166
+ | **[MCP](https://github.com/SimplyLiz/CodeMCP/wiki/MCP-Integration)** | AI-assisted development — Claude, Cursor, Windsurf, VS Code, OpenCode, Grok |
169
167
  | **[CLI](https://github.com/SimplyLiz/CodeMCP/wiki/User-Guide)** | Quick lookups from terminal, scripting |
170
168
  | **[HTTP API](https://github.com/SimplyLiz/CodeMCP/wiki/API-Reference)** | IDE plugins, CI integration, custom tooling |
171
169
 
@@ -259,14 +257,13 @@ See the **[Index Management Guide](https://github.com/SimplyLiz/CodeMCP/wiki/Ind
259
257
  ## CLI
260
258
 
261
259
  ```bash
262
- ckb status # System health (with remediation suggestions)
263
- ckb search Handler # Find symbols
264
- ckb impact diff # Analyze changes
265
- ckb affected-tests # Tests to run
266
- ckb hotspots # Risky areas
267
- ckb arch # Architecture overview
268
- ckb reviewers # PR reviewers
269
- ckb mcp # Start MCP server
260
+ ckb status # System health (with remediation suggestions)
261
+ ckb search Handler # Find symbols
262
+ ckb diff-summary # Analyze what changed
263
+ ckb hotspots # Risky areas
264
+ ckb arch # Architecture overview
265
+ ckb ownership # File/path ownership
266
+ ckb mcp # Start MCP server
270
267
  ```
271
268
 
272
269
  **v8.0 Compound Operations (via MCP):**
@@ -423,6 +420,33 @@ Add to `opencode.json` in project root:
423
420
 
424
421
  </details>
425
422
 
423
+ <details>
424
+ <summary><strong>Grok</strong></summary>
425
+
426
+ ```bash
427
+ # Auto-configure for current project
428
+ npx @tastehub/ckb setup --tool=grok
429
+
430
+ # Or add globally
431
+ npx @tastehub/ckb setup --tool=grok --global
432
+ ```
433
+
434
+ Or manually add to `.grok/settings.json` (project) or `~/.grok/user-settings.json` (global):
435
+ ```json
436
+ {
437
+ "mcpServers": {
438
+ "ckb": {
439
+ "name": "ckb",
440
+ "transport": "stdio",
441
+ "command": "npx",
442
+ "args": ["@tastehub/ckb", "mcp"]
443
+ }
444
+ }
445
+ }
446
+ ```
447
+
448
+ </details>
449
+
426
450
  <details>
427
451
  <summary><strong>Claude Desktop</strong></summary>
428
452
 
@@ -588,4 +612,9 @@ See the **[Full Documentation Wiki](https://github.com/SimplyLiz/CodeMCP/wiki)**
588
612
 
589
613
  ## License
590
614
 
591
- Free for personal use. Commercial/enterprise use requires a license. See [LICENSE](LICENSE) for details.
615
+ **Free for:**
616
+ - Personal use
617
+ - Open source projects
618
+ - Startups & small businesses under $25k annual revenue
619
+
620
+ **Commercial license required** for organizations with $25k+ annual revenue. See [pricing](https://codeknowledge.dev/pricing) for Team and Enterprise plans, or [LICENSE](LICENSE) for full terms.
package/bin/ckb CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tastehub/ckb-linux-arm64",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
4
4
  "description": "CKB binary for linux-arm64",
5
5
  "os": ["linux"],
6
6
  "cpu": ["arm64"],