From 554d5e8f277dde3aff09072f86a0c5a4a312e628 Mon Sep 17 00:00:00 2001 From: Connor Rhodes Date: Wed, 29 Apr 2026 02:48:26 +0000 Subject: [PATCH] update for this is law --- log-work-expense/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log-work-expense/SKILL.md b/log-work-expense/SKILL.md index c3ece5c..f38a955 100644 --- a/log-work-expense/SKILL.md +++ b/log-work-expense/SKILL.md @@ -16,9 +16,9 @@ Log work expenses into `wip.work_expenses` via `scripts/log_expense.py`. 1. **Classify images** — Run each image through `scripts/classify_image.py ` to determine if it is a `receipt` or `odometer`. The script outputs exactly one word. - ⚠️ **Do NOT analyze receipt/odometer images yourself.** Do not extract merchant names, amounts, item details, or calculate mileage. Only classify and upload. The note field should contain only what the user provides or minimal context — never information you derived from reading the images. + ⚠️ **Do NOT analyze receipt/odometer images yourself.** Do not extract merchant names, amounts, item details, or calculate mileage. Do not analyze odometer photos to figure out which image comes first. Do not analyze receipts to get dates from the receipts. You are only allowed to run the image classification script. Do not examine the images yourself. THIS IS LAW! -2. **Determine type and account** — The user provides the expense type and account (e.g. "meals and mileage for LTISD"). Ask if unclear. +2. **Determine type and account** — The user provides the expense type and account in their verbal prompt to you (e.g. "meals and mileage for LTISD"). Ask if unclear. 3. **Upload images to S2** — Upload all images to S2 and collect the URLs.