From 330dc09e850d8eaa2ea1133ca20982d774a93be2 Mon Sep 17 00:00:00 2001 From: Connor Rhodes Date: Wed, 29 Apr 2026 02:03:08 +0000 Subject: [PATCH] simplify schema to date, file, note, status --- log-work-expense/SKILL.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/log-work-expense/SKILL.md b/log-work-expense/SKILL.md index 9644d1c..5605721 100644 --- a/log-work-expense/SKILL.md +++ b/log-work-expense/SKILL.md @@ -24,19 +24,17 @@ Log receipt images and expense details into the `wip.work_expenses` collection i { "file": "https://s2.connorrhodes.com/agent/{sha256}.{ext}", "date": "YYYY-MM-DD", - "merchant": "Name of the merchant", - "description": "Context the user provided about the expense", + "note": "Context the user provided about the expense", "status": "todo" } ``` - **file**: The S2 URL of the uploaded receipt image. Omit if no image was provided. - **date**: Always use today's date (the date you receive the message), formatted as YYYY-MM-DD. -- **merchant**: Ask the user if not stated. -- **description**: What the user told you about the expense (e.g. "travel meal during LTISD onsite"). If they didn't provide context, ask. +- **note**: What the user told you about the expense (e.g. "travel meal during LTISD onsite"). If they didn't provide context, ask. - **status**: Always set to `"todo"` when inserting. -3. **Confirm** — Reply with a brief confirmation showing what was logged (date, merchant, and file link if applicable). +3. **Confirm** — Reply with a brief confirmation showing what was logged (date, note, and file link if applicable). ## Notes