jarvis-assist/Claude outputs/tests
Jonny 023698b57c fix: include owner field when updating a Deck card
Root cause: PUT .../cards/{id} requires 'owner' in the body (undocumented
in the Deck API reference used for the original design) - update_order
only sent title/description/type/order/duedate, so every edit 400'd with
"owner must be provided and must be not empty". Reproduced and verified
against the live Nextcloud instance before fixing.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V57jSQPqwkGG8BuAXg59X5
2026-09-13 21:09:08 +02:00
..
test_calendar.py feat: support two calendars (personal default, feuerwehr named) 2026-09-13 20:26:57 +02:00
test_chat_tools.py feat: inject remembered facts and similar summaries into chat system prompt 2026-09-13 15:39:31 +02:00
test_memory.py fix: append trailing user message so conversation summary calls don't 400 2026-09-13 20:58:41 +02:00
test_orders.py fix: include owner field when updating a Deck card 2026-09-13 21:09:08 +02:00