mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-08 00:54:49 +08:00
chore: additional AI slop cleanup and enforcer wiring from sessions 1/5
Session 1 (ses_2ad65873): with_enforcer builders + 2 regression tests Session 5 (ses_2ad67e8e): continued AI slop cleanup pass — redundant comments, unused_self suppressions, unreachable! tightening Session cleanup (ses_2ad6b26c): Python placeholder centralization Workspace tests: 363+ passed, 0 failed.
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
//! LSP (Language Server Protocol) client registry for tool dispatch.
|
||||
//!
|
||||
//! Provides a stateful registry of LSP server connections, supporting
|
||||
//! the LSP tool actions: diagnostics, hover, definition, references,
|
||||
//! completion, symbols, and formatting.
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
Reference in New Issue
Block a user