[SEN] 添加 Windows 前后端一键打包脚本 #39

Open
ila wants to merge 4 commits from agent/codex/37-sense-windows-package into agent/codex/21-sense-mvp
Owner

结果

  • 增加 Sense Windows amd64 前后端一键打包 BAT。
  • 包含 demo/生产双模式启动脚本、空值示例配置、许可证与包内说明。
  • 已实际生成 ZIP,并验证重复构建、ZIP 清单、秘密边界、/healthz 与首页。
  • 已更新 Wiki-first 本地开发、交付与排错文档,并完成 #37 待验收归档。

验证

  • cmd /c Sense\scripts\package-windows.bat 连续两次通过
  • 包内后端 /healthz 200,首页 200
  • Harness 31 项测试通过,strict 通过
  • Wiki 镜像检查通过

依赖

本 PR 堆叠在 Sense MVP PR #34 的分支上;应在 #34 合入后再合入本 PR。关联工单 #37,用户验收前保持 open。

## 结果 - 增加 Sense Windows amd64 前后端一键打包 BAT。 - 包含 demo/生产双模式启动脚本、空值示例配置、许可证与包内说明。 - 已实际生成 ZIP,并验证重复构建、ZIP 清单、秘密边界、`/healthz` 与首页。 - 已更新 Wiki-first 本地开发、交付与排错文档,并完成 #37 待验收归档。 ## 验证 - `cmd /c Sense\scripts\package-windows.bat` 连续两次通过 - 包内后端 `/healthz` 200,首页 200 - Harness 31 项测试通过,strict 通过 - Wiki 镜像检查通过 ## 依赖 本 PR 堆叠在 Sense MVP PR #34 的分支上;应在 #34 合入后再合入本 PR。关联工单 #37,用户验收前保持 open。
ila added 4 commits 2026-08-12 18:34:55 +08:00
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin agent/codex/37-sense-windows-package:agent/codex/37-sense-windows-package
git checkout agent/codex/37-sense-windows-package
Sign in to join this conversation.