Skip to content

Commit ed4be17

Browse files
committed
docs(CLAUDE.md): update compilation isolation documentation
- Translate Chinese descriptions to English for better understanding - Update examples to show clear recompilation behavior for different modules - Maintain technical accuracy while improving readability
1 parent f9ed4f3 commit ed4be17

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CLAUDE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ Every backend pass attaches an optional acceleration field to the `Document`. Th
8282

8383
### Compilation Isolation
8484

85-
改一个模块只重编译该 crate + 上游 facade:
85+
Changing one module only recompiles that crate + upstream facades:
8686

87-
- `llm` → llm, compiler, engine, py 重编译;storage/graph 不动
88-
- `compiler` → compiler, engine, py 重编译;llm/storage 不动
89-
- `document` `primitives`全部重编译(标准变更,预期行为)
90-
- Python `ask/` / `rerank/`不触发 Rust 重编译
87+
- Change `llm`recompiles llm, compiler, engine, py; storage/graph untouched
88+
- Change `compiler`recompiles compiler, engine, py; llm/storage untouched
89+
- Change `document` or `primitives`recompiles everything (standard surface change, expected)
90+
- Change Python `ask/` / `rerank/`no Rust recompile
9191

9292
### How third parties consume the standard
9393

0 commit comments

Comments
 (0)