v0.9.0 — Host-token architecture
The full outreach pipeline now runs on the host Claude's tokens by default — no ANTHROPIC_API_KEY topup needed (#50). The Anthropic-API orchestrator is retained as the explicit --api headless fallback.
Highlights
- Host-token everything: find→classify→ingest, drafting, next-move, critic, and the default
/network-runorchestration all run on host tokens via deterministic Bash bridges +model: sonnetsubagents. Python stays the deterministic tool layer (context builders + safety gates + persistence). network_run_hostplanner drives the loop (plan/select);/network-runis host-default,--apifalls back torun_pipeline.- Validated end-to-end in-Claude; two bugs found & fixed (#64 loop-stall, #65 came-across critic contradiction).
- Folds in #24 (import-layer hardening), #20 (exit-gate harness — partial), #19 (reply-aware next-move).
Notes
- #20's live exit-gate run is waived for this release (harness ships; live run deferred on Anthropic credit).
Repo 98.85% line+branch, 1139 tests green. See CHANGELOG for full detail.