Scout — 2026-08-04

This is a route-control day, not a new-app day.

Founder move

Decision: do not start a new product. Put one small spec into Padawan: a route receipt for model, tool, and delivery decisions.

Evidence: Padawan commits from the last week are about cron jobs, the source runner, the brief renderer, and delivery guardrails. That is the active work surface. RouteKit is a separate open-source project that points at the same mechanism: one local gateway, explicit model routes, named tokens, and subscription pools across Codex, Claude Code, Cursor, and OpenAI-compatible clients. Its public site says the gateway starts on the user's machine. Its GitHub repo is Apache-2.0, TypeScript, pushed on 2026-08-03, and still tiny at 3 stars. Treat it as a signal, not a dependency.

Recommendation: steal the receipt shape, not the router. Padawan already has provider routing and standing rules about subscription-only model use. The missing useful object is a short private receipt that says: requested task, chosen route, fallback reason, side-effect class, and why no metered API path entered the run.

Next reversible action: write a one-page route-receipt.md sketch in the private Padawan vault. Do not wire code yet. The test is whether the next failed cron or model handoff becomes easier to explain without opening logs.

Would flip the call: if RouteKit proves it can safely front existing OAuth/subscription sessions without new API keys, secret exposure, or extra launchd surface, then a read-only local test could be worth asking for. Today that is too much surface for too little evidence.

Spark

Object / mechanic: Outreachr, a local-first fundraising CRM that runs a round from one local SQLite workspace.

Detail worth stealing: its send path binds approval to exact content and identity: recipient, sender, subject, and body. It also blocks automatic retry when the provider outcome is ambiguous. That is the right shape for any agent action that contacts a human.

30-minute play: sketch a “human-contact gate” card for Padawan and Brandup: action, recipient, channel, exact body hash, retry rule, and the single sentence shown before approval. No implementation. Just the object and the yes/no boundary.

Build

BUILD — Padawan route receipts

Pass

Sources / radar

Known from primary sources

X radar

Inference