vault backup: 2026-04-06 23:27:39

This commit is contained in:
Yaojia Wang
2026-04-06 23:27:39 +02:00
parent 7ab3575374
commit ab3263c474
7 changed files with 440 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ source: "https://github.com/affaan-m/everything-claude-code"
生产级 Claude Code 插件系统。v1.10.0 (2026-04-06 更新),包含 215 skills、112 agents、82 commands、hooks 和 rules (608 files total)。方法论与最佳实践见 [[Everything Claude Code 方法论与最佳实践]],按场景速查见 [[Everything Claude Code 用法速查]]。
自主循环和并行编排详见:[[Autonomous Loops 自主循环模式]]、[[dmux 多Agent并行编排]]、[[Ralphinho RFC-DAG 编排模式]]
自主循环和并行编排详见:[[Autonomous Loops 自主循环模式]]、[[dmux 多Agent并行编排]]、[[Ralphinho RFC-DAG 编排模式]]、[[Autonomous Agent Harness 自主代理框架]]、[[ECC 编排替代方案 (orchestrate 迁移)]]
## 项目架构
@@ -47,7 +47,14 @@ bash install.sh python typescript golang # 按需选语言
| Legacy Command | 替代 Skill |
|---|---|
| `/ecc:orchestrate` | `dmux-workflows` / `autonomous-agent-harness` |
| `/ecc:orchestrate` | `dmux-workflows` / `autonomous-agent-harness`**注意dmux 需 tmuxWindows 不可用。实际替代见下方** |
> **orchestrate 迁移指南**(详见 [[ECC 编排替代方案 (orchestrate 迁移)]]
> - 单功能:`/ecc:feature-dev "描述"` — 7 阶段全流程Windows 可用
> - 手动拆步:`/ecc:plan` → `/ecc:tdd` → `/ecc:code-review` → `/ecc:verify`
> - 多阶段自动:`/gsd:autonomous` — GSD 系统Windows 可用
> - Bug 修复:`/ecc:tdd` → `/ecc:code-review`
> - 重构:`/ecc:plan` → `/ecc:tdd` → `/ecc:code-review`
| `/ecc:verify` | `verification-loop` |
| `/ecc:tdd` | `tdd-workflow` |
| `/ecc:eval` | `eval-harness` |