feat: skills - build auto-tmux swarm report packs

This commit is contained in:
tukuaiai
2026-05-19 13:43:58 +08:00
parent c3c5543939
commit 7ae1605c7c
11 changed files with 130 additions and 5 deletions
+2
View File
@@ -18,6 +18,7 @@ scripts/
├── swarm-export.sh # 导出 JSONL 状态包
├── swarm-timeline.sh # 从 status.log 渲染 Markdown 时间线
├── swarm-blockers.sh # 聚合 BLOCKED/FAIL、锁和异常状态
├── swarm-report-pack.sh # 聚合只读报告包
├── swarm-assign.sh # 生成 ready task 到 worker pane 的分配建议
├── swarm-health.sh # 汇总只读健康检查报告包
├── record-summary.sh # 汇总 pipe-pane 录制日志
@@ -46,6 +47,7 @@ scripts/
- 导出脚本只读 `tasks.tsv``deps.tsv` 和锁目录,只写显式输出目录。
- 时间线脚本只读 `status.log`,不改写状态目录。
- 阻塞报告脚本只读任务、锁和状态日志,不做自动修复。
- 报告包脚本只编排只读脚本并写入显式输出目录,不 claim 任务、不发送 prompt。
- 分配建议脚本只读任务和 pane 拓扑,不 claim 任务、不发送 prompt。
- 健康检查脚本只读 tmux 与 swarm state,失败项写入报告,不做自动修复。
- 录制摘要脚本只读 record 日志,输出默认脱敏,不修改日志源文件。