切换后续记录到 text15

This commit is contained in:
2026-06-16 15:11:36 +08:00
parent e11c29533f
commit 2f6e8480bf
2 changed files with 309 additions and 8 deletions

View File

@@ -3,12 +3,12 @@
Last updated: 2026-06-16 CST
This file tracks the overall completion state of the LinuxCNC WASM/browser port.
Use it for project-level status and acceptance tracking. Use `text14.txt` for
Use it for project-level status and acceptance tracking. Use `text15.txt` for
turn-by-turn continuation notes and next-batch execution records.
## Current Status
- Active continuation file: `text14.txt`
- Active continuation file: `text15.txt`
- Latest completed batch: project release artifact URL workflow action-plan SDK API
- Latest relevant commit: use `git log -1 --oneline` after each committed batch
- Working tree at tracker creation: clean
@@ -30,7 +30,7 @@ The project is complete for the current scope when all of the following are true
- Host/runtime blocked families are explicitly documented and not falsely promoted.
- All required gates pass.
- Documentation explains what is supported, blocked, and how to verify it.
- `text14.txt` contains the final completion record and the working tree is clean.
- `text15.txt` contains the current continuation record and the working tree is clean.
## Area Status
@@ -76,9 +76,9 @@ Execute these in order unless a later user request explicitly changes priority.
Current next task:
- No required work remains for the current scope. Future work should start from
a new scope request or from a real LinuxCNC host runtime becoming available
for the blocked runtime families.
- Current scope is complete for the established release baseline. Continue future
work from `text15.txt`, and keep each batch tied to a callable API, verifiable
workflow, executable gate, or real UI/browser capability.
Then complete the closure:
@@ -194,7 +194,7 @@ Work items:
Completion criteria:
- A new developer can run validation from README/docs without reading old
`text1` through `text13`.
`text1` through `text14`.
- `project_release_handoff_docs_node_smoke=ok` is included in the host
aggregate gate.
@@ -236,7 +236,7 @@ wasm-port/tests/native/verify_sim_configs.sh
## Final Acceptance Checklist
- [x] Working tree is clean.
- [x] Latest `text14.txt` record says the project is complete for current scope.
- [x] Latest continuation state has moved to `text15.txt`.
- [x] `git diff --check` passes.
- [x] Vendor sync guard passes.
- [x] Standalone CNC semantics guard passes.