Skip to content

History / Configuration

Revisions

  • docs: update default SCIP index path to index.scip - Change default indexPath from .scip/index.scip to index.scip (Sourcegraph standard) - Add documentation for new `ckb config set` and `ckb config get` commands - Update example outputs to reflect new default Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Jan 27, 2026
  • docs: add Homebrew installation instructions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Jan 23, 2026
  • docs: update default output format from json to human CLI commands now default to human-readable output instead of JSON. Updated documentation to reflect the new defaults for: - search, refs, impact, arch commands - scan-secrets command - affected-tests command Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Jan 22, 2026
  • docs: document backend query behavior and resilience modes Add important notes about how the orchestrator handles backend queries: - In prefer-first mode, only primary backend is queried (no fallback) - In union mode, all backends queried in parallel (natural resilience) - Recommend union mode for maximum resilience Updates: - Architecture.md: Add note under Merger section - Configuration.md: Add warning about merge mode resilience 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 26, 2025
  • docs: clarify TOML auth config is via --index-config Make it explicit that TOML-based auth configuration is specific to the index server's --index-config file, not a general feature. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 25, 2025
  • docs: update notification check documentation for GitHub Releases API - Works for all install methods (npm, go install, binary) - Deferred notification pattern - Smart upgrade message based on install method 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 25, 2025
  • docs: add daemon/webhook config and update telemetry fields Configuration.md: - Add daemon section with auth, watch, and schedule options - Add webhooks array configuration with events and formats - Add telemetry section with aggregation and privacy settings Telemetry.md: - Update config field names to camelCase for consistency - Adjust aggregation settings (bucketSize, retentionDays) - Update deadCode and privacy field names Also removes completed backlog items. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 25, 2025
  • docs: deduplicate config docs by linking to feature-specific pages Reduce Configuration.md by ~150 lines by replacing duplicated content with cross-references: - Telemetry section now links to [[Telemetry]] for full docs - Index Server section links to [[Authentication]] for token/auth config 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 25, 2025
  • docs: Add npm update check documentation Document CKB_NO_UPDATE_CHECK environment variable and update check behavior. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 23, 2025
  • docs: Add load shedding configuration to wiki Document v7.3 load shedding middleware configuration including: - maxConcurrentRequests, queueSize, queueTimeout settings - Priority endpoints that bypass load shedding - Adaptive mode with latency targets - 503 response behavior 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 23, 2025
  • fix: Change v7.5 references to v7.3 for multi-repo management Multi-repo management is a v7.3 feature, not v7.5. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 22, 2025
  • docs: Add v7.5 Multi-Repo Management documentation - Home.md: Add v7.5 section with multi-repo tools, update tool count to 74 - User-Guide.md: Add `ckb repo` CLI commands section with all subcommands - MCP-Integration.md: Add v7.5 tools (listRepos, switchRepo, getActiveRepo) with detailed documentation - Configuration.md: Document global ~/.ckb/repos.json registry format 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 22, 2025
  • docs: Update wiki for Phase 3 enhanced uploads - Add Phase 3 config options to Configuration.md - Add delta upload endpoint to Federation.md API table 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 22, 2025
  • docs: Add v7.3 doc-symbol linking to User Guide, CI, and Config - User-Guide.md: Add `ckb docs` commands section, update MCP count to 64 - CI-CD-Integration.md: Add Documentation Coverage CI section with coverage enforcement, staleness detection, and complete workflow - Configuration.md: Add `docs` config section (paths, include, exclude) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 22, 2025
  • docs: Update tier documentation for v7.2 - Add Analysis Tiers section to User Guide with tier table and control methods - Rename Basic → Fast, Enhanced → Standard throughout Language Support - Add tier config option documentation to Configuration - Update tier references in Home and Quick Start 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 21, 2025
  • 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>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • 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>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • Fix Configuration.md to match actual implementation Major rewrite to accurately document config.go: - Schema version is 5 (not 6) - queryPolicy: backendPreferenceOrder, alwaysUse, maxInFlightPerBackend, coalesceWindowMs, mergeMode, supplementThreshold, timeoutMs - lspSupervisor: maxTotalProcesses, queueSizePerLanguage, maxQueueWaitMs - modules: detection, roots, ignore - importScan: added maxFileSizeBytes, scanTimeoutMs, skipBinary, customPatterns - cache: queryTtlSeconds, viewTtlSeconds, negativeTtlSeconds - privacy: mode (not redactPaths/excludePatterns) Added new sections: - CLI Command Flags table for search, refs, impact, arch, serve, diag - v6.0 Configuration Roadmap noting ownership/decisions/staleness are implemented but use hardcoded defaults Added note at top about v6 features using defaults until configurable settings are added. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • Update documentation for v6.0 completion - Mark all v6.0 MCP tools as complete (✓) - Add v6.0 hotspot and ownership benchmarks to Performance.md - Add MODULES.toml format documentation - Update configuration examples to version 6 - Add v6.0 Architectural Memory configuration example 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • Update wiki documentation for v6.0 Architectural Memory Home.md: - Add v6.0 banner and Architectural Memory feature - Update tool count to 25 MCP-Integration.md: - Add 6 new tools: getOwnership, getModuleResponsibilities, recordDecision, getDecisions, annotateModule, refreshArchitecture - Add v6.0 tool documentation section - Add v6.0 workflows (ownership, decisions, risk assessment) - Update budget classifications Architecture.md: - Add Architectural Memory layer to diagram - Add new database tables for v6.0 - Document Ownership Algorithm with time decay - Document Staleness Model - Add Persistence Model diagram Configuration.md: - Update schema version to 6 - Add ownership config section - Add decisions config section - Add staleness config section User-Guide.md: - Add Architectural Memory concept section - Add ckb refresh command - Add ckb ownership command - Add ckb decisions command 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    @SimplyLiz SimplyLiz committed Dec 18, 2025
  • Add documentation pages

    @SimplyLiz SimplyLiz committed Dec 16, 2025