Tuesday, 10:42 · a question in a channel
Someone asks, and the engineers keep coding.
The host opens an Act-mode inquiry in that project’s checkout, reacts to the message, posts a placeholder, and edits it into the answer when the turn settles. Act mode changes nothing on disk, and it can still file a ticket.
- The question reaches the agent exactly as typed
- A follow-up in the same thread joins the discussion already in progress
- The footer names the project, the commit, the branch, and the mode
@PRCHD a customer says the export email never arrives when their report is large. Is that a limit we set, or the mail provider?
eyes · PRCHD
Working on it…
Ours. An export over 40 MB is dropped from the email path and delivered as a signed download link instead. The link email is sent by the same worker, so a failure there looks identical to a missing export.
The threshold is a per-project environment value, read at launch — not a provider setting. It is applied in workers/export_mailer.rb.

