pushonly_wake_pusher
Consume a verified IgniteOnly wake packet and output a compact public PushOnly worker envelope. Does not write state or execute work.
Instructions
Consume a verified IgniteOnly wake packet and emit a compact public PushOnly worker envelope. It never writes source-of-truth state or executes the work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ignite_result | No | Optional output from igniteonly_api or igniteonly_receipt_consumer. | |
| igniteonly_result | No | Optional IgniteOnly result alias. | |
| wake_packet | No | Optional IgniteOnly wake_packet. | |
| ignite_id | No | Optional IgniteOnly ID. | |
| ignite_status | No | wake_request or escalation_wake_request. | |
| worker | No | Known worker route such as pinballwake-jobs-worker, Builder, Reviewer, Job Manager, or Heartbeat Seat. | |
| target | No | Human target label such as Boardroom backlog, PR #706, issue #706, or a dispatch ID. | |
| painpoint_type | No | stale_ack, duplicate_wake, unclear_owner, queue_hydration_failure, noisy_thread, missing_proof, dormant_worker, or none. | |
| source_id | No | Optional upstream event, dispatch, PR, issue, or wake identifier. | |
| source_url | No | Optional upstream source URL. | |
| bridge_id | No | Optional trusted bridge ID. | |
| nudge_trace_id | No | Optional upstream NudgeOnly trace ID. | |
| receipt_line | No | Optional compact receipt line copied from IgniteOnly. | |
| expected_receipt | No | Optional expected worker ACK/proof text. | |
| verifier | No | Optional verifier text copied from IgniteOnly. | |
| public_fields_only | No | Must be true when supplying wake fields directly. |