# CURRENT_TASK.md **Task:** One-sentence goal describing what this task accomplishes. **Status:** not-started **Definition of Done:** - [ ] Testable criterion 1 (e.g., "endpoint returns 200 with expected payload shape") - [ ] Testable criterion 2 (e.g., "frontend displays new field without layout regression") - [ ] Tests added or updated - [ ] `npm run build` passes (frontend) / `pytest` passes (backend) **Assumptions:** - What we're treating as given (e.g., "existing auth middleware handles this case") - Constraints inherited from surrounding work **Out of scope:** - What this task explicitly does NOT cover (prevents scope creep across handoffs) - Adjacent work that belongs in a separate task