docs: align auto resource processor wording

This commit is contained in:
wang-qisen 2026-09-01 18:57:22 +08:00
parent 6ea39cbadf
commit 4a96adb4ca
2 changed files with 4 additions and 4 deletions

View file

@ -77,7 +77,7 @@ plugin.
## Resource Cards
Each resource file produces one daily resource card. The system initially uses the resource file's stem as a temporary
path. After the agent writes the card, the file is renamed according to its frontmatter `name`:
path. After the matching processor writes the card, the file is renamed according to its frontmatter `name`:
```text
resource/2026-06-20/market-report.md
@ -115,7 +115,7 @@ resource, open its corresponding resource card.
The interpreted daily note is optimized for readability; the original resource is retained for trust and verification.
Auto Resource does not move the original file. It remains at its original path under `resource/`. Text resources can
Auto Resource does not move the original file. It remains at its original path under `resource/`. Resources can
therefore enter the daily memory flow while their source files stay in their original location.
## What Happens Next

View file

@ -63,7 +63,7 @@ workspace/
## 资源卡片
每个资源文件会生成一张 daily 资源卡片。创建时先使用资源文件 stem 作为临时路径,Agent 写入后,系统会根据 frontmatter `name`
每个资源文件会生成一张 daily 资源卡片。创建时先使用资源文件 stem 作为临时路径,对应 processor 写入后,系统会根据 frontmatter `name`
重命名文件:
```text
@ -99,7 +99,7 @@ daily/
解读后的 daily note 负责“好读”,原始资源负责“可信”。
Auto Resource 不会把原始文件挪走:它仍然留在 `resource/` 下的原路径。这样,文本资料会进入 daily 记忆流,原始文件也始终保留在它来时的位置。
Auto Resource 不会把原始文件挪走:它仍然留在 `resource/` 下的原路径。这样,文本与图像资料会进入 daily 记忆流,原始文件也始终保留在它来时的位置。
## 后续流向