fix(harbor): rename compare_tasks skill to a spec-valid name (#11068)

This commit is contained in:
Bechor Simhaev
2026-08-12 11:31:36 +03:00
committed by GitHub
parent 6aa3ca6b3d
commit a19ea60bf2
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
---
name: compare_tasks
name: compare-tasks
description: Compare how two harbor benchmark runs performed on a single shared task
---
+1 -1
View File
@@ -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.