feat: skills - add auto-tmux stale lock pruning

This commit is contained in:
tukuaiai
2026-05-19 03:09:06 +08:00
parent 67af6ef73c
commit 63d2ca0e32
6 changed files with 56 additions and 0 deletions
@@ -206,6 +206,12 @@ skills/auto-tmux/scripts/swarm-state.sh task-fail --id task-001 --owner "ai-hub:
skills/auto-tmux/scripts/swarm-state.sh lock-acquire --name README.md --owner "ai-hub:2.1"
```
回收过期锁前先 dry-run
```bash
skills/auto-tmux/scripts/swarm-state.sh lock-prune --older-than 3600 --dry-run
```
完成任务并生成报告:
```bash