forked from HAL9000/cleveragents-core
3bf2cecb0a
Add two new API reference pages: - docs/api/lsp.md: Full API reference for cleveragents.lsp covering LspRegistry, LspRuntime, LspLifecycleManager, LspToolAdapter, LspClient, LspServerConfig, LspCapability, LspTransport, LspBinding, LanguageDiscovery, and error types. - docs/api/acms.md: Full API reference for cleveragents.acms covering UKO vocabulary base types, Layer 2 paradigm vocabularies (OO/Func/Proc), Layer 3 technology vocabularies (Python/TypeScript/Rust/Java), the detail level system, and VocabularyRegistry. Update docs/api/index.md and mkdocs.yml to include both new pages in the API Reference navigation. ISSUES CLOSED: #5840