File size: 877 Bytes
9d47369
181758b
 
9d47369
 
4f129c9
9d47369
181758b
220e9f3
 
6f6f46e
 
 
 
 
220e9f3
6f6f46e
 
 
 
 
220e9f3
6f6f46e
 
 
 
 
220e9f3
6f6f46e
 
 
 
 
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
spec_version: 1
name: HyperBrickCaseOps
env_name: supportdesk_env
type: space
runtime: fastapi
app: server.app:app
port: 8000
description: Enterprise support operations environment with SLA pressure, business-impact aware triage, and primary-vs-secondary issue prioritization.
tasks:
  - id: billing_refund_easy
    difficulty: easy
    max_steps: 6
    grader:
      type: python
      path: graders:BillingRefundEasyGrader
  - id: account_takeover_medium
    difficulty: medium
    max_steps: 7
    grader:
      type: python
      path: graders:AccountTakeoverMediumGrader
  - id: api_incident_hard
    difficulty: hard
    max_steps: 8
    grader:
      type: python
      path: graders:ApiIncidentHardGrader
  - id: regulated_export_exception_hard
    difficulty: hard
    max_steps: 8
    grader:
      type: python
      path: graders:RegulatedExportExceptionHardGrader