Commit c8b7989
committed
chore(cleanup): remove 4 unused .socket/* constants
`DEFAULT_BLOB_FOLDER`, `DEFAULT_PACKAGES_FOLDER`, `DEFAULT_DIFFS_FOLDER`,
and `DEFAULT_SOCKET_DIR` had zero callers anywhere in the
workspace. The paths they encoded (`.socket/blob`,
`.socket/packages`, `.socket/diffs`, `.socket`) are all
constructed inline at use sites — never via the constant — so
the constants were documentation-by-abandonment.
`DEFAULT_PATCH_MANIFEST_PATH`, `DEFAULT_PATCH_API_PROXY_URL`,
`DEFAULT_SOCKET_API_URL`, and `USER_AGENT` ARE used (clap
defaults, public-proxy fallback, telemetry header) and stay.
Workspace test sweep stays green (118 + 414 lib tests).
Assisted-by: Claude Code:claude-opus-4-71 parent 8d71ea1 commit c8b7989
1 file changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 4 | | |
17 | 5 | | |
18 | 6 | | |
| |||
0 commit comments