Commit graph

3 commits

Author SHA1 Message Date
a17dcc8c55 feat(tasks): add background task scheduler for LLM expiry fallback
Uses circuitforge_core.tasks.scheduler. VRAM detection via cf-orch when
available, falling back to unlimited. Adds expiry_llm_fallback task type
to background-predict expiry dates for items the LUT doesn't cover.
2026-03-31 09:25:48 -07:00
0aa36b02ac fix: remove .env from tracking (contains DIRECTUS_JWT_SECRET)
.gitignore already excludes .env — was accidentally included in initial commit.
DIRECTUS_JWT_SECRET is present in git history and should be rotated before push.
2026-03-30 22:21:19 -07:00
c166e5216a chore: initial commit — kiwi Phase 2 complete
Pantry tracker app with:
- FastAPI backend + Vue 3 SPA frontend
- SQLite via circuitforge-core (migrations 001-005)
- Inventory CRUD, barcode scan, receipt OCR pipeline
- Expiry prediction (deterministic + LLM fallback)
- CF-core tier system integration
- Cloud session support (menagerie)
2026-03-30 22:20:48 -07:00