@@ -70,8 +70,8 @@ For each changed file, evaluate:
7070#### WASM compatibility
7171
7272- Target is ` wasm32-wasip1 ` — no std::net, std::thread, or OS-specific APIs
73- - No Tokio or runtime-specific deps in ` crates/common `
74- - Fastly-specific APIs only in ` crates/fastly `
73+ - No Tokio or runtime-specific deps in ` crates/trusted-server-core `
74+ - Fastly-specific APIs only in ` crates/trusted-server-adapter- fastly `
7575
7676#### Convention compliance (from CLAUDE.md)
7777
@@ -177,7 +177,7 @@ comment. Use the file's **current line number** (not diff position) with the
177177
178178```` json
179179{
180- "path" : " crates/common /src/publisher.rs" ,
180+ "path" : " crates/trusted-server-core /src/publisher.rs" ,
181181 "line" : 166 ,
182182 "side" : " RIGHT" ,
183183 "body" : " 🔧 **wrench** — Race condition: Description of the issue...\n\n **Fix**:\n ```rust\n // suggested code\n ```"
@@ -288,6 +288,6 @@ Output:
288288- Do not include any byline, "Generated with" footer, ` Co-Authored-By `
289289 trailer, or self-referential titles (e.g., "Staff Engineer Review") in
290290 review comments or the review body.
291- - If the diff is very large (>50 files), prioritize ` crates/common / ` changes
291+ - If the diff is very large (>50 files), prioritize ` crates/trusted-server-core / ` changes
292292 and new files over mechanical changes (Cargo.lock, generated code).
293293- Never submit a review without explicit user approval of the findings.
0 commit comments