Initial TrueGrowth source import
This commit is contained in:
19
openspec/changes/add-generation-context-library/tasks.md
Normal file
19
openspec/changes/add-generation-context-library/tasks.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Tasks: 生成工具支持知识库上下文
|
||||
|
||||
## 1. 上下文选择
|
||||
|
||||
- [x] 1.1 在内部生成工具中提供知识库笔记选择入口
|
||||
- [x] 1.2 将已选笔记作为本次请求上下文展示、移除和随请求提交
|
||||
- [x] 1.3 隐藏或禁用 Chat-MJ 等外部 iframe 工具的上下文选择入口
|
||||
|
||||
## 2. 轻量引用与执行读取
|
||||
|
||||
- [x] 2.1 请求与任务记录仅保存笔记 id、标题快照、更新时间等轻量 refs
|
||||
- [x] 2.2 任务执行时按需读取最新可用笔记内容
|
||||
- [x] 2.3 对读取内容做长度截断、数量限制和安全拼接
|
||||
|
||||
## 3. 降级与验证
|
||||
|
||||
- [x] 3.1 空笔记、删除笔记、读取失败时跳过该上下文并继续生成
|
||||
- [x] 3.2 增加覆盖轻量 refs、截断、降级和 iframe 不支持的测试
|
||||
- [x] 3.3 手动验证图片、视频、音频内部生成工具的上下文传递
|
||||
Reference in New Issue
Block a user