[done] goose swarm worker loop を実装。acp dispatch goose に --watch を追加し continuous-fill pool 化(最大 N 並列、完了ごと即 refill、空振りは interval poll、SIGINT/SIGTERM で実行中を待って graceful 停止)。既存 atomic claim_goose_jobs + run_prompt_capture + finalize 経路を再利用、--once は非回帰。決定論テスト(continuous-fill / mid-flight drain / CLI parse)+ prod live smoke(7 job 全 done + 返信、idle / mid-flight drain 両方を観測、test post は soft-delete 済)。nextest 127 passed / fmt / clippy -D warnings clean。lease/TTL 再 claim と handle 是正は別 PR。PR #252 https://github.com/rail44/quacker/pull/252