437a9c3f55
docs: add Survey Assistant Vue SPA design spec
2026-03-20 22:43:57 -07:00
26484f111c
docs: add interview prep Vue implementation plan
2026-03-20 18:00:07 -07:00
0e1dd29938
docs: add interview prep Vue SPA design spec
2026-03-20 17:46:05 -07:00
11a8441fed
docs: add digest queue implementation plan
2026-03-20 02:19:44 -07:00
24a16ee4b0
docs: add digest scrape queue design spec
2026-03-19 20:28:23 -07:00
e8b47fa60a
plan: signal banner redesign — expandable email + reclassify chips
2026-03-19 17:22:46 -07:00
f4dd99a136
docs: fix signal banner spec — neutral two-call path, Map reactivity, type union notes
2026-03-19 17:12:19 -07:00
168d2b7a4a
docs: spec for signal banner expandable email and re-classification UI
2026-03-19 17:07:55 -07:00
60383281fb
docs: add interviews improvements implementation plan
2026-03-19 09:46:20 -07:00
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
b663458b28
docs(apply): fix plan review issues (onUnmounted, mq listener cleanup, job-row__sep CSS)
2026-03-19 08:00:35 -07:00
025e53da00
docs(apply): add implementation plan for desktop split-pane
2026-03-19 07:57:55 -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
3baed0c9b2
feat(e2e): add E2E test harness implementation plan
...
Multi-mode Playwright/pytest plan covering demo/cloud/local.
Addresses reviewer feedback: test isolation, JWT route refresh,
2000ms settle window, stAlert detection, tab collision fix,
instance availability guard, background_tasks seeding.
2026-03-16 22:53:49 -07:00
4d08e64acf
docs: update spec — Jobgether discovery scraper not viable (Cloudflare + robots.txt)
2026-03-15 09:45:50 -07:00
fc6ef88a05
docs: add Jobgether integration implementation plan
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
eef2478948
docs: add LLM queue optimizer implementation plan
...
11-task TDD plan across 3 reviewed chunks. Covers:
- reset_running_tasks() db helper
- TaskScheduler skeleton + __init__ + enqueue + loop + workers
- Thread-safe singleton, durability, submit_task routing shim
- app.py startup change + full suite verification
2026-03-14 17:11:49 -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