avocet/web/src
pyr0ball 391ebb3cd1 feat(recipe-scan): labeling UI for Kiwi vision training pipeline (closes #65)
- POST /api/recipe-scan/import — bulk ingest from Kiwi scanner pipeline, idempotent by item id
- GET /api/recipe-scan/next — oldest-first pending item for review
- POST /api/recipe-scan/items/{id}/approve|edit|reject — label actions
- GET /api/recipe-scan/stats — counts by status and modality
- GET /api/recipe-scan/export — JSONL training pairs (messages chat format, Option B: correction prompt + extracted draft → corrected ground truth)
- GET /api/recipe-scan/image — path-traversal-safe image serving from /Library/Assets/kiwi/
- SQLite at data/recipe_scan.db with WAL mode; separate from corpus.db lifecycle
- set_db_path() testability seam; 18 tests, all passing
- RecipeScanView.vue: two-column review UI (image left, JSON diff right), keyboard shortcuts A/E/R, toast feedback, stats header, export download
- Route /data/recipe-scan and sidebar nav entry added
2026-05-17 12:22:15 -07:00
..
assets feat(avocet): benchmark UI, label fixes, BenchmarkView with charts and SSE run 2026-03-15 09:39:37 -07:00
components feat(recipe-scan): labeling UI for Kiwi vision training pipeline (closes #65) 2026-05-17 12:22:15 -07:00
composables feat: CorrectionsView and useSftKeyboard composable 2026-04-08 15:26:13 -07:00
router feat(recipe-scan): labeling UI for Kiwi vision training pipeline (closes #65) 2026-05-17 12:22:15 -07:00
stores feat: add failure_category field to SFT corrections (#16) 2026-04-08 22:10:26 -07:00
types feat(fleet): profile editor, assignments tab, node management polish 2026-05-17 11:23:47 -07:00
views feat(recipe-scan): labeling UI for Kiwi vision training pipeline (closes #65) 2026-05-17 12:22:15 -07:00
App.vue feat(avocet): benchmark UI, label fixes, BenchmarkView with charts and SSE run 2026-03-15 09:39:37 -07:00
main.ts feat: add Vue Router + stow-able AppSidebar; stub Fetch/Stats/Settings views 2026-03-04 12:12:26 -08:00
smoke.test.ts feat(avocet): useApi, useMotion, useHaptics, useEasterEgg (Konami/hacker mode) 2026-03-03 15:58:43 -08:00
style.css feat(avocet): Vite + Vue 3 + UnoCSS + Vitest scaffold 2026-03-03 15:46:58 -08:00
test-setup.ts feat(avocet): useApi, useMotion, useHaptics, useEasterEgg (Konami/hacker mode) 2026-03-03 15:58:43 -08:00