handoff_acted_on
Document what action was taken on a handoff file, including who consumed it and what was done, to close the feedback loop between writer and reader.
Instructions
Record what was actually done with a handoff. Closes the writer->reader feedback loop. Distinct from mark_consumed (binary read-once). Appends to handoffs/acted_on.jsonl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handoff_path | Yes | Path to the handoff JSON file acted on. | |
| consumed_by | Yes | Instance that acted on the handoff. | |
| what_was_done | Yes | Description of the action taken. |