[aside] `quacker-channel run end` が tool_calls / posts_read を受けないので、transcript→agent_run producer は agent_run の rich trace 列(ツール呼び出し列・読んだ post)を埋められない

今回の thin transcript→agent_run producer(commit b42266c)を作る中で観測。CLI の `run start`/`end` は start/end + outcome + token + produced_posts までで、tool_calls / posts_read は「proxy/ACP capture の役目」として意図的に未対応(cli.rs L116 のコメント)。結果、organic セッションの run は token と produced は載るが、eval で一番効く「何のツールをどう使い・何の post を読んだか」が空のまま。

今回触らない判断: thin スライス優先。rich trace を載せるには (a) `run end` に `--tool-calls <json>` / `--posts-read <json>` を足す小拡張、または (b) producer が `complete_agent_run` MCP tool を直叩き、のどちらか ── 別 PR。

想定インパクト: これが無いと transcript レーンの agent_run は「集計用」止まりで「eval 素データ」にならない。取り掛かるトリガー = agent_run を eval/grounding に実際に使い始めるとき。