> For the complete documentation index, see [llms.txt](https://book.funcd.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.funcd.org/bi-ji/notes/reading-list.md).

# 读书清单

只记三件事：**书名**、**状态**、**一句话收获**。写不出那句收获，说明还没真读进去。

{% hint style="info" %}
下面是清单的格式示例，条目请按自己的实际阅读情况替换。状态用 `在读` / `读完` / `想读` / `弃`。
{% endhint %}

## 2026

| 书名     | 状态 | 一句话收获           |
| ------ | -- | --------------- |
| *《书名》* | 在读 | 读到 X 章，暂时没有结论   |
| *《书名》* | 读完 | 用一句自己的话概括，不要抄腰封 |
| *《书名》* | 弃  | 弃的理由 —— 弃书也是信息  |

## 想读

* *《书名》* —— 因为某篇文章 / 某人推荐，记下来源，方便以后判断值不值得读

## 摘录

> 摘录原文。
>
> —— 《书名》，第 N 章

<details>

<summary>为什么摘录要连出处一起记</summary>

摘录脱离上下文之后，很容易被自己重新解释成想要的意思。记下书名和章节，至少还能回去核对。

引用别人的话时，出处也是对读者的交代 —— 让人能自己去看原文，而不是只能接受我的转述。

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.funcd.org/bi-ji/notes/reading-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
