mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-23 15:58:05 +00:00
feat: skills - build auto-tmux swarm report packs
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
| `swarm-export.sh` | 导出 JSONL 状态包 | 只读读取 state,写显式输出目录 |
|
||||
| `swarm-timeline.sh` | 渲染状态日志时间线 | 只读生成 Markdown |
|
||||
| `swarm-blockers.sh` | 聚合阻塞、失败、锁和异常状态 | 只读生成 Markdown |
|
||||
| `swarm-report-pack.sh` | 聚合多个只读报告与 JSONL 导出 | 只写显式输出目录 |
|
||||
| `swarm-assign.sh` | 生成 ready task 到 worker pane 的分配建议 | 只读,不 claim,不发送 |
|
||||
| `swarm-health.sh` | 汇总 tmux 与 swarm state 健康报告 | 只读,不自动修复 |
|
||||
| `record-summary.sh` | 汇总 pane 录制日志 | 只读,输出默认脱敏 |
|
||||
@@ -112,6 +113,7 @@ skills/auto-tmux/scripts/swarm-deps-graph.sh --dir /tmp/ai_swarm --out /tmp/ai-s
|
||||
skills/auto-tmux/scripts/swarm-export.sh --dir /tmp/ai_swarm --out /tmp/ai-swarm-export
|
||||
skills/auto-tmux/scripts/swarm-timeline.sh --dir /tmp/ai_swarm --out /tmp/ai-swarm-timeline.md
|
||||
skills/auto-tmux/scripts/swarm-blockers.sh --dir /tmp/ai_swarm --out /tmp/ai-swarm-blockers.md
|
||||
skills/auto-tmux/scripts/swarm-report-pack.sh --dir /tmp/ai_swarm --session ai-hub --out /tmp/ai-swarm-report-pack
|
||||
skills/auto-tmux/scripts/swarm-assign.sh --swarm-dir /tmp/ai_swarm --session ai-hub --out /tmp/ai-swarm-assign.md
|
||||
skills/auto-tmux/scripts/swarm-health.sh --session ai-hub --swarm-dir /tmp/ai_swarm --out /tmp/auto-tmux-health
|
||||
```
|
||||
@@ -272,6 +274,7 @@ bash -n skills/auto-tmux/scripts/swarm-deps-graph.sh
|
||||
bash -n skills/auto-tmux/scripts/swarm-export.sh
|
||||
bash -n skills/auto-tmux/scripts/swarm-timeline.sh
|
||||
bash -n skills/auto-tmux/scripts/swarm-blockers.sh
|
||||
bash -n skills/auto-tmux/scripts/swarm-report-pack.sh
|
||||
bash -n skills/auto-tmux/scripts/swarm-assign.sh
|
||||
bash -n skills/auto-tmux/scripts/swarm-health.sh
|
||||
bash -n skills/auto-tmux/scripts/record-summary.sh
|
||||
|
||||
@@ -34,7 +34,8 @@
|
||||
| 26 | `9e33018` | 依赖可视化 | `swarm-deps-graph.sh` |
|
||||
| 27 | `f98841d` | 机器可读导出 | `swarm-export.sh` |
|
||||
| 28 | `c6eeb1f` | 状态时间线 | `swarm-timeline.sh` |
|
||||
| 29 | `本轮` | 阻塞报告 | `swarm-blockers.sh` |
|
||||
| 29 | `4417e87` | 阻塞报告 | `swarm-blockers.sh` |
|
||||
| 30 | `本轮` | 报告包 | `swarm-report-pack.sh` |
|
||||
|
||||
## 后续候选方向
|
||||
|
||||
|
||||
Reference in New Issue
Block a user