docs(convoy): flip shipped statuses (scanner-desktop-layout, reconcile-historical-add-scripts)

- scanner-desktop-layout: open -> shipped; adds As-shipped section
  (PR #165, squash 938c161, 2026-08-15) with post-merge follow-up refs.
- reconcile-historical-add-scripts: open -> shipped to match its
  existing As-shipped section and ship-readiness RESOLVED entry.
This commit is contained in:
Randall Stillwell 2026-08-23 22:27:54 -05:00
parent ca3b8a78c2
commit 95c2f6003b
2 changed files with 15 additions and 2 deletions

View file

@ -17,7 +17,7 @@ skip:
- role-a11y-auditor - role-a11y-auditor
- role-ux-reviewer - role-ux-reviewer
- role-ia-architect - role-ia-architect
status: open status: shipped
created: 2026-06-14 created: 2026-06-14
parent: migration-tool parent: migration-tool
addresses: migration-tool § R1 (prod schema drift from setup-neon-db.js DDL) addresses: migration-tool § R1 (prod schema drift from setup-neon-db.js DDL)

View file

@ -9,7 +9,7 @@ success_metric: |
Scans / Scan Queue / Duplicates — without regressing the mobile Scans / Scan Queue / Duplicates — without regressing the mobile
immersive checkout. immersive checkout.
skip: [] skip: []
status: open status: shipped
created: 2026-08-15 created: 2026-08-15
depends_on: depends_on:
- scanner-mobile-checkout - scanner-mobile-checkout
@ -887,3 +887,16 @@ slice_dependencies:
5. **No new packages** — dep-set check N/A; all primitives exist (`Modal`, `GlassSurface`, `Button`). 5. **No new packages** — dep-set check N/A; all primitives exist (`Modal`, `GlassSurface`, `Button`).
6. **Gallery batch path verified:** `identifyFromGalleryFile` exists in 6. **Gallery batch path verified:** `identifyFromGalleryFile` exists in
`use-scanner-identification.js` (line 326) — Brief 5 wraps it sequentially. `use-scanner-identification.js` (line 326) — Brief 5 wraps it sequentially.
## As-shipped
Shipped 2026-08-15 as PR #165 (squash `938c161`, commit subject
`feat(scanner): add desktop workstation layout (#165)`). All six briefs'
surfaces landed: md+ workstation chrome, device picker, Upload Image,
Batch Scan, Auto-detect toggle, live match inspector, and the bottom
Recent Scans / Scan Queue / Duplicates strip; mobile immersive checkout
unchanged below `md`.
Related post-merge scanner fixes on adjacent convoys (not this scope):
#166 (multi-card flow + frame overlay + rate limits) and #167 (manual
tap-to-scan shutter).