Commit graph

10 commits

Author SHA1 Message Date
hermes
9be1fd991b WS1: fix date parsing in seed counts (integration lead commit after worker iteration limit) 2026-07-30 21:15:11 +00:00
hermes
ba51a00f2b WS1: Add 8 extended seed-demo tests (cluster, deadlines, red flags, suggestions, notifications, telemetry, artifacts) 2026-07-30 21:10:30 +00:00
hermes
71a16d35ed WS1: Extend seed-demo with agency cluster, deadlines, red flags, artifacts, telemetry, suggestions, notifications 2026-07-30 21:10:18 +00:00
hermes
d8967f29f0 WB1: add >=20 tests for cluster, tailor-cv, deadline integration
Some checks failed
CI / api-tests (push) Failing after 26s
CI / package-tests (push) Failing after 42s
CI / web-tests (push) Failing after 43s
2026-07-30 20:53:21 +00:00
hermes
b3a1f588ef WB1: migration 004, cluster assignment, GET /clusters, tailor-cv endpoint, deadline integration, Dockerfile.test matching install 2026-07-30 20:52:25 +00:00
hermes
05ba99cb4b WA1: add 35 tests for email watch, notifications, suggestions, digest 2026-07-30 20:41:27 +00:00
hermes
6c38de5fed WA1: migration 003, imap_watch, notify, scheduler jobs, suggestions+notifications endpoints, email_classify mock 2026-07-30 20:40:03 +00:00
hermes
3035e4eac9 W2: api v1 features (CV import, AF fetch, batch scoring, today/nudges, interview prep, SMTP+clipboard transports, scheduler, 90 tests)
Implements docs/api-contract-v2.md. Migration 002 adds follow-up fields.
EchoTransport replaced by SMTP->Clipboard selection behind unchanged approval gate.
Scheduler (APScheduler) daily 07:00 fetch+score, env-gated, default off.
Test image installs workspace packages; build context moved to repo root.
Recovered and committed by integration lead after W2 worker hit iteration limit.
2026-07-30 18:29:17 +00:00
hermes
17759ef564 T1: FastAPI backend core (models, state machine, approval gate) + compose test runner
- apps/api: psycopg v3 repositories, schema.sql + migration runner, state machine
  implementing the data-model transition table, approval gate with sha256 hash
  match + 24h expiry enforced at send time, EchoTransport pluggable sender,
  LLM calls routed through packages.llm-gateway with mock mode, 47 pytest tests green
- apps/api/Dockerfile.test: python 3.13-slim test image (DinD-safe: migrations
  copied as directory)
- docker-compose.yml: add api-test service on compose network (host port
  publishing is broken in this sandbox; container-to-container networking used)
- Fix: replace masked placeholder password in config.py/conftest.py defaults
2026-07-30 18:10:59 +00:00
hermes
b77c8b0044 Bootstrap: README, ADR-0001 (LLM at decision points), data model, API contract, worker task cards
Design foundation for POC. Monorepo: FastAPI+Postgres backend, Vue 3 frontend,
Python packages (llm-gateway, artifacts, connectors). Approval gate and
token budgets are architectural constraints per measured prototype findings.
2026-07-30 17:56:07 +00:00