igniteonly_receipt_consumer
Consumes a verified NudgeOnly receipt bridge result to emit a compact IgniteOnly worker wake packet, enabling deterministic worker wake without code changes.
Instructions
Consume a NudgeOnly receipt bridge result and emit a compact IgniteOnly worker wake packet when verified. It never edits code, merges, approves, closes, or marks done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nudge_bridge_result | No | Optional output from nudgeonly_receipt_bridge. | |
| bridge_result | No | Optional bridge result alias. | |
| bridge_id | No | Optional trusted bridge ID, such as nudgebridge_<hash>. | |
| bridge_status | No | receipt_request, escalation_request, advisory_only, or quiet. | |
| painpoint_detected | No | Whether trusted evidence found a painpoint. | |
| painpoint_type | No | stale_ack, duplicate_wake, unclear_owner, 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. | |
| target | No | Human target label such as PR #706, issue #706, or a dispatch ID. | |
| request | No | Optional receipt request with worker, expected_receipt, verifier, and receipt_line. | |
| verified | No | True only when a trusted deterministic verifier has checked the evidence. | |
| verifier_status | No | Optional verifier status such as passed, verified, confirmed, wakepass_pass, proof_checked, or ack_checked. | |
| nudge_trace_id | No | Optional upstream NudgeOnly trace ID. |