refactor(shared): remove unused constants from constants.ts #169
No reviewers
Labels
No labels
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem!169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/130-cleanup-constants"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Remove 4 unused constant objects from constants.ts.
Reduced file from 117 to 53 lines (-64 lines, -55%).
Removed:
HOOK_EXIT_CODES- never imported anywherePORTS- never imported anywhereAPI_ENDPOINTS- never imported anywhereTASK_QUEUE- never imported anywhereKept (actively used):
VERSION- used in health endpoint, workerHOOK_TIMEOUTS- used in hooks, clientgetTimeout- used in hooksWORKER- used in websocket-clientRefs #130
Test Plan
pnpm run typecheckpasses