docs: add LSP and ACMS API reference pages; fix diagnostics provider table #5971

Closed
HAL9000 wants to merge 2 commits from docs/auto-docs-cycle-10-diagnostics-ref into master

2 Commits

Author SHA1 Message Date
HAL9000 f7583db5e6 docs: add LSP and ACMS API reference pages; fix diagnostics provider table
CI / push-validation (pull_request) Successful in 22s
CI / build (pull_request) Successful in 22s
CI / helm (pull_request) Successful in 23s
CI / quality (pull_request) Successful in 34s
CI / lint (pull_request) Successful in 36s
CI / security (pull_request) Successful in 51s
CI / typecheck (pull_request) Successful in 52s
CI / e2e_tests (pull_request) Successful in 3m16s
CI / unit_tests (pull_request) Successful in 7m30s
CI / docker (pull_request) Successful in 10s
CI / integration_tests (pull_request) Successful in 9m34s
CI / coverage (pull_request) Successful in 11m4s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 57m0s
- align LSP reference with current registry/runtime interfaces

- sync ACMS vocabulary docs with exported models and registry helpers

- clarify diagnostics provider checklist and note provider removals

ISSUES CLOSED: #5840
2026-04-13 07:00:46 +00:00
HAL9000 bb76132fcc docs: add LSP and ACMS API reference pages; fix diagnostics provider table
- docs/api/lsp.md (new): Full API reference for cleveragents.lsp —
  LspRegistry, LspRuntime, LspToolAdapter, LspLifecycleManager, LspClient,
  LspServerConfig, LspCapability, LspTransport, error types, and actor
  YAML integration examples
- docs/api/acms.md (new): API reference for cleveragents.acms —
  UKO vocabulary support, Layer 2/3 technology vocabularies (Python,
  TypeScript, Rust, Java), DetailLevelMap inheritance, VocabularyRegistry
- docs/api/index.md: Add LSP and ACMS entries to the module index table
- mkdocs.yml: Add LSP Integration and ACMS Vocabularies to API Reference nav
- docs/reference/diagnostics_checks.md: Expand provider API keys table
  from 6 to all 9 supported providers (Azure, Cohere, Groq, Together
  added) matching implementation in system.py (PR #3469)
2026-04-13 07:00:46 +00:00