CKB v8.0.2
Added
Grok Support in ckb setup
Grok is now a supported AI coding tool in the setup wizard:
ckb setup --tool=grok # project-level (.grok/settings.json)
ckb setup --tool=grok --global # global (~/.grok/user-settings.json)Uses grok mcp add CLI when available, falls back to file-based configuration.
MCP Registry Support
Added mcpName field to npm package.json for publishing to the official MCP Registry (io.github.simplyliz/ckb).
Compound Tool NFR Scenarios
NFR test suite expanded from 28 to 39 scenarios, adding coverage for v8.0 compound tools:
explore(small, large)understand(small, large)prepareChange(small, large)batchGet(small, large)batchSearch(small, medium, large)
Changed
Dynamic NFR Baselines
NFR tests now compare PR results against the base branch (dynamic baseline) instead of static hardcoded values. Two parallel CI jobs run the tests on both HEAD and base, then a comparison job reports regressions.
NFR Tests Scope
NFR tests now only run on PRs targeting main, reducing CI noise on feature branches.