Skip to content

chore(core): remove dead STALE_IPC_PATTERN export - #136

Open
detail-app[bot] wants to merge 1 commit into
mainfrom
detail/dead-code/chore-core-remove-dead-stale-ipc-pattern-export-8aaaec
Open

chore(core): remove dead STALE_IPC_PATTERN export#136
detail-app[bot] wants to merge 1 commit into
mainfrom
detail/dead-code/chore-core-remove-dead-stale-ipc-pattern-export-8aaaec

Conversation

@detail-app

@detail-app detail-app Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Remove the unused STALE_IPC_PATTERN regex const from composite-ipc.ts and its corresponding describe block and import in composite-ipc.test.ts.

This symbol had zero production references anywhere in the codebase. The stale IPC cleanup it was meant to support is implemented as a hardcoded shell glob instead (sandbox.ts:342: rm -f /tmp/sandcaster-ipc-*.json*). The regex was only referenced by its own test, never wired into the cleanup logic, and its presence was misleading — appearing to be the canonical cleanup pattern despite never being used.

History


Dead Code PRs can be configured here.

@detail-app
detail-app Bot requested a review from iamladi September 6, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant