- msh-status: Show outstanding amount instead of total submitted
- msh-make-claims: Track outstanding_amount in metadata
- msh-check-claims: Capture deductible/explanation info for partial reimbursements
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Changed from single-invoice mode to batch mode that automatically
processes all invoices in received folders sequentially. This
eliminates the need for the bash script approach which didn't work
due to MCP tools not being available in background processes.
Key changes:
- Process all invoices in ~/Downloads/bills/received, paid/ and unpaid/
- Sequential processing with error handling to continue on failures
- Cookie banner dismissal only needed once per batch
- Final summary with success/failure counts
Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>