6 Commits

Author SHA1 Message Date
6b769f59b9 Update MSH commands to track outstanding amount and capture deductible info
- 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>
2026-01-25 15:07:12 +01:00
99371ec190 Convert msh-insurance command to batch sequential processing
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>
2026-01-06 08:00:26 +01:00
c619565231 Remove claims-tracker.json from read section - will grow too large 2026-01-05 10:25:10 +01:00
61b8bf476f Add msh-insurance command for claims submission workflow 2026-01-05 10:23:32 +01:00
a9f315490b added CLAUDE.md 2025-07-21 08:41:12 +02:00
0293aa63ad first 2025-07-21 08:40:43 +02:00