更新bootstrap.md文档,简化角色执行步骤描述,调整提示词执行方式以符合协议定义;更新memory-tool-usage.execution.md文档,新增记忆存储自检与违规中断机制,确保记忆操作的合规性;更新product-owner.role.md文档,移除冗余内容,提升文档的简洁性和可读性;更新resource.tag.md文档,修正语义描述,确保一致性。

This commit is contained in:
sean
2025-05-22 17:46:38 +08:00
parent 846a5b6032
commit 13b307c834
4 changed files with 20 additions and 42 deletions

View File

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