mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-17 13:13:35 +08:00
The updater proxy fix was developed in a detached worktree based on an older local main commit. Merge it into the canonical local main while preserving the feature commit and the main branch's intervening desktop work. Constraint: Local main contains four commits after the worktree base, so a fast-forward is not available Rejected: Rebase detached worktree onto main | unnecessary history rewriting for a single verified feature commit Confidence: high Scope-risk: moderate Directive: Do not push this local integration unless explicitly requested Tested: cd desktop && bun run test -- --run src/__tests__/generalSettings.test.tsx src/stores/updateStore.test.ts src/stores/settingsStore.test.ts src-tauri/tauri-config.test.ts Tested: bun run check:desktop Tested: bun run check:native Not-tested: Full coverage gate intentionally skipped after maintainer said it was not needed