mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-23 15:58:05 +00:00
feat: skills - gate auto-tmux jsonl fields
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
| `swarm-health.sh` | 汇总 tmux 与 swarm state 健康报告 | 只读,不自动修复 |
|
||||
| `remote-readonly.sh` | SSH 只读采集远端 tmux 证据 | 不发送按键,输出默认脱敏,生成 `metadata.jsonl` |
|
||||
| `record-summary.sh` | 汇总 pane 录制日志 | 只读,输出默认脱敏 |
|
||||
| `check-jsonl.sh` | 轻量检查 JSONL 行和必需字段 | 无 jq 依赖,不替代完整 JSON parser |
|
||||
| `completion.bash` | Bash 子命令和常用参数补全 | 只定义 shell completion |
|
||||
| `swarm-dispatch.sh` | 渲染并可选下发提示词 | 默认只写文件,发送需 `--send` |
|
||||
| `validate-auto-tmux.sh` | 执行技能专属质量门禁 | 覆盖脚本、文档索引、strict 和 smoke |
|
||||
@@ -197,6 +198,7 @@ skills/auto-tmux/scripts/auto-tmux.sh record start -t "$target" --dir /tmp/auto-
|
||||
target="$(tmux list-panes -t ai-hub:worker1 -F '#S:#I.#P' | head -n 1)"
|
||||
skills/auto-tmux/scripts/auto-tmux.sh record stop -t "$target"
|
||||
skills/auto-tmux/scripts/record-summary.sh --dir /tmp/auto-tmux-records --out /tmp/auto-tmux-record-summary.md
|
||||
skills/auto-tmux/scripts/check-jsonl.sh /tmp/ai-swarm-results.jsonl --require-key type --require-key id --require-key status
|
||||
```
|
||||
|
||||
## AI 蜂群协作建议
|
||||
@@ -288,6 +290,7 @@ bash -n skills/auto-tmux/scripts/swarm-assign.sh
|
||||
bash -n skills/auto-tmux/scripts/swarm-health.sh
|
||||
bash -n skills/auto-tmux/scripts/remote-readonly.sh
|
||||
bash -n skills/auto-tmux/scripts/record-summary.sh
|
||||
bash -n skills/auto-tmux/scripts/check-jsonl.sh
|
||||
bash -n skills/auto-tmux/scripts/completion.bash
|
||||
bash -n skills/auto-tmux/scripts/safety-check.sh
|
||||
bash -n skills/auto-tmux/scripts/render-swarm-prompt.sh
|
||||
|
||||
@@ -43,13 +43,14 @@
|
||||
| 35 | `7a2ff13` | 报告包 manifest | `swarm-report-pack.sh` 输出根级 `manifest.json` |
|
||||
| 36 | `9eac52f` | 报告包压缩 | `swarm-report-pack.sh --tar` |
|
||||
| 37 | `ab6d8f2` | worker 结果收敛 | `swarm-results.sh` |
|
||||
| 38 | `本轮` | 结果摘要导出 | `swarm-results.sh --jsonl` |
|
||||
| 38 | `3b10fb6` | 结果摘要导出 | `swarm-results.sh --jsonl` |
|
||||
| 39 | `本轮` | JSONL 字段门禁 | `check-jsonl.sh` |
|
||||
|
||||
## 后续候选方向
|
||||
|
||||
| 优先级 | 方向 | 说明 |
|
||||
|:---|:---|:---|
|
||||
| P3 | 结果摘要校验 | 对 `swarm-results.sh` 输出做 schema-like 字段检查 |
|
||||
| P3 | JSONL 格式治理 | 将 remote metadata 和 swarm results 的字段约定写入 reference |
|
||||
|
||||
## 每轮验收清单
|
||||
|
||||
|
||||
Reference in New Issue
Block a user