- Timed proposal collection — the real matching loop. After outreach, proposals are collected against a deadline that shrinks as valid (LLM quality-checked, fit-score-gated) proposals arrive — one buys up to an hour, two narrows to 15 minutes, three or more to five, each window replacing the last. The run reaches 6 talents and replaces decliners / no-shows up to 12, then presents (reveals the finalists + closes the rest) the moment the deadline elapses or every thread resolves with a valid proposal.
- Graceful fallback. When 12 talents yield nothing valid, or the client rejects every proposal, the run falls back to Fiverr search / Job Post instead of dead-ending. Every timer is a deferred queue job, never a polling loop (
concierge_deadline / concierge_silence + a /fallback route; migration 0031).
- Admin debug, scaled. The agent-debug turns list and global feed now show the readable project name + owner (a projects → users join), search is server-side across every turn (not just the loaded page), and both lists infinite-scroll older turns by a keyset cursor.
- Crew. Avishay's results carousel + concierge mock dashboard with discovering animations and the picked-talent state (#58); amos's auth fixes carry the guest id through the upsell sign-in so the in-progress project survives the round-trip; Tzafrir documents the daily repo scan and tells agents to check Issues/PRs first (#60).
Fri–Sat (12–13 Jun) were the weekend — no commits.