fix(harbor): rename compare_tasks skill to a spec-valid name (#11068)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: compare_tasks
|
||||
name: compare-tasks
|
||||
description: Compare how two harbor benchmark runs performed on a single shared task
|
||||
---
|
||||
|
||||
@@ -231,7 +231,7 @@ cd /home/tbench/work/goose
|
||||
```
|
||||
|
||||
For deeper per-task understanding (why did A pass and B fail on this one
|
||||
task?), see the `compare_tasks` skill under `.agents/skills/`. Delegate to
|
||||
task?), see the `compare-tasks` skill under `.agents/skills/`. Delegate to
|
||||
it with the two job names and a task name and it will read both
|
||||
trajectories, the task spec, and the verifier output, then explain the
|
||||
mechanism behind the divergence.
|
||||
|
||||
Reference in New Issue
Block a user