feat(usable): package gui-host validation snapshot
Some checks failed
release-smoke / macos-13 / x86_64-apple-darwin (push) Has been cancelled
release-smoke / ubuntu-latest / x86_64-unknown-linux-gnu (push) Has been cancelled
release-smoke / windows-latest / x86_64-pc-windows-msvc (push) Has been cancelled

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Paperclip CTO
2026-03-31 10:21:36 +00:00
parent 19aeb7784b
commit a28dab4cd9
47 changed files with 6894 additions and 771 deletions

View File

@@ -11,8 +11,8 @@
## 功能门槛
- [ ] PostgreSQL happy path 通过
- [ ] MySQL happy path 通过
- [x] PostgreSQL happy path 通过
- [x] MySQL happy path 通过
- [x] SQLite happy path 通过
- [x] 至少一条连接失败路径已验证
- [x] 至少一条查询失败路径已验证
@@ -27,6 +27,6 @@
## 当前状态
- 当前清单已具备可执行代码、SQLite 主流程证据、SQLite non-db file failure-path 证据和 Linux release artifact smoke 证据,但仍不可整体判定通过。
- 原因 1当前 agent 环境无法执行 GitHub 的 macOS / Windows runner也没有 `docker` 来完成 PostgreSQL / MySQL 的真实 smoke 复核
- 原因 2当前 agent 环境没有 `cargo`,后续宿主机复核必须提前准备 Rust toolchain 或直接使用预编译二进制
- 当前清单已具备 SQLite 主流程证据、Linux release artifact smoke 证据、基于 [CMP-17](/CMP/issues/CMP-17#comment-0cd53e93-25a5-456b-8dba-31ea098c2aa8) 的宿主机 PostgreSQL / MySQL happy-path 证据、MySQL 修复分支的离线回归证据,以及 [CMP-23](/CMP/issues/CMP-23#comment-ab7a7c16-aaa3-4e62-9543-5055925201b8) 中完整的宿主机 Unicode patched-run 附件,但仍不可整体判定通过。
- 原因 1当前 agent 环境无法执行 GitHub 的 macOS / Windows runner因此跨平台 release artifact 仍缺真实运行证据
- 原因 2宿主机证据里二进制路径仍是占位符commit SHA / branch 也未附上;这更像可追溯性补强项,而不是当前 MySQL Unicode 验收 blocker