alt-glitch
6d80aa80eb
refactor(lsp): simplify __init__.py per /simplify review
- Remove dead _post_tool_call (body was only comments)
- Remove _on_session_start (redundant — _ensure_service lazy-inits)
- Remove _atexit_cleanup (duplicate of _on_session_end)
- Switch _baselines from dict to set (presence sentinel only)
- Remove redundant enabled_for recheck in transform_tool_result
- Remove V4A guard (path-empty check already covers it)
- Use modern type syntax (X | None, dict[], set[])
- Reduce from 322 → 217 lines, same behavior
77/77 tests pass.
2026-05-12 15:01:44 +00:00
..
2026-05-09 13:07:46 -07:00
2026-05-12 15:01:44 +00:00
2026-05-09 01:53:19 -07:00
2026-04-05 22:43:33 -07:00
2026-04-30 01:34:08 -07:00
2026-04-20 04:46:45 -07:00
2026-04-27 06:22:25 -07:00
2026-04-27 06:22:25 -07:00
2026-04-27 06:22:25 -07:00
2026-04-27 06:22:25 -07:00
2026-05-10 21:44:37 -07:00
2026-04-28 01:40:59 -07:00
2026-04-17 14:21:22 -07:00
2026-05-08 12:00:09 -07:00