pyr0ball
pyr0ball commented on issue Circuit-Forge/kiwi#8 2026-04-02 22:14:01 -07:00
Recipe engine: dietary constraints, glycemic limiter, and nutrition panel

Closing — dietary constraints (vegan/vegetarian/gluten-free/dairy-free/etc.), allergy list, and per-serving nutrition panel (kcal, fat, protein, carbs, fiber, sugar, sodium) are all wired.…

pyr0ball commented on issue Circuit-Forge/kiwi#4 2026-04-02 22:14:01 -07:00
Phase 3: Kiwi-specific features (recipe engine)

Closing — recipe engine fully implemented:

  • Levels 1-4 (corpus match, LLM assist, style adapter)
  • Dietary constraints + allergies
  • Assembly template system (13 templates: burrito, stir fry,…
pyr0ball commented on issue Circuit-Forge/kiwi#10 2026-04-02 22:14:01 -07:00
Wire receipt OCR to cf-docuvision managed service

Closing — DocuvisionClient added with fast-path OCR in app/api/endpoints/ocr.py. Receipt upload triggers cf-docuvision when available, falls back to local pipeline. Shipped in commit 7aebe96.

pyr0ball closed issue Circuit-Forge/kiwi#10 2026-04-02 22:13:45 -07:00
Wire receipt OCR to cf-docuvision managed service
pyr0ball closed issue Circuit-Forge/kiwi#8 2026-04-02 22:13:41 -07:00
Recipe engine: dietary constraints, glycemic limiter, and nutrition panel
pyr0ball closed issue Circuit-Forge/kiwi#4 2026-04-02 22:13:38 -07:00
Phase 3: Kiwi-specific features (recipe engine)
pyr0ball pushed to feature/orch-auto-lifecycle at Circuit-Forge/kiwi 2026-04-02 22:13:02 -07:00
8b7f4e7ea2 chore: inventory endpoint cleanup, expiry predictor, tiers, gitignore test artifacts
a22a249280 feat(frontend): recipe UI — filters, dismissal, load more, prep notes, nutrition chips
07450bf59f feat: recipe engine — assembly templates, prep notes, FTS fixes, texture backfill
Compare 3 commits »
pyr0ball pushed to main at Circuit-Forge/buddymon 2026-04-02 22:11:32 -07:00
6a81392074 feat: expand encounter triggers — git ops, installs, test events, test files
pyr0ball opened issue Circuit-Forge/kiwi#12 2026-04-02 21:54:31 -07:00
Track partial consumption / sub-unit inventory for multi-pack items
pyr0ball opened issue Circuit-Forge/snipe#16 2026-04-02 19:32:16 -07:00
feat: Add eBay affiliate link injection to listing URLs
pyr0ball closed issue Circuit-Forge/peregrine#61 2026-04-02 19:26:32 -07:00
[Vue] Job Review: cover letter generation missing from approved tab
pyr0ball closed issue Circuit-Forge/peregrine#50 2026-04-02 19:26:31 -07:00
[Vue] Job Review: missing sidebar filters, sorts, and email leads
pyr0ball closed issue Circuit-Forge/peregrine#54 2026-04-02 19:26:31 -07:00
[Vue] Interviews: company research modal missing
pyr0ball pushed to main at Circuit-Forge/peregrine 2026-04-02 19:26:21 -07:00
b79d13b4f2 feat(vue): parity gaps #50, #54, #61 — sort/filter, research modal, draft CL button
pyr0ball commented on issue Circuit-Forge/peregrine#52 2026-04-02 19:15:02 -07:00
[Vue] Apply Workspace: cover letter PDF export missing

This is already implemented. GET /api/jobs/{id}/cover_letter/pdf exists in dev-api.py (line 574) and the Download PDF button is wired in ApplyWorkspace.vue. Closing as done.

pyr0ball closed issue Circuit-Forge/peregrine#52 2026-04-02 19:15:02 -07:00
[Vue] Apply Workspace: cover letter PDF export missing
pyr0ball pushed tag v0.8.5 to Circuit-Forge/peregrine 2026-04-02 18:47:35 -07:00
pyr0ball pushed to main at Circuit-Forge/peregrine 2026-04-02 18:47:35 -07:00
5f4eecbc02 chore(release): v0.8.5
pyr0ball pushed to main at Circuit-Forge/peregrine 2026-04-02 18:46:44 -07:00
9069447cfc Merge pull request 'feat(wizard): Vue onboarding wizard + user config isolation fixes' (#65) from feature/vue-wizard into main
deeba0211d fix(isolation): 4 user config isolation + resume upload bugs
e0828677a4 feat(wizard): Vue onboarding wizard — all 7 steps + router wiring
104c1e8581 feat(wizard): add Vue wizard API endpoints and wizardComplete/isDemo to app config
Compare 4 commits »
pyr0ball merged pull request Circuit-Forge/peregrine#65 2026-04-02 18:46:43 -07:00
feat(wizard): Vue onboarding wizard + user config isolation fixes