chore(sync): mirror docs from openclaw/openclaw@2f39e6df59
This commit is contained in:
parent
55799ed116
commit
9a896afa97
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "757aee4cdd5d91b1f6564b5e2044a412466cd784",
|
||||
"syncedAt": "2026-04-25T04:15:41.975Z"
|
||||
"sha": "2f39e6df5991a7bdc1458614e72124ed4282e042",
|
||||
"syncedAt": "2026-04-25T04:40:03.979Z"
|
||||
}
|
||||
|
||||
@ -214,6 +214,11 @@ Operational guidance:
|
||||
- Start child work once and wait for completion events instead of building poll
|
||||
loops around `sessions_list`, `sessions_history`, `/subagents list`, or
|
||||
`exec` sleep commands.
|
||||
- `sessions_list` and `/subagents list` keep child-session relationships focused
|
||||
on live work: live children remain attached, ended children stay visible for a
|
||||
short recent window, and stale store-only child links are ignored after their
|
||||
freshness window. This prevents old `spawnedBy` / `parentSessionKey` metadata
|
||||
from resurrecting ghost children after restart.
|
||||
- If a child completion event arrives after you already sent the final answer,
|
||||
the correct follow-up is the exact silent token `NO_REPLY` / `no_reply`.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user