修复: §12 df-execute 文档删虚构 Docker/SSH/Git(实际仅 shell)

ARCHITECTURE.md 框图(L66)+目录注释(L84)+PROGRESS.md 实现程度(L29)删 Docker/SSH/Git,对齐 df-execute 实际(仅 shell.rs tokio::process,被 run_command 复用)。核对 crates/df-execute/src 确认无 docker/git_ops/ssh。批6
This commit is contained in:
2026-06-15 05:48:48 +08:00
parent 8710d6cfd1
commit 06a2dea1d7
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@
│ Workflow Engine (DAG · Node · State · Event · Persist) │
├──────────────────────┬───────────────────────────────────────────┤
│ AI Orchestrator │ Execution Runtime │
│ Multi-Provider │ Shell · Docker · SSH · Git (libgit2)
│ Multi-Provider │ Shell (tokio::process)
│ Agent Coordinator │ Merge · Conflict Resolve │
├──────────────────────┴───────────────────────────────────────────┤
│ Storage Layer (SQLite) │
@@ -81,7 +81,7 @@ devflow/
│ ├── df-workflow/ # 工作流 DAG 引擎 (核心)
│ ├── df-nodes/ # 内置节点集合 (AI/Script/Docker/Git/Human/HTTP/Subflow)
│ ├── df-ai/ # AI 编排层 (Multi-Provider/Router/Coordinator)
│ ├── df-execute/ # 执行运行时 (Shell/Docker/SSH/Git)
│ ├── df-execute/ # 执行运行时 (Shell)
│ ├── df-storage/ # 存储层 (SQLite)
│ ├── df-ideas/ # 想法池引擎 (捕捉/评估/评分/晋升)
│ └── df-project/ # 多项目管理 (调度/上下文/时间线)