mirror of
https://github.com/cexll/myclaude.git
synced 2026-03-22 19:18:46 +08:00
fix(harness): remove Chinese sentence in harness skill (#157)
Co-authored-by: changxv <changxv0921@gmail.com>
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user