新增 project release gate wrapper
This commit is contained in:
@@ -9,7 +9,7 @@ turn-by-turn continuation notes and next-batch execution records.
|
||||
## Current Status
|
||||
|
||||
- Active continuation file: `text14.txt`
|
||||
- Latest completed batch: final clean-tree acceptance closeout
|
||||
- Latest completed batch: project release gate wrapper
|
||||
- Latest relevant commit: use `git log -1 --oneline` after each committed batch
|
||||
- Working tree at tracker creation: clean
|
||||
- Required policy: LinuxCNC remains the only CNC semantic source
|
||||
@@ -48,6 +48,7 @@ The project is complete for the current scope when all of the following are true
|
||||
| Workflow overview embedding | Stable for current scope | Report/display/render, DOM contract/readiness/renderer, mount result/display/render, mount DOM contract/readiness/renderer/wrapper exist. |
|
||||
| Host/runtime boundary proof | Stable blocked state | Host smoke passes; runtime families remain blocked and `docs/host-runtime-boundary-handoff.md` records host readiness, promotion blockers, dispatch, and evidence gates. |
|
||||
| Documentation/release gate | Stable for current scope | `docs/project-release-handoff.md` links README, panel entry, SDK, OPFS/session, sim-config, host/runtime, source reuse, drift, and tracker acceptance paths. |
|
||||
| Project release gate wrapper | Stable | `tests/host/verify_project_release_gate.sh` runs the documented minimum release validation commands and ends with `project_release_gate=ok`. |
|
||||
|
||||
## Blocked Runtime Families
|
||||
|
||||
@@ -210,6 +211,12 @@ wasm-port/tests/ui/node/verify_ui_node_smokes.sh
|
||||
wasm-port/tests/host/verify_host_smokes.sh
|
||||
```
|
||||
|
||||
Or run the same current-scope minimum gate through:
|
||||
|
||||
```bash
|
||||
wasm-port/tests/host/verify_project_release_gate.sh
|
||||
```
|
||||
|
||||
Run this if browser interpreter behavior is touched:
|
||||
|
||||
```bash
|
||||
@@ -235,6 +242,7 @@ wasm-port/tests/native/verify_sim_configs.sh
|
||||
- [x] UI Node smoke passes.
|
||||
- [x] Browser INI panel smoke passes.
|
||||
- [x] Host aggregate smoke passes.
|
||||
- [x] Project release gate wrapper passes.
|
||||
- [x] Runtime blocked families remain documented.
|
||||
- [x] Project release handoff docs smoke passes.
|
||||
- [x] README/docs explain supported workflows and blocked items.
|
||||
|
||||
Reference in New Issue
Block a user