// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0
//! [`LspAccess`] — command handler access to LSP context-injection status.
use Future;
use Pin;
use crateCommandError;
/// Access to the `/lsp` command (LSP context-injection status).
///
/// Implemented by `zeph-core::Agent<C>`. Part of the [`crate::AgentAccess`] supertrait.