From 4a96adb4ca37c08dd06129b0b9f625f3f0c143ee Mon Sep 17 00:00:00 2001 From: wang-qisen Date: Tue, 1 Sep 2026 18:57:22 +0800 Subject: [PATCH] docs: align auto resource processor wording --- docs/en/auto_resource.md | 4 ++-- docs/zh/auto_resource.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/auto_resource.md b/docs/en/auto_resource.md index 002445fc..2f8feef9 100644 --- a/docs/en/auto_resource.md +++ b/docs/en/auto_resource.md @@ -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 diff --git a/docs/zh/auto_resource.md b/docs/zh/auto_resource.md index 47e23432..5cb583b9 100644 --- a/docs/zh/auto_resource.md +++ b/docs/zh/auto_resource.md @@ -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 记忆流,原始文件也始终保留在它来时的位置。 ## 后续流向