Commit graph

9 commits

Author SHA1 Message Date
cbdbed9a8e docs(interviews): fix spec review issues (SQL column, emit signature, stage mapping, event_rescheduled) 2026-03-19 09:32:26 -07:00
12f714abb8 docs(interviews): spec for applied collapsible, email sync pill, stage signal banners 2026-03-19 09:24:18 -07:00
84e6ec1f43 docs(apply): fix spec review issues (overflow:clip, CSS var, threshold note) 2026-03-19 07:45:16 -07:00
5959860deb docs(apply): add split-pane desktop layout design spec 2026-03-19 07:37:34 -07:00
4d08e64acf docs: update spec — Jobgether discovery scraper not viable (Cloudflare + robots.txt) 2026-03-15 09:45:50 -07:00
952b21377f docs: add cover letter recruiter framing to Jobgether spec 2026-03-15 09:45:50 -07:00
9c87ed1cf2 docs: add Jobgether integration design spec 2026-03-15 09:45:50 -07:00
beb1553821 docs: revise queue optimizer spec after review
Addresses 16 review findings across two passes:
- Clarify _active.pop/double-decrement non-issue
- Fix app.py change target (inline SQL, not kill_stuck_tasks)
- Scope durability to LLM types only
- Add _budgets to state table with load logic
- Fix singleton safety explanation (lock, not GIL)
- Ghost row fix: mark dropped tasks failed in DB
- Document static _available_vram as known limitation
- Fix test_llm_tasks_batch_by_type description
- Eliminate circular import via routing split in submit_task()
- Add missing budget warning at construction
2026-03-14 16:46:38 -07:00
61dc2122e4 docs: add LLM queue optimizer design spec
Resource-aware batch scheduler for LLM tasks. Closes #2.
2026-03-14 16:38:47 -07:00