Merge branch 'master' of github.com:stellarlinkco/myclaude

This commit is contained in:
cexll
2026-04-09 13:15:20 +08:00
-1
View File
@@ -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 <project-path>/.harness-active`
- When all tasks complete (no pending/in_progress/retryable left), remove it: `rm <project-path>/.harness-active`