更新bootstrap.md文档,简化角色执行步骤描述,调整提示词执行方式以符合协议定义;更新memory-tool-usage.execution.md文档,新增记忆存储自检与违规中断机制,确保记忆操作的合规性;更新product-owner.role.md文档,移除冗余内容,提升文档的简洁性和可读性;更新resource.tag.md文档,修正语义描述,确保一致性。
This commit is contained in:
@ -71,7 +71,7 @@ query_params ::= '?' param_name '=' param_value {'&' param_name '=' param_value}
|
||||
|
||||
| 前缀 | 语义 | 示例 |
|
||||
|-----|------|------|
|
||||
| `@` | 默认加载模式,由AI自行决定加载时机 | `@file://document.md` |
|
||||
| `@` | 默认模式,由AI自行决定加载时机 | `@file://document.md` |
|
||||
| `@!` | 强制立即加载,AI看到引用时必须立即使用工具调用获取内容 | `@!https://example.com/data` |
|
||||
| `@?` | 显式懒加载,AI仅记录资源位置,在实际需要使用时才获取内容 | `@?file://large-dataset.csv` |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user