docs: master plan execution progress and changelog

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Your Name
2026-06-01 19:58:50 +08:00
parent e704b01093
commit bd6467dff9
2 changed files with 29 additions and 4 deletions
@@ -0,0 +1,25 @@
# Changelog — 主计划长任务首轮执行
| 项 | 内容 |
|----|------|
| 日期 | 2026-06-01 |
| 类型 | 执行 / 部署 |
## 摘要
执行 [2026-06-01-master-backlog-plan.md](../project/2026-06-01-master-backlog-plan.md)Phase A 单测 44 通过;提交并推送 `d93c518``e704b01`;生产拉取、`supervisorctl restart nexus`、health `ok`;门控 6/7bandit 报生产机 `server/server/` 旧路径 HIGH);修复 `pre_deploy_check.sh` 默认 `DEPLOY_DIR` 与最新 audit 选取。
## 涉及文件
- 79+ 文件功能提交;`deploy/pre_deploy_check.sh``docs/audit/2026-06-01-master-execution-audit.md`;主计划进度更新
## 迁移 / 重启
- 生产已 `supervisorctl restart nexus`
- 前端 `npm run build` 待服务器 Node 环境确认
## 验证
- 本地:`pytest` 44 passed`ruff``import server.main`
- 生产:`curl http://127.0.0.1:8600/health``ok`
- 门控:`bash deploy/pre_deploy_check.sh` → 6/7Security 待清 `server/server` 重复目录或 bandit 路径)
@@ -64,7 +64,7 @@ flowchart LR
| A-04 | ruff `server/` 零错误 | [x] | |
| A-05 | import 冒烟 | [x] | |
| A-06 | bandit 无 HIGH/MEDIUM | [x] | 门控仅 HIGH0 HIGH |
| A-07 | 7 门预检脚本 | [ ] | 生产需重启后重跑;已修 `DEPLOY_DIR` 默认仓库根 |
| A-07 | 7 门预检脚本 | [~] | 生产 6/7Gate6 bandit 旧路径);已修 `DEPLOY_DIR` + `ls -t` audit |
| A-08 | 合并 changelog(本次主题) | [x] | 见 `docs/changelog/2026-06-01-*.md` 系列(posix / files / phase5 / phase2 / capability |
| A-09 | WSL 集成 smoke(若环境可用) | [ ] | `wsl_integration_smoke.sh` 或项目等价脚本 |
@@ -78,9 +78,9 @@ flowchart LR
|----|------|------|----------|
| DEP-01 | `git push origin main` | [x] | d93c518 |
| DEP-02 | 生产 `git fetch && reset --hard origin/main` | [x] | |
| DEP-03 | `supervisorctl restart nexus` | [ ] | 待 gate 通过后执行 |
| DEP-04 | 健康检查 | [x] | 拉取前已 ok;重启后待复验 |
| DEP-05 | 前端 `deploy/deploy-frontend.sh` | [ ] | `web/app/index.html` + `assets/` 已更新 |
| DEP-03 | `supervisorctl restart nexus` | [x] | e704b01 后已 restart |
| DEP-04 | 健康检查 | [x] | `curl``ok` |
| DEP-05 | 前端 `deploy/deploy-frontend.sh` | [ ] | WSL Node 18,需 20.19+ 才能 vite build |
| DEP-06 | 浏览器 `/app/` HTTP 200 | [ ] | 非旧 Tailwind 静态页 |
| DEP-07 | 记录部署日期到本文 | [ ] | 在 §部署记录 填一行 |