Scope Afia assistant to Ladill Transfer.
Deploy Ladill Transfer / deploy (push) Successful in 45s

Replace Mini/QR Plus copy and system prompt with Transfer file-sharing context, suggestions, and dashboard metrics.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 10:11:27 +00:00
co-authored by Cursor
parent de999851d0
commit b09a72cefc
6 changed files with 82 additions and 57 deletions
@@ -26,7 +26,7 @@ class AccountController extends Controller
}
$balanceMinor = $this->billing->balanceMinor($publicId);
$ledger = $this->billing->serviceLedger($publicId, config('billing.service', 'mini'));
$ledger = $this->billing->serviceLedger($publicId, config('billing.service', 'transfer'));
return [$balanceMinor, $ledger];
}