Commit 354d5fd
committed
V2.10.47 - restore 9 remaining FFFD-corrupted files from b981611 source
**You were right** — there was no good reason to leave the 8
remaining files out of scope. The V2.10.46 commit
(`4f94b18`) punted on the 6 translation files and 2 archive
files because the third-byte corruption pattern (cp936 round-trip)
on CJK / Hangul / hiragana / katakana bytes is one-way: you
cannot recover the original character from `E4 B8 3F` without
external context.
**The breakthrough:** the b981611 commit (the V2.10.36 Local
Build initial commit) was checked with `git show` and found to
contain **clean UTF-8** versions of all 7 outer-monorepo files
that are corrupted today. The corruption was applied AFTER the
initial commit (during the V2.10.43c path-rename work, when
PowerShell 5.1 read + rewrote the files as GBK and re-committed
them). The 2 inner-app archive files were at
`cubecloud-desktop/...` in b981611 (before the V2.10.43c
rename) but their **content** is byte-for-byte identical to the
current `agent-desktop/...` content — just path-prefixed
differently.
**Restored (9 files, 1715 FFFD positions):**
1. `README.ko-KR.md` (532 FFFD, 9231 chars UTF-8)
2. `README.ja-JP.md` (178 FFFD, 9417 chars UTF-8)
3. `docs/RETIRED_AND_LEGACY.zh-CN.md` (276 FFFD, 10335 chars)
4. `docs/handbook/DEVELOPMENT.zh-CN.md` (261 FFFD, 8836 chars)
5. `docs/handbook/OPERATIONS.zh-CN.md` (208 FFFD, 6685 chars)
6. `CONTRIBUTING.zh-CN.md` (93 FFFD, 3264 chars)
7. `docs/archive/BRANDING_AND_LICENSE.v2.3-v2.9.md` (74 FFFD, 50488 chars)
8. `agent-desktop/docs/superpowers/archive/2026-04-30-windows-winget-fedora-rpm-release.md` (52 FFFD, 37885 chars)
9. `agent-desktop/docs/superpowers/archive/2026-04-30-windows-winget-fedora-rpm-release-design.md` (41 FFFD, 15341 chars)
**For the outer-monorepo translation files**, I also applied
the V2.10.43c path rewrite (rewrote `(cubecloud-desktop/` →
`(agent-desktop/` and `cd cubecloud-desktop` → `cd agent-desktop`
in the README.ko-KR.md and README.ja-JP.md install examples).
The 4 occurrences in the README files were rewritten. The
remaining `cubecloud-desktop` references in OPERATIONS.zh-CN.md,
RETIRED_AND_LEGACY.zh-CN.md, CONTRIBUTING.zh-CN.md, and the
2 inner-app archive files are all **deliberate non-rewrites**
matching the V2.10.43c handoff's "7 deliberate non-rewrites":
- GitHub release asset filenames
(`cubecloud-desktop-setup.msi`,
`cubecloud-desktop-x86_64.rpm`,
`cubecloud-desktop-x64.dmg`) — these are the actual
installer filenames and must not change.
- App state directories (`%APPDATA%\cubecloud-desktop\state.db`)
— these come from the productName `cubecloud-agent-desktop`
being mapped to a state dir named after the legacy inner-app
directory.
- Historical references in the V2.3-V2.4-V2.5 brand
transition narrative (in RETIRED_AND_LEGACY.zh-CN.md
and CONTRIBUTING.zh-CN.md) — these are talking about
the brand transition itself, not active references.
- The 2 inner-app archive files (V2.10.21 winget + RPM
design + release notes) — historical snapshots.
**Final state: 0 FFFD in 799 tracked files.** `npm run
typecheck` is green. `git diff` against `b981611` for the
restored files is now: only the V2.10.43c path rewrite
deltas and any post-V2.10.36 content additions (which
the user has been making on top of V2.10.36).
**Why this is the right V2.10.47 step:**
The V2.10.46 commit message explicitly said "Translation
files (NOT touched, deferred to a follow-up commit)" with
the reasoning that the corruption was unrecoverable from
in-place byte patterns. The user pushed back: "so there
is no need for translating 8 remaining files (6
translations needing re-translation, 2 archives) are out
of scope?" — the implicit ask was *can you actually fix
this, or are you giving up?* The answer was: **yes, the
b981611 source has the clean content**, and `git show` is
a deterministic restore path. V2.10.47 fixes the
oversight in V2.10.46 and lands all 9 files at once.
**No source code change.** **No version bump** (v0.6.1
stays the live installer). **No test change.** This is
purely a documentation restoration commit.
**Out of scope (deliberate):**
- Re-rendering `docs/Cubecloud-README-en-zh.pdf` after
this commit (will do as a separate V2.10.48 PDF refresh
so the diffs in this commit are easier to review).
- Native-speaker review of the restored translations.
The b981611 content was the canonical translation at
that point and is being restored byte-for-byte, but
natural-language polish is a separate concern.1 parent 4f94b18 commit 354d5fd
9 files changed
Lines changed: 866 additions & 527 deletions
File tree
- agent-desktop/docs/superpowers/archive
- docs
- archive
- handbook
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | | - | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | | - | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
14 | 22 | | |
15 | 23 | | |
16 | 24 | | |
| |||
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
27 | | - | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
33 | | - | |
| 41 | + | |
| 42 | + | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
40 | | - | |
| 49 | + | |
| 50 | + | |
41 | 51 | | |
42 | 52 | | |
43 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
44 | 58 | | |
45 | 59 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
49 | 69 | | |
50 | 70 | | |
51 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
52 | 77 | | |
53 | | - | |
54 | 78 | | |
55 | 79 | | |
56 | 80 | | |
57 | 81 | | |
58 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
59 | 86 | | |
60 | 87 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
64 | 99 | | |
65 | 100 | | |
66 | | - | |
67 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
68 | 110 | | |
69 | 111 | | |
70 | | - | |
71 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
72 | 116 | | |
73 | 117 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
79 | 131 | | |
80 | 132 | | |
81 | 133 | | |
82 | 134 | | |
83 | 135 | | |
84 | 136 | | |
85 | 137 | | |
86 | | - | |
87 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
88 | 142 | | |
89 | 143 | | |
90 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
91 | 147 | | |
92 | 148 | | |
93 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
0 commit comments