fix: 移除 self-evolve 和 task-management 的 requires 声明

这些工具依赖在当前阶段无法满足(desirecore Agent 尚未注册
read_file/write_file/edit_file/list_directory/fetch_api),
导致 context-assembler 每次启动都输出依赖缺失警告。

移除 requires 声明,待工具注册体系完善后再按需添加。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-25 08:51:32 +08:00
parent b4473c1906
commit cfbd38a851
2 changed files with 0 additions and 16 deletions

View File

@@ -6,16 +6,6 @@ type: meta
risk_level: high
status: enabled
disable-model-invocation: true
requires:
tools:
- read_file
- write_file
- edit_file
- list_directory
optional_tools:
- search_files
- grep
- execute_command
tags: [evolution, learning, meta]
metadata:
author: desirecore