• Joined on 2023-01-02
steve created branch test/seed-lots-api in steve/pansy 2026-07-21 22:16:42 +00:00
steve pushed to test/seed-lots-api at steve/pansy 2026-07-21 22:16:42 +00:00
8552f1d152 API-level tests for the /seed-lots route group (#83)
steve created pull request steve/pansy#87 2026-07-21 22:14:33 +00:00
Clear the SSE write deadline so an agent turn can outlive WriteTimeout
steve created branch fix/sse-write-deadline in steve/pansy 2026-07-21 22:14:14 +00:00
steve pushed to fix/sse-write-deadline at steve/pansy 2026-07-21 22:14:14 +00:00
7088f382bc Clear the SSE write deadline so a turn can outlive WriteTimeout (#78)
steve opened issue steve/pansy#86 2026-07-21 22:10:54 +00:00
Epic: v3 — Settings, seed packet capture, and the gaps a sweep turned up
steve opened issue steve/pansy#85 2026-07-21 22:10:25 +00:00
Smaller rough edges: 100vh on mobile, unbounded history growth, agent toolbox gaps, and four UI/doc fixes
steve opened issue steve/pansy#84 2026-07-21 22:09:56 +00:00
The canvas is unreachable by keyboard: arrow-key nudging exists but nothing can select without a pointer
steve opened issue steve/pansy#83 2026-07-21 22:09:39 +00:00
The /seed-lots route group has no API-level tests — the exact gap the journal routes shipped through
steve opened issue steve/pansy#82 2026-07-21 22:09:23 +00:00
Bed filling and clearing are reachable only through the agent — and the UI's clear-bed writes N change sets
steve opened issue steve/pansy#81 2026-07-21 22:09:04 +00:00
Seed packet capture: photograph a packet, extract it with a vision model, create the plant and the lot
steve opened issue steve/pansy#80 2026-07-21 22:08:29 +00:00
Image normalization on upload: decode HEIC/webp and re-encode to JPEG, without breaking CGO_ENABLED=0
steve opened issue steve/pansy#79 2026-07-21 22:08:03 +00:00
Admin-gated Settings section: move model selection out of env, and enforce is_admin for the first time
steve opened issue steve/pansy#78 2026-07-21 22:07:25 +00:00
WriteTimeout: 30s silently truncates every agent turn over 30 seconds — the keep-alive from #73 can never work
steve opened issue steve/pansy#77 2026-07-21 21:59:03 +00:00
The clump model can't draw a real planting: a filled bed is 3 blobs per row, not 8 rows of garlic
steve pushed to main at steve/pansy 2026-07-21 18:28:19 +00:00
437c535cd1 Fill: honour the half-spacing edge rule when packing plops (#76)
07d598cffd Address fifth round of Gadfly findings on #76
958b90ebc6 Address fourth round of Gadfly findings on #76
28af101634 Address third round of Gadfly findings on #76
70ff970672 Address second round of Gadfly findings on #76
Compare 8 commits »
steve merged pull request steve/pansy#76 2026-07-21 18:28:18 +00:00
Fill: honour the half-spacing edge rule when packing plops
steve closed issue steve/pansy#75 2026-07-21 18:28:18 +00:00
Fill packs plops against the bed edge wrong: full-pitch indent on staggered rows, overhang on the far edge
steve pushed to fix/fill-edge-spacing at steve/pansy 2026-07-21 18:27:59 +00:00
07d598cffd Address fifth round of Gadfly findings on #76
steve commented on pull request steve/pansy#76 2026-07-21 18:04:11 +00:00
Fill: honour the half-spacing edge rule when packing plops

@gadfly review

Round 4, all three taken:

  • Doc paragraphs merged without a separator. The count/limit contract ran straight on from the #75 anti-regression paragraph, so its opening "It"…