Bridge offline

New recipe

Start with structured fields, save a YAML recipe draft, then continue in the source editor.
Variables (optional)
No variables. Add variables that callers must supply at run time (e.g. SENTRY_ISSUE_ID).
Steps
YAML preview
Saving creates a .yaml recipe and opens it in the YAML editor.
# yaml-language-server: $schema=https://raw.githubusercontent.com/patchworkos/recipes/main/schema/recipe.v1.json
apiVersion: patchwork.sh/v1
name: "(name)"
trigger:
  type: manual
steps:
  - id: step-1
    agent:
      prompt: "(empty)"
      into: step_1