File size: 1,275 Bytes
934aad3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
id: cb-020
title: "Comment on a Linear issue"
difficulty: easy
category: project_mgmt
description: |
  Add a comment to the Linear issue "ACM-102" (Database migration script)
  with the text: "Migration tested successfully on staging. Ready for production
  deployment. Rolling update strategy confirmed with ops team."
tools_provided:
  - linear
initial_state:
  linear:
    issues:
      - id: ACM-102
        title: "Database migration script"
        status: in_progress
        priority: medium
        assignee: sarah@acme.com
        team: Platform
        comments:
          - user: sarah@acme.com
            body: "Schema changes drafted, running test suite."
          - user: mark@acme.com
            body: "Make sure to test with the staging dataset."
      - id: ACM-103
        title: "Update CI pipeline"
        status: in_progress
        priority: low
        assignee: mark@acme.com
        team: Platform
        comments: []
expected_state:
  linear:
    issues:
      - id: ACM-102
        comments:
          - body_contains: "Migration tested successfully on staging"
    command_history:
      - pattern: "linear issue comment ACM-102"
scoring:
  outcome: 0.6
  efficiency: 0.2
  recovery: 0.2
max_turns: 3
optimal_commands: 1
timeout_seconds: 30