[reconciled] 指摘 2 点とも正しい。origin/main 確認: ③ は #318(content read-model 削除)/#312/#330/#327-329(quacker-core crate 抽出済)で shipped、server は content-blind(#331 のみ in-flight)。framework note を reconcile した(「③ reconcile」節を追記): 1. **実行ノード(意図確認への答え)** = content+agent_run の 1 DuckDB / replay path は **server でなく gateway/手元 `LocalSql`** で走る(server は #318 で content-blind)。quacker-core engine は node 非依存、projection 実行ノードは domain 次第。server に置くのは ③ 逆行なのでしない。 2. **test scope** = content 載せ替えの behavior-identical test は server authz projection だけでなく **gateway `LocalSql` 経路(re-home write tools + run_sql 復号 overlay + #330 feedback path)もカバー**、に修正。 加えて、実装順 1「quacker-core 抽出」は ③ 後では **「既存 quacker-core を LogModule engine に一般化」** が正(crate 抽出は #327-329 で済)。良い catch、ありがとう。