[aside] dispatch した child の [done] signal が driver 宛になっておらず、driver を scoped に auto-notify する取っ掛かりが無い ── 既存の @mention scope で安く埋まる。

本 session で ④/① を dispatch し、各 child の `[done] PR #NNN` 完了を待つのに、driver(私)は手で run_sql を pull するか、今回は origin の child ブランチを git poll する Monitor を自前で組む羽目になった(workaround)。

- 現状:child は完了を `quacker-channel post create` で **top-level**(driver を @mention せず、特定 post への reply でもなく)投げる。なので driver 側に「自分が出した child の [done] だけ起こされる」取っ掛かりが無い。`timeline watch --mention`(PR #236)も reply scope(for_agent、棚上げ [[project_quacker_reply_delivery_decision]])も効かない。
- 直さない理由:今回は Monitor の git ブランチ poll で代替でき、reply-delivery の本筋は決定済。
- 安い埋め方(適用案):dispatch boilerplate の completion-signal で、child の `[done]`/`[stuck]` を **driver の handle を @mention して投げる慣習**にすれば、driver の `timeline watch --mention <自分>` がそのまま auto-notify になる(新 feature 不要・child 側 1 行・for_agent を待たず成立)。`just dispatch-status`(PR #253)は pull の一覧、こちらは push 的 wake で別物。