24 lines
679 B
Markdown
24 lines
679 B
Markdown
# Test 1 Parent Dispatch
|
|
|
|
## Runtime Values
|
|
|
|
```text
|
|
parent_thread_id: 019ef999-07d2-7333-99b4-d5d2da040406
|
|
child_thread_id: 019ef9a5-5efc-7500-9a7d-4e7ec6920e84
|
|
workspace: C:\Users\wangq\Documents\Codex\video-workbench
|
|
delay: 2 minutes
|
|
parent_polling_allowed: no
|
|
```
|
|
|
|
## Dispatch Contract
|
|
|
|
The child thread must:
|
|
|
|
1. Sleep for 2 minutes after the formal start message.
|
|
2. Write `test-1-child-result.md`.
|
|
3. Send a callback to the parent thread using `send_message_to_thread`.
|
|
4. Report whether callback sending succeeded.
|
|
|
|
The parent thread must not inspect or poll the child thread after dispatch. If the parent wakes from the child callback, it may write `test-1-report.md`.
|
|
|