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
refactor: address code review feedback - improve type safety
- Replace `any` with `Record<string, unknown>` for config type
- Replace `catch (error: any)` with `catch (error: unknown)` and proper narrowing
- Refactor isCommandInstance to use intermediate typed variable instead of repeated `as any`
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments