fix(hooks): remove unused toolName parameter from extractTargetDirectory #181

Merged
jack merged 11 commits from fix/145-remove-toolname-param into main 2026-01-24 13:24:17 +00:00
Owner

Summary

  • Remove unused toolName parameter from extractTargetDirectory function
  • Update call site to not pass the parameter
  • Function only inspects input properties (file_path, path, notebook_path)

Closes #145

Test plan

  • TypeScript check passes
## Summary - Remove unused `toolName` parameter from `extractTargetDirectory` function - Update call site to not pass the parameter - Function only inspects input properties (`file_path`, `path`, `notebook_path`) Closes #145 ## Test plan - [x] TypeScript check passes
fix(hooks): remove unused toolName parameter from extractTargetDirectory
All checks were successful
CI / check (pull_request) Successful in 1s
CI / build (pull_request) Successful in 43s
CI / validate-plugin (pull_request) Successful in 35s
bf67c9d8fe
The function only inspects input properties (file_path, path, notebook_path)
to determine the target directory - it never used the tool name.

Closes #145

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merge branch 'main' into fix/145-remove-toolname-param
All checks were successful
CI / build (pull_request) Successful in 1m10s
bef95c3bbf
Merge branch 'main' into fix/145-remove-toolname-param
All checks were successful
CI / build (pull_request) Successful in 1m12s
eaad1465be
Merge branch 'main' into fix/145-remove-toolname-param
All checks were successful
CI / build (pull_request) Successful in 1m10s
e1c92368b1
Merge branch 'main' into fix/145-remove-toolname-param
All checks were successful
CI / build (pull_request) Successful in 1m10s
0c26589cbc
Merge branch 'main' into fix/145-remove-toolname-param
All checks were successful
CI / build (pull_request) Successful in 1m16s
0cdb012592
Merge branch 'main' into fix/145-remove-toolname-param
All checks were successful
CI / build (pull_request) Successful in 1m18s
cd723f6577
Merge branch 'main' into fix/145-remove-toolname-param
All checks were successful
CI / build (pull_request) Successful in 1m16s
7f901c53f1
Merge branch 'main' into fix/145-remove-toolname-param
All checks were successful
CI / build (pull_request) Successful in 1m15s
25a8c87117
Merge branch 'main' into fix/145-remove-toolname-param
All checks were successful
CI / build (pull_request) Successful in 1m17s
5139aa78a5
Merge branch 'main' into fix/145-remove-toolname-param
All checks were successful
CI / build (pull_request) Successful in 1m18s
047db43d11
jack merged commit d4f84681fb into main 2026-01-24 13:24:17 +00:00
Sign in to join this conversation.
No description provided.