Handover workspace

ERS, Todo, OfferReview, and Docu in one view

Imported from live server docs, code structure, and deployment notes.

May 31, 2026, 11:17 AM

OfferReview

API Contracts

This file now acts as a pointer to the live API surfaces that matter most in the current worktree.

docs/04-api-contracts.md

Updated Apr 26, 2026, 8:08 AM

Codex 5.3 Refactor Note: Canonical refactor plan: docs/CODEX-5.3-REFACTOR-PLAN.md. This document is retained for historical and implementation context during the refactor.

API Contracts

This file now acts as a pointer to the live API surfaces that matter most in the current worktree.

Current source of truth

Important live API groups

  • Auth: /api/auth/login, /api/auth/logout, /api/auth/me
  • Candidates: /api/candidates, /api/candidates/[id]
  • Candidate workflow actions:
    • /api/candidates/[id]/hr-screening/complete
    • /api/candidates/[id]/assign-hiring-manager
    • /api/candidates/[id]/manager-review/submit
    • /api/candidates/[id]/escalate-to-smo
    • /api/candidates/[id]/decision
  • Public token flows:
    • /api/manager-review-links/[token]
    • /api/candidate-deep-dive/[token]
  • Admin/system:
    • /api/access-requests/[id]
    • /api/users
    • /api/settings
    • /api/settings/notification-rules