记录云仓库同步过程

This commit is contained in:
2026-06-23 04:06:01 -04:00
parent 37604fa5b3
commit d5d96a8e5c

View File

@@ -255,6 +255,69 @@ Cloud deployment result:
- Confirmed `RUN` enters task/HAL feedback and advances line/feed/axis execution. - Confirmed `RUN` enters task/HAL feedback and advances line/feed/axis execution.
- Confirmed `STOP` stops the status loop. - Confirmed `STOP` stops the status loop.
## 2026-06-23 04:00 EDT - 同步 RUN 修复到云仓库
User request:
- `同步到云仓库`
Process:
1. Checked git remote, branch, and status:
- Remote:
`origin http://154.8.160.151:3000/wangdequan/cnc_wams`
- Branch:
`master`
- Existing latest local commits before this sync:
- `bb71613 chore: append codex sync log`
- `8d3177c feat: sync latest run execution updates`
- `0b1aad3 Add LinuxCNC archive`
2. Reviewed changed and untracked files.
3. Staged the RUN fix source changes, tests, local PASS evidence, cloud post-deploy PASS evidence, and process log:
- `qa/web-rtcp-5axis-site-test/capture-test-linuxcnc-source-run.mjs`
- `qa/web-rtcp-5axis-site-test/output/test-linuxcnc-source-run-report.json`
- `qa/web-rtcp-5axis-site-test/output/test-linuxcnc-source-run-report-2026-06-23.docx`
- `qa/web-rtcp-5axis-site-test/screenshots/test-linuxcnc-source-run/*`
- `qa/web-rtcp-5axis-site-test/output/cloud-run-after-deploy/*`
- `qa/web-rtcp-5axis-site-test/output/cloud-run-stop-after-deploy/*`
- `web-rtcp-5axis-sim-plan/app/scripts/build-static.mjs`
- `web-rtcp-5axis-sim-plan/app/src/runtime/linuxcnc-machine-file-staging.js`
- `web-rtcp-5axis-sim-plan/app/src/state/store.js`
- `web-rtcp-5axis-sim-plan/app/src/styles/gmoccapy.css`
- `web-rtcp-5axis-sim-plan/app/src/ui/gmoccapy-shell.js`
- `web-rtcp-5axis-sim-plan/tests/node/verify_run_feedback_loop.mjs`
- `web-rtcp-5axis-sim-plan/tests/node/verify_run_preconditions.mjs`
- `web-rtcp-5axis-sim-plan/gptlog-process/gpdlog.md`
4. Left older temporary debug outputs untracked intentionally:
- `qa/web-rtcp-5axis-site-test/output/cloud-run-debug-current/`
- `qa/web-rtcp-5axis-site-test/output/cloud-run-debug/`
- `qa/web-rtcp-5axis-site-test/output/cloud-run-ready-after.json`
- `qa/web-rtcp-5axis-site-test/output/cloud-run-ready-after.png`
- `qa/web-rtcp-5axis-site-test/output/impeller-gcode-panel-debug.png`
- `qa/web-rtcp-5axis-site-test/screenshots/cloud-short-viewport/`
- `qa/web-rtcp-5axis-site-test/screenshots/manual-short-viewport/`
5. Created commit:
- `37604fa 完善云端RUN执行反馈`
- Commit included 33 files and cloud PASS evidence.
6. Pushed to cloud repository:
- Command:
`git push origin master`
- Auth used the configured cloud repository account from `git.txt`.
- Push result:
`bb71613..37604fa master -> master`
7. Confirmed local and remote refs match:
- `HEAD`: `37604fa5b36e0894491f96782a271b40b46cc4b2`
- `origin/master`: `37604fa5b36e0894491f96782a271b40b46cc4b2`
Result:
- RUN fix and verification evidence were synchronized to:
`http://154.8.160.151:3000/wangdequan/cnc_wams`
- Branch:
`master`
- Commit:
`37604fa 完善云端RUN执行反馈`
--- ---
Execution timestamp: 2026-06-22 17:55 EDT Execution timestamp: 2026-06-22 17:55 EDT