Skip to content

🤖 refactor: auto-cleanup#3085

Open
mux-bot[bot] wants to merge 4 commits intomainfrom
auto-cleanup
Open

🤖 refactor: auto-cleanup#3085
mux-bot[bot] wants to merge 4 commits intomainfrom
auto-cleanup

Conversation

@mux-bot
Copy link
Copy Markdown
Contributor

@mux-bot mux-bot bot commented Mar 28, 2026

Auto-cleanup checkpoint: 8d778e7

@mux-bot
Copy link
Copy Markdown
Contributor Author

mux-bot bot commented Mar 28, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

@mux-bot mux-bot bot force-pushed the auto-cleanup branch 10 times, most recently from bc9f35c to 86dca87 Compare March 31, 2026 16:27
mux-bot bot added 4 commits April 1, 2026 08:24
The import of buildArchiveConfirmDescription and buildArchiveConfirmWarning
was placed after the WorkspaceMenuBarProps interface definition instead of
with the other imports. This was an artifact of the extraction in ae2e555.
Move it to the import section where it belongs, grouped with other
@/browser/utils/ imports.
…pshot service

Deduplicate two identical 14-line blocks in captureSnapshotForArchive
that fetch latest untracked paths and return confirmation errors. Both
code paths (new-untracked-after-acknowledgement and first-time-untracked)
now call the same private helper method.

Behavior-preserving: no logic change, same call sequence and return values.
Merged two separate `import type` statements from the same
`@/common/types/workspace` module into a single import line,
consistent with how other files in the codebase handle multiple type
imports from the same module.
Both getHeartbeatSettings and setHeartbeatSettings had nearly identical
object literals duplicated across two ternary branches, differing only
by the optional message field. Use conditional spread to build each
object once, removing the duplicated comment in setHeartbeatSettings.
@mux-bot mux-bot bot force-pushed the auto-cleanup branch from 86dca87 to 558fd81 Compare April 1, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

0 participants