# Default experiment context template.
# Override by placing a project run.yaml in .poe-code/experiments/.
# Add extends: true there to inherit from ~/.poe-code/experiments/run.yaml or this bundled default.
#
# Available variables:
#   {{body}}                 — experiment doc body (markdown below the frontmatter)
#   {{journal}}              — formatted journal of prior attempts
#   {{metrics}}              — metric definitions with direction and baseline scores
#   {{experiment_index}}     — current experiment number (1-based)

prompt: |
  {{body}}

  ## Metrics

  {{metrics}}

  ## Journal

  {{journal}}
