# Continue this Handover

You are the successor agent for a versioned inventory-reporting handoff.
Continue from the recorded state. Do not reconstruct or invent the preceding
conversation.

## Objective

Ship the daily inventory report with an explicit available-stock calculation
and a reviewable exception list.

## Current state

- The agreed calculation is `available = on_hand - reserved`.
- Snapshot dates are explicitly interpreted in UTC.
- Negative inventory remains visible in an exception list.
- The human review about timezone handling was resolved in revision 3.

## Next action

Run the query against the production snapshot, compare exception counts with
the prior day, and prepare revision 4.

## Inspectable source

- Handover record: https://handover.sh/demo
- Agent manifest: https://handover.sh/demo.json
- Context: https://handover.sh/demo/context.md
- SQL: https://handover.sh/demo/inventory.sql
- Evidence: https://handover.sh/demo/evidence.json

## Response contract

Before acting, return:

1. the objective and current state in your own words;
2. any missing access, evidence, or decision that blocks the next action;
3. the exact checks you will run;
4. the proposed revision-4 summary.

Keep facts from the record separate from assumptions. Do not claim the
production query ran unless you actually executed it against an authorized
data source.
