diff --git a/docs/runbooks/silent-long-task-launch-template.md b/docs/runbooks/silent-long-task-launch-template.md index 2bd1a84..f1c28b0 100644 --- a/docs/runbooks/silent-long-task-launch-template.md +++ b/docs/runbooks/silent-long-task-launch-template.md @@ -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 diff --git a/skills/long-task-governor/SKILL.md b/skills/long-task-governor/SKILL.md index ad5f8c6..bbcf5f0 100644 --- a/skills/long-task-governor/SKILL.md +++ b/skills/long-task-governor/SKILL.md @@ -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