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:
cft0808
2026-03-25 22:21:34 +08:00
parent c8d9b9d7c4
commit 0de1a54f20
2 changed files with 5 additions and 5 deletions

4
.gitignore vendored
View File

@@ -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*

View File

@@ -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 | 职责 |
|------|----------|------|