We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c506c4a commit 0f164d8Copy full SHA for 0f164d8
1 file changed
retro/evals/test_cases.yaml
@@ -6,3 +6,17 @@
6
- "Listed what went well"
7
- "Listed what needs improvement with root causes"
8
- "Produced actionable items"
9
+
10
+- id: adversarial-empty-repo
11
+ prompt: "retro"
12
+ expectations:
13
+ - "Detected no commits or very few commits to analyze"
14
+ - "Reported insufficient data for a meaningful retro"
15
+ - "Did not fabricate stats or improvements"
16
17
+- id: adversarial-custom-period
18
+ prompt: "retro for the last 3 days"
19
20
+ - "Adjusted git log timeframe to 3 days instead of default 1 week"
21
+ - "Produced stats scoped to the requested period"
22
+ - "Still followed the standard retro output format"
0 commit comments