docs(i18n): apply reviewed Chinese proofreading updates

This commit is contained in:
xjt
2026-08-12 09:59:19 +08:00
parent 82d21ab3c3
commit 7b450d121e
258 changed files with 535 additions and 535 deletions

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write packages/session/user-id/README.md
README.md: 55bc54e4a5b666880f1908f4ccdf720e1122fc7a
README.zh.md: 7816b62e581959ac3c5f3f277b86b147280fce17
README.zh.md: 5c953346ec7a5014058502f3bd5d5154b438d7b0

View File

@@ -6,7 +6,7 @@
该身份绝不从 hostname、网络地址、git remote 或其他可用于识别身份的来源派生。删除 `.userid` 后,下次启动进程时会重置身份。不同 harness home 拥有不同身份。
## 存储
## 存储约
读写采用同步方式,因为启动时构造遥测和直接执行命令都需要使用同一个 API。结果在进程生命周期内按解析后的文件路径缓存。首个写入方采用独占创建并发竞争中失败的一方会采用已持久化的胜出值。损坏的文件会被替换。持久化采用 best-effort因此即使 home 不可写,系统仍会返回进程本地 UUID而不会阻塞遥测或反馈。