We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: update getArchitecture documentation with granularity options - Add granularity parameter (module/directory/file) - Document inferModules and targetPath parameters - Add hard caps for each granularity level - Update API-Reference with query parameters table and examples Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: add Related Pages sections to 10 wiki pages Adds cross-linking footer sections to improve navigation: - Configuration, Authentication, MCP-Integration - CI-CD-Integration, Architecture, Hybrid-Retrieval - Language-Support, API-Reference, Practical-Limits - Contributing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Update wiki for v7.3 incremental-v4 features - Incremental-Indexing.md: Add delta artifacts section (v4) - API-Reference.md: Add new endpoints - GET /health/detailed - GET/POST /delta/* (ingest, validate) - GET /metrics (Prometheus) - GET /meta/languages, /meta/python-env, /meta/typescript-monorepo - Language-Support.md: Add language quality tiers (Tier 1-4) - Daemon-Mode.md: Add compaction scheduler - Home.md: Update v7.3 features summary 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Consolidate authentication and index server documentation - Create dedicated Authentication.md page (extracted from Federation.md) - Fix version references: v7.4 → v7.3 across all files - Consolidate incremental indexing: remove duplication from CI-CD-Integration.md - Consolidate index server config: remove duplication from Federation.md - Update cross-references to link to canonical sources - Add Authentication to Home.md table of contents Files now link to canonical sources instead of duplicating content: - Authentication → Authentication.md - Incremental indexing → Incremental-Indexing.md - Index server config → Configuration.md - Index server API → API-Reference.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add Authentication & API Keys documentation (v7.4 Phase 4) Update wiki for Phase 4 authentication features: Federation.md: - New section: Authentication & API Keys (v7.4 Phase 4) - Scopes, token management CLI, configuration - Per-repo restrictions, rate limiting - Error responses and backward compatibility - Updated Future section API-Reference.md: - New Authentication section under Remote Index Serving - Auth header examples, scopes table, error codes - Links to Federation docs for full config User-Guide.md: - New `ckb token` command reference - Flags, scopes, usage examples - Updated TOC CI-CD-Integration.md: - New section: Upload to Central Index Server (v7.4) - GitHub Actions workflow with authentication - Compression examples, token setup 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v7.1/v7.2 API enhancements - GET /status: Add index freshness and tier info (v7.2) - GET /doctor: Add tier query parameter (v7.2) - POST /index: Add smart indexing endpoint (v7.1/v7.2) - GET /index/status: Add index status endpoint (v7.2) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v7.3 doc-symbol linking HTTP endpoints to API Reference - Add POST /docs/index endpoint - Add GET /docs/symbol/:name endpoint - Add GET /docs/file/:path endpoint - Add GET /docs/stale endpoint - Add GET /docs/coverage endpoint - Add GET /docs/module/:moduleId endpoint - Remove version number from page title 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Update wiki for v7.0 npm release - Update API-Reference header to v7.0 - Add v6.5 and v7.0 to Architecture version list - Update CI-CD-Integration with npm as recommended - Add v7.0 Zero-Friction UX section to Home - Update User-Guide with npm installation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add v6.2.2, v6.3, and v6.4 feature documentation ## v6.2.2 - Tree-sitter Complexity - Added getFileComplexity MCP tool documentation - Added /complexity API endpoint ## v6.3 - Contract-Aware Impact Analysis - Added 6 contract MCP tools (listContracts, analyzeContractImpact, etc.) - Added 7 contract API endpoints - Added contract CLI commands - Added contract analysis section to Federation.md ## v6.4 - Runtime Telemetry - Added 3 telemetry MCP tools (getTelemetryStatus, getObservedUsage, findDeadCodeCandidates) - Added 6 telemetry API endpoints - Added telemetry CLI commands (ckb telemetry, ckb dead-code) - Added full telemetry configuration section - Added telemetry architecture diagrams ## Other Updates - Updated tool count from 50 to 54 across all docs - Added v6.1-v6.4 sections to Architecture.md - Added 4 new recipe sections to Prompt-Cookbook.md - Added 4 new workflow sequences 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add v6.2 Federation docs, MODULES.toml format, and ADR workflow New: - Federation.md: Complete documentation for cross-repo queries (v6.2) - CLI commands, HTTP API endpoints, MCP tools - Core concepts: repo identity, index, staleness propagation - Use cases and best practices Updated: - Configuration.md: Add comprehensive MODULES.toml and ADR sections - Correct TOML syntax with [[module]] array format - Full ADR workflow: create, query, statuses, best practices - API-Reference.md: Add Federation endpoints (v6.2) - MCP-Integration.md: Add 8 Federation tools, update to 38 total - Home.md: Add Federation feature, update TOC - User-Guide.md: Add federation CLI commands 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Extract CI/CD Integration to dedicated wiki page - Create CI-CD-Integration.md with GitHub Actions workflows, PR analysis, and automated architecture refresh documentation - Update User-Guide.md to link to new page instead of inline content - Add CI/CD Integration link to Home.md Table of Contents - Update User Guide description (remove CI/CD mention) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update wiki pages with architectural memory features User-Guide.md: - Remove version labels from Architectural Memory section - Remove (v6.0) labels from refresh, ownership, decisions commands API-Reference.md: - Add Ownership & Architecture section with new endpoints - Add GET /ownership for file/module ownership queries - Add GET /responsibilities/:moduleId for module responsibilities - Add GET /hotspots with trend data - Add GET/POST /decisions for ADR management - Add POST /refresh for architectural model refresh Quick-Start.md: - Add ownership query examples - Add decisions command examples - Add refresh command examples 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add documentation pages