jobhunt-platform/apps/web
hermes aa858bd2c1
Some checks failed
CI / api-tests (push) Failing after 32s
CI / package-tests (push) Failing after 38s
CI / web-tests (push) Failing after 36s
Screenshot pipeline + fixes found under real render (CORS, batch state stomp, prompt-aware cv_tailor mock)
- scripts/screenshots.py + scripts/Dockerfile.shots: playwright-in-compose
  runner, 7 demo shots against the seeded stack (DinD-safe, output volume)
- docker-compose.yml: api + web services (nginx SPA + /api proxy-less via
  build-arg VITE_API_BASE), shots service with volume output
- apps/api: add CORSMiddleware (SPA origin web:80 could not read api:8000),
  batch scoring now refuses to rewrite applications beyond
  discovered/scored (kanban page load previously reset sent/interviewing
  to scored), prompt-aware cv_tailor mock so demo passes hallucination
  guard, hallucination-guard tests repointed to monkeypatched run_task
- apps/web: Applications kanban batches only unscored applications, red
  flag display falls back to stored rationale
- 159 api tests + 14 web tests green after fixes
2026-07-30 21:40:14 +00:00
..
src Screenshot pipeline + fixes found under real render (CORS, batch state stomp, prompt-aware cv_tailor mock) 2026-07-30 21:40:14 +00:00
.gitkeep Bootstrap: README, ADR-0001 (LLM at decision points), data model, API contract, worker task cards 2026-07-30 17:56:07 +00:00
Dockerfile Screenshot pipeline + fixes found under real render (CORS, batch state stomp, prompt-aware cv_tailor mock) 2026-07-30 21:40:14 +00:00
index.html T3: apps/web frontend shell (Vue 3 + Vite + TypeScript + Pinia + vue-router + Tailwind) 2026-07-30 18:00:55 +00:00
nginx.conf Screenshot pipeline + fixes found under real render (CORS, batch state stomp, prompt-aware cv_tailor mock) 2026-07-30 21:40:14 +00:00
package-lock.json T3: apps/web frontend shell (Vue 3 + Vite + TypeScript + Pinia + vue-router + Tailwind) 2026-07-30 18:00:55 +00:00
package.json T3: apps/web frontend shell (Vue 3 + Vite + TypeScript + Pinia + vue-router + Tailwind) 2026-07-30 18:00:55 +00:00
postcss.config.js T3: apps/web frontend shell (Vue 3 + Vite + TypeScript + Pinia + vue-router + Tailwind) 2026-07-30 18:00:55 +00:00
tailwind.config.js T3: apps/web frontend shell (Vue 3 + Vite + TypeScript + Pinia + vue-router + Tailwind) 2026-07-30 18:00:55 +00:00
tsconfig.json T3: apps/web frontend shell (Vue 3 + Vite + TypeScript + Pinia + vue-router + Tailwind) 2026-07-30 18:00:55 +00:00
tsconfig.node.json T3: apps/web frontend shell (Vue 3 + Vite + TypeScript + Pinia + vue-router + Tailwind) 2026-07-30 18:00:55 +00:00
vite.config.ts T3: apps/web frontend shell (Vue 3 + Vite + TypeScript + Pinia + vue-router + Tailwind) 2026-07-30 18:00:55 +00:00
vitest.config.ts T3: apps/web frontend shell (Vue 3 + Vite + TypeScript + Pinia + vue-router + Tailwind) 2026-07-30 18:00:55 +00:00