docs: fix long-task governor verification script names

This commit is contained in:
Eve
2026-04-23 09:20:36 +08:00
parent 88a1b05c1f
commit df9268c81e
2 changed files with 4 additions and 4 deletions

View File

@@ -79,8 +79,8 @@ If using `scripts/long_task_governor_wrapper.mjs`, map wrapper output into this
## Verification notes
For this slice, keep verification short and explicit:
- **wrapper fixture runner**: `node scripts/long_task_governor_wrapper_fixture_runner.mjs`
- **force-recall smoke test**: `node scripts/long_task_governor_force_recall_smoke.mjs`
- **wrapper fixture runner**: `node scripts/test_long_task_governor_wrapper.mjs`
- **force-recall smoke test**: `node scripts/test_force_recall_long_task_preflight.mjs`
- capture the output in task notes when this launch template or its linked workflow changes
## Current non-goals

View File

@@ -175,8 +175,8 @@ If using the wrapper MVP:
### Verification notes for this slice
Keep verification lightweight and reproducible:
- **wrapper fixture runner**: run `node scripts/long_task_governor_wrapper_fixture_runner.mjs`
- **force-recall smoke test**: run `node scripts/long_task_governor_force_recall_smoke.mjs`
- **wrapper fixture runner**: run `node scripts/test_long_task_governor_wrapper.mjs`
- **force-recall smoke test**: run `node scripts/test_force_recall_long_task_preflight.mjs`
- record the command output in the task checkpoint or PR notes when this skill changes
### Current non-goals for this slice