Skip to main content

Notes

  • Auto-approve emits a valid ApprovalDecision ({ approved: true, note: "auto-approved", ... }); downstream branching stays uniform.
  • onDeny applies only to the human path; auto-approve always succeeds.

Source

The <ApprovalGate> implementation and the files it imports, straight from the package source. This section is generated; edit the source, not this block.