Loading...
Loading...
Compare original and translation side by side
/book-study <book-name> # Start a new book or resume progress
/book-study <book-name> --chapter 3 # Jump to chapter 3
/book-study ingest # Compile current chapter to wiki
/book-study query <keyword> # Query the knowledge base
/book-study review # Spaced repetition review
/book-study compare <book-A> <book-B> # Cross-book comparison
/book-study questions # View open questions
/book-study status # View all reading progressbook-wiki/book-wiki/
├── index.md # Global index: all books + cross-book concepts
├── log.md # Append-only operation log
├── <book-slug>/ # One directory per book
│ ├── meta.md # Book metadata (title, author, reading status)
│ ├── study-plan.md # Reading plan + progress tracking
│ ├── mastery-map.md # Mastery status map
│ ├── chapters/ # Chapter summaries
│ ├── concepts/ # Core concepts from the book
│ ├── cases/ # Cases, stories, experiments
│ ├── models/ # Frameworks, models, methodologies
│ ├── quotes/ # Notable quotes
│ └── questions/ # Questions raised during reading
└── cross-book/ # Cross-book knowledge
├── concepts/ # Shared concepts across books
└── comparisons/ # Cross-book comparisonsthinking-fast-and-slow[[concepts/xxx]][[/cross-book/concepts/xxx]]/book-study <book-name> # 开启新书籍阅读或恢复进度
/book-study <book-name> --chapter 3 # 跳转到第3章
/book-study ingest # 将当前章节内容整理到知识库(wiki)
/book-study query <keyword> # 查询知识库
/book-study review # 间隔重复复习
/book-study compare <book-A> <book-B> # 跨书籍对比
/book-study questions # 查看未解决问题
/book-study status # 查看所有阅读进度/book-study <book-name>book-wiki/<book-slug>/study-plan.mdmeta.mdundefinedbook-wiki/book-wiki/
├── index.md # 全局索引:包含所有书籍及跨书籍概念
├── log.md # 追加式操作日志
├── <book-slug>/ # 每本书对应一个目录
│ ├── meta.md # 书籍元数据(标题、作者、阅读状态)
│ ├── study-plan.md # 阅读计划+进度追踪
│ ├── mastery-map.md # 掌握状态图谱
│ ├── chapters/ # 章节摘要
│ ├── concepts/ # 书籍核心概念
│ ├── cases/ # 案例、故事、实验
│ ├── models/ # 框架、模型、方法论
│ ├── quotes/ # 重要引文
│ └── questions/ # 阅读过程中提出的问题
└── cross-book/ # 跨书籍知识
├── concepts/ # 多本书共享的概念
└── comparisons/ # 跨书籍对比内容thinking-fast-and-slow[[concepts/xxx]][[/cross-book/concepts/xxx]]
4. Generate `study-plan.md`:
```markdown/book-study <book-name>book-wiki/<book-slug>/study-plan.mdmeta.mdundefined
4. 生成`study-plan.md`:
```markdown| # | Chapter | Core Question | Status | Mastery | Date |
|---|---|---|---|---|---|
| 1 | Chapter Name | What this chapter answers | Not Started | - | - |
| 序号 | 章节 | 核心问题 | 状态 | 掌握度 | 日期 |
|---|---|---|---|---|---|
| 1 | 章节名称 | 本章要回答的问题 | 未开始 | - | - |
5. Generate `mastery-map.md`:
```markdown| Concept | Chapter | Status | Last Tested | Next Review |
|---|---|---|---|---|
| (auto-populated on ingest) |
5. 生成`mastery-map.md`:
```markdown| Model | Chapter | Status | Last Tested | Next Review |
|---|
| 概念 | 章节 | 状态 | 上次测试日期 | 下次复习日期 |
|---|---|---|---|---|
| (整理时自动填充) |
undefined| 模型 | 章节 | 状态 | 上次测试日期 | 下次复习日期 |
|---|
study-plan.mdstudy-plan.mdIf user is a complete beginner (diagnosed in Phase 0), do a brief Socratic warm-up on foundational concepts before sending them to read.
undefinedstudy-plan.mdmastery-map.mdstudy-plan.mdstudy-plan.md如果用户是完全初学者(阶段0中判定),在引导阅读前先进行简短的苏格拉底式热身,讲解基础概念。
mastery-map.mdmastery-map.mdstudy-plan.mdmastery-map.mdLast TestedNext Reviewmastery-map.mdmastery-map.md/book-study <book-name>mastery-map.mdmeta.md/book-study <book-name>mastery-map.md/book-study <book-name>study-plan.mdmastery-map.mdmeta.md/book-study <book-name>study-plan.mdmastery-map.mdconcepts/cases/models/quotes/questions/cross-book/concepts/concepts/cases/models/quotes/questions/book-wiki/index.mdbook-wiki/log.mdundefinedcross-book/concepts/
3. Report: new pages, updated pages, new cross-references, new questions
---book-wiki/index.mdbook-wiki/log.mdundefinedconcepts/models/cross-book/concepts/
3. 反馈:新增页面、更新页面、新增交叉引用、新增问题
---concepts/models/cross-book/concepts/questions/book-wiki/index.mdquestions/cross-book/book-wiki/index.mdcross-book/book-wiki/book-wiki/index.mdbook-wiki/book-wiki/index.md