docs: record long-task governor verification workflow

This commit is contained in:
Eve
2026-04-23 08:56:45 +08:00
parent 64ecb4164a
commit 88a1b05c1f
2 changed files with 28 additions and 0 deletions

View File

@@ -76,6 +76,20 @@ If using `scripts/long_task_governor_wrapper.mjs`, map wrapper output into this
- **externalized_trigger**: cron reminder / forced checkpoint
- **final_handoff_path**: Telegram button-path only if owner judgement is needed; otherwise direct summary
## 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`
- capture the output in task notes when this launch template or its linked workflow changes
## Current non-goals
This template does not yet imply or provision:
- auto-send messages
- bound cron / reminder wiring
- gateway-level blocking or hard enforcement beyond the current preflight wording
## Rule of use
If you cannot fill this template honestly, the task is probably not ready to launch in silent mode.

View File

@@ -172,6 +172,20 @@ If using the wrapper MVP:
- `silentLaunchOk = false` means you must not proceed as silent
- `handoff.mode = button_path` means prepare Telegram button-path early
### 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`
- record the command output in the task checkpoint or PR notes when this skill changes
### Current non-goals for this slice
This slice documents decisioning and preflight guidance only. It does **not** yet include:
- auto-send messages
- bound cron / reminder wiring
- gateway-level blocking or hard enforcement beyond the current preflight wording
---
## 6. No-fake-progress rule