fix(harness): remove Chinese sentence in harness skill (#157)

Co-authored-by: changxv <changxv0921@gmail.com>
This commit is contained in:
ZHOU Xiaoyu
2026-03-05 16:08:53 +08:00
committed by GitHub
parent 64886d36e0
commit c00d5bc799

View File

@@ -29,7 +29,6 @@ Executable protocol enabling any agent task to run continuously across multiple
## Activation Marker ## Activation Marker
Hooks only take effect when `.harness-active` marker file exists in the harness root (same directory as `harness-tasks.json`). 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 <project-path>/.harness-active` - `/harness init` and `/harness run` MUST create this marker: `touch <project-path>/.harness-active`
- When all tasks complete (no pending/in_progress/retryable left), remove it: `rm <project-path>/.harness-active` - When all tasks complete (no pending/in_progress/retryable left), remove it: `rm <project-path>/.harness-active`