From c00d5bc799ff6929a5eccf0630a8beb8d34bc9d7 Mon Sep 17 00:00:00 2001 From: ZHOU Xiaoyu <40617368+changxvv@users.noreply.github.com> Date: Thu, 5 Mar 2026 16:08:53 +0800 Subject: [PATCH] fix(harness): remove Chinese sentence in harness skill (#157) Co-authored-by: changxv --- skills/harness/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/skills/harness/SKILL.md b/skills/harness/SKILL.md index 4e90acd..3e40c8f 100644 --- a/skills/harness/SKILL.md +++ b/skills/harness/SKILL.md @@ -29,7 +29,6 @@ Executable protocol enabling any agent task to run continuously across multiple ## Activation Marker Hooks only take effect when `.harness-active` marker file exists in the harness root (same directory as `harness-tasks.json`). -Hook 注册配置在 `hooks/hooks.json`。 - `/harness init` and `/harness run` MUST create this marker: `touch /.harness-active` - When all tasks complete (no pending/in_progress/retryable left), remove it: `rm /.harness-active`