fix: Change v7.4 references to v7.3
All Phase 4 and Phase 5 features are part of v7.3 release.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
docs: Add Remote Federation (v7.4 Phase 5) documentation
Update wiki documentation for the new remote federation client feature:
Federation.md:
- Add "Remote Federation (v7.4 Phase 5)" section
- Document CLI commands with examples
- Add remote server configuration format
- Document caching, hybrid queries, and graceful degradation
- Remove "Local only" limitation
- Update Future section
User-Guide.md:
- Add 7 new remote federation CLI commands
- Update MCP tool count to 71
MCP-Integration.md:
- Add v7.4 Remote Federation Tools section (7 tools)
- Add tools to Overview table
- Update Cheap/Heavy tool lists
- Add v7.4 Implementation Status
- Add Remote Federation workflows
- Update total to 71 MCP tools
🤖 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: 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>
docs: Add documentation for new CLI commands
- Federation.md: Add search-modules, search-ownership, hotspots,
search-decisions CLI commands
- User-Guide.md: Add modules, justify, callgraph, entrypoints, trace,
hotspots, diff-summary, pr-summary, jobs, concepts, recent, complexity
CLI commands
🤖 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>