M2-06 Artifact & KnowledgeItem 基础版 #26
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
设计知习学习工件与知识点模块,负责从解析后的资料中生成候选知识点(ImportCandidate),用户确认后转为正式知识点(KnowledgeItem),并预留 learnable 标识供 M3 LearningSession 引用。
本 Issue 只做模块架构设计,不直接实现代码。
背景说明
资料进入知习后不是直接变成学习内容,而是先由 AI 从 Material 的 chunks 中抽取候选知识点(ImportCandidate),用户在界面上审阅、编辑、确认或拒绝。确认后的知识点成为 KnowledgeItem,作为后续学习(LearningSession)和复习(ReviewCard)的基础。
本阶段只做 Candidate + Item + Citation,不做全量的 Quiz/StudyGuide/PracticeTest 生成(留到 M3)。
模块职责
本模块负责:
本模块不负责:
候选数据对象
预留扩展(M3 阶段使用)
基础设施依赖判断
API 设计
CAPI:
AAPI:
Domain Event 设计
交付检查
验收标准
禁止事项
不建议当前阶段实现