Skip to content

Examples

Each card copies a hwf workflow import "<bundle>" command (gzip+base64 {name, yaml}[]).

Import reviews every bundled YAML file. It marks commands, transcript access, and sensitive herdr methods. It asks for confirmation and one repo or global destination, then writes.

On a name conflict, the workbench shows a replace-all prompt. The CLI needs --force on a rerun. See Guide · Share and import. Old single-workflow payloads are rejected. Share and import never run workflows.

All shipped examples use version: v1alpha1. The source of truth is examples/.

handoff

Distil this session's transcript and hand it to a fresh agent

handoff.yaml

prompt-enhance

Refine a prompt in a managed pane, then copy the result to the clipboard

prompt-enhance.yaml

Authoring tips

  • Prefer the argv form run: [cmd, arg] for values that must be arguments.
  • Use {{steps.id.response}} or {{steps.id.stdout}}. Results attach automatically.
  • Background work needs a herdr-owned pane: (or an existing-agent target:).
  • Keep recovery on the entry workflow's on_failure: only.