From b05d2fa125548eae61c72e7085602bccc128de7b Mon Sep 17 00:00:00 2001 From: jesse-ux Date: Sat, 19 Sep 2026 14:48:43 +0800 Subject: [PATCH] docs: confirm sidebar fix pushed to staging Co-Authored-By: Claude Code --- BLOCKED.md | 4 +++- docs/tasks/PROGRESS-sidebar-navigation-loop-20260919.md | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/BLOCKED.md b/BLOCKED.md index ab971b54..e1d1dd5c 100644 --- a/BLOCKED.md +++ b/BLOCKED.md @@ -1,6 +1,8 @@ # BLOCKED -## 侧栏导航循环:Gitea 写入认证失败(2026-09-19) +## ~~侧栏导航循环:Gitea 写入认证失败(2026-09-19)~~ + +- **已解除:** 用户要求再次推送后,同一工作树 `git push origin HEAD:staging` 成功,`ls-remote` 确认远端为 `7e0037177d3babc9f8bb20b840dda8a060e37ace`。没有修改认证配置、读取或转交凭据;此前失败原因未确定。以下保留首次失败历史,不再代表当前推送状态。测试站 health 当次核对仍为 `d6fc4fb8`,部署未验收。 - 用户已授权 push staging,但 `git push origin HEAD:staging` 返回 `remote: Failed to authenticate user` / `fatal: Authentication failed`。只读 fetch/ls-remote 成功不代表写入认证可用。 - 本地代码提交 `2c92f6100eb982756424e6f48a38680032917c23` 已保存;失败后远端仍 `a2bcdee006397e2417f2e42d30ca030dd41ec480`,health 仍 `d6fc4fb8b3838702c62f9d2a181609ffb3df2985`,**未推送、未部署**。 diff --git a/docs/tasks/PROGRESS-sidebar-navigation-loop-20260919.md b/docs/tasks/PROGRESS-sidebar-navigation-loop-20260919.md index a2ff4955..81b3ff52 100644 --- a/docs/tasks/PROGRESS-sidebar-navigation-loop-20260919.md +++ b/docs/tasks/PROGRESS-sidebar-navigation-loop-20260919.md @@ -22,7 +22,8 @@ - [x] 真实 React 生命周期/transition 回归及反向验证。 - [x] 独立审查及可运行验收、完整测试/构建基线比较;Static/gzip/真人浏览器仍为明确缺口。 - [x] 本地提交修复 `2c92f6100eb982756424e6f48a38680032917c23`;文档换行修正 `2178135021756d20c323f8c45d63f07fdc768e1e`(保留历史,追加提交)。 -- [ ] **blocked:** `git push origin HEAD:staging` 返回 `remote: Failed to authenticate user` / `fatal: Authentication failed`,未交付。 +- [x] **推送阻塞已解除:** 首次 push 认证失败;用户要求再次尝试后,同一命令成功,远端完整 SHA 核对为 `7e0037177d3babc9f8bb20b840dda8a060e37ace`,包含本轮全部修复。未改认证配置或借用凭据,首次失败原因未确定。 +- [ ] 部署及登录态验收:成功推送后 health 仍为 `d6fc4fb8`,Actions 匿名查询仍 401,尚未确认门禁/部署完成。 - [x] 失败后只读核对:远端仍 `a2bcdee006397e2417f2e42d30ca030dd41ec480`,测试站 health 仍 `d6fc4fb8b3838702c62f9d2a181609ffb3df2985`,不含本轮修复。需用户恢复本人 Gitea 写入认证后再推送;未读取或借用其他凭据。 独立审查确认 data value 不依赖 registration、registrar 保持稳定、shell 单独读取、children 原样透传;账户/session 真正变动仍能通知 Home 并发布最新闭包。新 host helper 只运行 React reconciler/effect,不模拟点击、几何或浏览器可访问性。可见分页 observer、SidebarTrigger 操作与完整 Next 浏览器仍列真人缺口,没有声称全覆盖。 @@ -37,7 +38,7 @@ | 生产构建 / 首页 Static / 首屏 gzip | 编译/类型完成,collect page data: Skill symlink EPERM | 同阶段同根因 EPERM(含共同 /api/birth-time-guide) | 构建失败;Static/gzip 未验收 | | 生命周期反向 | 新 4 条在旧源码 3 fail / 1 pass(50 render 保护) | 4/4 pass | 证明能抓回归 | | 主会话独立五文件定向 | 原四文件 60/60 | 65/65,fail 0 | 通过 | -| staging 交付 / 部署 | 远端 a2bcdee0;线上 d6fc4fb8 | push 写入认证失败,远端/线上均未变 | blocked,未交付/未部署 | +| staging 交付 / 部署 | 远端 a2bcdee0;线上 d6fc4fb8 | 重试 push 成功,远端核对 7e003717;线上仍 d6fc4fb8 | 代码已推送;部署未确认 | - 全量逐项证据:[78 项失败对照](../testing/sidebar-navigation-baseline-failures-20260919.md)。全量与构建使用同一 node_modules、相同命令;不读取用户凭据,不改生产源码绕过 Windows 权限。 - 定向:`tsx --test tests/session-list-lifecycle.test.tsx tests/session-list-provider.test.ts tests/secondary-page-entry.test.ts tests/sidebar-contract.test.ts tests/account-dialog-inert-20260918.test.ts`。