Documentation Index

June 16, 2026 · View on GitHub

All Telescope documentation lives in this repository as Markdown. Use this index to find the right doc for your role.

New maintainers: start with MAINTAINER-GUIDE.md.

Users

Documentation for people using Telescope in their projects (extension, CLI, or GitHub Action).

DocumentPurposeWhen to read
../README.mdProduct overview, quick start, CLI, architecture summaryFirst visit
CONFIGURATION-V2.mdCanonical .telescope/config.yaml (configVersion 2)Setting up a project
CONFIGURATION.mdLegacy .telescope.yaml compatibilityMigrating or debugging old config
RULES.mdBuilt-in rule catalog (84 rules, rulesets)Understanding diagnostics
LSP-FEATURES.mdComplete LSP feature referenceEditor behavior questions
CUSTOM-RULES.mdYAML, Spectral, and Bun custom rulesAdding project-specific rules
GENERATION.mdCartographer-backed generation loopSource-to-OpenAPI generation
SDK.mdGo embed API (Workspace)Programmatic linting
CI.mdGitHub Actions usage for consumersCI integration
examples/telescope-report.example.mdSample CI markdown reportCustomizing CI output
../server/README.mdCLI install, schema extensibility, rule testing harnessStandalone server usage
../client/README.mdExtension install, settings, troubleshootingVS Code extension usage

Contributors

Documentation for people submitting code or rules to this repository.

DocumentPurposeWhen to read
../CONTRIBUTING.mdDev setup, code style, testing, PR processBefore your first PR
testing.mdTest pyramid, CI commands, coverage policyAdding or fixing tests
testing-inventory.mdFeature ↔ test suite matrixFinding existing test coverage
coverage-targets.mdTier A/B coverage goals and ratchetsCoverage-related CI failures
../test-files/README.mdE2E fixture layout and ownershipAdding fixtures
CUSTOM-RULES.mdCustom rule formats (for user docs, also relevant to sidecar work)Bun sidecar changes
ARCHITECTURE.mdUnified system architectureUnderstanding server/client flow
CODEBASE-BREAKDOWN.mdFile-level map by functional domainNavigating unfamiliar code

Maintainers

Documentation for people responsible for ongoing repository ownership.

DocumentPurposeWhen to read
MAINTAINER-GUIDE.mdPrimary handover hub — setup, subsystem map, common tasksDay 1 and ongoing
TOOLCHAIN.mdSix-repo coordination, dependency bumpsNavigator/Barrelman updates
ARCHITECTURE.mdUnified system architectureStructural changes
REPO-BOUNDARIES.mdWhat Telescope owns vs must not ownScope decisions
TECH-DEBT.mdTracked backlog from LSP review and V2 migrationPlanning work
LSP-BUG-REVIEW.mdDetailed LSP handler bug analysisDebugging LSP issues
PUBLISHING.mdRelease workflows, secrets, manual VSIXCutting releases
CI.mdThis repo's CI workflowsCI failures or workflow changes
LSP-TRACE-RUNBOOK.mdExtension-host debug/trace captureReproducing LSP bugs
LSP-TRACE-TIMELINE.mdMerge trace logs into JSONLPost-capture analysis
../scripts/README.mdCI and dev script referenceScript usage
../.github/leak-guard/README.mdSecret leak scannerLeak-guard failures
../CHANGELOG.mdRelease historyNoting user-visible changes
../SECURITY.mdVulnerability reportingSecurity issues
../AGENTS.mdCanonical agent/CI contextAI-assisted development

Reference material

DocumentPurpose
../specifications/Vendored OpenAPI specification markdown (2.0 – 3.2)
ARCHITECTURE.mdUnified system architecture
../ARCHITECTURE.mdPointer to docs architecture docs

See MAINTAINER-GUIDE.md § Architecture reading order.