auto-sync: 2026-05-17 13:43:27
This commit is contained in:
@@ -651,7 +651,7 @@ sanguo_moziplus_v2/
|
||||
硬性约束(必须满足/禁止做)。
|
||||
```
|
||||
|
||||
### 7.4 Skill 生命周期
|
||||
### 8.4 Skill 生命周期
|
||||
|
||||
```
|
||||
draft(蒸馏产出/人工创建)
|
||||
@@ -664,7 +664,7 @@ draft(蒸馏产出/人工创建)
|
||||
- **active → deprecated**:`expire_days` 无引用自动降级
|
||||
- **active → deprecated → deleted**:有新版本替代时
|
||||
|
||||
### 7.5 Skill 在 Daemon 中的角色
|
||||
### 8.5 Skill 在 Daemon 中的角色
|
||||
|
||||
```python
|
||||
# daemon/bootstrap.py 中 Skill 加载逻辑
|
||||
@@ -695,7 +695,7 @@ def load_skills(task, role, project_config) -> list[str]:
|
||||
| moziplus 注入 | build_bootstrap() | prompt_templates + guardrails + review_protocols | L2(精确注入) |
|
||||
| 按需检索 | Agent 执行中主动查询 | Skill SKILL.md 全文 | L3(Agent 自己读) |
|
||||
|
||||
### 7.6 template_components.yaml
|
||||
### 8.6 template_components.yaml
|
||||
|
||||
模板组件库,build_bootstrap() L2 拼装时引用:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user