docs: register feature/h5-queued-chat-submit branch disposition
Memind CI / Test, build, and release guards (push) Successful in 4m21s

Record audit trail for the H5 queued chat submit fix merged at 558c4ef.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-13 09:21:12 +08:00
parent 558c4ef2ee
commit 19dacc0e5d
+23
View File
@@ -527,3 +527,26 @@ Portal,避免在线修改稳定 `.env`,并确保稳定 8081 与其他用户
- 保留本地分支名用于审计追溯。
- **不要** merge、cherry-pick 或从该分支继续开发。
## `feature/h5-queued-chat-submit`
**状态:禁止再次引用。改动已提交并进入 `origin/main`,该分支保留仅用于只读追溯。**
审计日期:2026-08-13
分支 HEAD`558c4ef`
`origin/main` 对应提交:`558c4ef`
### 原始用途
H5 主会话在 waiting/streaming/connecting/loading 时静默丢弃后续消息;改为立即展示用户指令、提示排队,并在 composer 回到 idle 后自动提交。
### 验证摘要
- `node --test chat-agent-run-gate.test.mjs`13/13 通过
- `node scripts/run-memind-tests.mjs --mode changed`:通过
- `node scripts/run-memind-tests.mjs --mode guards`:通过
### 最终处置
- 保留本地分支名用于审计追溯。
- **不要** merge、cherry-pick 或从该分支继续开发。