* fix(entitlements): close paywall leaks on interactive bank, SKV, and email routes
The capability gate covered crons, MCP tools, and invoice send, but four
interactive server paths still bypassed it ahead of the 2026-07-07 trial
cutover:
- enable-banking POST /connect and /sync (bank_sync)
- skatteverket authorize/validate/draft/lock/submit/spara/las/kontrollera/
skattekonto-sync (skatteverket); unlock and all reads stay free, and the
AGI/VAT file download path remains ungated per the manual-filing decision
- salary payslip email send (email_send)
- recurring-invoice auto-send (email_send); the invoice is still created,
only the email is withheld (freeze-and-retain)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* test(entitlements): pin unlock routes as paywall-free recovery paths
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>