# Version 2.4.1 Post-Lead Update Mode

This patch adds the recommended behavior for customers who text again after the lead was already generated and sent to the owner.

## Behavior

If owner SMS/email has already been sent, or the lead is already qualified/ready/booked, and the customer texts again:

1. The message is saved to the existing lead conversation.
2. The AI does not restart intake or over-talk.
3. The customer gets a short acknowledgement:
   "Thanks — I added that update to your request..."
4. The owner gets a concise Lead Update SMS only.
5. The dashboard marks the lead as Needs owner review / New update.
6. The dashboard auto-refresh sees the update.

## Owner update SMS

The owner SMS includes:

- Business name
- Customer name
- Customer phone
- Issue/service type
- Service address
- New message
- Status

The owner email remains the original full recap and is not resent for every update.

## New lead fields

- needs_owner_review
- post_lead_update_count
- last_customer_update_at
- last_owner_update_sms_at

## New status

- needs_review

## Logs

Look for:

- [Post-lead update mode]
- [Owner lead-update SMS check]
- [Owner lead-update SMS result]
- [Post-lead owner update notification failed]
