refactor(hooks): remove unused logger and isReady from client.ts #179

Merged
jack merged 13 commits from refactor/148-cleanup-hooks-client into main 2026-01-24 13:28:07 +00:00
Owner

Summary

  • Remove unused logger import and constant (never called)
  • Remove unused isReady() method (hooks only use isCoreReady())

Closes #148

Test plan

  • TypeScript check passes
  • Verified logger/isReady not used via grep
## Summary - Remove unused `logger` import and constant (never called) - Remove unused `isReady()` method (hooks only use `isCoreReady()`) Closes #148 ## Test plan - [x] TypeScript check passes - [x] Verified logger/isReady not used via grep
refactor(hooks): remove unused logger and isReady from client.ts
All checks were successful
CI / check (pull_request) Successful in 1s
CI / build (pull_request) Successful in 42s
CI / validate-plugin (pull_request) Successful in 35s
fe3c4f1bc2
- Remove unused logger import and constant
- Remove isReady() method (hooks only use isCoreReady())

Closes #148

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m13s
d6c0e5d7f3
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m15s
a2d26e3ec7
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m7s
5b6d457b59
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m18s
cd27e43bc6
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m16s
c48067671a
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m9s
8e24814efe
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m15s
3f50032fbe
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m16s
c116e00e81
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m17s
e2546dc575
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m16s
cd7fa4fb73
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m11s
9a4f06056e
Merge branch 'main' into refactor/148-cleanup-hooks-client
All checks were successful
CI / build (pull_request) Successful in 1m10s
a3c38e5529
jack merged commit 0666f01e5e into main 2026-01-24 13:28:07 +00:00
Sign in to join this conversation.
No description provided.