From 1187b4ab44750a5d5e1882d5685c68b8f967e4e9 Mon Sep 17 00:00:00 2001 From: "devin-ai-integration[bot]" Date: Tue, 12 May 2026 03:59:46 +0000 Subject: [PATCH] docs(wiki): disambiguate continuation receipt instructions Split the run-on sentence that read 'Continuation receipts omit context_files and message_keys records the alternate shape...' into two distinct clauses so agents following the 'Adding a New Review' checklist don't misread it as 'omit [context_files and message_keys]'. Explicitly state that continuation receipts MUST populate message_keys to record the alternate response shape. --- 6-Documentation/wiki/DeepSeek-Review-Process.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/6-Documentation/wiki/DeepSeek-Review-Process.md b/6-Documentation/wiki/DeepSeek-Review-Process.md index 3eddfe33..82bced64 100644 --- a/6-Documentation/wiki/DeepSeek-Review-Process.md +++ b/6-Documentation/wiki/DeepSeek-Review-Process.md @@ -196,9 +196,11 @@ When emitting new review artifacts: different Anthropic-compatible schema. 3. Populate `context_files` with repo-relative paths to every file consumed by the prompt so future agents can reproduce the prompt body. Continuation - receipts omit `context_files` and `message_keys` records the alternate - shape of the continuation response; consumers reconstruct continuation - context via the primary receipt indexed by `previous_answer_path` (see + receipts omit `context_files`. Continuation receipts MUST populate + `message_keys` to record the alternate shape of the continuation response + (e.g. `["role", "content", "reasoning"]`). Consumers reconstruct + continuation context via the primary receipt indexed by + `previous_answer_path` (see [[#Reconstructing context for continuations]] above). 4. Record `prompt_sha256` and `answer_sha256` for integrity verification. 5. Commit the answer and receipt together — the receipt is meaningless