You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename intentionally-unused parameters to underscore-prefixed names at
production sites (cli._echo's ctx, three runtime.server dispatch
handlers' rt arg, _dispatch_envelope's transport arg, and
_materialize_session's envelope arg). Add per-file ARG001/ARG002
ignores for tests/** and examples/** where the unused args are
protocol-mandated tool/handler signatures.
Phase 3 already tightened pyright to fully strict, so the only
remaining Phase-5-class lint families (B006, E722, RUF012, SLF, ARG)
are now all clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments