# received_by_anu_collector — PROVENANCE

## scenario
task-2635+1 §6 신규 fixture (5/5). end-to-end 종착점. ANU collector 가 callback 을 실제로 수령하여 durable-success marker 까지 기록한 상태. 모든 5축이 종착 상태 (REGISTERED · DELIVERED · RECEIVED) + durable marker present → fallback cancel 발화 허용.

`registered_normal` 와 동일 종착이지만 `collector_receipt_ts` 마커 명시로 receipt 시점을 별도 박제 — analytic 분석 및 lifecycle classifier 호환 목적.

## input (evidence.json) 핵심
### 5축 (task-2635+1)
- `registration_intent` = `true`
- `registration_attempted` = `true`
- `registration_result_status` = `REGISTERED`
- `callback_delivery_status` = `DELIVERED`
- `collector_receipt_status` = `RECEIVED`
### 보조 필드
- `cron_schedule_id` = `FIXTURE-CRON-RECEIVED-0001`
- `registered_at_ts` 명시
- `collector_durable_success_marker` = `true`
- `collector_done_marker_path` 명시
- `collector_receipt_ts` 명시 (수령 시각 마커)

## expected (expected.json) 핵심
- `finalize_result` = `success`
- `fail_closed` = `false`
- `fallback_cancel_signal` = `true` (ANCHOR-4 3 조건 모두 충족)
- `collector_spawn_expected` = `true`
- `is_callback_complete` = `true`
- `contradictions_expected` = `[]`

## spec 근거
- task-2635+1 §6 신규 fixture 정본 5번 (end-to-end terminal state)
- §3.4 ANCHOR-4 fallback cancel = REGISTERED + schedule_id + durable-success marker
- task-2635+1 §1 axis-5 RECEIVED 정본 사용 사례

## 비결정성 / 외부 의존
- 없음 (frozen fixture)

## 변경 이력
- 2026-05-23 task-2635+1 최초 작성 (dev6 페룬)
