From 25dea3152a6a98f24eb21aef1bf3877cd508eebb Mon Sep 17 00:00:00 2001 From: Evan Bonsignori Date: Wed, 11 Feb 2026 10:56:11 -0800 Subject: [PATCH] add missing examples from prev PR --- examples/minimal.yaml | 9 +++++++++ examples/promptfoo-cloud.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/examples/minimal.yaml b/examples/minimal.yaml index 735aa7f..b626e54 100644 --- a/examples/minimal.yaml +++ b/examples/minimal.yaml @@ -28,3 +28,12 @@ layout: command: "" - name: main command: "" + +# Ticket integration (optional - uses Linear MCP tools in Claude) +# ticket: +# prompt_template: | +# Fetch the Linear ticket {identifier} using your Linear MCP tools. +# Read the ticket title, description, and any relevant comments. Then: +# 1. Create and checkout a git branch using the ticket's suggested branch name +# 2. Analyze the requirements from the ticket +# 3. Begin implementing the changes described in the ticket diff --git a/examples/promptfoo-cloud.yaml b/examples/promptfoo-cloud.yaml index 3a1da98..3903133 100644 --- a/examples/promptfoo-cloud.yaml +++ b/examples/promptfoo-cloud.yaml @@ -73,3 +73,12 @@ toolkit: # Configure msmtp: ~/.msmtprc # email: # from: you@example.com + +# Ticket integration (optional - uses Linear MCP tools in Claude) +# ticket: +# prompt_template: | +# Fetch the Linear ticket {identifier} using your Linear MCP tools. +# Read the ticket title, description, and any relevant comments. Then: +# 1. Create and checkout a git branch using the ticket's suggested branch name +# 2. Analyze the requirements from the ticket +# 3. Begin implementing the changes described in the ticket