Skip to content

Commit 5774b73

Browse files
committed
Add language tags to code blocks
1 parent 7ab4bc5 commit 5774b73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

06_compress/6.5_compression_cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Claude Code 需要支持用户进行数小时甚至数天的开发任务,包
160160

161161
#### 工作流示意
162162

163-
```
163+
```text
164164
会话开始
165165
166166
加载 MEMORY.md(如存在)

09_agents/9.4_agent_memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ $$ \text{Score}(d) = \sum_{r \in R} \frac{1}{k + \text{rank}(r, d)} $$
243243
4. **时间归一化**:将相对日期("上周")转换为绝对日期("2026-04-15"),便于长期追踪
244244

245245
**示例**
246-
```
246+
```text
247247
旧记忆 A(第 1 周):"用户倾向快速迭代,不需要长文档"
248248
旧记忆 B(第 3 周):"用户要求详细的架构文档"
249249
做梦结果:合并为"第 1 周偏好快速迭代,第 3 周转向重视架构文档,目前优先级:架构 > 速度"

0 commit comments

Comments
 (0)