Connect wrapper MVP outputs to governor docs

This commit is contained in:
Eve
2026-04-22 20:37:18 +08:00
parent 5708fdf057
commit 64672fc8c5
2 changed files with 33 additions and 3 deletions

View File

@@ -110,6 +110,15 @@ When entering long-task governance, create or update a record with at least:
Use the template file `task-record-template.md` in this skill directory.
If using the wrapper MVP (`scripts/long_task_governor_wrapper.mjs`), consume:
- `classification`
- `silentCandidate`
- `taskRecord`
- `silentLaunchOk`
- `handoff.mode`
as the first machine-readable pass before applying the human-facing workflow.
---
## 4. Checkpoint protocol
@@ -154,6 +163,15 @@ If no externalized checkpoint path can be created safely, do not launch the task
For reminder payload design, use:
- `docs/runbooks/silent-long-task-reminder-contract.md`
For launch decisions, use:
- `docs/runbooks/silent-long-task-decision-tree.md`
- `docs/runbooks/silent-long-task-launch-template.md`
If using the wrapper MVP:
- `silentCandidate = true` means you must evaluate silent launch rules
- `silentLaunchOk = false` means you must not proceed as silent
- `handoff.mode = button_path` means prepare Telegram button-path early
---
## 6. No-fake-progress rule
@@ -193,8 +211,8 @@ Without that, default to `paused`.
When this skill applies:
1. decide if the request is ordinary chat or long task
2. if long task, create/update a task record
3. choose one of the five valid states
2. if available, run the wrapper MVP first as the machine-readable classification/bootstrap layer
3. if long task, create/update a task record
4. if the task is silent, define the first forced checkpoint before proceeding
5. if the task is silent, externalize the checkpoint path or keep the task non-silent
6. if reporting progress, use the 5-part checkpoint structure