From df9268c81ee0e2a8862bb93ea70181231c8bc5dd Mon Sep 17 00:00:00 2001 From: Eve Date: Thu, 23 Apr 2026 09:20:36 +0800 Subject: [PATCH] docs: fix long-task governor verification script names --- docs/runbooks/silent-long-task-launch-template.md | 4 ++-- skills/long-task-governor/SKILL.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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