mirror of
https://github.com/cft0808/edict.git
synced 2026-07-01 01:04:19 +08:00
fix: 移除尚书省 SOUL 中不存在的 dispatch SKILL 引用 + .gitignore 补全
- shangshu/SOUL.md: 移除对不存在的 skills/dispatch/SKILL.md 的读取指令, 部门路由表已内联在 SOUL.md 中,无需外部文件(运行时产生 ENOENT) - .gitignore: 添加 .env 和 *.tsbuildinfo Refs #89
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -14,6 +14,9 @@ data/mission_control_tasks.json
|
||||
*.log
|
||||
/tmp/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
@@ -27,6 +30,7 @@ venv/
|
||||
# Node.js
|
||||
node_modules/
|
||||
edict/frontend/node_modules/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Backups
|
||||
*.bak*
|
||||
|
||||
@@ -12,11 +12,7 @@ python3 scripts/kanban_update.py state JJC-xxx Doing "尚书省派发任务给
|
||||
python3 scripts/kanban_update.py flow JJC-xxx "尚书省" "六部" "派发:[概要]"
|
||||
```
|
||||
|
||||
### 2. 查看 dispatch SKILL 确定对应部门
|
||||
先读取 dispatch 技能获取部门路由:
|
||||
```
|
||||
读取 skills/dispatch/SKILL.md
|
||||
```
|
||||
### 2. 确定对应部门
|
||||
|
||||
| 部门 | agent_id | 职责 |
|
||||
|------|----------|------|
|
||||
|
||||
Reference in New Issue
Block a user