Tasks · desk · Reformatting
Load the stock count into Square's item import
square-inventory-import · timeout 1200 s · source
The ask
Sent verbatim as the prompt. The agent works in a copy of the workspace below and sees nothing else.
We're switching the till to Square. Can you turn our September stock count into Square's item import? Prices are in the old register export, and Leila's setup notes and Square's template are in the folder. Save it as square_items.csv.
Workspace
- registerone_price_export.csv
- square_item_import_template.csv
- square_setup_notes.txt
- stock_count_2026-09.xlsx
Expected deliverables
- square_items.csv
Checks
The task passes only when every required check passes. Reference answers, tolerances, and the planted traps are in the repository, not here.
| Check | Type | Required | Failed (frozen) / 6 |
|---|---|---|---|
| Square template columns, exact order | csv_columns | yes | 0 |
| one row per variation | csv_set_equal | yes | 0 |
| row count | csv_row_count | yes | 0 |
| item and variation names | csv_values_match | yes | 0 |
| price in dollars | csv_values_match | yes | 0 |
| category | csv_values_match | yes | 0 |
| quantity on hand | csv_values_match | yes | 0 |
Recorded results, complete desk comparison
pass pass, frozen scorer only fail timed out
| System | Repetitions | Frozen / 3 | Raw / 3 | Median minutes | Mean cost (USD) |
|---|---|---|---|---|---|
| Proto / DeepSeek V4.1 Flash | 3 | 3 | 0.9 | 0.0128 | |
| Codex / GPT-5.6 sol | 3 | 3 | 1.7 | 0.1925 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "square-inventory-import".