diff --git a/README.md b/README.md
index aebd0fa..4f6511c 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,9 @@ CodeStable 走的是**另一个方向**:
| 对人的定位 | 人少介入越好,理想是全自动 | 人在环 —— 程序员对整体把控负责,AI 是高效的执行体 |
+
+
+
**这两个方向没有谁对谁错。**
如果你的任务是"用 AI 跑一个端到端的自动化产线"、"让多个 Agent 互相讨论方案",Agent 编排派会更顺手。
@@ -273,7 +276,7 @@ CodeStable 的技能不是一条线性流水,而是**分层 + 事件驱动**
- `compound/` 是**唯一**的知识沉淀目录,learning / trick / decision / explore 通过 `doc_type` 字段区分而不是分目录——好搜
- `reference/` 是 `cs-onboard` 从技能包复制过来的;要改共享口径,改 `cs-onboard/reference/` 模板,新项目 onboarding 自动带上新版
-### 一条硬约束
+### 硬约束
> Skill 是独立安装单元,运行时**每个 skill 只能看到自己包内的文件**。A 技能的 SKILL.md 里写 `B-skill/reference/xxx.md` 这种引用在运行时**根本读不到**。
>
diff --git a/asset/CodeStableVSAgent.png b/asset/CodeStableVSAgent.png
new file mode 100644
index 0000000..6bb0c74
Binary files /dev/null and b/asset/CodeStableVSAgent.png differ
diff --git a/asset/CodeStabvle.png b/asset/CodeStabvle.png
new file mode 100644
index 0000000..d78324e
Binary files /dev/null and b/asset/CodeStabvle.png differ