mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
fix(skill): add multi-intent collision rule to intent routing
This commit is contained in:
parent
c21fc8db1e
commit
cf4d929a24
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ Dashboard 的 `System Status` 只是这个 contract 的薄展示,不是第二
|
|||
4. 如果用户想要论文列表 → discover_papers
|
||||
5. 如果用户想要证据/支持 → find_supporting_evidence
|
||||
6. 如果意图无法判定 → 打开 atoms/clarify-user-intent.md
|
||||
注意:如果多个 intent 同时匹配(如"找这篇的证据然后保存"),**除非某个 intent 明显主导**,否则也走 clarify;不要硬猜。
|
||||
7. post-action:molecule 输出后,如果用户要求保存 → capture_project_knowledge
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue