Skip to content

CKB v7.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Dec 18:03

Changelog

Features

  • 2da1ebc feat(api): Add HTTP telemetry endpoints for v6.4
  • ef81df1 feat(cli): Add CLI commands for all MCP tools
  • 69fb445 feat(cli): Add missing CLI commands documented in README
  • c5a2172 feat(query): Wire annotations into core query tools (v6.5)
  • 4d3e4f1 feat: Add v6.2 Federation, v6.2.1 Daemon Mode, v6.2.2 Tree-sitter Complexity
  • 21bf098 feat: Add v6.3 Contract-Aware Impact Analysis
  • 2c11b55 feat: CKB v7.0 - Zero-Friction UX

Bug Fixes

  • 0fec67c fix: Address multiple bugs from code review
  • c871170 fix: Address v6.3 contract analysis issues
  • b26559a fix: Address v6.3 contract analysis review findings
  • c65b0e5 fix: correct GitHub repo name in goreleaser config
  • 7b3632d fix: cross-platform daemon process detachment
  • 30c4e93 fix: include npm bin wrapper in git
  • 8544add fix: make tree-sitter optional via CGO build tags
  • 97e438c fix: merge release jobs so npm publisher has access to dist
  • 445cbde fix: use manual npm publishing instead of broken action

Documentation

  • dd03163 docs: Add v6.0 specification document
  • 03b7e17 docs: Improve README with marketing narrative
  • eb06f84 docs: Update README with v6.3 contract analysis features
  • f3cfb6d docs: Update README with v6.4 telemetry features
  • 7524c23 docs: Update README with v6.5 Developer Intelligence features

Others

  • f96936e Add GitHub Actions CI pipeline
  • 077f9d1 Add Phase 4: Architectural Decision Records (ADRs)
  • c5d6b08 Add beginner-friendly Quick Start Guide
  • 595ddf0 Add ckb binary to .gitignore
  • a221a8f Add comprehensive MCP documentation
  • eeb605a Add comprehensive test coverage for critical packages
  • 07d0cf5 Add comprehensive tests for Phase 2-4 navigation tools
  • fee62d0 Add improvements: version pkg, query cache, symbol counts, v5.2 tests
  • 6320c20 Add performance benchmarks and documentation for v5.2 navigation tools
  • f49c73f Add project documentation
  • 6e445f8 Add v5.2 specification and improve README
  • 3404a15 Add v6.0 Architectural Memory Phase 1 foundation
  • a00ed37 Add v6.0 Architectural Memory implementation plan
  • ef7ef45 Add v6.0 Phase 2: Ownership tracking system
  • c24e1b2 Add v6.0 Phase 3: Intelligence - hotspots and responsibilities
  • bc011d3 Add v6.0 Phase 5: Integration tests and benchmarks
  • 5e6803d Add v6.1: Background jobs, CI/CD tools, and HTTP API expansion
  • 6edee89 Address PR review feedback
  • bbdfe98 Address v5.2 Phase 1 review feedback
  • 3cb9960 Bump version to 6.0.0
  • 84aa258 Bump version to 6.3.0 and document contract analysis
  • b22b50f Complete v6.2.2 Tree-sitter complexity integration
  • d2da48f Fix GetDecision absolute path handling and UpsertAnnotations validation
  • 63ed9d6 Fix additional golangci-lint errors
  • f099b80 Fix all golangci-lint errors
  • c3ce058 Fix analyzeImpact SYMBOL_NOT_FOUND error for SCIP symbol IDs
  • 995d2d2 Fix annotateModule and ADR storage issues
  • d6206fe Fix annotateModule and ADR storage issues (complete fix)
  • 898d98e Fix golangci-lint errors
  • d106fe7 Fix lint errors for CI pipeline
  • 6e9b4eb Fix remaining golangci-lint errors
  • fc817f4 Implement AI navigation tools (explainSymbol, justifySymbol, getCallGraph, getModuleOverview)
  • ff522f9 Implement CKB v5.2 Phase 1 MVP tools
  • e5cb20c Implement call graph, module detection, and architecture improvements
  • e9cd36b Implement complete CKB system with CLI, API, and MCP server
  • 8291e72 Implement summarizeDiff tool (v5.2 Phase 2)
  • a9e03ef Implement traceUsage tool for v5.2 Phase 1 MVP
  • 5d260d9 Implement v5.2 Phase 3: getHotspots and getArchitecture enhancements
  • 966d9bd Implement v5.2 Phase 4: explainPath, listKeyConcepts, recentlyRelevant
  • 47e4670 Implement v6.4 Runtime Telemetry integration
  • f39b05c Implement v6.5 Developer Intelligence features
  • a6af7cf Initial commit: Phase 1.1 CKB Project Setup
  • 52317c8 Update API reference with detailed documentation
  • 2fa6dca Update MCP documentation to v5.2 specification
  • bfe9f67 Update README with all features and documentation links
  • a7830ae Update documentation to match actual codebase
  • cd02ec7 updated readme